html.auto,html.light{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist *{letter-spacing:0!important;font-weight:100!important}html.neon{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}:root{--headerFont: "Unbounded", "Fluent Emoji Color", sans-serif;--globalFont: "Satoshi", "Fluent Emoji Color", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--codeFont: "JetBrains Mono", monospace}*{font-family:var(--globalFont);white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}p{font-size:105%;letter-spacing:.5px;margin:0}h1,h2,h3,h4,h5,h6{margin:.5rem 0 .25rem}h1,h2,h3,h4,h5,h6{font-family:var(--headerFont);font-weight:700}code,code *{font-family:var(--codeFont);-webkit-user-select:all;user-select:all}pre.shiki{padding:.5rem;border-radius:.75rem}:root{--tabBarHeight: 0}@media(max-width:50rem){:root{--tabBarHeight: 3.5rem}}.light:not(html){opacity:.4}.transparent{background:transparent}.fullWidth{width:100%}.autoSpace{justify-content:space-between;width:100%}.noSpace{gap:0}.noRound{border-radius:0}.error{color:red;text-align:center}button{--buttonRadius: 1rem;display:flex;align-items:center;justify-content:center;gap:.25rem;border:none;border-radius:var(--buttonRadius);background:var(--foregroundColor);font-size:medium;color:var(--textColor);padding:.5rem .75rem;cursor:pointer;transition:.2s ease-in-out;-webkit-backdrop-filter:blur(.25rem) saturate(150%);backdrop-filter:blur(.25rem) saturate(150%)}button.prominent{background:var(--accentColor)}button.prominent.large{--buttonRadius: 2rem;padding:.75rem}button.prominent.large svg{width:1.5rem!important;height:1.5rem!important}button:not(.transparent):after{content:"";position:absolute;inset:0;border-radius:var(--buttonRadius);border:.1rem solid var(--shadowColor);box-shadow:0 .5rem .5rem var(--shadowColor);transition:.2s ease-in-out;opacity:.1}button:hover:after{box-shadow:0 0 .75rem var(--shadowColor);opacity:.3}button:active:after{box-shadow:0 0 .5rem var(--shadowColor)}button:disabled{opacity:.7;cursor:not-allowed}button:has(svg){padding:.5rem}button svg{width:1rem!important;height:1rem!important}button:has(img){padding:.5rem .75rem .5rem .5rem}button img{width:2rem;height:2rem;border-radius:.75rem}button.transparent{padding:0}button.transparent svg{width:1rem!important;height:1rem!important}.loginItems{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;gap:.5rem;align-items:stretch}.loginForm,.accountSide{flex-grow:1;--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.loginForm:after,.accountSide:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.loginFormItems{width:100%}.searchInputWrap{width:100%;flex-wrap:nowrap!important}.searchInputWrap input{flex-grow:1;padding:.75rem 1rem;border-radius:2rem}.searchInputWrap button{padding:.75rem}*{scroll-behavior:smooth;box-sizing:border-box}html{height:100vh;width:100vw;overflow:hidden;background:var(--backgroundColor)}body{position:fixed;display:flex;align-items:center;justify-content:center;top:0;bottom:0;margin:0;padding:0;color:var(--textColor);user-select:none;-webkit-user-select:none}#app{--padding: 2rem;display:flex;flex-direction:row;width:100vw;height:100dvh}@media(max-width:50rem){#app{--padding: .5rem;flex-direction:column}}.emptyState{display:flex!important;justify-content:center!important;align-items:center!important;gap:0!important;height:100vh!important}div{display:flex;flex-direction:column;align-items:center;border-radius:1rem}a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:var(--textColor);cursor:pointer}a.prominentLink,span a{text-decoration:underline;text-decoration-color:var(--accentColor)}hr{opacity:.2;border-width:.1rem}svg{color:var(--textColor)}form{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:1rem}label{width:100%;display:flex;flex-direction:column;gap:.25rem}input,textarea{padding:.25rem;border-radius:.75rem;font-size:1rem;background:var(--foregroundColor);border:none;color:var(--textColor)}input:focus,textarea:focus{outline:var(--accentColor) .1rem solid}ul,ol{padding-inline-start:1.25rem;margin:-.25rem 0}li{margin:-.25rem 0}li::marker{color:var(--foregroundOpaque)}.hStack[data-v-0d55140d]{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.hStack.spaced[data-v-0d55140d]{column-gap:1rem;row-gap:0}html.auto[data-v-60fbe561],html.light[data-v-60fbe561]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-60fbe561]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-60fbe561]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-60fbe561]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-60fbe561]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-60fbe561]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-60fbe561]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-60fbe561]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-60fbe561]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-60fbe561] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-60fbe561]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-60fbe561]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.fullScreenCover[data-v-60fbe561]{position:fixed;display:flex;top:0;left:0;width:100vw;height:100vh;height:100dvh;align-items:center;justify-content:center;z-index:5;opacity:0;background:#49494926;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);border-radius:0;animation:opacity-60fbe561 .2s ease forwards}.fullScreenCoverContent[data-v-60fbe561]{flex-direction:column;width:calc(100% - 1rem);overflow:scroll}@keyframes opacity-60fbe561{0%{opacity:0}to{opacity:1}}.modalCover[data-v-7615a888]{--margin: 1.5rem;z-index:500;padding:var(--margin) 0}.modalCover .modalContent[data-v-7615a888]{width:fit-content;min-width:18rem;max-width:50rem;max-height:calc(100vh - var(--padding) * 2 - var(--margin) * 2 - var(--tabBarHeight));margin-bottom:var(--tabBarHeight)}.vStack[data-v-78add000]{display:flex;flex-direction:column;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;align-items:flex-start}.vStack.spaced[data-v-78add000]{row-gap:1rem;column-gap:0}html.auto[data-v-bd46cb8d],html.light[data-v-bd46cb8d]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-bd46cb8d]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-bd46cb8d]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-bd46cb8d]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-bd46cb8d]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-bd46cb8d]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-bd46cb8d]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-bd46cb8d]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-bd46cb8d]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-bd46cb8d] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-bd46cb8d]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-bd46cb8d]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-bd46cb8d]:not(html){opacity:.4}.transparent[data-v-bd46cb8d]{background:transparent}.fullWidth[data-v-bd46cb8d]{width:100%}.autoSpace[data-v-bd46cb8d]{justify-content:space-between;width:100%}.noSpace[data-v-bd46cb8d]{gap:0}.noRound[data-v-bd46cb8d]{border-radius:0}.error[data-v-bd46cb8d]{color:red;text-align:center}.shareModal[data-v-bd46cb8d]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.shareModal[data-v-bd46cb8d]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.shareModal[data-v-bd46cb8d]{width:24rem;max-width:calc(100vw - 1rem);padding:1rem;border-radius:1.5rem;align-items:flex-start;gap:.75rem}.shareItemPreview[data-v-bd46cb8d]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.shareItemPreview[data-v-bd46cb8d]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.shareItemPreview[data-v-bd46cb8d]{--cornerRadius: 1rem;align-items:flex-start;gap:0}.shareItemPreview img[data-v-bd46cb8d]{width:100%;border-radius:.75rem;margin-top:.5rem}.shareItemPreview .sharedContentPreview[data-v-bd46cb8d]{width:100%;max-height:5rem;overflow:hidden;opacity:.9}.targetsSection[data-v-bd46cb8d]{align-items:flex-start;gap:.4rem}.emptyTargets[data-v-bd46cb8d]{align-items:flex-start}.targetButton[data-v-bd46cb8d]{justify-content:flex-start;padding:.5rem .6rem}.targetButton .targetMain[data-v-bd46cb8d]{align-items:center}.targetButton .targetMain img[data-v-bd46cb8d],.targetButton .targetMain .targetAvatarFallback[data-v-bd46cb8d]{width:1.35rem;height:1.35rem;border-radius:50%}.targetButton .targetMain .targetInfo[data-v-bd46cb8d]{align-items:flex-start;gap:0}.targetButton .targetMeta[data-v-bd46cb8d]{align-items:center}.contentArea[data-v-f0060f8d]{margin:var(--padding) 0;width:100%;padding:0 var(--padding)}.contentArea[data-v-f0060f8d]:not(.expanded){max-width:65rem}.contentArea .contentContainer[data-v-f0060f8d]{width:100%;height:100%;min-height:100vh}.contentArea .contentContainer.leftAlign[data-v-f0060f8d]{align-items:flex-start}.contentArea .contentContainer .termsLink[data-v-f0060f8d]{text-align:center;margin-top:1rem}.alertIcon[data-v-6535fdc3],.errorIcon[data-v-30a18c05]{width:4rem;height:4rem;margin:1rem 0}.reloadButton[data-v-30a18c05]{margin-top:1rem}html.auto[data-v-c0842114],html.light[data-v-c0842114]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-c0842114]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-c0842114]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-c0842114]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-c0842114]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-c0842114]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-c0842114]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-c0842114]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-c0842114]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-c0842114] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-c0842114]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-c0842114]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.messageRow[data-v-c0842114]{width:100%;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:.35rem;min-width:0;margin-bottom:.1rem}.messageRow.outgoing[data-v-c0842114]{justify-content:flex-end}.senderAvatar[data-v-c0842114]{width:1.3rem;height:1.3rem;border-radius:50%}.senderAvatar.fallback[data-v-c0842114]{border-radius:0}.senderAvatar.spacer[data-v-c0842114]{display:block;flex-shrink:0}.bubbleWrap[data-v-c0842114]{max-width:min(38rem,86%);min-width:0;align-items:flex-start;gap:.1rem}.bubbleWrap.outgoing[data-v-c0842114]{align-items:flex-end}.bubble[data-v-c0842114]{--cornerRadius: 1.25rem;--groupCornerRadius: .55rem;width:fit-content;max-width:100%;align-items:flex-start;gap:.45rem;padding:.55rem .7rem;border-radius:var(--cornerRadius);background:var(--foregroundColor)}.bubble.group-top[data-v-c0842114]{border-bottom-left-radius:var(--groupCornerRadius);border-bottom-right-radius:var(--groupCornerRadius)}.bubble.group-middle[data-v-c0842114]{border-radius:var(--groupCornerRadius)}.bubble.group-bottom[data-v-c0842114]{border-top-left-radius:var(--groupCornerRadius);border-top-right-radius:var(--groupCornerRadius)}.bubble.outgoing[data-v-c0842114]{background:var(--accentColor)}.bubble.emojiOnly[data-v-c0842114]{background:transparent!important;padding:0;border-radius:0}.messageContent[data-v-c0842114]{width:100%;min-width:0;align-items:flex-start}.messageContent[data-v-c0842114] img{max-width:100%;border-radius:.75rem}.messageContent[data-v-c0842114] p{margin:0}.messageContent.emojiOnly[data-v-c0842114] p{font-size:clamp(2rem,7vw,3rem);line-height:1.2}.sharedEmbed[data-v-c0842114]{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:.35rem;align-items:flex-start;padding:.6rem;border-radius:.9rem;text-decoration:none}.sharedEmbed .embedPreview[data-v-c0842114]{width:100%;max-height:4.5rem;overflow:hidden}.sharedEmbed.imageEmbed .imageEmbedMeta[data-v-c0842114]{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.35rem}.sharedEmbed.imageEmbed .imageEmbedMeta h4[data-v-c0842114],.sharedEmbed.imageEmbed .imageEmbedMeta p[data-v-c0842114]{margin:0}.sharedEmbed.imageEmbed img[data-v-c0842114]{width:100%;border-radius:.75rem}.bubbleTime[data-v-c0842114]{font-size:x-small;margin:.1rem .25rem}.bubbleMeta[data-v-c0842114]{flex-direction:row;align-items:center;gap:.2rem;margin:0 .25rem}.bubbleMeta p[data-v-c0842114]{margin:0;font-size:x-small}html.auto[data-v-c5ad732b],html.light[data-v-c5ad732b]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-c5ad732b]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-c5ad732b]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-c5ad732b]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-c5ad732b]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-c5ad732b]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-c5ad732b]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-c5ad732b]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-c5ad732b]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-c5ad732b] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-c5ad732b]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-c5ad732b]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}button[data-v-c5ad732b]{width:100%}button .threadRow[data-v-c5ad732b]{width:100%;justify-content:space-between;align-items:center;flex-wrap:nowrap}button .threadRow .threadMain[data-v-c5ad732b]{gap:0;flex-grow:1;flex-shrink:1;min-width:0}button .threadRow .threadMain .preview[data-v-c5ad732b]{width:100%;text-align:start;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button .threadRow .threadTime[data-v-c5ad732b]{flex-shrink:0;white-space:nowrap}html.auto[data-v-ba1004df],html.light[data-v-ba1004df]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-ba1004df]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-ba1004df]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-ba1004df]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-ba1004df]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-ba1004df]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-ba1004df]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-ba1004df]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-ba1004df]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-ba1004df] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-ba1004df]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-ba1004df]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-ba1004df]:not(html){opacity:.4}.transparent[data-v-ba1004df]{background:transparent}.fullWidth[data-v-ba1004df]{width:100%}.autoSpace[data-v-ba1004df]{justify-content:space-between;width:100%}.noSpace[data-v-ba1004df]{gap:0}.noRound[data-v-ba1004df]{border-radius:0}.error[data-v-ba1004df]{color:red;text-align:center}.mentionSuggestions[data-v-ba1004df]{flex-wrap:nowrap;position:absolute;width:20rem;border-radius:1.5rem;max-width:100%;max-height:12rem;overflow:scroll;align-items:flex-start;gap:.25rem;padding:.5rem;background:var(--foregroundOpaque);z-index:1000}.mentionSuggestions .mentionSuggestionItem[data-v-ba1004df]{width:100%;justify-content:flex-start;padding:.35rem .5rem}.mentionSuggestions .mentionSuggestionItem .mentionMain[data-v-ba1004df]{gap:.4rem;align-items:center}.mentionSuggestions .mentionSuggestionItem .suggestionAvatar[data-v-ba1004df]{width:1.2rem;height:1.2rem;border-radius:50%}.mentionSuggestions .mentionSuggestionItem .suggestionAvatar.fallback[data-v-ba1004df]{border-radius:0}html.auto[data-v-eb52ceca],html.light[data-v-eb52ceca]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-eb52ceca]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-eb52ceca]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-eb52ceca]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-eb52ceca]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-eb52ceca]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-eb52ceca]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-eb52ceca]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-eb52ceca]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-eb52ceca] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-eb52ceca]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-eb52ceca]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}[data-v-eb52ceca]:root{--tabBarHeight: 0}@media(max-width:50rem){[data-v-eb52ceca]:root{--tabBarHeight: 3.5rem}}.messagesLayout[data-v-eb52ceca]{width:100%;height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 3rem);padding-top:env(safe-area-inset-top);align-items:stretch;flex-wrap:nowrap;gap:.75rem;padding-bottom:max(env(safe-area-inset-bottom),0rem)}.messagesLayout .threadsPane[data-v-eb52ceca]{min-width:18rem;display:flex;flex-direction:column;gap:1rem}.messagesLayout .threadsPane.only[data-v-eb52ceca]{width:100%}.messagesLayout .threadsPane .starterInput[data-v-eb52ceca]{width:100%;padding:.75rem;border-radius:1rem}.messagesLayout .threadsPane .threadList[data-v-eb52ceca],.messagesLayout .threadsPane .threadsHeader[data-v-eb52ceca]{width:100%}.messagesLayout .threadsPane .threadList[data-v-eb52ceca]{flex:1 1 auto;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:.5rem}.messagesLayout .threadsPane .threadsHeader[data-v-eb52ceca]{display:flex;justify-content:space-between}.messagesLayout .threadsPane .threadsContent[data-v-eb52ceca]{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.messagesLayout .conversationPane[data-v-eb52ceca]{height:100%;width:100%;display:flex;flex-direction:column;min-height:0}.messagesLayout .conversationPane .conversationHeader[data-v-eb52ceca]{gap:.5rem}.messagesLayout .conversationPane .conversationHeader .conversationTitleWrap[data-v-eb52ceca],.messagesLayout .conversationPane .conversationHeader .conversationTitle[data-v-eb52ceca]{align-items:flex-start}.messagesLayout .conversationPane .conversationHeader .connectionState[data-v-eb52ceca]{gap:.25rem}.messagesLayout .conversationPane .conversationBody[data-v-eb52ceca]{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;gap:.75rem}.messagesLayout .conversationPane .conversationBody .messageList[data-v-eb52ceca]{flex:1 1 auto;min-height:0;overflow:auto;width:100%;border-radius:0;padding-bottom:.2rem}.messagesLayout .conversationPane .conversationBody .messageList .messageGapMarker[data-v-eb52ceca]{margin:.45rem auto .65rem;width:fit-content;font-size:x-small;text-align:center}.messagesLayout .conversationPane .conversationBody .composer[data-v-eb52ceca]{width:100%}.messagesLayout .conversationPane .conversationBody .composer .typingIndicator[data-v-eb52ceca]{gap:.25rem}.messagesLayout .conversationPane .conversationBody .composer .input[data-v-eb52ceca]{gap:1rem;width:100%}.messagesLayout .conversationPane .conversationBody .composer .input textarea[data-v-eb52ceca]{height:2rem;resize:vertical;border-radius:1rem;flex-grow:1}@media(max-width:50rem){.messagesLayout[data-v-eb52ceca]{height:calc(100dvh - 1rem);padding-bottom:calc(max(env(safe-area-inset-bottom),.75rem) + .15rem)}}.loader[data-v-02dd8db7]{width:4rem;height:4rem;margin:1rem 0}html.auto[data-v-211ea266],html.light[data-v-211ea266]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-211ea266]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-211ea266]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-211ea266]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-211ea266]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-211ea266]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-211ea266]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-211ea266]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-211ea266]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-211ea266] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-211ea266]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-211ea266]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.userName[data-v-211ea266]{gap:.25rem}.userName .inlineAvatar[data-v-211ea266]{width:1rem;height:1rem;border-radius:50%}.userName .at[data-v-211ea266]{opacity:.5}.userName .name[data-v-211ea266]{cursor:pointer}.userName .profileLink[data-v-211ea266]:hover{text-decoration:underline;text-decoration-color:var(--accentColor)}.userName .badge[data-v-211ea266]{gap:0;background:var(--accentColor)}.userName .badge.staff[data-v-211ea266],.userName .badge.author[data-v-211ea266],.userName .badge.subscription[data-v-211ea266]{padding:.15rem .35rem}.userName .badge.verified[data-v-211ea266]{padding:.35rem}.userName .badge.subscription[data-v-211ea266]{background:#ffd70099}.userName .badge svg[data-v-211ea266]{width:1rem;height:1rem}.userName .followButton[data-v-211ea266]{padding:.15rem .35rem}html.auto[data-v-f8fbbdf9],html.light[data-v-f8fbbdf9]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-f8fbbdf9]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-f8fbbdf9]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-f8fbbdf9]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-f8fbbdf9]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-f8fbbdf9]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-f8fbbdf9]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-f8fbbdf9]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-f8fbbdf9]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-f8fbbdf9] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-f8fbbdf9]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-f8fbbdf9]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-f8fbbdf9]:not(html){opacity:.4}.transparent[data-v-f8fbbdf9]{background:transparent}.fullWidth[data-v-f8fbbdf9]{width:100%}.autoSpace[data-v-f8fbbdf9]{justify-content:space-between;width:100%}.noSpace[data-v-f8fbbdf9]{gap:0}.noRound[data-v-f8fbbdf9]{border-radius:0}.error[data-v-f8fbbdf9]{color:red;text-align:center}.notificationLink[data-v-f8fbbdf9]{width:100%}.notificationItem[data-v-f8fbbdf9]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.notificationItem[data-v-f8fbbdf9]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.notificationItem[data-v-f8fbbdf9]{width:100%;gap:.75rem;align-items:flex-start;cursor:pointer}.notificationItem.unread[data-v-f8fbbdf9]{border:.1rem solid var(--accentColor)}.notificationItem .notificationIcon[data-v-f8fbbdf9]{width:1.5rem;height:1.5rem;margin-top:.1rem}.notificationItem .notificationBody[data-v-f8fbbdf9]{align-items:flex-start;width:100%}.notificationItem .notificationBody .topLine[data-v-f8fbbdf9]{align-items:flex-start}.notificationsPage[data-v-4d4cdc75],.notificationsList[data-v-4d4cdc75]{width:100%}.controls[data-v-4d4cdc75]{margin-bottom:.75rem;justify-content:flex-end}.controls .controlButtons[data-v-4d4cdc75]{gap:.5rem}.pushMessage[data-v-4d4cdc75]{width:100%;text-align:right}html.auto[data-v-df99e693],html.light[data-v-df99e693]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-df99e693]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-df99e693]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-df99e693]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-df99e693]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-df99e693]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-df99e693]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-df99e693]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-df99e693]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-df99e693] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-df99e693]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-df99e693]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-df99e693]:not(html){opacity:.4}.transparent[data-v-df99e693]{background:transparent}.fullWidth[data-v-df99e693]{width:100%}.autoSpace[data-v-df99e693]{justify-content:space-between;width:100%}.noSpace[data-v-df99e693]{gap:0}.noRound[data-v-df99e693]{border-radius:0}.error[data-v-df99e693]{color:red;text-align:center}.imageItem[data-v-df99e693]{overflow:hidden;display:flex;flex-direction:column;cursor:pointer}.imageItem.detail[data-v-df99e693]{border-radius:0}.imageItem[data-v-df99e693]:not(.detail){--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.imageItem[data-v-df99e693]:not(.detail):after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.imageItem:not(.detail) img[data-v-df99e693]{border-radius:1rem}.imageItem.detail[data-v-df99e693]{cursor:default}.imageItem.detail img[data-v-df99e693]{height:auto}.imageItem img[data-v-df99e693]{width:100%;height:18rem;object-fit:cover}.imageItem .info[data-v-df99e693]{flex-grow:1;width:100%;border-radius:0;justify-content:space-between}.imageItem .info .imageMeta p[data-v-df99e693]{opacity:.7}html.auto[data-v-44ffd42a],html.light[data-v-44ffd42a]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-44ffd42a]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-44ffd42a]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-44ffd42a]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-44ffd42a]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-44ffd42a]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-44ffd42a]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-44ffd42a]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-44ffd42a]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-44ffd42a] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-44ffd42a]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-44ffd42a]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-44ffd42a]:not(html){opacity:.4}.transparent[data-v-44ffd42a]{background:transparent}.fullWidth[data-v-44ffd42a]{width:100%}.autoSpace[data-v-44ffd42a]{justify-content:space-between;width:100%}.noSpace[data-v-44ffd42a]{gap:0}.noRound[data-v-44ffd42a]{border-radius:0}.error[data-v-44ffd42a]{color:red;text-align:center}.grid[data-v-44ffd42a]{display:grid;width:100%;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:.5rem;align-items:stretch}html.auto[data-v-f94957b7],html.light[data-v-f94957b7]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-f94957b7]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-f94957b7]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-f94957b7]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-f94957b7]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-f94957b7]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-f94957b7]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-f94957b7]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-f94957b7]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-f94957b7] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-f94957b7]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-f94957b7]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-f94957b7]:not(html){opacity:.4}.transparent[data-v-f94957b7]{background:transparent}.fullWidth[data-v-f94957b7]{width:100%}.autoSpace[data-v-f94957b7]{justify-content:space-between;width:100%}.noSpace[data-v-f94957b7]{gap:0}.noRound[data-v-f94957b7]{border-radius:0}.error[data-v-f94957b7]{color:red;text-align:center}.profileCardContainer[data-v-f94957b7]{width:100%;justify-content:stretch}.profileCard[data-v-f94957b7]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.profileCard[data-v-f94957b7]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.profileCard[data-v-f94957b7]{width:100%;gap:0;overflow:hidden;margin-bottom:1rem;padding:0}.profileCard .banner[data-v-f94957b7],.profileCard .bannerPlaceholder[data-v-f94957b7]{width:100%;aspect-ratio:3/1;background-size:cover;background-position:center;-webkit-mask:linear-gradient(to bottom,black,transparent);mask:linear-gradient(to bottom,black,transparent)}.profileCard .bannerPlaceholder[data-v-f94957b7]{background:linear-gradient(135deg,var(--accentColor) 0%,rgba(0,0,0,.1) 100%)}.profileCard .profileContent[data-v-f94957b7]{padding:var(--padding);margin-top:-2.5rem;gap:1rem;width:100%}.profileCard .profileContent .avatarSection[data-v-f94957b7]{gap:1rem;align-items:flex-end}.profileCard .profileContent .avatarSection .avatar[data-v-f94957b7],.profileCard .profileContent .avatarSection .avatarPlaceholder[data-v-f94957b7]{width:6rem;height:6rem;border-radius:50%;background:var(--backgroundColor);flex-shrink:0}.profileCard .profileContent .avatarSection .avatar[data-v-f94957b7]{object-fit:cover}.profileCard .profileContent .avatarSection .avatarPlaceholder[data-v-f94957b7]{display:flex;align-items:center;justify-content:center}.profileCard .profileContent .avatarSection .avatarPlaceholder svg[data-v-f94957b7]{width:2.5rem;height:2.5rem;opacity:.5}.profileCard .profileContent .bio[data-v-f94957b7]{line-height:1.5}.profileCard .profileContent .stats[data-v-f94957b7]{gap:2rem;padding-top:1rem}.profileCard .profileContent .stat[data-v-f94957b7]{gap:.25rem}.homeWrap[data-v-75b54921]{flex-wrap:nowrap;align-items:center;gap:1.5rem;margin-top:30vh;width:100%}.homeWrap .bygLogo h1[data-v-75b54921]{font-size:4rem;font-style:italic}.homeWrap .searchForm[data-v-75b54921]{width:55rem;max-width:100%}@media(max-width:40rem){.homeWrap .bygLogo h1[data-v-75b54921]{font-size:2rem}}html.auto[data-v-8000096e],html.light[data-v-8000096e]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-8000096e]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-8000096e]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-8000096e]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-8000096e]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-8000096e]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-8000096e]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-8000096e]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-8000096e]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-8000096e] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-8000096e]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-8000096e]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}[data-v-8000096e]:root{--tabBarHeight: 0}@media(max-width:50rem){[data-v-8000096e]:root{--tabBarHeight: 3.5rem}}.searchHeaderCard[data-v-8000096e],.searchLandingCard[data-v-8000096e],.searchResultsSection[data-v-8000096e]{width:100%;max-width:60rem;margin:.75rem 0}.searchHeaderCard[data-v-8000096e]{gap:.75rem}.searchHeaderCard .searchForm[data-v-8000096e]{width:100%;height:auto;gap:.5rem}.searchHeaderCard .searchCategoryBar[data-v-8000096e]{width:100%;overflow:scroll;flex-wrap:nowrap;gap:.5rem}.searchHeaderCard .searchCategoryBar .searchCategoryButton[data-v-8000096e]{flex-shrink:0}.searchResultsSection[data-v-8000096e]{gap:.75rem}.searchResultsSection .resultsMeta[data-v-8000096e]{width:100%;align-items:center}.searchResultsSection .resultsMeta p[data-v-8000096e]{margin:0}.searchResultsSection .answerRow[data-v-8000096e]{width:100%;padding:.75rem;border-radius:1rem;background:var(--foregroundOpaque);align-items:center}.searchResultsSection .answerRow p[data-v-8000096e]{margin:0}.searchResultsSection .suggestionRow[data-v-8000096e]{width:100%;gap:.5rem;overflow:scroll;flex-wrap:nowrap}.searchResultsSection .suggestionRow .suggestionButton[data-v-8000096e]{flex-shrink:0;padding:.45rem .7rem}.searchResultsSection .resultList[data-v-8000096e]{width:100%;gap:.5rem}.searchResultsSection .resultList .resultCard[data-v-8000096e]{width:100%;background:var(--foregroundColor);border-radius:1.5rem;padding:1rem;align-items:flex-start;text-align:left;gap:.45rem}.searchResultsSection .resultList .resultCard .result[data-v-8000096e]{width:100%}.searchResultsSection .resultList .resultCard .resultHeading[data-v-8000096e]{width:100%;flex-wrap:nowrap;gap:.35rem}.searchResultsSection .resultList .resultCard .resultHeading h3[data-v-8000096e]{margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchResultsSection .resultList .resultCard .resultSnippet[data-v-8000096e]{margin:0;width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.searchResultsSection .resultList .resultCard .resultFooter[data-v-8000096e]{width:100%}.searchResultsSection .resultList .resultCard .resultFooter p[data-v-8000096e]{margin:0}.searchResultsSection .imageResultGrid[data-v-8000096e]{display:grid;width:100%;grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:.6rem}.searchResultsSection .imageResultGrid .imageResultCard[data-v-8000096e]{display:flex;flex-direction:column;background:var(--foregroundColor);border:.1rem solid var(--foregroundOpaque);border-radius:1rem;overflow:hidden;text-align:left;gap:0}.searchResultsSection .imageResultGrid .imageResultCard .imagePreview[data-v-8000096e]{width:100%;aspect-ratio:4/3;background:var(--foregroundOpaque);border-radius:0;overflow:hidden}.searchResultsSection .imageResultGrid .imageResultCard .imagePreview img[data-v-8000096e]{width:100%;height:100%;object-fit:cover;border-radius:0}.searchResultsSection .imageResultGrid .imageResultCard .imagePreview .imagePreviewFallback[data-v-8000096e]{width:100%;height:100%;justify-content:center}.searchResultsSection .imageResultGrid .imageResultCard .imagePreview .imagePreviewFallback svg[data-v-8000096e]{width:2rem;height:2rem}.searchResultsSection .imageResultGrid .imageResultCard .imageCardMeta[data-v-8000096e]{width:100%;padding:.65rem;gap:.15rem;align-items:flex-start}.searchResultsSection .imageResultGrid .imageResultCard .imageCardMeta h3[data-v-8000096e],.searchResultsSection .imageResultGrid .imageResultCard .imageCardMeta p[data-v-8000096e]{margin:0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchResultsSection .paginationBar[data-v-8000096e]{width:100%;align-items:center}.searchResultsSection .paginationBar p[data-v-8000096e]{margin:0}html.auto[data-v-f69d65ce],html.light[data-v-f69d65ce]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-f69d65ce]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-f69d65ce]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-f69d65ce]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-f69d65ce]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-f69d65ce]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-f69d65ce]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-f69d65ce]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-f69d65ce]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-f69d65ce] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-f69d65ce]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-f69d65ce]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-f69d65ce]:not(html){opacity:.4}.transparent[data-v-f69d65ce]{background:transparent}.fullWidth[data-v-f69d65ce]{width:100%}.autoSpace[data-v-f69d65ce]{justify-content:space-between;width:100%}.noSpace[data-v-f69d65ce]{gap:0}.noRound[data-v-f69d65ce]{border-radius:0}.error[data-v-f69d65ce]{color:red;text-align:center}.mainContainer[data-v-f69d65ce]{width:100%;gap:.5rem;align-items:flex-start}.sidebar[data-v-f69d65ce]{gap:.5rem;min-width:14rem;flex-grow:1}.sidebar .menuItem[data-v-f69d65ce]{width:100%;justify-content:flex-start}.content[data-v-f69d65ce]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.content[data-v-f69d65ce]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.content[data-v-f69d65ce]{min-width:15rem;flex-grow:2}.section[data-v-f69d65ce]{width:100%;gap:1.5rem}.formContainer[data-v-f69d65ce],.formContainer .formGroup[data-v-f69d65ce]{width:100%}.formContainer .formGroup textarea[data-v-f69d65ce],.formContainer .formGroup input[data-v-f69d65ce]{--padding: .25rem;width:100%}.formContainer .preview img[data-v-f69d65ce]{height:4rem;width:4rem;border-radius:.75rem}.subscriptionHeader .subscriptionIcon[data-v-f69d65ce]{width:4rem;height:4rem}.message[data-v-f69d65ce]{color:#c33}.message.success[data-v-f69d65ce]{color:#3c3}html.auto[data-v-f8afe4d0],html.light[data-v-f8afe4d0]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-f8afe4d0]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-f8afe4d0]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-f8afe4d0]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-f8afe4d0]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-f8afe4d0]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-f8afe4d0]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-f8afe4d0]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-f8afe4d0]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-f8afe4d0] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-f8afe4d0]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-f8afe4d0]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.newPosts[data-v-f8afe4d0]{position:fixed;align-items:flex-start;padding:1rem 1.5rem 1rem 1rem;border-radius:2rem;background:var(--foregroundColor);border:.2rem solid var(--foregroundColor);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);transition:.2s ease;z-index:100;cursor:pointer;animation:slideTop-f8afe4d0 .3s forwards ease}.newPosts[data-v-f8afe4d0]:hover{scale:1.1;transform:translateY(.5rem)}.newPosts[data-v-f8afe4d0]:active{transform:translateY(0)}.notiIcon[data-v-f8afe4d0]{width:2rem;height:2rem;padding:0 1rem 0 0}.notiText[data-v-f8afe4d0]{gap:0}@keyframes slideTop-f8afe4d0{0%{top:calc(-100% - 2rem)}to{top:3.5rem}}html.auto[data-v-e8b51d0c],html.light[data-v-e8b51d0c]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-e8b51d0c]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-e8b51d0c]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-e8b51d0c]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-e8b51d0c]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-e8b51d0c]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-e8b51d0c]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-e8b51d0c]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-e8b51d0c]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-e8b51d0c] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-e8b51d0c]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-e8b51d0c]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}[data-v-e8b51d0c]:root{--tabBarHeight: 0}@media(max-width:50rem){[data-v-e8b51d0c]:root{--tabBarHeight: 3.5rem}}.light[data-v-e8b51d0c]:not(html){opacity:.4}.transparent[data-v-e8b51d0c]{background:transparent}.fullWidth[data-v-e8b51d0c]{width:100%}.autoSpace[data-v-e8b51d0c]{justify-content:space-between;width:100%}.noSpace[data-v-e8b51d0c]{gap:0}.noRound[data-v-e8b51d0c]{border-radius:0}.error[data-v-e8b51d0c]{color:red;text-align:center}.bygPostItem[data-v-e8b51d0c]{align-items:flex-start;width:100%}.bygPostItem[data-v-e8b51d0c]:not(.detailMode){--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.bygPostItem[data-v-e8b51d0c]:not(.detailMode):after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.bygPostItem[data-v-e8b51d0c]:not(.detailMode){cursor:pointer}.bygPostItem .postMeta p[data-v-e8b51d0c]{opacity:.7;margin-bottom:1rem}.bygPostItem .bygPostContentWrapper[data-v-e8b51d0c]{position:relative}.bygPostItem .bygPostContent[data-v-e8b51d0c]{-webkit-user-select:text;user-select:text;--webkit-user-select: text}.bygPostItem .bygPostContent.clipped[data-v-e8b51d0c]{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;-webkit-mask:linear-gradient(to bottom,black,black,transparent);mask:linear-gradient(to bottom,black,black,transparent)}.bygPostItem .showMore[data-v-e8b51d0c]{margin-top:.25rem}.bygPostItem .postActions[data-v-e8b51d0c]{margin-top:.75rem}html.auto[data-v-cb4bacb9],html.light[data-v-cb4bacb9]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-cb4bacb9]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-cb4bacb9]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-cb4bacb9]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-cb4bacb9]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-cb4bacb9]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-cb4bacb9]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-cb4bacb9]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-cb4bacb9]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-cb4bacb9] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-cb4bacb9]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-cb4bacb9]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-cb4bacb9]:not(html){opacity:.4}.transparent[data-v-cb4bacb9]{background:transparent}.fullWidth[data-v-cb4bacb9]{width:100%}.autoSpace[data-v-cb4bacb9]{justify-content:space-between;width:100%}.noSpace[data-v-cb4bacb9]{gap:0}.noRound[data-v-cb4bacb9]{border-radius:0}.error[data-v-cb4bacb9]{color:red;text-align:center}.bygAd[data-v-cb4bacb9]{align-items:flex-start;--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.bygAd[data-v-cb4bacb9]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.bygAd img[data-v-cb4bacb9]{width:100%;border-radius:1rem}.bygAd .adMeta[data-v-cb4bacb9]{align-items:flex-end}.postList[data-v-af021722],.postContainer[data-v-af021722]{width:100%;gap:.5rem}html.auto[data-v-5e9059b2],html.light[data-v-5e9059b2]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-5e9059b2]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-5e9059b2]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-5e9059b2]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-5e9059b2]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-5e9059b2]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-5e9059b2]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-5e9059b2]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-5e9059b2]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-5e9059b2] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-5e9059b2]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-5e9059b2]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.divider[data-v-5e9059b2]{width:calc(100% - 4rem);margin:1rem 2rem;height:.2rem;border-radius:.1rem;background:var(--textColor);opacity:.1}html.auto[data-v-17ead787],html.light[data-v-17ead787]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-17ead787]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-17ead787]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-17ead787]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-17ead787]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-17ead787]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-17ead787]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-17ead787]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-17ead787]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-17ead787] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-17ead787]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-17ead787]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-17ead787]:not(html){opacity:.4}.transparent[data-v-17ead787]{background:transparent}.fullWidth[data-v-17ead787]{width:100%}.autoSpace[data-v-17ead787]{justify-content:space-between;width:100%}.noSpace[data-v-17ead787]{gap:0}.noRound[data-v-17ead787]{border-radius:0}.error[data-v-17ead787]{color:red;text-align:center}#writeComment[data-v-17ead787]{width:100%;align-items:flex-start}#writeComment .commentInput[data-v-17ead787]{flex-grow:1;min-width:20rem;gap:.25rem}#writeComment textarea[data-v-17ead787]{width:100%;resize:vertical;background:transparent;outline:none}.commentsView[data-v-17ead787]{width:100%}.commentsView .comment[data-v-17ead787]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.commentsView .comment[data-v-17ead787]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.commentsView .comment[data-v-17ead787]{width:100%;--padding: .75rem;--cornerRadius: 1rem;align-items:flex-start}.commentsView .comment .commentsMeta[data-v-17ead787]{opacity:.7}.commentsView .comment .commentContent[data-v-17ead787]{width:100%;align-items:flex-start}.commentsView .comment .commentContent[data-v-17ead787] p{margin:0}.imageDetail[data-v-97b94435]{width:100%}html.auto[data-v-7a7ca614],html.light[data-v-7a7ca614]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-7a7ca614]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-7a7ca614]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-7a7ca614]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-7a7ca614]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-7a7ca614]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-7a7ca614]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-7a7ca614]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-7a7ca614]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-7a7ca614] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-7a7ca614]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-7a7ca614]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-7a7ca614]:not(html){opacity:.4}.transparent[data-v-7a7ca614]{background:transparent}.fullWidth[data-v-7a7ca614]{width:100%}.autoSpace[data-v-7a7ca614]{justify-content:space-between;width:100%}.noSpace[data-v-7a7ca614]{gap:0}.noRound[data-v-7a7ca614]{border-radius:0}.error[data-v-7a7ca614]{color:red;text-align:center}.quickSettings[data-v-7a7ca614]{margin-bottom:.5rem}.guest[data-v-7a7ca614],.quickSettings[data-v-7a7ca614],.bygTheme[data-v-7a7ca614]{width:100%;--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.guest[data-v-7a7ca614]:after,.quickSettings[data-v-7a7ca614]:after,.bygTheme[data-v-7a7ca614]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.appearanceSidebar[data-v-7a7ca614]{--padding: .75rem;--margin: 1rem;position:fixed;top:0;bottom:0;right:0;height:calc(100vh - var(--padding) * 2 - var(--margin) * 2 - var(--tabBarHeight));-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);width:fit-content;max-width:90vw;padding:var(--padding);margin:var(--margin);background:var(--foregroundColor);border-radius:1.5rem;z-index:200;animation:sidebarSlide-7a7ca614 .4s ease forwards}@keyframes sidebarSlide-7a7ca614{0%{transform:translate(100%)}to{transform:none}}.themeList[data-v-7a7ca614]{flex:1;min-height:0;overflow-y:auto;flex-wrap:nowrap}.themeList .bygTheme[data-v-7a7ca614]{gap:1rem;cursor:pointer}.themeList .bygTheme .previewCircle[data-v-7a7ca614]{width:2rem;height:2rem;border-radius:50%;-webkit-mask:linear-gradient(to bottom right,black,rgba(0,0,0,.8),black);mask:linear-gradient(to bottom right,black,rgba(0,0,0,.8),black)}.themeList .bygTheme .previewCircle[data-v-7a7ca614]:not(.selected){margin:.25rem}.themeList .bygTheme .previewCircle.selected[data-v-7a7ca614]{border:.25rem solid var(--accentColor)}.themeList .bygTheme .themeInfo[data-v-7a7ca614]{gap:0}html.auto[data-v-0d3d7f41],html.light[data-v-0d3d7f41]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-0d3d7f41]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-0d3d7f41]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-0d3d7f41]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-0d3d7f41]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-0d3d7f41]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-0d3d7f41]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-0d3d7f41]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-0d3d7f41]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-0d3d7f41] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-0d3d7f41]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-0d3d7f41]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-0d3d7f41]:not(html){opacity:.4}.transparent[data-v-0d3d7f41]{background:transparent}.fullWidth[data-v-0d3d7f41]{width:100%}.autoSpace[data-v-0d3d7f41]{justify-content:space-between;width:100%}.noSpace[data-v-0d3d7f41]{gap:0}.noRound[data-v-0d3d7f41]{border-radius:0}.error[data-v-0d3d7f41]{color:red;text-align:center}.postDetail[data-v-0d3d7f41]{width:100%}[data-v-f3458652]:root{--tabBarHeight: 0}@media(max-width:50rem){[data-v-f3458652]:root{--tabBarHeight: 3.5rem}}html.auto[data-v-f3458652],html.light[data-v-f3458652]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-f3458652]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-f3458652]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-f3458652]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-f3458652]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-f3458652]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-f3458652]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-f3458652]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-f3458652]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-f3458652] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-f3458652]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-f3458652]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-f3458652]:not(html){opacity:.4}.transparent[data-v-f3458652]{background:transparent}.fullWidth[data-v-f3458652]{width:100%}.autoSpace[data-v-f3458652]{justify-content:space-between;width:100%}.noSpace[data-v-f3458652]{gap:0}.noRound[data-v-f3458652]{border-radius:0}.error[data-v-f3458652]{color:red;text-align:center}.desktopNav[data-v-f3458652]{display:none;align-items:flex-start;justify-content:space-between;min-width:14rem;width:20rem;flex-grow:1;gap:2rem;padding:var(--padding);height:100vh;overflow-y:scroll;border-right:.2rem solid var(--foregroundColor)}.desktopNav .header[data-v-f3458652]{gap:1rem}.desktopNav .header #createButton[data-v-f3458652]{margin:0 -.75rem}.desktopNav .bygLogo[data-v-f3458652]{align-items:center}.desktopNav .bygLogo .bygLogoImage[data-v-f3458652]{width:2.5rem;height:2.5rem}.desktopNavItem[data-v-f3458652]{margin:0 -.75rem;padding:.75rem;transition:.2s ease;cursor:pointer}.desktopNavItem[data-v-f3458652]:not(.selected,:hover){opacity:.9}.desktopNavItem[data-v-f3458652]:hover,.desktopNavItem.selected[data-v-f3458652]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.desktopNavItem[data-v-f3458652]:hover:after,.desktopNavItem.selected[data-v-f3458652]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.desktopNavItem[data-v-f3458652]:hover,.desktopNavItem.selected[data-v-f3458652]{--cornerRadius: 5rem;background:var(--foregroundColor);transform-origin:left;transform:scale(1.1)}.desktopNavItem:hover h3[data-v-f3458652],.desktopNavItem.selected h3[data-v-f3458652]{font-weight:900}.desktopNavItem.selected[data-v-f3458652]{padding:.75rem 1rem}.desktopNavItem svg[data-v-f3458652]{width:2rem;height:2rem}.pages[data-v-f3458652]{position:relative;width:100%}.pages .morePages[data-v-f3458652]{position:absolute;bottom:-5rem;background:var(--foregroundOpaque);border-radius:1.5rem;width:100%;padding:.75rem}.pages .morePages svg[data-v-f3458652]{width:1.5rem;height:1.5rem}@media(min-width:50rem){.desktopNav[data-v-f3458652]{display:flex;flex-direction:column}}[data-v-9c4131ec]:root{--tabBarHeight: 0}@media(max-width:50rem){[data-v-9c4131ec]:root{--tabBarHeight: 3.5rem}}html.auto[data-v-9c4131ec],html.light[data-v-9c4131ec]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-9c4131ec]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-9c4131ec]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-9c4131ec]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-9c4131ec]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-9c4131ec]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-9c4131ec]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-9c4131ec]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-9c4131ec]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-9c4131ec] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-9c4131ec]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-9c4131ec]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.bygMobileNav[data-v-9c4131ec]{--bottom: calc(max(env(safe-area-inset-bottom), 1rem) - var(--padding));display:none;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:1rem;position:sticky;bottom:var(--bottom);padding:0 .5rem;z-index:5001;width:100%}.bygMobileNav .createButton svg[data-v-9c4131ec]{transition:.2s ease-in-out}.bygMobileNav .createButton.open svg[data-v-9c4131ec]{transform:rotate(45deg)}.bygMobileNav .mobileNavItems[data-v-9c4131ec]{--borderRadius: 10rem;background:var(--foregroundColor);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);border-radius:var(--borderRadius);padding:.25rem;gap:0}.bygMobileNav .mobileNavItems[data-v-9c4131ec]:after{content:"";position:absolute;inset:0;border:.1rem solid var(--foregroundColor);border-radius:var(--borderRadius);-webkit-mask:conic-gradient(#000000 0%,#000000 15%,rgba(255,255,255,0) 22%,#000000 28%,rgb(0,0,0) 66%,rgba(255,255,255,0) 72%,#000000 78%,#000000 100%);mask:conic-gradient(#000000 0%,#000000 15%,rgba(255,255,255,0) 22%,#000000 28%,rgb(0,0,0) 66%,rgba(255,255,255,0) 72%,#000000 78%,#000000 100%);pointer-events:none}.bygMobileNav .mobileNavItems.extended[data-v-9c4131ec]{--borderRadius: 1.5rem;width:100%;flex-direction:column;align-items:flex-start}.bygMobileNav .mobileNavItems.extended .mobileNavItem[data-v-9c4131ec]{flex-direction:row;gap:.5rem}.bygMobileNav .mobileNavItems.extended .mobileNavItem p[data-v-9c4131ec]{font-size:medium}.bygMobileNav .mobileNavItems .mobileNavItem[data-v-9c4131ec]{align-items:center;min-width:3.75rem;padding:.45rem .35rem;gap:0;border-radius:10rem}.bygMobileNav .mobileNavItems .mobileNavItem.selected[data-v-9c4131ec]{padding:.45rem .5rem;background:var(--foregroundColor)}.bygMobileNav .mobileNavItems .mobileNavItem svg[data-v-9c4131ec]{width:1.5rem;height:1.5rem}.bygMobileNav .mobileNavItems .mobileNavItem p[data-v-9c4131ec]{font-size:x-small}@media(max-width:50rem){.bygMobileNav[data-v-9c4131ec]{display:flex}}html.auto[data-v-cd2934cd],html.light[data-v-cd2934cd]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-cd2934cd]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-cd2934cd]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-cd2934cd]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-cd2934cd]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-cd2934cd]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-cd2934cd]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-cd2934cd]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-cd2934cd]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-cd2934cd] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-cd2934cd]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-cd2934cd]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-cd2934cd]:not(html){opacity:.4}.transparent[data-v-cd2934cd]{background:transparent}.fullWidth[data-v-cd2934cd]{width:100%}.autoSpace[data-v-cd2934cd]{justify-content:space-between;width:100%}.noSpace[data-v-cd2934cd]{gap:0}.noRound[data-v-cd2934cd]{border-radius:0}.error[data-v-cd2934cd]{color:red;text-align:center}[data-v-cd2934cd]:root{--tabBarHeight: 0}@media(max-width:50rem){[data-v-cd2934cd]:root{--tabBarHeight: 3.5rem}}.titleView[data-v-cd2934cd]{width:100%;position:sticky;top:0;z-index:100;padding:.5rem var(--padding) 0}.titleView .titleViewContent[data-v-cd2934cd]{z-index:102;margin-top:calc(env(safe-area-inset-top) + .5rem);gap:.75rem;flex-wrap:nowrap}.titleView .titleMain[data-v-cd2934cd]{gap:.5rem;flex-shrink:1;flex-wrap:nowrap;min-width:0}.titleView .titleMain h2[data-v-cd2934cd]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex-grow:1;flex-shrink:1;max-width:100%}button.backButton[data-v-cd2934cd]{padding:.75rem}button.backButton svg[data-v-cd2934cd]{width:1.5rem!important;height:1.5rem!important}button.alertsButton[data-v-cd2934cd]{padding:.75rem}button.alertsButton.selected[data-v-cd2934cd]{background:var(--foregroundColor)}button.alertsButton svg[data-v-cd2934cd]{width:1.5rem!important;height:1.5rem!important}.titleMaskContainer[data-v-cd2934cd]{background:linear-gradient(to bottom,var(--backgroundColor),transparent);opacity:.7;z-index:-1}.titleBlurContainer[data-v-cd2934cd]{z-index:-2}.titleBlurContainer[data-v-cd2934cd],.titleMaskContainer[data-v-cd2934cd]{position:absolute;top:0;bottom:-1.5rem;left:0;right:0;border-radius:0}.titleBlurContainer .titleBlur[data-v-cd2934cd],.titleMaskContainer .titleBlur[data-v-cd2934cd]{transform:rotate(180deg)}html.auto[data-v-55cf2859],html.light[data-v-55cf2859]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-55cf2859]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-55cf2859]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-55cf2859]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-55cf2859]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-55cf2859]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-55cf2859]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-55cf2859]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-55cf2859]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-55cf2859] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-55cf2859]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-55cf2859]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-55cf2859]:not(html){opacity:.4}.transparent[data-v-55cf2859]{background:transparent}.fullWidth[data-v-55cf2859]{width:100%}.autoSpace[data-v-55cf2859]{justify-content:space-between;width:100%}.noSpace[data-v-55cf2859]{gap:0}.noRound[data-v-55cf2859]{border-radius:0}.error[data-v-55cf2859]{color:red;text-align:center}.createView[data-v-55cf2859],.createPreview[data-v-55cf2859]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.createView[data-v-55cf2859]:after,.createPreview[data-v-55cf2859]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.createView[data-v-55cf2859],.createPreview[data-v-55cf2859]{border-radius:2rem;padding:1rem}.createView.composer[data-v-55cf2859],.createPreview.composer[data-v-55cf2859]{min-width:20rem;max-width:100%}.postPreview[data-v-55cf2859],.markdownPreview[data-v-55cf2859]{width:100%;align-items:flex-start}.postPreview .markdownPreview[data-v-55cf2859],.markdownPreview .markdownPreview[data-v-55cf2859]{white-space:normal}.typePicker[data-v-55cf2859]{gap:.5rem}.typePicker .type[data-v-55cf2859]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.typePicker .type[data-v-55cf2859]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.typePicker .type[data-v-55cf2859]{cursor:pointer;font-size:large}.typePicker .type svg[data-v-55cf2859]{width:3rem;height:3rem}.form[data-v-55cf2859]{width:100%;gap:.25rem}textarea[data-v-55cf2859]{min-height:10rem}.mentionComposer[data-v-55cf2859]{width:100%;gap:.25rem}textarea[data-v-55cf2859],input[data-v-55cf2859]{--padding: .25rem;width:100%}.counter[data-v-55cf2859]{text-align:right;font-size:small;opacity:.7}.previewImage[data-v-55cf2859]{max-width:10rem;max-height:10rem;min-height:2rem}html.auto[data-v-0525fd72],html.light[data-v-0525fd72]{--backgroundColor: #fdd1ff;--foregroundColor: rgb(188 131 183 / .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(232 117 182);--shadowColor: rgb(92 15 88 / .8)}[data-v-0525fd72]:root{--dark-backgroundColor: #170023;--dark-foregroundColor: rgb(121 112 126 / .25);--dark-foregroundOpaque: rgb(76 53 89);--dark-textColor: rgba(240, 240, 240, .9);--dark-accentColor: rgb(209 20 149);--dark-shadowColor: rgb(223 161 196 / .8)}@media(prefers-color-scheme:dark){html.auto[data-v-0525fd72]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}}html.dark[data-v-0525fd72]{--backgroundColor: var(--dark-backgroundColor);--foregroundColor: var(--dark-foregroundColor);--foregroundOpaque: var(--dark-foregroundOpaque);--textColor: var(--dark-textColor);--accentColor: var(--dark-accentColor);--shadowColor: var(--dark-shadowColor)}html.leg-light[data-v-0525fd72]{--backgroundColor: #bee7f3;--foregroundColor: rgba(111, 163, 161, .25);--foregroundOpaque: rgb(89, 165, 172);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(117, 188, 232);--shadowColor: rgba(6, 63, 73, .8)}html.leg-dark[data-v-0525fd72]{--backgroundColor: #001823;--foregroundColor: rgba(59, 94, 108, .25);--foregroundOpaque: rgb(96, 138, 156);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(20, 86, 209);--shadowColor: rgba(159, 189, 228, .8)}html.a35hie[data-v-0525fd72]{--backgroundColor: #ccbef3;--foregroundColor: rgba(154, 131, 188, .25);--foregroundOpaque: rgb(162, 143, 201);--textColor: rgba(0, 0, 0, .9);--accentColor: rgb(159, 117, 232);--shadowColor: rgba(63, 15, 92, .8)}html.a35hie-dark[data-v-0525fd72]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(90, 20, 209);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-0525fd72]{--backgroundColor: black;--foregroundColor: rgba(85, 85, 85, .25);--foregroundOpaque: rgb(110, 110, 110);--textColor: rgba(227, 227, 227, .9);--accentColor: rgb(119, 119, 119);--shadowColor: rgba(188, 188, 188, .8);--globalFont: "Geist", sans-serif;--headerFont: var(--globalFont)}html.geist[data-v-0525fd72] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-0525fd72]{--backgroundColor: #1a0755;--foregroundColor: rgba(119, 103, 158, .25);--foregroundOpaque: rgb(110, 53, 182);--textColor: rgba(255, 218, 147, .9);--accentColor: rgb(209, 20, 206);--shadowColor: rgba(154, 122, 255, .8)}html.pastel-blue[data-v-0525fd72]{--backgroundColor: #a7f2ff;--foregroundColor: rgb(126 211 208 / .25);--foregroundOpaque: rgb(99 226 255);--textColor: rgb(0 82 112 / .9);--accentColor: rgb(65 227 255);--shadowColor: rgb(9 74 94 / .8)}.light[data-v-0525fd72]:not(html){opacity:.4}.transparent[data-v-0525fd72]{background:transparent}.fullWidth[data-v-0525fd72]{width:100%}.autoSpace[data-v-0525fd72]{justify-content:space-between;width:100%}.noSpace[data-v-0525fd72]{gap:0}.noRound[data-v-0525fd72]{border-radius:0}.error[data-v-0525fd72]{color:red;text-align:center}.reportView[data-v-0525fd72]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.reportView[data-v-0525fd72]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}.reportView[data-v-0525fd72]{position:fixed;width:50rem;max-width:calc(100vw - 2rem - var(--padding) * 2);z-index:10000;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);bottom:1rem;right:1rem;align-items:flex-start;gap:.75rem}.reportView iframe[data-v-0525fd72]{border:none;border-radius:1rem}[data-v-b3c3afbb]:root{--tabBarHeight: 0}@media(max-width:50rem){[data-v-b3c3afbb]:root{--tabBarHeight: 3.5rem}}main[data-v-b3c3afbb]{display:flex;flex-direction:column;align-items:center;flex-grow:3;height:100dvh;width:100%;padding:0;margin:0 auto;gap:1rem;overflow-y:scroll;scrollbar-width:none}@media(max-width:50rem){main[data-v-b3c3afbb]{width:100%}}
