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(114 51 227);--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;-webkit-backdrop-filter:none;backdrop-filter:none}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-4acd41fd],html.light[data-v-4acd41fd]{--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-4acd41fd]: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-4acd41fd]{--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-4acd41fd]{--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-4acd41fd]{--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-4acd41fd]{--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-4acd41fd]{--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-4acd41fd]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-4acd41fd]{--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-4acd41fd] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-4acd41fd]{--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-4acd41fd]{--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-4acd41fd]{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;border-radius:0;animation:opacity-4acd41fd .2s ease forwards}.fullScreenCoverContent[data-v-4acd41fd]{flex-direction:column;width:calc(100% - 1rem);overflow:scroll}@keyframes opacity-4acd41fd{0%{opacity:0}to{opacity:1}}.modalCover[data-v-10779257]{--margin: 1.5rem;z-index:500;padding:var(--margin) 0}.modalCover .modalContent[data-v-10779257]{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-db4df3c9],html.light[data-v-db4df3c9]{--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-db4df3c9]: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-db4df3c9]{--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-db4df3c9]{--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-db4df3c9]{--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-db4df3c9]{--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-db4df3c9]{--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-db4df3c9]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-db4df3c9]{--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-db4df3c9] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-db4df3c9]{--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-db4df3c9]{--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-db4df3c9]:not(html){opacity:.4}.transparent[data-v-db4df3c9]{background:transparent}.fullWidth[data-v-db4df3c9]{width:100%}.autoSpace[data-v-db4df3c9]{justify-content:space-between;width:100%}.noSpace[data-v-db4df3c9]{gap:0}.noRound[data-v-db4df3c9]{border-radius:0}.error[data-v-db4df3c9]{color:red;text-align:center}.shareModal[data-v-db4df3c9]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.shareModal[data-v-db4df3c9]: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-db4df3c9]{width:24rem;max-width:calc(100vw - 1rem);padding:1rem;border-radius:2rem;align-items:flex-start;gap:.75rem}.shareItemPreview[data-v-db4df3c9]{align-items:flex-start;gap:0}.shareItemPreview img[data-v-db4df3c9]{width:100%;border-radius:.75rem;margin-top:.5rem}.shareItemPreview .sharedContentPreview[data-v-db4df3c9]{width:100%;max-height:5rem;overflow:hidden;opacity:.9}.targetsSection[data-v-db4df3c9]{align-items:flex-start;gap:.4rem}.emptyTargets[data-v-db4df3c9]{align-items:flex-start}.targetButton[data-v-db4df3c9]{justify-content:flex-start;padding:.5rem .6rem}.targetButton .targetMain[data-v-db4df3c9]{align-items:center}.targetButton .targetMain img[data-v-db4df3c9],.targetButton .targetMain .targetAvatarFallback[data-v-db4df3c9]{width:1.35rem;height:1.35rem;border-radius:50%}.targetButton .targetMain .targetInfo[data-v-db4df3c9]{align-items:flex-start;gap:0}.targetButton .targetMeta[data-v-db4df3c9]{align-items:center}.emptyView[data-v-bf9c1e00]{width:0;height:0}html.auto[data-v-69a62633],html.light[data-v-69a62633]{--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-69a62633]: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-69a62633]{--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-69a62633]{--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-69a62633]{--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-69a62633]{--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-69a62633]{--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-69a62633]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-69a62633]{--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-69a62633] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-69a62633]{--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-69a62633]{--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)}.modalActions[data-v-69a62633]{border-top:.1rem solid var(--foregroundColor);padding-top:.5rem;border-radius:0;margin-top:1rem}html.auto[data-v-3be674aa],html.light[data-v-3be674aa]{--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-3be674aa]: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-3be674aa]{--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-3be674aa]{--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-3be674aa]{--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-3be674aa]{--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-3be674aa]{--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-3be674aa]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-3be674aa]{--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-3be674aa] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-3be674aa]{--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-3be674aa]{--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-3be674aa]:not(html){opacity:.4}.transparent[data-v-3be674aa]{background:transparent}.fullWidth[data-v-3be674aa]{width:100%}.autoSpace[data-v-3be674aa]{justify-content:space-between;width:100%}.noSpace[data-v-3be674aa]{gap:0}.noRound[data-v-3be674aa]{border-radius:0}.error[data-v-3be674aa]{color:red;text-align:center}.byg2Modal[data-v-3be674aa]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.byg2Modal[data-v-3be674aa]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}html.auto[data-v-831a4ce8],html.light[data-v-831a4ce8]{--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-831a4ce8]: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-831a4ce8]{--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-831a4ce8]{--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-831a4ce8]{--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-831a4ce8]{--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-831a4ce8]{--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-831a4ce8]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-831a4ce8]{--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-831a4ce8] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-831a4ce8]{--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-831a4ce8]{--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)}.cookieBanner[data-v-831a4ce8]{position:fixed;left:0;right:0;z-index:9999;bottom:env(safe-area-inset-bottom,0);background:var(--foregroundOpaque);border-radius:0;align-items:flex-start;padding:1.5rem;animation:cookiesSlideIn-831a4ce8 1s ease-in-out;gap:.75rem}.cookieBanner .actions[data-v-831a4ce8]{margin-top:1rem}@keyframes cookiesSlideIn-831a4ce8{0%{transform:translateY(100%)}to{transform:translateY(0)}}.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}[data-v-6960c165] .afterLogin{gap:1.5rem}section[data-v-6960c165]{display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:center;text-align:center}section .logo[data-v-6960c165]{width:10rem;height:10rem}html.auto[data-v-8173cd57],html.light[data-v-8173cd57]{--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-8173cd57]: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-8173cd57]{--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-8173cd57]{--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-8173cd57]{--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-8173cd57]{--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-8173cd57]{--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-8173cd57]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-8173cd57]{--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-8173cd57] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-8173cd57]{--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-8173cd57]{--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)}.bygEmbedShell[data-v-8173cd57]{padding:.75rem;background:var(--foregroundOpaque);width:100%;height:100%;border-radius:0;gap:.5rem}.bygEmbedShell .embedTitle[data-v-8173cd57]{padding:.5rem .5rem 0}.bygEmbedShell .embedTitle .logo[data-v-8173cd57]{width:2.5rem;height:2.5rem}.bygEmbedShell .embedContent[data-v-8173cd57]{background:var(--backgroundColor);width:100%;height:100%;overflow:scroll;border-radius:1.5rem;padding:.75rem}html.auto[data-v-88ccfaa2],html.light[data-v-88ccfaa2]{--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-88ccfaa2]: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-88ccfaa2]{--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-88ccfaa2]{--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-88ccfaa2]{--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-88ccfaa2]{--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-88ccfaa2]{--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-88ccfaa2]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-88ccfaa2]{--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-88ccfaa2] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-88ccfaa2]{--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-88ccfaa2]{--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)}.bygAppsEmbed .appsList[data-v-88ccfaa2]{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));align-content:start;gap:.75rem;width:100%}.bygAppsEmbed .appsList .appItem .appIcon[data-v-88ccfaa2]{position:relative;padding:.5rem}.bygAppsEmbed .appsList .appItem .appIcon svg[data-v-88ccfaa2]{width:2rem;height:2rem;z-index:1}.bygAppsEmbed .appsList .appItem .appIcon .appIconBackground[data-v-88ccfaa2]{position:absolute;inset:0;border-radius:1rem;background:linear-gradient(to bottom,var(--tint),hsl(from var(--tint) calc(h - 40) s l))}.bygAppsEmbed .appsList .appItem .appInfo[data-v-88ccfaa2]{gap:0}.bygAppsEmbed .appsList .appItem .appInfo[data-v-88ccfaa2] *{margin:0}.loader[data-v-02dd8db7],.errorIcon[data-v-30a18c05]{width:4rem;height:4rem;margin:1rem 0}.reloadButton[data-v-30a18c05]{margin-top:1rem}.bygChatEmbed[data-v-5986e893]{width:100%;justify-content:space-between}.bygChatEmbed .profile[data-v-5986e893]{min-height:100%;flex-wrap:nowrap;justify-content:space-between}.bygChatEmbed .userAvatar[data-v-5986e893]{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.bygChatEmbed .userMeta[data-v-5986e893]{gap:0}.bygChatEmbed .userMeta[data-v-5986e893] *{margin:0}.bygChatEmbed .actions a[data-v-5986e893]{flex-grow:1}.bygChatEmbed .actions button[data-v-5986e893]{width:100%}.alertIcon[data-v-6535fdc3]{width:4rem;height:4rem;margin:1rem 0}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(114 51 227);--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(114 51 227);--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(114 51 227);--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(114 51 227);--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)}}html.auto[data-v-92782f6e],html.light[data-v-92782f6e]{--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-92782f6e]: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-92782f6e]{--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-92782f6e]{--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-92782f6e]{--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-92782f6e]{--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-92782f6e]{--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-92782f6e]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-92782f6e]{--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-92782f6e] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-92782f6e]{--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-92782f6e]{--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-92782f6e]{gap:.25rem}.userName .inlineAvatar[data-v-92782f6e]{width:1rem;height:1rem;border-radius:50%}.userName .at[data-v-92782f6e]{opacity:.5}.userName .name[data-v-92782f6e]{cursor:pointer}.userName .profileLink[data-v-92782f6e]:hover{text-decoration:underline;text-decoration-color:var(--accentColor)}.userName .badge[data-v-92782f6e]{gap:0;background:var(--accentColor)}.userName .badge.staff[data-v-92782f6e],.userName .badge.author[data-v-92782f6e]{padding:.15rem .35rem}.userName .badge.verified[data-v-92782f6e],.userName .badge.subscription[data-v-92782f6e]{padding:.35rem}.userName .badge.subscription[data-v-92782f6e]{background:#ffd70099}.userName .badge svg[data-v-92782f6e]{width:1rem;height:1rem}.userName .followButton[data-v-92782f6e]{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(114 51 227);--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-2d7b21b0],.notificationsList[data-v-2d7b21b0]{width:100%}.controls[data-v-2d7b21b0]{margin-bottom:.75rem;justify-content:flex-end}.controls .controlButtons[data-v-2d7b21b0]{gap:.5rem}.pushMessage[data-v-2d7b21b0]{width:100%;text-align:right}html.auto[data-v-228843de],html.light[data-v-228843de]{--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-228843de]: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-228843de]{--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-228843de]{--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-228843de]{--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-228843de]{--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-228843de]{--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-228843de]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-228843de]{--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-228843de] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-228843de]{--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-228843de]{--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-228843de]:not(html){opacity:.4}.transparent[data-v-228843de]{background:transparent}.fullWidth[data-v-228843de]{width:100%}.autoSpace[data-v-228843de]{justify-content:space-between;width:100%}.noSpace[data-v-228843de]{gap:0}.noRound[data-v-228843de]{border-radius:0}.error[data-v-228843de]{color:red;text-align:center}.imageItem[data-v-228843de]{overflow:hidden;display:flex;flex-direction:column;cursor:pointer}.imageItem.detail[data-v-228843de]{border-radius:0}.imageItem[data-v-228843de]:not(.detail){--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.imageItem[data-v-228843de]: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[data-v-228843de]:not(.detail){padding:0}.imageItem:not(.detail) img[data-v-228843de]{border-radius:1rem}.imageItem:not(.detail) .info[data-v-228843de]{padding:0 .75rem .75rem}.imageItem.detail[data-v-228843de]{cursor:default}.imageItem.detail img[data-v-228843de]{height:auto}.imageItem img[data-v-228843de]{width:100%;height:18rem;object-fit:cover}.imageItem .info[data-v-228843de]{flex-grow:1;width:100%;border-radius:0;justify-content:space-between}.imageItem .info .imageMeta p[data-v-228843de]{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(114 51 227);--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-ffdde0bf],html.light[data-v-ffdde0bf]{--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-ffdde0bf]: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-ffdde0bf]{--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-ffdde0bf]{--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-ffdde0bf]{--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-ffdde0bf]{--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-ffdde0bf]{--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-ffdde0bf]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-ffdde0bf]{--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-ffdde0bf] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-ffdde0bf]{--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-ffdde0bf]{--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-ffdde0bf]:not(html){opacity:.4}.transparent[data-v-ffdde0bf]{background:transparent}.fullWidth[data-v-ffdde0bf]{width:100%}.autoSpace[data-v-ffdde0bf]{justify-content:space-between;width:100%}.noSpace[data-v-ffdde0bf]{gap:0}.noRound[data-v-ffdde0bf]{border-radius:0}.error[data-v-ffdde0bf]{color:red;text-align:center}.profileCardContainer[data-v-ffdde0bf]{width:100%;justify-content:stretch}.profileCard[data-v-ffdde0bf]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.profileCard[data-v-ffdde0bf]: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-ffdde0bf]{width:100%;gap:0;overflow:hidden;margin-bottom:1rem;padding:0}.profileCard .banner[data-v-ffdde0bf],.profileCard .bannerPlaceholder[data-v-ffdde0bf]{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-ffdde0bf]{background:linear-gradient(135deg,var(--accentColor) 0%,rgba(0,0,0,.1) 100%)}.profileCard .profileContent[data-v-ffdde0bf]{padding:var(--padding);margin-top:-2.5rem;gap:1rem;width:100%}.profileCard .profileContent .avatarSection[data-v-ffdde0bf]{gap:1rem;align-items:flex-end}.profileCard .profileContent .avatarSection .avatar[data-v-ffdde0bf],.profileCard .profileContent .avatarSection .avatarPlaceholder[data-v-ffdde0bf]{width:6rem;height:6rem;border-radius:50%;background:var(--backgroundColor);flex-shrink:0}.profileCard .profileContent .avatarSection .avatar[data-v-ffdde0bf]{object-fit:cover}.profileCard .profileContent .avatarSection .avatarPlaceholder[data-v-ffdde0bf]{display:flex;align-items:center;justify-content:center}.profileCard .profileContent .avatarSection .avatarPlaceholder svg[data-v-ffdde0bf]{width:2.5rem;height:2.5rem;opacity:.5}.profileCard .profileContent .bio[data-v-ffdde0bf]{line-height:1.5}.profileCard .profileContent .stats[data-v-ffdde0bf]{gap:2rem;padding-top:1rem}.profileCard .profileContent .stat[data-v-ffdde0bf]{gap:.25rem}.homeWrap[data-v-6cf21fe5]{flex-wrap:nowrap;align-items:center;gap:1.5rem;margin-top:30vh;width:100%}.homeWrap .bygLogo h1[data-v-6cf21fe5]{font-size:4rem;font-style:italic}.homeWrap .searchForm[data-v-6cf21fe5]{width:55rem;max-width:100%}@media(max-width:40rem){.homeWrap .bygLogo h1[data-v-6cf21fe5]{font-size:2rem}}html.auto[data-v-e8a8097f],html.light[data-v-e8a8097f]{--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-e8a8097f]: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-e8a8097f]{--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-e8a8097f]{--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-e8a8097f]{--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-e8a8097f]{--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-e8a8097f]{--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-e8a8097f]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-e8a8097f]{--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-e8a8097f] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-e8a8097f]{--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-e8a8097f]{--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-e8a8097f]:root{--tabBarHeight: 0}@media(max-width:50rem){[data-v-e8a8097f]:root{--tabBarHeight: 3.5rem}}[data-v-e8a8097f] .bygSearchResults{margin-top:env(safe-area-inset-top)}.searchHeaderCard[data-v-e8a8097f],.searchLandingCard[data-v-e8a8097f],.searchResultsSection[data-v-e8a8097f]{width:100%;max-width:60rem;margin:.75rem 0}.searchHeaderCard[data-v-e8a8097f]{gap:.75rem}.searchHeaderCard .searchForm[data-v-e8a8097f]{width:100%;height:auto;gap:.5rem}.searchHeaderCard .searchCategoryBar[data-v-e8a8097f]{width:100%;overflow:scroll;flex-wrap:nowrap;gap:.5rem}.searchHeaderCard .searchCategoryBar .searchCategoryButton[data-v-e8a8097f]{flex-shrink:0}.searchResultsSection[data-v-e8a8097f]{gap:.75rem}.searchResultsSection .resultsMeta[data-v-e8a8097f]{width:100%;align-items:center}.searchResultsSection .resultsMeta p[data-v-e8a8097f]{margin:0}.searchResultsSection .answerRow[data-v-e8a8097f]{width:100%;padding:.75rem;border-radius:1rem;background:var(--foregroundOpaque);align-items:center}.searchResultsSection .answerRow p[data-v-e8a8097f]{margin:0}.searchResultsSection .suggestionRow[data-v-e8a8097f]{width:100%;gap:.5rem;overflow:scroll;flex-wrap:nowrap}.searchResultsSection .suggestionRow .suggestionButton[data-v-e8a8097f]{flex-shrink:0;padding:.45rem .7rem}.searchResultsSection .resultList[data-v-e8a8097f]{width:100%;gap:.5rem}.searchResultsSection .resultList .resultCard[data-v-e8a8097f]{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-e8a8097f]{width:100%}.searchResultsSection .resultList .resultCard .resultHeading[data-v-e8a8097f]{width:100%;flex-wrap:nowrap;gap:.35rem}.searchResultsSection .resultList .resultCard .resultHeading h3[data-v-e8a8097f]{margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchResultsSection .resultList .resultCard .resultSnippet[data-v-e8a8097f]{margin:0;width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.searchResultsSection .resultList .resultCard .resultFooter[data-v-e8a8097f]{width:100%}.searchResultsSection .resultList .resultCard .resultFooter p[data-v-e8a8097f]{margin:0}.searchResultsSection .imageResultGrid[data-v-e8a8097f]{display:grid;width:100%;grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:.6rem}.searchResultsSection .imageResultGrid .imageResultCard[data-v-e8a8097f]{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-e8a8097f]{width:100%;aspect-ratio:4/3;background:var(--foregroundOpaque);border-radius:0;overflow:hidden}.searchResultsSection .imageResultGrid .imageResultCard .imagePreview img[data-v-e8a8097f]{width:100%;height:100%;object-fit:cover;border-radius:0}.searchResultsSection .imageResultGrid .imageResultCard .imagePreview .imagePreviewFallback[data-v-e8a8097f]{width:100%;height:100%;justify-content:center}.searchResultsSection .imageResultGrid .imageResultCard .imagePreview .imagePreviewFallback svg[data-v-e8a8097f]{width:2rem;height:2rem}.searchResultsSection .imageResultGrid .imageResultCard .imageCardMeta[data-v-e8a8097f]{width:100%;padding:.65rem;gap:.15rem;align-items:flex-start}.searchResultsSection .imageResultGrid .imageResultCard .imageCardMeta h3[data-v-e8a8097f],.searchResultsSection .imageResultGrid .imageResultCard .imageCardMeta p[data-v-e8a8097f]{margin:0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchResultsSection .paginationBar[data-v-e8a8097f]{width:100%;align-items:center}.searchResultsSection .paginationBar p[data-v-e8a8097f]{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(114 51 227);--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(114 51 227);--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(114 51 227);--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(114 51 227);--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(114 51 227);--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(114 51 227);--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(114 51 227);--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(114 51 227);--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%}html.auto[data-v-d8922c6e],html.light[data-v-d8922c6e]{--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-d8922c6e]: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-d8922c6e]{--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-d8922c6e]{--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-d8922c6e]{--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-d8922c6e]{--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-d8922c6e]{--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-d8922c6e]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-d8922c6e]{--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-d8922c6e] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-d8922c6e]{--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-d8922c6e]{--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-d8922c6e]:not(html){opacity:.4}.transparent[data-v-d8922c6e]{background:transparent}.fullWidth[data-v-d8922c6e]{width:100%}.autoSpace[data-v-d8922c6e]{justify-content:space-between;width:100%}.noSpace[data-v-d8922c6e]{gap:0}.noRound[data-v-d8922c6e]{border-radius:0}.error[data-v-d8922c6e]{color:red;text-align:center}.notificationsModal[data-v-d8922c6e]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.notificationsModal[data-v-d8922c6e]:after{content:"";position:absolute;inset:0;box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none}[data-v-73452809]:root{--tabBarHeight: 0}@media(max-width:50rem){[data-v-73452809]:root{--tabBarHeight: 3.5rem}}html.auto[data-v-73452809],html.light[data-v-73452809]{--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-73452809]: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-73452809]{--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-73452809]{--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-73452809]{--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-73452809]{--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-73452809]{--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-73452809]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-73452809]{--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-73452809] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-73452809]{--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-73452809]{--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-73452809]:not(html){opacity:.4}.transparent[data-v-73452809]{background:transparent}.fullWidth[data-v-73452809]{width:100%}.autoSpace[data-v-73452809]{justify-content:space-between;width:100%}.noSpace[data-v-73452809]{gap:0}.noRound[data-v-73452809]{border-radius:0}.error[data-v-73452809]{color:red;text-align:center}.desktopNav[data-v-73452809]{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;background:linear-gradient(to left,var(--backgroundColor),var(--foregroundColor));animation:slideIn-73452809 .3s ease-in-out}@keyframes slideIn-73452809{0%{transform:translate(-100%);opacity:.4}to{transform:translate(0);opacity:1}}.desktopNav .header[data-v-73452809]{gap:1rem}.desktopNav .header #createButton[data-v-73452809]{margin:0 -.75rem}.desktopNav .bygLogo[data-v-73452809]{align-items:center}.desktopNav .bygLogo .bygLogoImage[data-v-73452809]{width:2.5rem;height:2.5rem}.desktopNavItem[data-v-73452809]{margin:0 -.75rem;padding:.75rem;transition:.2s ease;cursor:pointer}.desktopNavItem[data-v-73452809]:not(.selected,:hover){opacity:.9}.desktopNavItem[data-v-73452809]:hover,.desktopNavItem.selected[data-v-73452809]{--postPadding: .75rem;--cornerRadius: 1.75rem;position:relative;padding:.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius)}.desktopNavItem[data-v-73452809]:hover:after,.desktopNavItem.selected[data-v-73452809]: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-73452809]:hover,.desktopNavItem.selected[data-v-73452809]{--cornerRadius: 5rem;background:var(--foregroundColor);transform-origin:left;transform:scale(1.1)}.desktopNavItem:hover h3[data-v-73452809],.desktopNavItem.selected h3[data-v-73452809]{font-weight:900}.desktopNavItem.selected[data-v-73452809]{padding:.75rem 1rem}.desktopNavItem svg[data-v-73452809]{width:2rem;height:2rem}.pages[data-v-73452809]{position:relative;width:100%}.pages .morePages[data-v-73452809]{position:absolute;bottom:-5rem;background:var(--foregroundOpaque);border-radius:1.5rem;width:100%;padding:.75rem}.pages .morePages svg[data-v-73452809]{width:1.5rem;height:1.5rem}@media(min-width:50rem){.desktopNav[data-v-73452809]{display:flex;flex-direction:column}}[data-v-f1ee155e]:root{--tabBarHeight: 0}@media(max-width:50rem){[data-v-f1ee155e]:root{--tabBarHeight: 3.5rem}}html.auto[data-v-f1ee155e],html.light[data-v-f1ee155e]{--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-f1ee155e]: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-f1ee155e]{--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-f1ee155e]{--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-f1ee155e]{--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-f1ee155e]{--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-f1ee155e]{--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-f1ee155e]{--backgroundColor: #0c0023;--foregroundColor: rgba(134, 134, 134, .25);--foregroundOpaque: rgb(69, 53, 89);--textColor: rgba(240, 240, 240, .9);--accentColor: rgb(114 51 227);--shadowColor: rgba(177, 161, 223, .8)}html.geist[data-v-f1ee155e]{--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-f1ee155e] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-f1ee155e]{--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-f1ee155e]{--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-f1ee155e]{--bottom: calc(max(env(safe-area-inset-bottom), 1rem) - var(--padding));display:none;flex-wrap:wrap;align-items:flex-end;gap:1rem;position:sticky;bottom:0;padding:0 .5rem;z-index:5001;width:100%;border-radius:0;background:linear-gradient(to top,var(--backgroundColor),transparent)}.bygMobileNav .createButton svg[data-v-f1ee155e]{transition:.2s ease-in-out}.bygMobileNav .createButton.open svg[data-v-f1ee155e]{transform:rotate(45deg)}.bygMobileNav .mobileNavItems[data-v-f1ee155e]{width:100%;padding:.25rem;gap:0;justify-content:space-around;margin-bottom:var(--bottom)}.bygMobileNav .mobileNavItems.extended[data-v-f1ee155e]{border-radius:1.5rem;width:100%;flex-direction:column;align-items:flex-start;background:var(--foregroundColor);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.bygMobileNav .mobileNavItems.extended .mobileNavItem[data-v-f1ee155e]{flex-direction:row;gap:.5rem}.bygMobileNav .mobileNavItems.extended .mobileNavItem p[data-v-f1ee155e]{font-size:medium}.bygMobileNav .mobileNavItems .mobileNavItem[data-v-f1ee155e]{align-items:center;min-width:3.75rem;padding:.45rem .35rem;gap:0;border-radius:10rem}.bygMobileNav .mobileNavItems .mobileNavItem.selected[data-v-f1ee155e] *{color:var(--accentColor)}.bygMobileNav .mobileNavItems .mobileNavItem svg[data-v-f1ee155e]{width:1.75rem;height:1.75rem}.bygMobileNav .mobileNavItems .mobileNavItem p[data-v-f1ee155e]{font-size:.75rem}.bygMobileNav .navBlur[data-v-f1ee155e]{position:absolute;bottom:0;width:100%;height:100%;z-index:-1;border-radius:var(--borderRadius)}@media(max-width:50rem){.bygMobileNav[data-v-f1ee155e]{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(114 51 227);--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(114 51 227);--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(114 51 227);--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-707548f3]:root{--tabBarHeight: 0}@media(max-width:50rem){[data-v-707548f3]:root{--tabBarHeight: 3.5rem}}main[data-v-707548f3]{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}.blurrable[data-v-707548f3]{transition:.1s ease}.blurrable.blurred[data-v-707548f3]{filter:blur(.5rem)}@media(max-width:50rem){main[data-v-707548f3]{width:100%}}
