html.auto,html.light{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--globalFont:"Geist", sans-serif;--headerFont:var(--globalFont)}html.geist *{letter-spacing:0!important;font-weight:100!important}html.neon{--backgroundColor:#1a0755;--foregroundColor:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}: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{letter-spacing:.5px;margin:0;font-size:105%}h1,h2,h3,h4,h5,h6{font-family:var(--headerFont);margin:.5rem 0 .25rem;font-weight:700}code,code *{font-family:var(--codeFont);-webkit-user-select:all;user-select:all}pre.shiki{border-radius:.75rem;padding:.5rem}:root{--tabBarHeight:0}@media (width<=50rem){:root{--tabBarHeight:3.5rem}}.light:not(html){opacity:.4}.transparent{background:0 0}.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;border-radius:var(--buttonRadius);background:var(--foregroundColor);color:var(--textColor);cursor:pointer;-webkit-backdrop-filter:blur(.25rem)saturate(150%);backdrop-filter:blur(.25rem)saturate(150%);border:none;justify-content:center;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:medium;transition:all .2s ease-in-out;display:flex}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:"";border-radius:var(--buttonRadius);border:.1rem solid var(--shadowColor);box-shadow:0 .5rem .5rem var(--shadowColor);opacity:.1;transition:all .2s ease-in-out;position:absolute;inset:0}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{border-radius:.75rem;width:2rem;height:2rem}button.transparent{-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}button.transparent svg{width:1rem!important;height:1rem!important}.loginItems{flex-flow:wrap;align-items:stretch;gap:.5rem;width:100%;display:flex}.loginForm,.accountSide{--postPadding:.75rem;--cornerRadius:1.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius);flex-grow:1;padding:.75rem;position:relative}.loginForm:after,.accountSide:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.loginFormItems{width:100%}.searchInputWrap{width:100%;flex-wrap:nowrap!important}.searchInputWrap input{border-radius:2rem;flex-grow:1;padding:.75rem 1rem}.searchInputWrap button{padding:.75rem}*{scroll-behavior:smooth;box-sizing:border-box}html{background:var(--backgroundColor);width:100vw;height:100vh;overflow:hidden}body{color:var(--textColor);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:fixed;top:0;bottom:0}#app{--padding:2rem;flex-direction:row;width:100vw;height:100dvh;display:flex}@media (width<=50rem){#app{--padding:.5rem;flex-direction:column}}.emptyState{justify-content:center!important;align-items:center!important;gap:0!important;height:100vh!important;display:flex!important}div{border-radius:1rem;flex-direction:column;align-items:center;display:flex}a{color:var(--textColor);cursor:pointer;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}a.prominentLink,span a{text-decoration:underline;-webkit-text-decoration-color:var(--accentColor);text-decoration-color:var(--accentColor)}hr{opacity:.2;border-width:.1rem}svg{color:var(--textColor)}form{flex-direction:column;justify-content:space-between;gap:1rem;height:100%;display:flex}label{flex-direction:column;gap:.25rem;width:100%;display:flex}input,textarea{background:var(--foregroundColor);color:var(--textColor);border:none;border-radius:.75rem;padding:.25rem;font-size:1rem}input:focus,textarea:focus{outline:var(--accentColor) .1rem solid}ul,ol{margin:-.25rem 0;padding-inline-start:1.25rem}li{margin:-.25rem 0}li::marker{color:var(--foregroundOpaque)}.hStack[data-v-0d55140d]{flex-flow:wrap;gap:.5rem;display:flex}.hStack.spaced[data-v-0d55140d]{gap:0 1rem}html.auto[data-v-950b79b8],html.light[data-v-950b79b8]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-950b79b8]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@media (prefers-color-scheme:dark){html.auto[data-v-950b79b8]{--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-950b79b8]{--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-950b79b8]{--backgroundColor:#bee7f3;--foregroundColor:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-950b79b8]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-950b79b8]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-950b79b8]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-950b79b8]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--globalFont:"Geist", sans-serif;--headerFont:var(--globalFont)}html.geist[data-v-950b79b8] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-950b79b8]{--backgroundColor:#1a0755;--foregroundColor:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-950b79b8]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.fullScreenCover[data-v-950b79b8]{z-index:10;opacity:0;border-radius:0;justify-content:center;align-items:center;width:100vw;height:100dvh;animation:.2s forwards opacity-950b79b8;display:flex;position:fixed;top:0;left:0}.fullScreenCoverContent[data-v-950b79b8]{flex-direction:column;width:calc(100% - 1rem);overflow:scroll}@keyframes opacity-950b79b8{0%{opacity:0}to{opacity:1}}.modalCover[data-v-99cf8ecc]{--margin:1.5rem;z-index:500;padding:var(--margin) 0}.modalCover.blurred[data-v-99cf8ecc]{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}.modalCover .modalContent[data-v-99cf8ecc]{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]{flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;gap:.5rem;display:flex}.vStack.spaced[data-v-78add000]{gap:1rem 0}html.auto[data-v-db4df3c9],html.light[data-v-db4df3c9]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-db4df3c9]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-db4df3c9]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-db4df3c9]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-db4df3c9]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-db4df3c9]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-db4df3c9]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-db4df3c9]:not(html){opacity:.4}.transparent[data-v-db4df3c9]{background:0 0}.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;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.shareModal[data-v-db4df3c9]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.shareModal[data-v-db4df3c9]{border-radius:2rem;align-items:flex-start;gap:.75rem;width:24rem;max-width:calc(100vw - 1rem);padding:1rem}.shareItemPreview[data-v-db4df3c9]{align-items:flex-start;gap:0}.shareItemPreview img[data-v-db4df3c9]{border-radius:.75rem;width:100%;margin-top:.5rem}.shareItemPreview .sharedContentPreview[data-v-db4df3c9]{opacity:.9;width:100%;max-height:5rem;overflow:hidden}.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]{border-radius:50%;width:1.35rem;height:1.35rem}.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:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-69a62633]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-69a62633]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-69a62633]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-69a62633]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-69a62633]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-69a62633]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.modalActions[data-v-69a62633]{border-top:.1rem solid var(--foregroundColor);border-radius:0;margin-top:1rem;padding-top:.5rem}html.auto[data-v-3be674aa],html.light[data-v-3be674aa]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-3be674aa]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-3be674aa]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-3be674aa]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-3be674aa]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-3be674aa]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-3be674aa]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-3be674aa]:not(html){opacity:.4}.transparent[data-v-3be674aa]{background:0 0}.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;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.byg2Modal[data-v-3be674aa]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}html.auto[data-v-831a4ce8],html.light[data-v-831a4ce8]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-831a4ce8]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-831a4ce8]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-831a4ce8]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-831a4ce8]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-831a4ce8]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-831a4ce8]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.cookieBanner[data-v-831a4ce8]{z-index:9999;left:0;right:0;bottom:env(safe-area-inset-bottom,0);background:var(--foregroundOpaque);border-radius:0;align-items:flex-start;gap:.75rem;padding:1.5rem;animation:1s ease-in-out cookiesSlideIn-831a4ce8;position:fixed}.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]{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}section .logo[data-v-6960c165]{width:10rem;height:10rem}html.auto[data-v-8173cd57],html.light[data-v-8173cd57]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-8173cd57]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-8173cd57]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-8173cd57]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-8173cd57]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-8173cd57]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-8173cd57]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.bygEmbedShell[data-v-8173cd57]{background:var(--foregroundOpaque);border-radius:0;gap:.5rem;width:100%;height:100%;padding:.75rem}.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);border-radius:1.5rem;width:100%;height:100%;padding:.75rem;overflow:scroll}html.auto[data-v-88ccfaa2],html.light[data-v-88ccfaa2]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-88ccfaa2]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-88ccfaa2]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-88ccfaa2]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-88ccfaa2]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-88ccfaa2]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-88ccfaa2]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.bygAppsEmbed .appsList[data-v-88ccfaa2]{grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));align-content:start;gap:.75rem;width:100%;display:grid}.bygAppsEmbed .appsList .appItem .appIcon[data-v-88ccfaa2]{padding:.5rem;position:relative}.bygAppsEmbed .appsList .appItem .appIcon svg[data-v-88ccfaa2]{z-index:1;width:2rem;height:2rem}.bygAppsEmbed .appsList .appItem .appIcon .appIconBackground[data-v-88ccfaa2]{background:linear-gradient(to bottom, var(--tint), hsl(from var(--tint) calc(h - 40) s l));border-radius:1rem;position:absolute;inset:0}.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]{justify-content:space-between;width:100%}.bygChatEmbed .profile[data-v-5986e893]{flex-wrap:nowrap;justify-content:space-between;min-height:100%}.bygChatEmbed .userAvatar[data-v-5986e893]{object-fit:cover;border-radius:50%;width:3rem;height:3rem}.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:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-c0842114]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-c0842114]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-c0842114]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-c0842114]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-c0842114]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-c0842114]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.messageRow[data-v-c0842114]{flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:.35rem;width:100%;min-width:0;margin-bottom:.1rem}.messageRow.outgoing[data-v-c0842114]{justify-content:flex-end}.senderAvatar[data-v-c0842114]{border-radius:50%;width:1.3rem;height:1.3rem}.senderAvatar.fallback[data-v-c0842114]{border-radius:0}.senderAvatar.spacer[data-v-c0842114]{flex-shrink:0;display:block}.bubbleWrap[data-v-c0842114]{align-items:flex-start;gap:.1rem;min-width:0;max-width:min(38rem,86%)}.bubbleWrap.outgoing[data-v-c0842114]{align-items:flex-end}.bubble[data-v-c0842114]{--cornerRadius:1.25rem;--groupCornerRadius:.55rem;border-radius:var(--cornerRadius);background:var(--foregroundColor);align-items:flex-start;gap:.45rem;width:fit-content;max-width:100%;padding:.55rem .7rem}.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]{border-radius:0;padding:0;background:0 0!important}.messageContent[data-v-c0842114]{align-items:flex-start;width:100%;min-width:0}.messageContent[data-v-c0842114] img{border-radius:.75rem;max-width:100%}.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]{box-sizing:border-box;border-radius:.9rem;flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;padding:.6rem;text-decoration:none;display:flex}.sharedEmbed .embedPreview[data-v-c0842114]{width:100%;max-height:4.5rem;overflow:hidden}.sharedEmbed.imageEmbed .imageEmbedMeta[data-v-c0842114]{justify-content:space-between;align-items:center;gap:.35rem;width:100%;display:flex}.sharedEmbed.imageEmbed .imageEmbedMeta h4[data-v-c0842114],.sharedEmbed.imageEmbed .imageEmbedMeta p[data-v-c0842114]{margin:0}.sharedEmbed.imageEmbed img[data-v-c0842114]{border-radius:.75rem;width:100%}.bubbleTime[data-v-c0842114]{margin:.1rem .25rem;font-size:x-small}.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:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-c5ad732b]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-c5ad732b]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-c5ad732b]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-c5ad732b]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-c5ad732b]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-c5ad732b]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}button[data-v-c5ad732b]{width:100%}button .threadRow[data-v-c5ad732b]{flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%}button .threadRow .threadMain[data-v-c5ad732b]{flex-grow:1;flex-shrink:1;gap:0;min-width:0}button .threadRow .threadMain .preview[data-v-c5ad732b]{text-align:start;text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}button .threadRow .threadTime[data-v-c5ad732b]{white-space:nowrap;flex-shrink:0}html.auto[data-v-ba1004df],html.light[data-v-ba1004df]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-ba1004df]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-ba1004df]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-ba1004df]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-ba1004df]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-ba1004df]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-ba1004df]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-ba1004df]:not(html){opacity:.4}.transparent[data-v-ba1004df]{background:0 0}.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]{background:var(--foregroundOpaque);z-index:1000;border-radius:1.5rem;flex-wrap:nowrap;align-items:flex-start;gap:.25rem;width:20rem;max-width:100%;max-height:12rem;padding:.5rem;position:absolute;overflow:scroll}.mentionSuggestions .mentionSuggestionItem[data-v-ba1004df]{justify-content:flex-start;width:100%;padding:.35rem .5rem}.mentionSuggestions .mentionSuggestionItem .mentionMain[data-v-ba1004df]{align-items:center;gap:.4rem}.mentionSuggestions .mentionSuggestionItem .suggestionAvatar[data-v-ba1004df]{border-radius:50%;width:1.2rem;height:1.2rem}.mentionSuggestions .mentionSuggestionItem .suggestionAvatar.fallback[data-v-ba1004df]{border-radius:0}html.auto[data-v-eb52ceca],html.light[data-v-eb52ceca]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-eb52ceca]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-eb52ceca]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-eb52ceca]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-eb52ceca]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-eb52ceca]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-eb52ceca]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}[data-v-eb52ceca]:root{--tabBarHeight:0}@media (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);padding-bottom:max(env(safe-area-inset-bottom), 0rem);flex-wrap:nowrap;align-items:stretch;gap:.75rem}.messagesLayout .threadsPane[data-v-eb52ceca]{flex-direction:column;gap:1rem;min-width:18rem;display:flex}.messagesLayout .threadsPane.only[data-v-eb52ceca]{width:100%}.messagesLayout .threadsPane .starterInput[data-v-eb52ceca]{border-radius:1rem;width:100%;padding:.75rem}.messagesLayout .threadsPane .threadList[data-v-eb52ceca],.messagesLayout .threadsPane .threadsHeader[data-v-eb52ceca]{width:100%}.messagesLayout .threadsPane .threadList[data-v-eb52ceca]{flex-direction:column;flex:auto;gap:.5rem;min-height:0;display:flex;overflow:auto}.messagesLayout .threadsPane .threadsHeader[data-v-eb52ceca]{justify-content:space-between;display:flex}.messagesLayout .threadsPane .threadsContent[data-v-eb52ceca]{flex-direction:column;flex:auto;min-height:0;display:flex}.messagesLayout .conversationPane[data-v-eb52ceca]{flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.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]{flex-direction:column;flex:auto;gap:.75rem;width:100%;min-height:0;display:flex}.messagesLayout .conversationPane .conversationBody .messageList[data-v-eb52ceca]{border-radius:0;flex:auto;width:100%;min-height:0;padding-bottom:.2rem;overflow:auto}.messagesLayout .conversationPane .conversationBody .messageList .messageGapMarker[data-v-eb52ceca]{text-align:center;width:fit-content;margin:.45rem auto .65rem;font-size:x-small}.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]{resize:vertical;border-radius:1rem;flex-grow:1;height:2rem}@media (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:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-92782f6e]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-92782f6e]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-92782f6e]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-92782f6e]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-92782f6e]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-92782f6e]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.userName[data-v-92782f6e]{gap:.25rem}.userName .inlineAvatar[data-v-92782f6e]{border-radius:50%;width:1rem;height:1rem}.userName .at[data-v-92782f6e]{opacity:.5}.userName .name[data-v-92782f6e]{cursor:pointer}.userName .profileLink[data-v-92782f6e]:hover{text-decoration:underline;-webkit-text-decoration-color:var(--accentColor);text-decoration-color:var(--accentColor)}.userName .badge[data-v-92782f6e]{background:var(--accentColor);gap:0}.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:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-f8fbbdf9]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-f8fbbdf9]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-f8fbbdf9]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-f8fbbdf9]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-f8fbbdf9]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-f8fbbdf9]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-f8fbbdf9]:not(html){opacity:.4}.transparent[data-v-f8fbbdf9]{background:0 0}.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;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.notificationItem[data-v-f8fbbdf9]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.notificationItem[data-v-f8fbbdf9]{cursor:pointer;align-items:flex-start;gap:.75rem;width:100%}.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]{justify-content:flex-end;margin-bottom:.75rem}.controls .controlButtons[data-v-2d7b21b0]{gap:.5rem}.pushMessage[data-v-2d7b21b0]{text-align:right;width:100%}html.auto[data-v-228843de],html.light[data-v-228843de]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-228843de]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-228843de]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-228843de]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-228843de]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-228843de]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-228843de]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-228843de]:not(html){opacity:.4}.transparent[data-v-228843de]{background:0 0}.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]{cursor:pointer;flex-direction:column;display:flex;overflow:hidden}.imageItem.detail[data-v-228843de]{border-radius:0}.imageItem[data-v-228843de]:not(.detail){--postPadding:.75rem;--cornerRadius:1.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.imageItem[data-v-228843de]:not(.detail):after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.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]{object-fit:cover;width:100%;height:18rem}.imageItem .info[data-v-228843de]{border-radius:0;flex-grow:1;justify-content:space-between;width:100%}.imageItem .info .imageMeta p[data-v-228843de]{opacity:.7}html.auto[data-v-44ffd42a],html.light[data-v-44ffd42a]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-44ffd42a]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-44ffd42a]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-44ffd42a]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-44ffd42a]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-44ffd42a]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-44ffd42a]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-44ffd42a]:not(html){opacity:.4}.transparent[data-v-44ffd42a]{background:0 0}.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]{grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));align-items:stretch;gap:.5rem;width:100%;display:grid}html.auto[data-v-ffdde0bf],html.light[data-v-ffdde0bf]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-ffdde0bf]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-ffdde0bf]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-ffdde0bf]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-ffdde0bf]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-ffdde0bf]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-ffdde0bf]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-ffdde0bf]:not(html){opacity:.4}.transparent[data-v-ffdde0bf]{background:0 0}.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]{justify-content:stretch;width:100%}.profileCard[data-v-ffdde0bf]{--postPadding:.75rem;--cornerRadius:1.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.profileCard[data-v-ffdde0bf]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.profileCard[data-v-ffdde0bf]{gap:0;width:100%;margin-bottom:1rem;padding:0;overflow:hidden}.profileCard .banner[data-v-ffdde0bf],.profileCard .bannerPlaceholder[data-v-ffdde0bf]{aspect-ratio:3;background-position:50%;background-size:cover;width:100%;-webkit-mask:linear-gradient(#000,#0000);mask:linear-gradient(#000,#0000)}.profileCard .bannerPlaceholder[data-v-ffdde0bf]{background:linear-gradient(135deg, var(--accentColor) 0%, #0000001a 100%)}.profileCard .profileContent[data-v-ffdde0bf]{padding:var(--padding);gap:1rem;width:100%;margin-top:-2.5rem}.profileCard .profileContent .avatarSection[data-v-ffdde0bf]{align-items:flex-end;gap:1rem}.profileCard .profileContent .avatarSection .avatar[data-v-ffdde0bf],.profileCard .profileContent .avatarSection .avatarPlaceholder[data-v-ffdde0bf]{background:var(--backgroundColor);border-radius:50%;flex-shrink:0;width:6rem;height:6rem}.profileCard .profileContent .avatarSection .avatar[data-v-ffdde0bf]{object-fit:cover}.profileCard .profileContent .avatarSection .avatarPlaceholder[data-v-ffdde0bf]{justify-content:center;align-items:center;display:flex}.profileCard .profileContent .avatarSection .avatarPlaceholder svg[data-v-ffdde0bf]{opacity:.5;width:2.5rem;height:2.5rem}.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;width:100%;margin-top:30vh}.homeWrap .bygLogo h1[data-v-6cf21fe5]{font-size:4rem;font-style:italic}.homeWrap .searchForm[data-v-6cf21fe5]{width:55rem;max-width:100%}@media (width<=40rem){.homeWrap .bygLogo h1[data-v-6cf21fe5]{font-size:2rem}}html.auto[data-v-e8a8097f],html.light[data-v-e8a8097f]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-e8a8097f]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-e8a8097f]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-e8a8097f]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-e8a8097f]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-e8a8097f]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-e8a8097f]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}[data-v-e8a8097f]:root{--tabBarHeight:0}@media (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]{gap:.5rem;width:100%;height:auto}.searchHeaderCard .searchCategoryBar[data-v-e8a8097f]{flex-wrap:nowrap;gap:.5rem;width:100%;overflow:scroll}.searchHeaderCard .searchCategoryBar .searchCategoryButton[data-v-e8a8097f]{flex-shrink:0}.searchResultsSection[data-v-e8a8097f]{gap:.75rem}.searchResultsSection .resultsMeta[data-v-e8a8097f]{align-items:center;width:100%}.searchResultsSection .resultsMeta p[data-v-e8a8097f]{margin:0}.searchResultsSection .answerRow[data-v-e8a8097f]{background:var(--foregroundOpaque);border-radius:1rem;align-items:center;width:100%;padding:.75rem}.searchResultsSection .answerRow p[data-v-e8a8097f]{margin:0}.searchResultsSection .suggestionRow[data-v-e8a8097f]{flex-wrap:nowrap;gap:.5rem;width:100%;overflow:scroll}.searchResultsSection .suggestionRow .suggestionButton[data-v-e8a8097f]{flex-shrink:0;padding:.45rem .7rem}.searchResultsSection .resultList[data-v-e8a8097f]{gap:.5rem;width:100%}.searchResultsSection .resultList .resultCard[data-v-e8a8097f]{background:var(--foregroundColor);text-align:left;border-radius:1.5rem;align-items:flex-start;gap:.45rem;width:100%;padding:1rem}.searchResultsSection .resultList .resultCard .result[data-v-e8a8097f]{width:100%}.searchResultsSection .resultList .resultCard .resultHeading[data-v-e8a8097f]{flex-wrap:nowrap;gap:.35rem;width:100%}.searchResultsSection .resultList .resultCard .resultHeading h3[data-v-e8a8097f]{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.searchResultsSection .resultList .resultCard .resultSnippet[data-v-e8a8097f]{-webkit-line-clamp:3;-webkit-box-orient:vertical;width:100%;margin:0;display:-webkit-box;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]{grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:.6rem;width:100%;display:grid}.searchResultsSection .imageResultGrid .imageResultCard[data-v-e8a8097f]{background:var(--foregroundColor);border:.1rem solid var(--foregroundOpaque);text-align:left;border-radius:1rem;flex-direction:column;gap:0;display:flex;overflow:hidden}.searchResultsSection .imageResultGrid .imageResultCard .imagePreview[data-v-e8a8097f]{aspect-ratio:4/3;background:var(--foregroundOpaque);border-radius:0;width:100%;overflow:hidden}.searchResultsSection .imageResultGrid .imageResultCard .imagePreview img[data-v-e8a8097f]{object-fit:cover;border-radius:0;width:100%;height:100%}.searchResultsSection .imageResultGrid .imageResultCard .imagePreview .imagePreviewFallback[data-v-e8a8097f]{justify-content:center;width:100%;height:100%}.searchResultsSection .imageResultGrid .imageResultCard .imagePreview .imagePreviewFallback svg[data-v-e8a8097f]{width:2rem;height:2rem}.searchResultsSection .imageResultGrid .imageResultCard .imageCardMeta[data-v-e8a8097f]{align-items:flex-start;gap:.15rem;width:100%;padding:.65rem}.searchResultsSection .imageResultGrid .imageResultCard .imageCardMeta h3[data-v-e8a8097f],.searchResultsSection .imageResultGrid .imageResultCard .imageCardMeta p[data-v-e8a8097f]{text-overflow:ellipsis;white-space:nowrap;width:100%;margin:0;overflow:hidden}.searchResultsSection .paginationBar[data-v-e8a8097f]{align-items:center;width:100%}.searchResultsSection .paginationBar p[data-v-e8a8097f]{margin:0}html.auto[data-v-f69d65ce],html.light[data-v-f69d65ce]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-f69d65ce]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-f69d65ce]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-f69d65ce]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-f69d65ce]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-f69d65ce]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-f69d65ce]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-f69d65ce]:not(html){opacity:.4}.transparent[data-v-f69d65ce]{background:0 0}.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]{align-items:flex-start;gap:.5rem;width:100%}.sidebar[data-v-f69d65ce]{flex-grow:1;gap:.5rem;min-width:14rem}.sidebar .menuItem[data-v-f69d65ce]{justify-content:flex-start;width:100%}.content[data-v-f69d65ce]{--postPadding:.75rem;--cornerRadius:1.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.content[data-v-f69d65ce]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.content[data-v-f69d65ce]{flex-grow:2;min-width:15rem}.section[data-v-f69d65ce]{gap:1.5rem;width:100%}.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]{border-radius:.75rem;width:4rem;height:4rem}.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:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-f8afe4d0]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-f8afe4d0]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-f8afe4d0]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-f8afe4d0]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-f8afe4d0]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-f8afe4d0]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.newPosts[data-v-f8afe4d0]{background:var(--foregroundColor);border:.2rem solid var(--foregroundColor);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);z-index:100;cursor:pointer;border-radius:2rem;align-items:flex-start;padding:1rem 1.5rem 1rem 1rem;transition:all .2s;animation:.3s forwards slideTop-f8afe4d0;position:fixed}.newPosts[data-v-f8afe4d0]:hover{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:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-e8b51d0c]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-e8b51d0c]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-e8b51d0c]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-e8b51d0c]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-e8b51d0c]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-e8b51d0c]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}[data-v-e8b51d0c]:root{--tabBarHeight:0}@media (width<=50rem){[data-v-e8b51d0c]:root{--tabBarHeight:3.5rem}}.light[data-v-e8b51d0c]:not(html){opacity:.4}.transparent[data-v-e8b51d0c]{background:0 0}.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;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.bygPostItem[data-v-e8b51d0c]:not(.detailMode):after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.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]{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;-webkit-mask:linear-gradient(#000,#000,#0000);mask:linear-gradient(#000,#000,#0000)}.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:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-cb4bacb9]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-cb4bacb9]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-cb4bacb9]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-cb4bacb9]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-cb4bacb9]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-cb4bacb9]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-cb4bacb9]:not(html){opacity:.4}.transparent[data-v-cb4bacb9]{background:0 0}.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]{--postPadding:.75rem;--cornerRadius:1.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius);align-items:flex-start;padding:.75rem;position:relative}.bygAd[data-v-cb4bacb9]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.bygAd img[data-v-cb4bacb9]{border-radius:1rem;width:100%}.bygAd .adMeta[data-v-cb4bacb9]{align-items:flex-end}.postList[data-v-af021722],.postContainer[data-v-af021722]{gap:.5rem;width:100%}html.auto[data-v-95995648],html.light[data-v-95995648]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-95995648]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@media (prefers-color-scheme:dark){html.auto[data-v-95995648]{--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-95995648]{--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-95995648]{--backgroundColor:#bee7f3;--foregroundColor:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-95995648]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-95995648]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-95995648]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-95995648]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--globalFont:"Geist", sans-serif;--headerFont:var(--globalFont)}html.geist[data-v-95995648] *{letter-spacing:0!important;font-weight:100!important}html.neon[data-v-95995648]{--backgroundColor:#1a0755;--foregroundColor:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-95995648]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-95995648]:not(html){opacity:.4}.transparent[data-v-95995648]{background:0 0}.fullWidth[data-v-95995648]{width:100%}.autoSpace[data-v-95995648]{justify-content:space-between;width:100%}.noSpace[data-v-95995648]{gap:0}.noRound[data-v-95995648]{border-radius:0}.error[data-v-95995648]{color:red;text-align:center}.bygTab[data-v-95995648]{background-image:var(--wallpaper-image), linear-gradient(135deg, #20344b, #0e1624 65%, #081018);background-position:50%;background-repeat:no-repeat;background-size:cover}.wallpaperLayer[data-v-95995648],.wallpaperTint[data-v-95995648]{border-radius:0;position:absolute;inset:-2rem}.wallpaperLayer[data-v-95995648]{background-image:var(--wallpaper-image), linear-gradient(135deg, #20344b, #0e1624 65%, #081018);filter:saturate(1.08);opacity:.75;background-position:50%;background-size:cover;transition:opacity .45s;transform:scale(1.03)}.wallpaperLayer.ready[data-v-95995648]{opacity:1}.wallpaperTint[data-v-95995648]{-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);background:linear-gradient(#18162066,#332c3ec7)}.tabShell[data-v-95995648]{justify-content:center;gap:2rem;width:min(76rem,100%);min-height:100vh;padding:3rem 0;position:relative}.heroPanel[data-v-95995648],.favoritesPanel[data-v-95995648]{width:100%;padding:1rem 0}.clock[data-v-95995648]{letter-spacing:0;margin:0 0 1rem;font-size:clamp(3rem,10vw,6.5rem);font-weight:700;line-height:1}.dateLabel[data-v-95995648]{opacity:.78;margin:0;font-size:3rem}.greeting[data-v-95995648]{font-size:clamp(1.5rem,4vw,2.6rem);font-weight:700}.searchForm[data-v-95995648]{width:100%}.searchInputWrap[data-v-95995648]{justify-content:center}.favoriteError[data-v-95995648]{color:#ffd4d4;margin:0}.editorModal[data-v-95995648]{z-index:100}.editorModal .editorModalContent[data-v-95995648]{--postPadding:.75rem;--cornerRadius:1.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.editorModal .editorModalContent[data-v-95995648]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.editorModal .editorModalContent[data-v-95995648]{z-index:101;width:min(44rem,100vw - 2rem)}.editorModal .editorModalContent .editorSection[data-v-95995648]{flex-wrap:nowrap;width:100%}.editorModal .editorModalContent .editorSection form[data-v-95995648]{flex-direction:row;gap:.5rem;width:100%;display:flex}.editorModal .editorModalContent .editorSection form[data-v-95995648] :not(button){flex-grow:1}.favoritesGrid[data-v-95995648]{grid-template-columns:repeat(auto-fill,minmax(6rem,1fr));gap:1rem;display:grid}.favoriteCard[data-v-95995648]{position:relative}.favoriteCard:hover .favoriteMenu[data-v-95995648]{display:block}.favoriteCard .content[data-v-95995648]{align-items:center}.favoriteCard .content .favoriteIcon[data-v-95995648]{background:var(--foregroundColor);object-fit:cover;border-radius:1rem;width:3.5rem;height:3.5rem}.favoriteCard .content .favoriteFallback[data-v-95995648]{justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:inline-flex}.favoriteCard .favoriteMenu[data-v-95995648]{display:none;position:absolute;top:0;right:0}.favoriteCard .favoriteMenu[open] .favoriteMenuActions[data-v-95995648]{display:flex}.favoriteCard .favoriteMenu summary[data-v-95995648]{background:var(--foregroundColor);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;list-style:none;display:flex}.favoriteCard .favoriteMenu summary[data-v-95995648]::-webkit-details-marker{display:none}.favoriteCard .favoriteMenu .favoriteMenuActions[data-v-95995648]{background:var(--foregroundColor);border:var(--foregroundColor);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:1.5rem;gap:.1rem;width:8rem;padding:.5rem;display:none;position:absolute;top:calc(100% + .4rem);right:0}.favoriteCard .favoriteMenu .favoriteMenuActions button[data-v-95995648]{background:0 0;justify-content:flex-start;width:100%}.editPageButton[data-v-95995648]{position:fixed;bottom:1.5rem;right:1.5rem}@media (width<=60rem){.favoriteForm[data-v-95995648],.wallpaperForm[data-v-95995648]{grid-template-columns:1fr}}@media (width<=40rem){.tabShell[data-v-95995648]{padding:1rem 0}.heroPanel[data-v-95995648],.favoritesPanel[data-v-95995648]{padding:.5rem 0}.editorHeader[data-v-95995648]{flex-direction:column;align-items:flex-start}.editPageButton[data-v-95995648]{bottom:1rem;right:1rem}}html.auto[data-v-5e9059b2],html.light[data-v-5e9059b2]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-5e9059b2]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-5e9059b2]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-5e9059b2]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-5e9059b2]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-5e9059b2]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-5e9059b2]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.divider[data-v-5e9059b2]{background:var(--textColor);opacity:.1;border-radius:.1rem;width:calc(100% - 4rem);height:.2rem;margin:1rem 2rem}html.auto[data-v-17ead787],html.light[data-v-17ead787]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-17ead787]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-17ead787]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-17ead787]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-17ead787]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-17ead787]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-17ead787]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-17ead787]:not(html){opacity:.4}.transparent[data-v-17ead787]{background:0 0}.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]{align-items:flex-start;width:100%}#writeComment .commentInput[data-v-17ead787]{flex-grow:1;gap:.25rem;min-width:20rem}#writeComment textarea[data-v-17ead787]{resize:vertical;background:0 0;outline:none;width:100%}.commentsView[data-v-17ead787]{width:100%}.commentsView .comment[data-v-17ead787]{--postPadding:.75rem;--cornerRadius:1.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.commentsView .comment[data-v-17ead787]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.commentsView .comment[data-v-17ead787]{--padding:.75rem;--cornerRadius:1rem;align-items:flex-start;width:100%}.commentsView .comment .commentsMeta[data-v-17ead787]{opacity:.7}.commentsView .comment .commentContent[data-v-17ead787]{align-items:flex-start;width:100%}.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:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-7a7ca614]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-7a7ca614]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-7a7ca614]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-7a7ca614]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-7a7ca614]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-7a7ca614]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-7a7ca614]:not(html){opacity:.4}.transparent[data-v-7a7ca614]{background:0 0}.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]{--postPadding:.75rem;--cornerRadius:1.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius);width:100%;padding:.75rem;position:relative}.guest[data-v-7a7ca614]:after,.quickSettings[data-v-7a7ca614]:after,.bygTheme[data-v-7a7ca614]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.appearanceSidebar[data-v-7a7ca614]{--padding:.75rem;--margin:1rem;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);z-index:200;border-radius:1.5rem;animation:.4s forwards sidebarSlide-7a7ca614;position:fixed;top:0;bottom:0;right:0}@keyframes sidebarSlide-7a7ca614{0%{transform:translate(100%)}to{transform:none}}.themeList[data-v-7a7ca614]{flex-wrap:nowrap;flex:1;min-height:0;overflow-y:auto}.themeList .bygTheme[data-v-7a7ca614]{cursor:pointer;gap:1rem}.themeList .bygTheme .previewCircle[data-v-7a7ca614]{border-radius:50%;width:2rem;height:2rem;-webkit-mask:linear-gradient(to bottom right,#000,#000c,#000);mask:linear-gradient(to bottom right,#000,#000c,#000)}.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:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-0d3d7f41]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-0d3d7f41]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-0d3d7f41]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-0d3d7f41]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-0d3d7f41]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-0d3d7f41]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-0d3d7f41]:not(html){opacity:.4}.transparent[data-v-0d3d7f41]{background:0 0}.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:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-d8922c6e]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-d8922c6e]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-d8922c6e]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-d8922c6e]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-d8922c6e]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-d8922c6e]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-d8922c6e]:not(html){opacity:.4}.transparent[data-v-d8922c6e]{background:0 0}.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;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.notificationsModal[data-v-d8922c6e]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}[data-v-73452809]:root{--tabBarHeight:0}@media (width<=50rem){[data-v-73452809]:root{--tabBarHeight:3.5rem}}html.auto[data-v-73452809],html.light[data-v-73452809]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-73452809]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-73452809]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-73452809]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-73452809]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-73452809]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-73452809]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-73452809]:not(html){opacity:.4}.transparent[data-v-73452809]{background:0 0}.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]{width:20rem;min-width:14rem;padding:var(--padding);background:linear-gradient(to left, var(--backgroundColor), var(--foregroundColor));flex-grow:1;justify-content:space-between;align-items:flex-start;gap:2rem;height:100vh;animation:.3s ease-in-out slideIn-73452809;display:none;overflow-y:scroll}@keyframes slideIn-73452809{0%{opacity:.4;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.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]{cursor:pointer;margin:0 -.75rem;padding:.75rem;transition:all .2s}.desktopNavItem[data-v-73452809]:not(.selected,:hover){opacity:.9}.desktopNavItem[data-v-73452809]:hover,.desktopNavItem.selected[data-v-73452809]{--postPadding:.75rem;--cornerRadius:1.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.desktopNavItem[data-v-73452809]:hover:after,.desktopNavItem.selected[data-v-73452809]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.desktopNavItem[data-v-73452809]:hover,.desktopNavItem.selected[data-v-73452809]{--cornerRadius:5rem;background:var(--foregroundColor);transform-origin:0;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]{width:100%;position:relative}.pages .morePages[data-v-73452809]{background:var(--foregroundOpaque);border-radius:1.5rem;width:100%;padding:.75rem;position:absolute;bottom:-5rem}.pages .morePages svg[data-v-73452809]{width:1.5rem;height:1.5rem}@media (width>=50rem){.desktopNav[data-v-73452809]{flex-direction:column;display:flex}}[data-v-f1ee155e]:root{--tabBarHeight:0}@media (width<=50rem){[data-v-f1ee155e]:root{--tabBarHeight:3.5rem}}html.auto[data-v-f1ee155e],html.light[data-v-f1ee155e]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-f1ee155e]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-f1ee155e]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-f1ee155e]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-f1ee155e]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-f1ee155e]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-f1ee155e]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.bygMobileNav[data-v-f1ee155e]{--bottom:calc(max(env(safe-area-inset-bottom), 1rem) - var(--padding));z-index:5001;background:linear-gradient(to top, var(--backgroundColor), transparent);border-radius:0;flex-wrap:wrap;align-items:flex-end;gap:1rem;width:100%;padding:0 .5rem;display:none;position:sticky;bottom:0}.bygMobileNav .createButton svg[data-v-f1ee155e]{transition:all .2s ease-in-out}.bygMobileNav .createButton.open svg[data-v-f1ee155e]{transform:rotate(45deg)}.bygMobileNav .mobileNavItems[data-v-f1ee155e]{width:100%;margin-bottom:var(--bottom);justify-content:space-around;gap:0;padding:.25rem}.bygMobileNav .mobileNavItems.extended[data-v-f1ee155e]{background:var(--foregroundColor);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);border-radius:1.5rem;flex-direction:column;align-items:flex-start;width:100%}.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]{border-radius:10rem;align-items:center;gap:0;min-width:3.75rem;padding:.45rem .35rem}.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]{z-index:-1;border-radius:var(--borderRadius);width:100%;height:100%;position:absolute;bottom:0}@media (width<=50rem){.bygMobileNav[data-v-f1ee155e]{display:flex}}html.auto[data-v-cd2934cd],html.light[data-v-cd2934cd]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-cd2934cd]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-cd2934cd]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-cd2934cd]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-cd2934cd]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-cd2934cd]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-cd2934cd]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-cd2934cd]:not(html){opacity:.4}.transparent[data-v-cd2934cd]{background:0 0}.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 (width<=50rem){[data-v-cd2934cd]:root{--tabBarHeight:3.5rem}}.titleView[data-v-cd2934cd]{z-index:100;width:100%;padding:.5rem var(--padding) 0;position:sticky;top:0}.titleView .titleViewContent[data-v-cd2934cd]{z-index:102;margin-top:calc(env(safe-area-inset-top) + .5rem);flex-wrap:nowrap;gap:.75rem}.titleView .titleMain[data-v-cd2934cd]{flex-wrap:nowrap;flex-shrink:1;gap:.5rem;min-width:0}.titleView .titleMain h2[data-v-cd2934cd]{white-space:nowrap;text-overflow:ellipsis;flex-grow:1;flex-shrink:1;min-width:0;max-width:100%;overflow:hidden}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]{border-radius:0;position:absolute;inset:0 0 -1.5rem}.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:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-55cf2859]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-55cf2859]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-55cf2859]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-55cf2859]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-55cf2859]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-55cf2859]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-55cf2859]:not(html){opacity:.4}.transparent[data-v-55cf2859]{background:0 0}.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;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.createView[data-v-55cf2859]:after,.createPreview[data-v-55cf2859]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.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]{align-items:flex-start;width:100%}.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;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.typePicker .type[data-v-55cf2859]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.typePicker .type[data-v-55cf2859]{cursor:pointer;font-size:large}.typePicker .type svg[data-v-55cf2859]{width:3rem;height:3rem}.form[data-v-55cf2859]{gap:.25rem;width:100%}textarea[data-v-55cf2859]{min-height:10rem}.mentionComposer[data-v-55cf2859]{gap:.25rem;width:100%}textarea[data-v-55cf2859],input[data-v-55cf2859]{--padding:.25rem;width:100%}.counter[data-v-55cf2859]{text-align:right;opacity:.7;font-size:small}.previewImage[data-v-55cf2859]{max-width:10rem;min-height:2rem;max-height:10rem}html.auto[data-v-0525fd72],html.light[data-v-0525fd72]{--backgroundColor:#fdd1ff;--foregroundColor:#bc83b740;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#e875b6;--shadowColor:#5c0f58cc}[data-v-0525fd72]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:#79707e40;--dark-foregroundOpaque:#4c3559;--dark-textColor:#f0f0f0e6;--dark-accentColor:#d11495;--dark-shadowColor:#dfa1c4cc}@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:#6fa3a140;--foregroundOpaque:#59a5ac;--textColor:#000000e6;--accentColor:#75bce8;--shadowColor:#063f49cc}html.leg-dark[data-v-0525fd72]{--backgroundColor:#001823;--foregroundColor:#3b5e6c40;--foregroundOpaque:#608a9c;--textColor:#f0f0f0e6;--accentColor:#1456d1;--shadowColor:#9fbde4cc}html.a35hie[data-v-0525fd72]{--backgroundColor:#ccbef3;--foregroundColor:#9a83bc40;--foregroundOpaque:#a28fc9;--textColor:#000000e6;--accentColor:#9f75e8;--shadowColor:#3f0f5ccc}html.a35hie-dark[data-v-0525fd72]{--backgroundColor:#0c0023;--foregroundColor:#86868640;--foregroundOpaque:#453559;--textColor:#f0f0f0e6;--accentColor:#7233e3;--shadowColor:#b1a1dfcc}html.geist[data-v-0525fd72]{--backgroundColor:black;--foregroundColor:#55555540;--foregroundOpaque:#6e6e6e;--textColor:#e3e3e3e6;--accentColor:#777;--shadowColor:#bcbcbccc;--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:#77679e40;--foregroundOpaque:#6e35b6;--textColor:#ffda93e6;--accentColor:#d114ce;--shadowColor:#9a7affcc}html.pastel-blue[data-v-0525fd72]{--backgroundColor:#a7f2ff;--foregroundColor:#7ed3d040;--foregroundOpaque:#63e2ff;--textColor:#005270e6;--accentColor:#41e3ff;--shadowColor:#094a5ecc}.light[data-v-0525fd72]:not(html){opacity:.4}.transparent[data-v-0525fd72]{background:0 0}.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;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.reportView[data-v-0525fd72]:after{content:"";box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;border-radius:var(--cornerRadius);opacity:.1;pointer-events:none;position:absolute;inset:0}.reportView[data-v-0525fd72]{width:50rem;max-width:calc(100vw - 2rem - var(--padding) * 2);z-index:10000;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);align-items:flex-start;gap:.75rem;position:fixed;bottom:1rem;right:1rem}.reportView iframe[data-v-0525fd72]{border:none;border-radius:1rem}[data-v-707548f3]:root{--tabBarHeight:0}@media (width<=50rem){[data-v-707548f3]:root{--tabBarHeight:3.5rem}}main[data-v-707548f3]{scrollbar-width:none;flex-direction:column;flex-grow:3;align-items:center;gap:1rem;width:100%;height:100dvh;margin:0 auto;padding:0;display:flex;overflow-y:scroll}.blurrable[data-v-707548f3]{transition:all .1s}.blurrable.blurred[data-v-707548f3]{filter:blur(.5rem)}@media (width<=50rem){main[data-v-707548f3]{width:100%}}
