:root{--color-bg:#000;--color-surface:#2a3439;--color-surface-transparent:#2a3439e6;--color-surface-soft:#344047;--color-text:#f5f5f5;--color-text-muted:#a9a9a9;--color-accent:#b22222;--color-border:#ffffff1f;--color-surface-hover:var(--color-text-muted);--color-danger-soft:#b2222224;--font-brand:"Black Ops One", system-ui, sans-serif;--font-body:system-ui, sans-serif;--font-fallback:system-ui, sans-serif;--color-backdrop:var(--color-danger-soft);--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1rem;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--app-footer-height:45px;--app-header-height:64px;--app-sidebar-width:248px;--app-right-rail-width:245px;--app-right-rail-module-width:200px;--app-content-max-width:48rem;--mobile-bottom-nav-height:88px;--app-mobile-bottom-nav:var(--mobile-bottom-nav-height);--app-mobile-page-padding-inline:var(--space-md,1rem);--app-mobile-page-padding-bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom) + var(--space-lg,1.5rem));--app-mobile-top-bottom-height:calc(var(--app-header-height) + var(--app-mobile-bottom-nav))}.app-header{z-index:50;min-height:56px;padding-inline:var(--space-sm);border-bottom:1px solid var(--color-border);background:var(--color-surface-transparent,#1f292f24);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.app-header__right{align-items:center;gap:var(--space-sm);display:flex}.app-header__search{align-items:center;display:flex;position:relative}.app-header__search-toggle{border:1px solid var(--color-border);background:var(--color-surface-elevated);width:2.35rem;height:2.35rem;color:var(--color-text);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.app-header__search-form{top:calc(100% + var(--space-sm));z-index:2;width:min(72vw,18rem);position:absolute;right:0}.app-header__search-icon{top:50%;left:var(--space-sm);color:var(--color-text-muted);pointer-events:none;position:absolute;transform:translateY(-50%)}.app-header__search-input{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;min-height:2.5rem;padding-inline:calc(var(--space-sm) + 1.25rem) var(--space-sm);background:var(--color-surface-elevated);color:var(--color-text);font:inherit}.public-shell{min-height:100dvh}.public-shell__simple-content{min-height:calc(100dvh - var(--app-header-height))}.public-layout{box-sizing:border-box;width:100%;min-width:0;min-height:calc(100dvh - var(--app-header-height));grid-template-columns:minmax(0,1fr);display:grid}.public-layout__sidebar,.public-layout__right-rail{display:none}.public-layout__main{width:100%;min-width:0}.public-layout__content{box-sizing:border-box;width:100%;min-width:0;padding-inline:var(--app-mobile-page-padding-inline);padding-block:var(--space-lg) var(--space-xl)}.public-sidebar{gap:var(--space-lg);flex-direction:column;display:flex;position:sticky;top:0}.public-nav__list{gap:var(--space-xs);margin:0;padding:0;list-style:none;display:grid}.public-nav__link{align-items:center;gap:var(--space-sm);border-radius:var(--radius-md);min-height:2.4rem;color:var(--color-text-muted);padding:.5rem .7rem;font-size:.875rem;font-weight:700;text-decoration:none;display:flex}.public-nav__link:hover,.public-nav__link:focus-visible,.public-nav__link--active{background:var(--color-surface-elevated);color:var(--color-text)}.public-right-rail{width:var(--app-right-rail-module-width);max-width:var(--app-right-rail-module-width);align-content:start;display:grid}.public-shell .app-footer{min-height:var(--app-footer-height);border-top:1px solid var(--color-border);background:var(--color-bg);display:flex;position:static}@media (max-width:68.749rem){.public-shell .app-footer__inner{justify-content:center}.public-shell .app-footer__nav{display:none}.public-shell .app-footer__copyright{text-align:center}}.app-loading{align-content:center;gap:var(--space-md);width:min(100%,42rem);min-height:50dvh;padding:var(--space-xl);margin:0 auto;display:grid}.app-loading__brand,.app-loading__line,.app-loading__card{border-radius:var(--radius-md);background:linear-gradient(90deg, var(--color-surface) 20%, var(--color-surface-elevated) 50%, var(--color-surface) 80%);background-size:200% 100%;animation:1.4s ease-in-out infinite app-loading-pulse;overflow:hidden}.app-loading__brand{width:9rem;height:1.5rem}.app-loading__line{width:70%;height:1rem}.app-loading__line--wide{width:100%;height:2.25rem}.app-loading__card{width:100%;height:12rem}.app-loading__text{color:var(--color-text-muted);font-size:.85rem}@keyframes app-loading-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.app-shell{box-sizing:border-box;width:100%;min-width:0;min-height:calc(100dvh - var(--app-header-height));grid-template-columns:minmax(0,1fr);display:grid}.app-shell__sidebar,.app-shell__right-rail{display:none}.app-shell__main{width:100%;min-width:0;min-height:0}.app-shell__content{box-sizing:border-box;width:auto;min-width:200px;padding-inline:var(--app-mobile-page-padding-inline);padding-block:var(--space-md) var(--app-mobile-page-padding-bottom)}.app-sidebar{gap:var(--space-md);flex-direction:column;min-height:100%;display:flex;position:sticky;top:0}.app-right-rail{width:var(--app-right-rail-module-width);max-width:var(--app-right-rail-module-width);align-content:start;gap:var(--space-md);display:grid}.app-right-rail__module{width:var(--app-right-rail-module-width);max-width:var(--app-right-rail-module-width);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);overflow:hidden}.app-right-rail__module-inner{gap:var(--space-sm);padding:var(--space-sm);display:grid}.app-right-rail__search{width:var(--app-right-rail-module-width);position:relative}.post-search__label{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.app-right-rail__search-icon{top:50%;left:var(--space-sm);width:1rem;height:1rem;color:var(--color-text-muted);pointer-events:none;position:absolute;transform:translateY(-50%)}.app-right-rail__search-input{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;min-width:0;min-height:2.35rem;padding-inline:calc(var(--space-sm) + 1.25rem) var(--space-sm);background:var(--color-surface-elevated);color:var(--color-text);font:inherit;outline:none;font-size:.8125rem;transition:border-color .16s,box-shadow .16s,background-color .16s}.app-right-rail__search-input::placeholder{color:color-mix(in srgb, var(--color-text-muted), transparent 45%)}.app-right-rail__search-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent), transparent 75%)}.app-right-rail__promo{min-height:220px}.app-right-rail__friends{min-height:260px}.app-right-rail__title{font-size:.9rem;line-height:1.2}.app-right-rail__ad--skyscraper{width:var(--app-right-rail-module-width);min-height:600px}.app-right-rail__ad--placeholder{min-height:150px}.app-footer{display:none}.app-footer__inner{justify-content:space-between;align-items:center;gap:var(--space-md);width:100%;min-width:0;padding:var(--space-xs) var(--space-md);display:flex}.app-footer__copyright{color:var(--color-text);margin:0;font-size:.875rem;line-height:1.35}.app-footer__nav{min-width:0}.app-footer__list{justify-content:flex-end;align-items:center;gap:var(--space-sm);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.app-footer__link{align-items:center;gap:var(--space-xs);color:var(--color-accent);font-size:.875rem;line-height:1.2;text-decoration:none;display:inline-flex}.app-footer__link:hover,.app-footer__link:focus-visible{text-decoration:underline}@media (min-width:48rem){.public-layout__content{padding-inline:var(--space-lg);padding-block:var(--space-xl)}.app-shell__content{padding-inline:var(--space-lg);padding-block:var(--space-lg) calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom) + var(--space-xl,2rem));padding-top:0}}@media (min-width:68.75rem){.app-header{display:none}.app-shell{min-height:100dvh;max-height:none;padding-bottom:var(--app-footer-height);grid-template-columns:var(--app-sidebar-width) minmax(0, 1fr)}.public-layout{grid-template-columns:var(--app-sidebar-width) minmax(0, 1fr) var(--app-right-rail-width);min-height:100dvh}.public-layout__sidebar{height:fit-content;padding:var(--space-md);align-self:start;display:block;position:sticky;top:0}.public-layout__main{border-left:1px solid var(--color-border);border-right:1px solid var(--color-border)}.public-layout__right-rail{min-width:0;padding:var(--space-md);padding-bottom:var(--app-footer-height);justify-content:center;align-self:start;display:flex}.public-layout__content{padding:var(--space-xl);margin-bottom:var(--app-footer-height)}.app-shell__sidebar{min-width:0;height:fit-content;padding-block:var(--space-md);align-self:start;display:block;position:sticky;top:0}.app-shell__main{border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);min-width:0;min-height:0}.app-shell__content{width:auto;padding-inline:var(--space-lg);padding-block:var(--space-lg);margin-bottom:var(--app-footer-height);padding-top:0}.app-footer{z-index:60;min-height:var(--app-footer-height);border-top:1px solid var(--color-border);background:var(--color-bg);display:flex;position:fixed;bottom:0;left:0;right:0}}@media (min-width:78.125rem){.app-shell,.public-layout{grid-template-columns:var(--app-sidebar-width) minmax(0, 1fr) var(--app-right-rail-width)}.app-shell__right-rail{min-width:0;height:auto;max-height:none;padding-block:var(--space-md);padding-inline:var(--space-md);padding-bottom:var(--app-footer-height);justify-content:center;align-self:start;display:flex;position:static;top:auto;overflow:visible}}.app-logo{flex-direction:row;align-items:center;gap:.5rem;text-decoration:none;display:flex}.app-logo__mark{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='100' height='100' image-rendering='optimizeQuality' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' viewBox='0 0 4099.99 4099.99'%3E%3Cdefs%3E%3Cstyle%3E .fil0%7Bfill:%23ed3237%7D.fil1%7Bfill:%23fff%7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Ccircle cx='2050' cy='2050' r='145.48' class='fil0'/%3E%3Cpath d='M1927.88 4050v-917.21c40.27 6.04 80.54 9.67 122.56 9.67 41.15 0 82.29-3.63 122.56-9.67V4050zm0-3081.79V50h244.24v918.21c-40.27-6.05-80.54-9.68-122.56-9.68-41.15 0-82.29 3.63-122.56 9.68z' class='fil1'/%3E%3Cpath id='_2905657595744' d='M403.04 2334.57c119.21 694.64 667.74 1242.28 1362.38 1362.38v-209.74C1184.61 3372.49 727.5 2915.37 612.77 2334.56H403.03zM1765.43 403.04C1070.79 522.25 523.15 1070.78 403.05 1765.42h209.74C727.51 1184.61 1184.63 727.5 1765.44 612.77V403.03zm1931.53 1362.39c-119.21-694.64-667.74-1242.28-1362.38-1362.38v209.74c580.81 114.72 1037.92 571.84 1152.65 1152.65h209.74zM2334.57 3696.96c694.64-119.21 1242.28-667.74 1362.38-1362.38h-209.74c-114.72 580.81-571.84 1037.92-1152.65 1152.65v209.74z' class='fil1'/%3E%3Cpath id='_2860753537312' d='M751.43 2350.4c114.48 494.83 503.35 883.69 998.18 998.18v-156.11c-410.63-107.86-734.2-431.44-842.06-842.06H751.44zm998.16-1598.97c-494.83 114.48-883.69 503.35-998.18 998.18h156.11c107.86-410.63 431.44-734.2 842.06-842.06V751.44zm1598.98 998.16c-114.48-494.83-503.35-883.69-998.18-998.18v156.11c410.63 107.86 734.2 431.44 842.06 842.06h156.11zM2350.4 3348.57c494.83-114.48 883.69-503.35 998.18-998.18h-156.11c-107.86 410.63-431.44 734.2-842.06 842.06v156.11z' class='fil0'/%3E%3Cpath d='M2265.14 2303.61v522.11l246.63-203.77v-474.89h337.58v-211.65h-337.58v-186.28h396.18v-238.76H1192.94v238.76h278.11v871.94l246.63 203.77V1748.25h190.65c42.85-20.11 90.96-31.48 141.68-31.48 183.66 0 332.33 148.68 332.33 332.33 0 101.45-45.48 192.41-117.19 253.62v.87l-.02.02zM50 1927.88h917.21c-6.04 40.27-9.67 80.54-9.67 122.56 0 41.15 3.63 82.29 9.67 122.56H50zm3081.79 0H4050v244.24h-918.21c6.05-40.27 9.68-80.54 9.68-122.56 0-41.15-3.63-82.29-9.68-122.56z' class='fil1'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;align-items:center;width:50px;min-height:50px;display:flex}.app-logo__text{font-family:var(--font-brand);color:#fff;font-size:1.25rem;text-decoration:none}@media (min-width:68.75rem){.app-logo{flex-direction:column;align-items:center}.app-logo__text{font-size:1.5rem}.app-logo__mark{aspect-ratio:1;width:75px}}.app-nav{flex-direction:row;align-items:center;gap:.75rem;display:flex;position:relative}.app-nav__link-create{background:var(--color-danger,#b22222);color:var(--color-on-accent,#fff);font-weight:700}.app-nav__mobile{order:2;position:relative}.app-nav__toggle{cursor:pointer;color:inherit;background:0 0;border:0;justify-content:center;align-items:center;list-style:none;display:inline-flex}.app-nav__desktop-nav{display:none}.app-nav__desktop-list,.app-nav__list{gap:.25rem;margin:0;padding:0;list-style:none;display:grid}.app-nav__link{min-height:2.25rem;color:inherit;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .65rem;text-decoration:none;display:flex}.app-nav__link:hover,.app-nav__link:focus-visible,.app-nav__link--active{background:#ffffff14}.nav-badge{text-align:center;background:var(--color-danger,#b22222);color:#fff;border-radius:999px;min-width:1.25rem;padding:.1rem .4rem;font-size:.75rem;line-height:1.2}.app-nav__badge{margin-left:auto}.app-nav__dropdown{z-index:1000;border:1px solid var(--color-border,#ffffff29);background:var(--color-surface,#1f292f);border-radius:.75rem;width:min(18rem,100vw - 1.5rem);min-width:13rem;padding:.5rem;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 .75rem 2rem #00000059}.app-nav__search{border-bottom:1px solid var(--color-border,#ffffff24);grid-template-columns:minmax(0,1fr) 2.25rem;gap:.4rem;margin-bottom:.45rem;padding-bottom:.5rem;display:grid}.app-nav__search-label{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.app-nav__search-input{border:1px solid var(--color-border,#ffffff29);background:var(--color-surface-elevated,#ffffff14);width:100%;min-width:0;min-height:2.25rem;color:var(--color-text,#fff);font:inherit;border-radius:.5rem;outline:none;padding:.45rem .6rem;font-size:.875rem}.app-nav__search-input::placeholder{color:color-mix(in srgb, var(--color-text-muted,#9ca3af), transparent 20%)}.app-nav__search-input:focus{border-color:var(--color-accent,#b22222);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent,#b22222) 25%, transparent)}.app-nav__search-submit{border:1px solid var(--color-border,#ffffff29);background:var(--color-button-bg,#ffffff0f);min-width:0;min-height:2.25rem;color:var(--color-text,#fff);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;display:inline-flex}.app-nav__search-submit:hover,.app-nav__search-submit:focus-visible{background:var(--color-button-hover,#ffffff1f);border-color:var(--color-accent,#b22222)}.app-nav__user-block{align-items:center;display:flex}.app-nav__name{text-overflow:ellipsis;white-space:nowrap;max-width:9rem;font-size:.875rem;overflow:hidden}.back-link{background:0 0;border:1px solid green}.bottom-nav{z-index:40;box-sizing:border-box;border-top:1px solid var(--color-border,#ffffff24);padding-bottom:env(safe-area-inset-bottom);background:var(--color-surface-transparent,#1f292f24);border-radius:15px;justify-content:center;align-items:center;margin:3px 5px;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav__list{grid-template-columns:repeat(5,1fr);align-items:center;gap:0;width:min(100%,620px);margin:0;padding:0;list-style:none;display:grid}.bottom-nav__item{justify-content:center;align-items:center;min-width:0;display:flex}.bottom-nav__link{width:100%;min-height:3.4rem;color:var(--color-text-muted,#ffffffb8);flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.7rem;line-height:1;text-decoration:none;display:flex;position:relative}.bottom-nav__link--active{color:var(--color-accent,#ff2a2a)}.bottom-nav__link--primary{justify-content:flex-start;transform:translateY(-1.15rem)}.bottom-nav__link--primary .bottom-nav__icon-wrap{border:3px solid var(--color-surface,#1f292f);background:var(--color-accent,#b22222);width:3.35rem;height:3.35rem;color:var(--color-on-accent,#fff);border-radius:999px;justify-content:center;align-items:center;display:inline-flex;transform:translateY(-.45rem);box-shadow:0 .45rem 1rem #00000059}.bottom-nav__icon-wrap{justify-content:center;align-items:center;display:inline-flex;position:relative}.bottom-nav__badge{background:var(--color-danger,#b22222);color:#fff;text-align:center;border-radius:999px;min-width:1rem;padding:.1rem .35rem;font-size:.65rem;line-height:1.15;position:absolute;top:-.45rem;right:-.65rem}.bottom-nav__label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}@media (min-width:68.75rem){.bottom-nav{display:none}.app-nav{flex-direction:column;gap:1rem}.app-nav__mobile{display:none}.app-nav__desktop-nav{display:block}.app-nav__desktop-list{align-items:center;gap:.4rem}.app-nav__desktop-list .app-nav__link{padding:.35rem .55rem;min-height:2rem;padding-inline:.7rem;font-size:.875rem}.app-nav__desktop-list .app-nav__link svg{width:16px;height:16px}.app-nav__desktop-list .app-nav__badge{margin-left:.15rem}.app-footer__list{list-style-type:none;display:flex}.app-footer__item{margin-left:var(--space-sm);align-items:center}.app-footer a{align-items:center;text-decoration:none;display:flex}.app-footer a span{padding-left:var(--space-xs)}}.smart-text__mention{color:var(--color-accent);font-weight:700;text-decoration:none}.smart-text__mention:hover{text-decoration:underline}.smart-text__link{color:var(--color-link);overflow-wrap:anywhere;text-decoration:underline}.smart-text__youtube{aspect-ratio:16/9;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-surface-muted);width:100%;margin:.75rem 0;overflow:hidden}.smart-text__youtube iframe{border:0;width:100%;height:100%;display:block}.signup-page,.auth-login,.auth-forgot-password,.auth-reset-password,.auth-check-email,.auth-onboarding,.onboarding-complete,.welcome-gate{--auth-card-max-width:34rem;--auth-page-padding-inline:var(--space-4,1rem);--auth-page-padding-block:var(--space-8,2rem);--auth-card-padding:clamp(1.25rem, 4vw, 2rem);--auth-radius:var(--radius-xl,1.25rem);--auth-radius-field:var(--radius-md,.8rem);--auth-border:var(--color-border,color-mix(in srgb, var(--color-text,#f5f5f5) 14%, transparent));--auth-surface:var(--color-surface,#151515);--auth-surface-raised:var(--color-surface-elevated,var(--color-surface-raised,#1f1f1f));--auth-text:var(--color-text,#f5f5f5);--auth-text-muted:var(--color-text-muted,#b8b8b8);--auth-accent:var(--color-accent,#b22222);--auth-accent-contrast:var(--color-accent-contrast,#fff);padding:var(--auth-page-padding-block) var(--auth-page-padding-inline);color:var(--auth-text);place-items:center;display:grid}.welcome-gate{min-height:calc(100dvh - var(--app-header-height,4rem))}.welcome-gate__card{gap:var(--space-5,1.25rem);border:1px solid var(--auth-border);border-radius:var(--auth-radius);background:linear-gradient(145deg, color-mix(in srgb, var(--auth-accent) 16%, transparent), transparent 42%),var(--auth-surface);width:min(100%,38rem);padding:clamp(1.25rem,5vw,3rem);display:grid;box-shadow:0 24px 70px #00000059}.welcome-gate__brand{justify-self:start;font-size:1.1rem}.welcome-gate__age-notice{align-items:center;gap:var(--space-2,.5rem);border:1px solid color-mix(in srgb, var(--auth-accent) 45%, transparent);background:color-mix(in srgb, var(--auth-accent) 12%, transparent);width:fit-content;color:var(--auth-text);border-radius:999px;padding:.45rem .75rem;font-size:.82rem;font-weight:800;display:inline-flex}.welcome-gate__copy{gap:var(--space-3,.75rem);display:grid}.welcome-gate__eyebrow{color:var(--auth-accent);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:800}.welcome-gate__copy h1{margin:0;font-size:clamp(2rem,7vw,3.8rem);line-height:.98}.welcome-gate__copy p:not(.welcome-gate__eyebrow){max-width:34rem;color:var(--auth-text-muted);margin:0;line-height:1.65}.welcome-gate__actions{gap:var(--space-3,.75rem);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.welcome-gate__primary,.welcome-gate__secondary{border-radius:999px;justify-content:center;align-items:center;min-height:3rem;padding:.75rem 1rem;font-weight:900;text-decoration:none;display:inline-flex}.welcome-gate__primary{background:var(--auth-accent);color:var(--auth-accent-contrast)}.welcome-gate__secondary{border:1px solid var(--auth-border);background:var(--auth-surface-raised);color:var(--auth-text)}.welcome-gate__links{gap:var(--space-3,.75rem);flex-wrap:wrap;display:flex}.welcome-gate__links a{color:var(--auth-text-muted);text-underline-offset:.2em;font-size:.85rem;font-weight:700}.welcome-gate__disclaimer{color:var(--auth-text-muted);margin:0;font-size:.78rem;line-height:1.5}.signup-form,.auth-login__card,.auth-forgot-password__card,.auth-reset-password__card,.auth-check-email__card,.auth-onboarding__card,.onboarding-complete{width:min(100%,var(--auth-card-max-width));padding:var(--auth-card-padding)}.signup-form__header,.auth-login__header,.auth-forgot-password__header,.auth-reset-password__header,.auth-check-email__header,.auth-onboarding__header{gap:var(--space-2,.5rem);margin-bottom:var(--space-6,1.5rem);display:grid}.signup-form__eyebrow,.auth-login__eyebrow,.auth-forgot-password__eyebrow,.auth-reset-password__eyebrow,.auth-check-email__eyebrow,.auth-onboarding__eyebrow{color:var(--auth-accent);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:800}.signup-form__title,.auth-login__title,.auth-forgot-password__title,.auth-reset-password__title,.auth-check-email__title,.auth-onboarding__title{color:var(--auth-text);margin:0;font-size:clamp(1.8rem,5vw,2.55rem);line-height:1.05}.signup-form__intro,.auth-login__intro,.auth-forgot-password__intro,.auth-reset-password__intro,.auth-check-email__intro,.auth-onboarding__intro{color:var(--auth-text-muted);margin:0;line-height:1.6}.signup-form__form,.auth-login__form,.auth-forgot-password__form,.auth-reset-password__form,.auth-onboarding__form{gap:var(--space-5,1.25rem);display:grid}.signup-form__field,.auth-login__field,.auth-forgot-password__field,.auth-reset-password__field,.auth-onboarding__field{gap:var(--space-2,.5rem);display:grid}.signup-form__label,.auth-login__label,.auth-forgot-password__label,.auth-reset-password__label,.auth-onboarding__label{color:var(--auth-text);font-size:.92rem;font-weight:800}.signup-form__input,.auth-login__input,.auth-forgot-password__input,.auth-reset-password__input,.auth-onboarding__input{border:1px solid var(--auth-border);border-radius:var(--auth-radius-field);background:var(--auth-surface);width:auto;min-height:2rem;color:var(--auth-text);font:inherit;padding:.5rem .9rem;transition:border-color .16s,box-shadow .16s,background-color .16s}.signup-form__input::placeholder,.auth-login__input::placeholder,.auth-forgot-password__input::placeholder,.auth-reset-password__input::placeholder,.auth-onboarding__input::placeholder{color:color-mix(in srgb, var(--auth-text-muted) 70%, transparent)}.signup-form__input:hover,.auth-login__input:hover,.auth-forgot-password__input:hover,.auth-reset-password__input:hover,.auth-onboarding__input:hover{border-color:color-mix(in srgb, var(--auth-accent) 45%, var(--auth-border))}.signup-form__input:focus,.signup-form__input:focus-visible,.auth-login__input:focus,.auth-login__input:focus-visible,.auth-forgot-password__input:focus,.auth-forgot-password__input:focus-visible,.auth-reset-password__input:focus,.auth-reset-password__input:focus-visible,.auth-onboarding__input:focus,.auth-onboarding__input:focus-visible{border-color:var(--auth-accent);outline:2px solid color-mix(in srgb, var(--auth-accent) 35%, transparent);outline-offset:2px}.signup-form__hint,.auth-login__hint,.auth-onboarding__hint{color:var(--auth-text-muted);font-size:.85rem;line-height:1.45}.signup-form__terms{align-items:flex-start;gap:var(--space-3,.75rem);color:var(--auth-text-muted);font-size:.92rem;line-height:1.5;display:flex}.signup-form__checkbox{width:1rem;height:1rem;accent-color:var(--auth-accent);flex:none;margin-top:.2rem}.signup-form__link,.auth-login__signup-link,.auth-login__forgot-link,.auth-forgot-password__footer a,.auth-reset-password__footer a,.auth-check-email__link,.auth-onboarding__secondary-link{color:var(--color-link,var(--auth-accent));text-underline-offset:.2em;font-weight:800;text-decoration:none}.signup-form__link:hover,.signup-form__link:focus-visible,.auth-login__signup-link:hover,.auth-login__signup-link:focus-visible,.auth-login__forgot-link:hover,.auth-login__forgot-link:focus-visible,.auth-forgot-password__footer a:hover,.auth-forgot-password__footer a:focus-visible,.auth-reset-password__footer a:hover,.auth-reset-password__footer a:focus-visible,.auth-check-email__link:hover,.auth-check-email__link:focus-visible,.auth-onboarding__secondary-link:hover,.auth-onboarding__secondary-link:focus-visible{text-decoration:underline}.signup-form__submit,.auth-login__submit,.auth-forgot-password__submit,.auth-reset-password__submit,.auth-onboarding__submit{border-radius:var(--radius-pill,999px);background:var(--auth-accent);min-height:2.95rem;color:var(--auth-accent-contrast);cursor:pointer;font:inherit;letter-spacing:.01em;border:0;padding:.75rem 1.1rem;font-weight:900;transition:filter .16s,opacity .16s,transform .16s}.signup-form__submit:hover:not(:disabled),.signup-form__submit:focus-visible:not(:disabled),.auth-login__submit:hover:not(:disabled),.auth-login__submit:focus-visible:not(:disabled),.auth-forgot-password__submit:hover:not(:disabled),.auth-forgot-password__submit:focus-visible:not(:disabled),.auth-reset-password__submit:hover:not(:disabled),.auth-reset-password__submit:focus-visible:not(:disabled),.auth-onboarding__submit:hover:not(:disabled),.auth-onboarding__submit:focus-visible:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.signup-form__submit:active:not(:disabled),.auth-login__submit:active:not(:disabled),.auth-forgot-password__submit:active:not(:disabled),.auth-reset-password__submit:active:not(:disabled),.auth-onboarding__submit:active:not(:disabled){transform:translateY(0)}.signup-form__submit:disabled,.auth-login__submit:disabled,.auth-forgot-password__submit:disabled,.auth-reset-password__submit:disabled,.auth-onboarding__submit:disabled{cursor:not-allowed;opacity:.65}.signup-form__status,.auth-login__status,.auth-forgot-password__status,.auth-reset-password__status,.auth-check-email__notice,.auth-onboarding__status{margin:var(--space-5,1.25rem) 0 0;padding:var(--space-3,.75rem) var(--space-4,1rem);border:1px solid color-mix(in srgb, var(--auth-accent) 30%, transparent);border-radius:var(--auth-radius-field);background:color-mix(in srgb, var(--auth-accent) 10%, transparent);color:var(--auth-text);line-height:1.5}.signup-form__footer{gap:var(--space-2,.5rem);margin-top:var(--space-5,1.25rem);color:var(--auth-text-muted);flex-wrap:wrap;justify-content:center;font-size:.92rem;display:flex}.auth-callback{width:min(100%,32.5rem);padding:var(--space-xl);margin:0 auto}.auth-login__footer{justify-content:center;align-items:center;gap:var(--space-2,.5rem);margin-top:var(--space-5,1.25rem);color:var(--auth-text-muted);flex-wrap:wrap;font-size:.92rem;display:flex}.auth-login__signup-link{align-items:center;gap:var(--space-2,.5rem);display:inline-flex}.auth-login__forgot-link{justify-self:start;font-size:.85rem}.auth-forgot-password__footer,.auth-reset-password__footer{margin-top:var(--space-5,1.25rem);color:var(--auth-text-muted);justify-content:center;font-size:.92rem;display:flex}.auth-check-email__email{border-radius:var(--radius-sm,.45rem);background:color-mix(in srgb, var(--auth-accent) 14%, transparent);max-width:100%;color:var(--auth-text);overflow-wrap:anywhere;padding:.15rem .45rem;font-weight:800;display:inline-flex}.auth-check-email__actions{gap:var(--space-3,.75rem);margin-top:var(--space-6,1.5rem);flex-direction:column;display:flex}.auth-check-email__button,.auth-check-email__secondary-link{border-radius:var(--radius-pill,999px);text-align:center;justify-content:center;align-items:center;min-height:2.75rem;padding:.7rem 1rem;font-weight:900;text-decoration:none;display:inline-flex}.auth-check-email__button{background:var(--auth-accent);color:var(--auth-accent-contrast)}.auth-check-email__button:hover,.auth-check-email__button:focus-visible{filter:brightness(1.08)}.auth-check-email__secondary-link{border:1px solid var(--auth-border);color:var(--auth-text);background:color-mix(in srgb, var(--auth-surface) 92%, transparent)}.auth-check-email__secondary-link:hover,.auth-check-email__secondary-link:focus-visible{border-color:color-mix(in srgb, var(--auth-accent) 55%, var(--auth-border))}.auth-onboarding__actions{gap:var(--space-3,.75rem);display:grid}.auth-onboarding__secondary-link{justify-self:center}.onboarding-complete{margin:0 auto}@media (max-width:34rem){.signup-page,.auth-login,.auth-forgot-password,.auth-reset-password,.auth-check-email,.auth-onboarding{--auth-page-padding-inline:var(--space-3,.75rem);--auth-page-padding-block:var(--space-5,1.25rem)}.welcome-gate__actions{grid-template-columns:1fr}}.admin-shell{gap:var(--space-xl);width:min(100%,58rem);min-width:0;max-width:58rem;padding-top:var(--space-lg);margin-inline:auto;display:grid}.admin-shell__header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-wrap:wrap;min-width:0;display:flex}.admin-shell__heading{gap:var(--space-xs);min-width:min(100%,18rem);display:grid}.admin-shell__eyebrow{color:var(--color-text-muted);letter-spacing:0;text-transform:uppercase;margin:0;font-size:.8rem}.admin-shell__title{margin:0}.admin-shell__summary,.admin-users__notice,.admin-users__empty,.admin-user-card__empty{color:var(--color-text-muted);margin:0}.admin-shell__body{gap:var(--space-xl);min-width:0;display:grid}.admin-section-nav,.admin-management-nav,.admin-users__search-row,.admin-user-card__actions,.admin-user-card__role-actions{gap:var(--space-sm);flex-wrap:wrap;display:flex}.admin-section-nav a,.admin-management-nav a,.admin-users__search-row a{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);align-items:center;gap:.45rem;padding:.5rem .7rem;text-decoration:none;display:inline-flex}.admin-section-nav a[aria-current=page],.admin-management-nav a[aria-current=page]{border-color:color-mix(in srgb, var(--color-accent), var(--color-border) 45%);background:var(--color-surface-soft)}.admin-section-nav__badge,.admin-management-nav__badge{min-width:1.15rem;font-size:.7rem}.admin-overview{gap:var(--space-lg);min-width:0;display:grid}.admin-overview__metrics{gap:var(--space-sm);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.admin-overview__metric-card,.admin-overview__nav-card,.admin-overview__recent-row{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-transparent)}.admin-overview__metric-card{gap:var(--space-sm);padding:var(--space-md);grid-template-columns:auto minmax(0,1fr);display:grid}.admin-overview__metric-icon{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-soft);justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:inline-flex}.admin-overview__metric-label,.admin-overview__metric-helper,.admin-overview__nav-card p,.admin-overview__section-heading p,.admin-overview__recent-identity p,.admin-overview__recent-time{color:var(--color-text-muted);margin:0}.admin-overview__metric-label{font-size:.8rem;font-weight:700}.admin-overview__metric-value{color:var(--color-text);margin:.15rem 0;font-size:clamp(1.65rem,4vw,2.35rem);font-weight:700;line-height:1}.admin-overview__metric-helper,.admin-overview__recent-time,.admin-overview__recent-identity p{font-size:.82rem}.admin-overview__nav-cards{gap:var(--space-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.admin-overview__nav-card{align-content:start;gap:var(--space-sm);padding:var(--space-md);display:grid}.admin-overview__nav-card-heading{align-items:center;gap:var(--space-sm);display:flex}.admin-overview__nav-card-heading h2,.admin-overview__section-heading h2,.admin-overview__recent-identity h3{margin:0}.admin-overview__nav-card-heading h2,.admin-overview__section-heading h2{font-size:1rem}.admin-overview__button{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-soft);width:fit-content;color:var(--color-text);justify-content:center;align-items:center;padding:.55rem .75rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex}.admin-overview__button:hover,.admin-overview__button:focus-visible{background:var(--color-surface-hover)}.admin-overview__recent{gap:var(--space-md);min-width:0;display:grid}.admin-overview__section-heading{gap:var(--space-xs);display:grid}.admin-overview__recent-list{gap:var(--space-sm);display:grid}.admin-overview__recent-row{gap:var(--space-sm);min-width:0;padding:var(--space-sm);grid-template-columns:auto minmax(10rem,1.2fr) minmax(8rem,1fr) minmax(9rem,1fr) auto;align-items:center;display:grid}.admin-overview__recent-identity{min-width:0}.admin-overview__recent-identity h3,.admin-overview__recent-identity p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-overview__recent-identity h3{font-size:.95rem}.admin-overview__status-badges{flex-wrap:wrap;gap:.35rem;display:inline-flex}.admin-overview__recent-time{gap:.2rem;display:grid}.admin-users{gap:var(--space-lg);min-width:0;display:grid}.admin-users__header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-wrap:wrap;display:flex}.admin-users__eyebrow{margin:0 0 var(--space-xs);color:var(--color-text-muted);text-transform:uppercase;font-size:.8rem}.admin-users__title{margin:0}.admin-users__summary,.admin-users__notice,.admin-users__empty,.admin-user-card__empty{color:var(--color-text-muted);margin:0}.admin-users__search{gap:var(--space-sm);display:grid}.admin-users__search label{color:var(--color-text-muted);font-size:.9rem}.admin-users__search input{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);min-width:min(100%,24rem);color:var(--color-text);font:inherit;padding:.65rem .75rem}.admin-users__search button,.admin-user-card__action{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-soft);color:var(--color-text);font:inherit;padding:.55rem .75rem}.admin-users__list{gap:var(--space-sm);display:grid}.admin-user-card{gap:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-sm);background:var(--color-surface-transparent);display:grid}.admin-user-card__summary{gap:var(--space-sm);grid-template-columns:auto minmax(10rem,1.4fr) minmax(12rem,1fr) minmax(16rem,2fr);align-items:center;display:grid}.admin-user-card__avatar{object-fit:cover;border-radius:50%}.admin-user-card__identity{min-width:0}.admin-user-card__name{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.95rem;overflow:hidden}.admin-user-card__username,.admin-user-card__email,.admin-user-card__joined{color:var(--color-text-muted);margin:.15rem 0 0;font-size:.82rem}.admin-user-card__username,.admin-user-card__email{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-user-card__meta{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.admin-user-card__badge{border:1px solid var(--color-border);border-radius:var(--radius-sm);align-items:center;padding:.2rem .45rem;font-size:.78rem;line-height:1.2;display:inline-flex}.admin-user-card__badge--banned,.admin-user-card__badge--deleted{background:var(--color-danger-soft)}.admin-user-card__badge--muted{background:var(--color-surface-soft)}.admin-user-card__details{gap:var(--space-sm);margin:0;display:grid}.admin-user-card__details div{gap:.2rem;display:grid}.admin-user-card__details dt{color:var(--color-text-muted);font-size:.82rem}.admin-user-card__details dd{overflow-wrap:anywhere;margin:0}.admin-user-card__action{color:var(--color-text);align-items:center;padding:.35rem .55rem;font-size:.82rem;line-height:1.2;text-decoration:none;display:inline-flex}.admin-user-card__action:hover,.admin-user-card__action:focus-visible,.admin-users__search button:hover,.admin-users__search button:focus-visible{background:var(--color-surface-hover)}.admin-user-card__action:disabled{cursor:not-allowed;opacity:.55}.admin-user-card__action--danger{background:var(--color-danger-soft)}.admin-user-card__role-actions{gap:.35rem}.admin-user-card__history{gap:var(--space-sm);border-top:1px solid var(--color-border);padding-top:var(--space-md);display:grid}.admin-user-card__history h3{margin:0;font-size:.95rem}.admin-user-card__history-list{gap:var(--space-sm);margin:0;padding:0;list-style:none;display:grid}.admin-user-card__history-item{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-sm);background:var(--color-surface-soft);gap:.35rem;display:grid}.admin-user-card__history-item p{margin:0}.admin-user-card__history-header,.admin-user-card__history-meta{gap:var(--space-sm);flex-wrap:wrap;align-items:center;display:flex}.admin-user-card__offense{display:flex}.admin-user-card__history-header{justify-content:space-between}.admin-user-card__history-header span,.admin-user-card__history-meta{color:var(--color-text-muted);font-size:.82rem}@media (max-width:42rem){.admin-shell{padding-top:var(--space-md)}.admin-section-nav{width:100%}.admin-overview__metrics,.admin-overview__nav-cards,.admin-overview__recent-row{grid-template-columns:1fr}.admin-overview__recent-row{align-items:start}.admin-user-card__summary{grid-template-columns:auto minmax(0,1fr)}.admin-user-card__meta,.admin-user-card__actions{grid-column:1/-1}}@media (min-width:42.001rem) and (max-width:74rem){.admin-overview__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-overview__recent-row{grid-template-columns:auto minmax(12rem,1fr) minmax(8rem,1fr)}.admin-overview__recent-time,.admin-overview__recent-row>.admin-user-card__action{grid-column:2/-1}}.post-poll{gap:var(--space-sm);margin-top:var(--space-md);width:100%;max-width:34rem;display:grid}.post-poll__question{color:var(--color-text);margin:0;font-size:1rem;font-weight:800;line-height:1.3}.post-poll__options{gap:var(--space-sm);display:grid}.post-poll__option{width:100%;min-width:0;color:var(--color-text);text-align:left;background:color-mix(in srgb, var(--color-surface-soft), transparent 16%);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;font:inherit;isolation:isolate;padding:.75rem .85rem;transition:border-color .16s,background-color .16s,transform .16s;display:grid;position:relative;overflow:hidden}.post-poll__option:hover:not(:disabled),.post-poll__option:focus-visible{border-color:color-mix(in srgb, var(--color-accent), var(--color-border) 45%);background:color-mix(in srgb, var(--color-accent), var(--color-surface-soft) 88%)}.post-poll__option:hover:not(:disabled){transform:translateY(-1px)}.post-poll__option:focus-visible{outline:2px solid color-mix(in srgb, var(--color-accent), transparent 28%);outline-offset:2px}.post-poll__option:disabled{cursor:default;opacity:1}.post-poll__option--selected{border-color:var(--color-accent);background:color-mix(in srgb, var(--color-accent), var(--color-surface-soft) 82%)}.post-poll__option--results{padding-right:1rem}.post-poll__result-bar{z-index:-1;background:color-mix(in srgb, var(--color-accent), transparent 72%);width:0;transition:width .18s;position:absolute;inset:0 auto 0 0}.post-poll__option-content{z-index:1;justify-content:space-between;gap:var(--space-sm);align-items:center;display:flex;position:relative}.post-poll__option-label{align-items:center;gap:var(--space-xs);overflow-wrap:anywhere;flex-wrap:wrap;min-width:0;font-weight:700;display:inline-flex}.post-poll__selected-badge{border:1px solid color-mix(in srgb, var(--color-accent), var(--color-border) 40%);background:var(--color-danger-soft);color:var(--color-text);border-radius:999px;padding:.1rem .35rem;font-size:.7rem;font-weight:800;line-height:1.2}.post-poll__option-meta{color:var(--color-text-muted);white-space:nowrap;flex:none;font-size:.85rem}.post-poll__total,.post-poll__status{color:var(--color-text-muted);margin:0;font-size:.9rem}.post-poll__status{color:var(--color-text)}@media (max-width:42rem){.post-poll{max-width:100%}.post-poll__option-content{flex-direction:column;align-items:flex-start;gap:.2rem}.post-poll__option-meta{white-space:normal}}.feed-tabs{z-index:20;background:var(--color-bg);border-bottom:1px solid var(--color-border);grid-template-columns:repeat(3,1fr);display:grid;position:sticky;top:0}.feed-tabs__link{min-height:52px;color:var(--color-text-muted);border-bottom:2px solid #0000;justify-content:center;align-items:center;font-weight:700;text-decoration:none;display:flex}.feed-tabs__link--active{color:var(--color-text);border-bottom-color:var(--color-accent)}.media-gallery__image{border-radius:var(--radius-lg)}.post-votes{border:1px solid var(--color-border);background:var(--color-surface);border-radius:999px;align-items:center;width:fit-content;margin:.5em .25em .25em 0;display:flex}.post-votes__button{color:var(--color-text);font:inherit;cursor:pointer;align-items:center;gap:.35rem;padding:.35rem .65rem;display:inline-flex}.post-votes__button:disabled{cursor:not-allowed;opacity:.65}.post-votes__button--active{border-color:var(--color-accent);color:var(--color-accent)}.post-votes__icon{flex-shrink:0;width:1rem;height:1rem}.post-votes__count{font-size:.9rem;line-height:1}.manage-guns-panel{gap:var(--space-4,1rem);padding:var(--space-4,1rem);box-shadow:var(--shadow-card,0 12px 32px #00000038);display:grid}.manage-guns-panel__header{gap:.35rem;display:grid}.manage-guns-panel__header h2{margin:0;font-size:1.25rem}.manage-guns-panel__header p{color:var(--color-text-muted,#9ca3af);margin:0}.manage-guns-panel__editor{gap:var(--space-3,.75rem);display:grid}.edit-top-guns{gap:var(--space-4,1rem);display:grid}.edit-top-guns__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3,.75rem);display:flex}.edit-top-guns__header h3,.edit-top-guns__header h2{margin:0}.edit-top-guns__header p{color:var(--color-text-muted,#9ca3af);margin:.35rem 0 0}.edit-top-guns__status,.edit-top-guns__message{color:var(--color-text-muted,#9ca3af);background:var(--color-surface-muted,#ffffff0f);border:1px solid var(--color-border,#ffffff1f);border-radius:999px;justify-self:start;padding:.25rem .65rem;font-size:.8rem;font-weight:700}.edit-top-guns__status.is-saving,.edit-top-guns__message.is-saving{color:var(--color-warning,#fbbf24)}.edit-top-guns__status.is-saved,.edit-top-guns__message.is-saved{color:var(--color-success,#22c55e)}.edit-top-guns__selected,.edit-top-guns__available,.edit-top-guns__form,.edit-top-guns__list-wrap{gap:var(--space-3,.75rem);display:grid}.edit-top-guns__selected-list,.edit-top-guns__available-list,.edit-top-guns__list{gap:var(--space-2,.5rem);margin:0;padding:0;list-style:none;display:grid}.edit-top-guns__selected-item,.edit-top-guns__available-item,.edit-top-guns__item{align-items:center;gap:var(--space-3,.75rem);border-radius:var(--radius-md,.75rem);background:var(--color-surface-raised,#ffffff0e);border:1px solid #0000;grid-template-columns:auto auto minmax(0,1fr) auto;padding:.7rem .75rem;display:grid}.edit-top-guns__selected-item:hover,.edit-top-guns__available-item:hover,.edit-top-guns__item:hover{border-color:var(--color-border,#ffffff1f)}.edit-top-guns__rank{background:var(--color-accent-muted,#b2222233);width:2rem;height:2rem;color:var(--color-accent,#b22222);border-radius:999px;place-items:center;font-weight:800;display:grid}.edit-top-guns__image{border:1px solid var(--color-border,#ffffff24);background:var(--color-surface-muted,#ffffff0f);width:3.25rem;height:3.25rem;color:var(--color-accent,#b22222);border-radius:999px;place-items:center;display:grid;overflow:hidden}.edit-top-guns__image-photo{object-fit:cover;width:100%;height:100%}.edit-top-guns__details{gap:var(--space-2,.5rem);min-width:0;display:grid}.edit-top-guns__image-actions{flex-wrap:wrap;gap:.4rem;display:flex}.edit-top-guns__image-actions button{border:1px solid var(--color-border,#ffffff24);background:var(--color-button-bg,#ffffff0f);min-height:2rem;color:var(--color-text,#fff);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.78rem;font-weight:700;display:inline-flex}.edit-top-guns__image-actions button:hover:not(:disabled){border-color:var(--color-accent,#b22222)}.edit-top-guns__image-actions button:disabled{opacity:.4;cursor:not-allowed}.edit-top-guns__name,.edit-top-guns__selected-name,.edit-top-guns__gun-name{min-width:0;color:var(--color-text,#fff);font-weight:800}.edit-top-guns__name small,.edit-top-guns__name span,.edit-top-guns__selected-name small,.edit-top-guns__selected-name span,.edit-top-guns__gun-name small,.edit-top-guns__gun-name span{color:var(--color-text-muted,#9ca3af);margin-top:.15rem;font-size:.85rem;font-weight:500;display:block}.edit-top-guns__actions,.edit-top-guns__selected-actions{justify-content:flex-end;gap:.35rem;display:flex}.edit-top-guns__actions button,.edit-top-guns__selected-actions button{border:1px solid var(--color-border,#ffffff24);background:var(--color-button-bg,#ffffff0f);min-width:2rem;height:2rem;color:var(--color-text,#fff);cursor:pointer;border-radius:999px;font-weight:800}.edit-top-guns__actions button:hover:not(:disabled),.edit-top-guns__selected-actions button:hover:not(:disabled){border-color:var(--color-accent,#b22222)}.edit-top-guns__actions button:disabled,.edit-top-guns__selected-actions button:disabled{opacity:.35;cursor:not-allowed}.edit-top-guns__add-button{border:1px solid var(--color-accent,#b22222);background:var(--color-accent-muted,#b222222e);color:var(--color-accent-contrast,#fff);cursor:pointer;white-space:nowrap;border-radius:999px;padding:.4rem .75rem;font-size:.85rem;font-weight:800}.edit-top-guns__add-button:hover:not(:disabled){background:var(--color-accent,#b22222)}.edit-top-guns__add-button:disabled{opacity:.45;cursor:not-allowed;border-color:var(--color-border,#ffffff24);background:var(--color-surface-muted,#ffffff0f)}.edit-top-guns input,.edit-top-guns select,.edit-top-guns textarea{border:1px solid var(--color-border,#ffffff24);border-radius:var(--radius-md,.75rem);background:var(--color-input-bg,#00000040);width:100%;color:var(--color-text,#fff);font:inherit;outline:none;padding:.75rem .85rem}.edit-top-guns input::placeholder,.edit-top-guns select::placeholder,.edit-top-guns textarea::placeholder{color:var(--color-text-muted,#9ca3af)}.edit-top-guns input:focus,.edit-top-guns select:focus,.edit-top-guns textarea:focus{border-color:var(--color-accent,#b22222);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent,#b22222) 25%, transparent)}.edit-top-guns__empty{color:var(--color-text-muted,#9ca3af);margin:0}@media (max-width:560px){.edit-top-guns__selected-item,.edit-top-guns__available-item,.edit-top-guns__item{grid-template-columns:auto auto minmax(0,1fr)}.edit-top-guns__actions,.edit-top-guns__selected-actions{padding-left:calc(5.25rem + var(--space-3,.75rem)*2);grid-column:1/-1;justify-content:flex-start}}.comment-item{scroll-margin-top:6rem;list-style:none}.comment-item--reply{margin-top:.75rem;margin-left:2.75rem}.comment-item__content{align-items:flex-start;gap:.75rem;display:flex}.comment-item__avatar-link{flex:none;text-decoration:none;display:inline-flex}.comment-item__avatar{object-fit:cover;border:1px solid var(--color-border-subtle);background:var(--color-surface-muted);border-radius:999px;width:2.5rem;height:2.5rem}.comment-item__avatar--fallback{color:var(--color-text);justify-content:center;align-items:center;font-weight:700;display:inline-flex}.comment-item__main{flex:1;min-width:0}.comment-item__header{flex-wrap:wrap;align-items:baseline;gap:.4rem;margin-bottom:.25rem;display:flex}.comment-item__name{color:var(--color-text);text-decoration:none}.comment-item__name:hover{text-decoration:underline}.comment-item__username,.comment-item__date,.comment-item__edited{color:var(--color-text-muted);font-size:.85rem}.comment-item__username{text-decoration:none}.comment-item__username:hover{color:var(--color-accent)}.comment-item__body{color:var(--color-text);white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.45}.comment-item__actions{align-items:center;gap:.75rem;margin-top:.35rem;display:flex}.comment-item__action-button,.comment-item__icon-button{color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.25rem;padding:0;font-size:.9rem;display:inline-flex}.comment-item__action-button:hover:not(:disabled),.comment-item__icon-button:hover:not(:disabled){color:var(--color-accent)}.comment-item__action-button:disabled,.comment-item__icon-button:disabled{opacity:.6;cursor:not-allowed}.comment-item__icon-button{gap:0}.comment-item__reply-form,.comment-item__edit-form{margin-top:.75rem}.comment-item__status,.comment-item__deleted{color:var(--color-text-muted);margin-top:.5rem;font-size:.9rem}.comment-item__replies{margin-top:.75rem;padding-left:0}.mention-input{position:relative}.mention-input input{width:100%}.mention-input__menu{z-index:30;border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-md);border-radius:.75rem;gap:.25rem;padding:.4rem;display:grid;position:absolute;top:calc(100% + .25rem);left:0;right:0}.mention-input__option{width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.55rem;align-items:center;gap:.6rem;padding:.5rem;display:flex}.mention-input__option:hover,.mention-input__option--active{background:var(--color-surface-hover)}.mention-input__avatar{object-fit:cover;border-radius:999px;flex:none;width:2rem;height:2rem}.mention-input__avatar--fallback{background:var(--color-surface-muted);color:var(--color-text-muted);place-items:center;font-weight:700;display:inline-grid}.mention-input__user{gap:.1rem;display:grid}.mention-input__user span{color:var(--color-text-muted);font-size:.85rem}.mention-input__loading{color:var(--color-text-muted);padding:.4rem .5rem;font-size:.85rem}.mention-textarea{position:relative}.mention-textarea textarea{width:100%}.mention-textarea__menu{z-index:30;border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-md);border-radius:.75rem;gap:.25rem;padding:.4rem;display:grid;position:absolute;top:calc(100% + .25rem);left:0;right:0}.mention-textarea__option{width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.55rem;align-items:center;gap:.6rem;padding:.5rem;display:flex}.mention-textarea__option:hover,.mention-textarea__option--active{background:var(--color-surface-hover)}.mention-textarea__avatar{object-fit:cover;border-radius:999px;flex:none;width:2rem;height:2rem}.mention-textarea__avatar--fallback{background:var(--color-surface-muted);color:var(--color-text-muted);place-items:center;font-weight:700;display:inline-grid}.mention-textarea__user{gap:.1rem;display:grid}.mention-textarea__user span{color:var(--color-text-muted);font-size:.85rem}.mention-textarea__loading{color:var(--color-text-muted);padding:.4rem .5rem;font-size:.85rem}.profile-settings{gap:var(--space-md);display:grid}.profile-settings__header{gap:var(--space-xs);display:grid}.profile-settings__header h2,.profile-settings__header p{margin:0}.profile-settings__header p{color:var(--color-text-muted);font-size:.875rem}.profile-settings__sections{gap:var(--space-md);display:grid}.profile-settings__panel{gap:var(--space-md);padding:var(--space-md);margin:var(--space-sm);display:grid}.profile-settings__panel-header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);display:flex}.profile-settings__panel-header h3,.profile-settings__panel-header p{margin:0}.profile-settings__panel-header h3{color:var(--color-text);font-size:1rem}.profile-settings__panel-header p{color:var(--color-text-muted);font-size:.875rem}.profile-settings__status{color:var(--color-text-muted);white-space:nowrap;flex:none;font-size:.75rem}.settings-toggle-list{gap:var(--space-sm);display:grid}.profile-privacy-settings__locked-field{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-sm);background:var(--color-surface);gap:.2rem;display:grid}.profile-privacy-settings__locked-label{color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:800}.profile-privacy-settings__locked-value{color:var(--color-text);font-size:.95rem}.profile-privacy-settings__locked-help{color:var(--color-text-muted);font-size:.78rem;line-height:1.35}.settings-toggle{align-items:center;gap:var(--space-md);padding-block:var(--space-sm);cursor:pointer;display:flex}.settings-toggle__copy{gap:2px;min-width:0;display:grid}.settings-toggle__label{color:var(--color-text);font-size:.875rem;font-weight:600}.settings-toggle__description{color:var(--color-text-muted);font-size:.75rem;line-height:1.35}.settings-toggle__switch{flex:none;width:42px;height:24px;display:inline-flex;position:relative}.settings-toggle__input{opacity:0;pointer-events:none;position:absolute}.settings-toggle__slider{background:var(--color-border);border-radius:999px;transition:background .16s;position:absolute;inset:0}.settings-toggle__slider:before{content:"";background:var(--color-surface);border-radius:999px;width:18px;height:18px;transition:transform .16s;position:absolute;top:3px;left:3px}.settings-toggle__input:checked+.settings-toggle__slider{background:var(--color-accent)}.settings-toggle__input:checked+.settings-toggle__slider:before{transform:translate(18px)}.settings-toggle__input:focus-visible+.settings-toggle__slider{outline:2px solid color-mix(in srgb, var(--color-accent) 70%, white);outline-offset:3px}.settings-toggle__input:disabled+.settings-toggle__slider{cursor:not-allowed;opacity:.65}.danger-zone{border:1px solid color-mix(in srgb, var(--color-accent) 70%, transparent);background:var(--color-danger-soft)}.danger-zone__body{gap:var(--space-md);display:grid}.danger-zone__body p{max-width:620px;color:var(--color-text-muted);margin:0;font-size:.875rem;line-height:1.5}.danger-zone__button,.danger-zone__secondary{border-radius:var(--radius-sm);width:fit-content;padding:.7rem 1rem;font-weight:700}.danger-zone__button{background:var(--color-accent);color:var(--color-text)}.danger-zone__button:disabled,.danger-zone__secondary:disabled{cursor:not-allowed;opacity:.55}.danger-zone__secondary{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text)}.danger-zone__modal-backdrop{z-index:50;padding:var(--space-md);background:#000000b8;place-items:center;display:grid;position:fixed;inset:0}.danger-zone__modal{gap:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-md);width:min(460px,100%);padding:var(--space-lg);background:var(--color-surface);display:grid;box-shadow:0 24px 80px #00000073}.danger-zone__modal p{color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.5}.danger-zone__modal-header,.danger-zone__actions{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.danger-zone__modal-header h4{color:var(--color-text);margin:0;font-size:1.1rem}.danger-zone__close{color:var(--color-text-muted);font-size:1rem}.danger-zone__confirm-field{gap:var(--space-sm);color:var(--color-text);font-size:.875rem;font-weight:700;display:grid}.danger-zone__confirm-field input{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);font:inherit;padding:.75rem .85rem}.danger-zone__status{margin:0;font-size:.875rem}.danger-zone__status--error{color:var(--color-accent)}.danger-zone__status--success{color:var(--color-text)}@media (max-width:640px){.danger-zone__modal-header,.danger-zone__actions{align-items:stretch}.danger-zone__actions{flex-direction:column-reverse}.danger-zone__button,.danger-zone__secondary{width:100%}}.profile__banner{background:linear-gradient(90deg,#b2222247,#0000 52%),#232c30;border:4px solid #1c1c1c;border-radius:0 0 12px 12px;width:auto;height:160px;position:relative;overflow:hidden}.profile__banner-image{object-fit:cover;width:100%;height:100%;display:block}.profile__banner-placeholder{color:#ffffff14;z-index:1;background:linear-gradient(90deg,#b2222247,#0000 52%),#232c30;justify-content:flex-end;align-items:center;width:100%;height:100%;padding-right:2rem;font-size:6rem;font-weight:900;line-height:1;display:flex}.profile__avatar{background:#777;border:4px solid #1c1c1c;border-radius:999px;width:144px;height:144px;overflow:hidden}.profile__avatar-image,.profile__avatar-placeholder{width:100%;height:100%}.profile__avatar-image{object-fit:cover;display:block}.profile__avatar-placeholder{background:radial-gradient(circle at 50% 32%,#1c1c1c 0 17%,#0000 18%),radial-gradient(at 50% 78%,#1c1c1c 0 34%,#0000 35%),#777}.profile__action-link{margin-top:.35rem;display:inline-block}.profile-dashboard-tabs{height:100%;margin-top:1rem}.profile-tabs-anchor{scroll-margin-top:96px}.profile-dashboard-tabs__list{gap:var(--space-md,.5rem);padding:0 var(--space-lg,1rem);border-bottom:1px solid var(--color-border,#ffffff24);display:flex}.profile-dashboard-tabs__tab{color:var(--color-text-muted,#ffffffb8);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:.4rem;padding:.75rem 0;font-weight:700;display:inline-flex;position:relative}.profile-dashboard-tabs__tab--active{color:var(--color-text,#fff)}.profile-dashboard-tabs__tab--active:after{content:"";background:var(--color-accent,#b22222);height:2px;position:absolute;bottom:-1px;left:0;right:0}.profile-dashboard-tabs__panel{padding:var(--space-sm) var(--space-lg,1rem);min-height:50vh}.profile-dashboard-tabs__section{gap:1rem;display:grid}.profile-dashboard-tabs__badge{background:var(--color-danger,#b22222);color:#fff;text-align:center;border-radius:999px;min-width:1.15rem;padding:.1rem .35rem;font-size:.7rem;line-height:1.15}.profile-dashboard-tabs__grid{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.profile-dashboard-tabs__card{border:1px solid var(--color-border,#ffffff24);border-radius:.75rem;padding:.75rem}.profile-dashboard-tabs__notifications{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.profile-dashboard-tabs__notification{border:1px solid var(--color-border,#ffffff24);border-radius:.75rem;justify-content:space-between;gap:1rem;padding:.75rem;display:flex}.profile-dashboard-tabs__notification--unread{border-color:var(--color-accent,#b22222)}.profile-privacy-settings{gap:1rem;display:grid}.profile-privacy-settings__header{gap:.35rem;display:grid}.profile-privacy-settings__header p{color:var(--color-text-muted,#ffffffb8);margin:0}.profile-privacy-settings__form{gap:.75rem;display:grid}.profile-privacy-settings__option{align-items:center;gap:.6rem;display:flex}.profile-privacy-settings__message,.profile-privacy-settings__error{margin:0}.profile-privacy-settings__error{color:var(--color-danger,#b22222)}.profile-privacy-settings__actions{margin-top:.5rem}.profile-header{border-bottom:1px solid var(--color-border,#ffffff1f)}.profile-header__public-link{width:fit-content;color:var(--color-text-muted);align-items:center;gap:.4rem;font-size:.9rem;font-weight:650;text-decoration:none;display:inline-flex}.profile-header__public-link svg{color:var(--color-accent,#b22222);background:0 0}.profile-header__public-link:hover,.profile-header__public-link:focus-visible{color:var(--color-text)}.profile-header__banner{background:radial-gradient(circle at top left, color-mix(in srgb, var(--color-accent,#b22222) 32%, transparent), transparent 34%),linear-gradient(135deg, var(--color-surface-raised,#ffffff14), var(--color-surface,#ffffff08));border-radius:0 0 15px 15px;min-height:9.5rem;position:relative;overflow:hidden}.profile-header__banner-image{object-fit:cover}.profile-header__banner-placeholder{color:color-mix(in srgb, var(--color-text,#fff) 18%, transparent);font-family:var(--font-brand,inherit);letter-spacing:.08em;place-items:center;font-size:clamp(4rem,14vw,8rem);font-weight:900;display:grid;position:absolute;inset:0}.profile-header__content{gap:var(--space-md,1rem);display:grid}.profile-header__main{gap:var(--space-md,.75rem);display:grid}.profile-header__main,.profile-header__notes,.profile-header__stats{padding:var(--space-lg,1rem)}.profile-header__avatar-wrap{z-index:2;width:9.25rem;margin-top:-3.25rem}.profile-header__avatar{border:4px solid var(--color-surface,#111);background:var(--color-surface-raised,#ffffff14);border-radius:999px;width:9.25rem;height:9.25rem;overflow:hidden;box-shadow:0 10px 28px #00000059}.profile-header__avatar-image{object-fit:cover;width:100%;height:100%}.profile-header__details{gap:.65rem;min-width:0;display:grid}.profile-header__column{flex-direction:column;align-items:flex-end;gap:1rem .35rem;display:flex}.profile-header__row{grid-template-columns:minmax(0,1fr);gap:.35rem 1rem;min-width:0;display:grid}.profile-header__row--identity{align-items:start}.profile-header__title-group{flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem;min-width:0;display:flex}.profile-header__display-name{color:var(--color-text,#fff);overflow-wrap:anywhere;margin:0;font-size:clamp(1.7rem,4vw,2.35rem);font-weight:500;line-height:1.05}.profile-header__username{color:var(--color-text-muted,#9ca3af);font-size:.95rem;font-weight:700}.profile-header__edit,.profile-header__email{border:1px solid var(--color-border,#ffffff24);background:var(--color-button-bg,#ffffff0f);width:fit-content;color:var(--color-text,#fff);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;padding:.42rem .72rem;font-size:.86rem;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex}.profile-header__edit svg,.profile-header__email svg{color:var(--color-accent,#b22222);flex:none}.profile-header__edit:hover,.profile-header__email:hover{border-color:var(--color-accent,#b22222);background:var(--color-button-hover,#ffffff1f)}.profile-header__meta-item{min-width:0;color:var(--color-text-muted,#9ca3af);overflow-wrap:anywhere;align-items:center;gap:.4rem;font-size:.9rem;font-weight:650;line-height:1.3;display:inline-flex}.profile-header__meta-item svg{color:var(--color-accent,#b22222);flex:none}.profile-header__meta-item--empty{display:none}.profile-header__badge{border:1px solid var(--color-accent,#b22222);background:var(--color-accent-muted,#b222222e);width:fit-content;color:var(--color-accent-contrast,#fff);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;margin-top:.1rem;padding:.28rem .7rem;font-size:.78rem;font-weight:900;display:inline-flex}.profile-header__notes{border-left:3px solid var(--color-accent,#b22222);max-width:none;padding-left:var(--space-md,.75rem)}.profile-header__notes-title{color:var(--color-text-muted,#9ca3af);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:900;display:inline}.profile-header__notes-title:after{content:": "}.profile-header__notes-text{color:var(--color-text,#fff);white-space:pre-wrap;margin:0;line-height:1.55;display:inline}.profile-header__stats{gap:var(--space-sm,.5rem);padding-top:var(--space-md,.75rem);border-top:1px solid var(--color-border,#ffffff1a);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.profile-header__stat{border-radius:var(--radius-md,.75rem);background:var(--color-surface-raised,#ffffff0d);place-items:center;gap:.1rem;padding:.7rem;display:grid}.profile-header__stat-value{color:var(--color-text,#fff);font-size:1.2rem;line-height:1}.profile-header__stat-label{color:var(--color-text-muted,#9ca3af);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:800}@media (min-width:680px){.profile-header__banner{min-height:12rem}.profile-header__main{align-items:start;gap:var(--space-md,1rem);grid-template-columns:auto minmax(0,1fr)}.profile-header__avatar-wrap{margin-top:-4.25rem}.profile-header__row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.profile-header__meta-item--right{justify-self:end}.profile-header__meta-item--empty{display:block}.profile-header__email{justify-self:end}.profile-header__notes{margin-top:.25rem}.profile-header__stats{justify-content:flex-start;display:flex}.profile-header__stat{min-width:7rem}}.profile-edit__header{margin:var(--space-md)}.profile-edit-form{width:100%;display:grid}.profile-edit-form__header-copy{gap:var(--space-xs);display:grid}.profile-edit-form__title{color:var(--color-text);margin:0;font-size:clamp(1.6rem,4vw,2.25rem);line-height:1.05}.profile-edit-form__subtitle{color:var(--color-text-muted);margin:0}.profile-edit-form__status{align-items:center;gap:var(--space-xs);border:1px solid var(--color-border);width:fit-content;color:var(--color-text-muted);white-space:nowrap;background:#ffffff0f;border-radius:999px;padding:.35rem .75rem;font-size:.85rem;font-weight:800;line-height:1.2;display:inline-flex}.profile-edit-form__status svg{flex:none}.profile-edit-form__status.is-saving{color:var(--color-warning)}.profile-edit-form__status.is-saving svg{animation:.8s linear infinite profile-edit-spin}.profile-edit-form__status.is-saved{color:var(--color-success)}.profile-edit-form__media{width:100%;margin-bottom:var(--space-md);display:grid;position:relative}.profile-edit-form__banner{min-height:12rem}.profile-edit-form__avatar-wrap{z-index:2;width:9.25rem;margin-top:-4.25rem;margin-left:var(--space-lg);position:relative}.profile-edit-form__camera{z-index:3;border:1px solid var(--color-border);background:var(--color-surface);width:2.35rem;height:2.35rem;color:var(--color-text);cursor:pointer;border-radius:999px;place-items:center;transition:border-color .16s,color .16s,background .16s,transform .16s;display:inline-grid;position:absolute;box-shadow:0 8px 24px #00000059}.profile-edit-form__camera:hover{border-color:var(--color-accent);color:var(--color-accent);background:#ffffff14;transform:translateY(-1px)}.profile-edit-form__camera--banner{right:var(--space-md);bottom:var(--space-md)}.profile-edit-form__camera--avatar{bottom:0;right:0}.profile-edit-form__section{gap:var(--space-md);padding:var(--space-md);display:grid}.profile-edit-form__section-title{color:var(--color-text);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:1rem;font-weight:900}.profile-edit-form__row{gap:var(--space-md);grid-template-columns:1fr;display:grid}.profile-edit-form__field{gap:var(--space-xs);display:grid}.profile-edit-form__field label{color:var(--color-text);font-size:.9rem;font-weight:800}.profile-edit-form__field input,.profile-edit-form__field select,.profile-edit-form__field textarea{border:1px solid var(--color-border);border-radius:var(--radius-md);width:auto;color:var(--color-text);font:inherit;background:#00000038;outline:none;padding:.75rem .85rem;transition:border-color .16s,box-shadow .16s,background .16s}.profile-edit-form__field input::placeholder,.profile-edit-form__field select::placeholder,.profile-edit-form__field textarea::placeholder{color:var(--color-text-muted)}.profile-edit-form__field input:focus,.profile-edit-form__field select:focus,.profile-edit-form__field textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent) 24%, transparent);background:#00000052}.profile-edit-form__field textarea{resize:vertical;min-height:8rem;line-height:1.45}.profile-edit-form__field select{cursor:pointer}.profile-edit-form__hint{margin:var(--space-xs) 0 0;color:var(--color-text-muted);font-size:.85rem;line-height:1.35}.profile-edit-form__error{margin:var(--space-xs) 0 0;color:var(--color-danger,#ef4444);font-size:.9rem;font-weight:700}.profile-edit-form__actions{margin:0 var(--space-md) var(--space-lg);justify-content:flex-end;display:flex}.profile-edit-form__done{border:1px solid var(--color-accent);color:var(--color-text);background:#b222222e;border-radius:999px;justify-content:center;align-items:center;padding:.55rem .95rem;font-size:.9rem;font-weight:900;text-decoration:none;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.profile-edit-form__done:hover{background:var(--color-accent);transform:translateY(-1px)}@keyframes profile-edit-spin{to{transform:rotate(360deg)}}@media (min-width:640px){.profile-edit-form__row{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-showcase{gap:var(--space-5,1.25rem);width:100%;margin:var(--space-3,.75rem) 0;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.profile-showcase>h2{grid-column:1/-1;margin:0}.profile-showcase__section{min-width:0;padding:var(--space-4,1rem);border:1px solid var(--color-border,#ffffff1f);border-radius:var(--radius-md,.75rem);background:var(--color-surface-raised,#ffffff0b)}.profile-showcase__title{margin:0 0 var(--space-3,.75rem)}.profile-showcase__grid{gap:var(--space-2,.5rem);margin:0;padding:0;list-style:none;display:grid}.profile-showcase__item{align-items:center;gap:var(--space-2,.5rem);grid-template-columns:auto minmax(0,1fr);min-width:0;display:grid}.profile-showcase__rank{color:var(--color-accent,#b22222);font-weight:800}.profile-showcase__link,.profile-showcase__gun{align-items:center;gap:var(--space-3,.75rem);min-width:0;color:var(--color-text,#fff);text-decoration:none;display:flex}.profile-showcase__avatar,.profile-showcase__gun-image{border:2px solid var(--color-accent,#b22222);background:var(--color-surface-muted,#ffffff0f);width:3.125rem;height:3.125rem;color:var(--color-accent,#b22222);border-radius:999px;flex:none;place-items:center;display:grid;overflow:hidden}.profile-showcase__avatar-image,.profile-showcase__gun-photo{object-fit:cover;width:100%;height:100%;display:block}.profile-showcase__name{overflow-wrap:anywhere;min-width:0;font-weight:700}.profile-showcase__empty{color:var(--color-text-muted,#9ca3af);margin:0}@media (max-width:720px){.profile-showcase{grid-template-columns:1fr}.profile-showcase>h2{grid-column:auto}}.notifications-panel{gap:var(--space-md);margin:0;padding:0;display:grid}.notifications-panel__item{align-items:flex-start;gap:.85rem;list-style:none;display:flex}.notifications-panel__icon{flex:none;justify-content:center;align-items:center;margin-top:.15rem;display:flex}.notifications-panel__icon svg{display:block}.notifications-panel__icon--comment,.notifications-panel__icon--reply{color:var(--color-info)}.notifications-panel__icon--friend_accepted,.notifications-panel__icon--friend_request{color:var(--color-success)}.notifications-panel__icon--mention,.notifications-panel__icon--moderation_warning,.notifications-panel__icon--account_muted,.notifications-panel__icon--account_banned{color:var(--color-accent)}.notifications-panel__icon--account_unmuted,.notifications-panel__icon--account_unbanned{color:var(--color-success)}.notifications-panel__icon--default{color:var(--color-text-muted)}.notifications-panel__content{flex:1;justify-content:space-between;min-width:0;margin-bottom:1em}.notifications-panel__content a{margin-right:.5em}.notifications-panel__content time{font-size:.8rem}.notifications-panel__empty{color:var(--color-text-muted);margin:0}.notifications-panel__target{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-soft);color:var(--color-text);justify-content:center;align-items:center;padding:.25rem .5rem;font-size:.82rem;font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex}.notifications-panel__target:hover,.notifications-panel__target:focus-visible{background:var(--color-surface-hover)}.notifications-panel__target[aria-disabled=true]{cursor:wait;opacity:.65}.notifications-panel__warning{gap:.35rem;display:grid}.notifications-panel__warning p{overflow-wrap:anywhere;margin:0}.notifications-panel__warning strong{color:var(--color-text)}.friends-panel{gap:var(--space-5,1.25rem);margin-bottom:var(--space-xl);display:grid}.friends-panel__header{margin-bottom:var(--space-4,1rem)}.friends-panel__header p{color:var(--color-text-muted,#9ca3af);margin:0}.friends-panel__grid{gap:var(--space-5,1.25rem);display:grid}@media (min-width:800px){.friends-panel__grid{grid-template-columns:minmax(0,1fr) minmax(280px,320px);align-items:start}}.friends-panel__mobile-suggestions{display:block}.friends-panel__mobile-suggestions .app-right-rail__module{width:100%;max-width:none;box-shadow:var(--shadow-card,0 12px 32px #00000038)}@media (min-width:769px){.friends-panel__mobile-suggestions{display:none}}.edit-top-friends,.friends-list{box-shadow:var(--shadow-card,0 12px 32px #00000038)}.edit-top-friends h2,.friends-list h2{margin:0;font-size:1.25rem}.edit-top-friends p,.friends-list p{color:var(--color-text-muted,#9ca3af)}.edit-top-friends__header{justify-content:space-between;gap:var(--space-3,.75rem);margin-bottom:var(--space-4,1rem);align-items:flex-start;display:flex}.edit-top-friends__header p{margin:.35rem 0 0}.edit-top-friends__status{white-space:nowrap;border:1px solid var(--color-border,#ffffff1f);background:var(--color-surface-muted,#ffffff0f);color:var(--color-text-muted,#9ca3af);border-radius:999px;padding:.25rem .65rem;font-size:.8rem}.edit-top-friends__status.is-saving{color:var(--color-warning,#fbbf24)}.edit-top-friends__status.is-saved{color:var(--color-success,#22c55e)}.edit-top-friends__selected-list{gap:var(--space-3,.75rem);margin:0;padding:0;list-style:none;display:grid}.edit-top-friends__selected-item{align-items:center;gap:var(--space-3,.75rem);padding:var(--space-3,.75rem);border-radius:var(--radius-md,.75rem);background:var(--color-surface-raised,#ffffff0f);border:1px solid var(--color-border,#ffffff1a);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.edit-top-friends__rank{background:var(--color-accent-muted,#b2222233);width:2rem;height:2rem;color:var(--color-accent,#b22222);border-radius:999px;place-items:center;font-weight:700;display:grid}.edit-top-friends__selected-name{min-width:0;font-weight:700}.edit-top-friends__selected-name small{color:var(--color-text-muted,#9ca3af);margin-top:.15rem;font-weight:500;display:block}.edit-top-friends__selected-actions{gap:.35rem;display:flex}.edit-top-friends__selected-actions button{border:1px solid var(--color-border,#ffffff24);background:var(--color-button-bg,#ffffff0f);width:2rem;height:2rem;color:var(--color-text,#fff);cursor:pointer;border-radius:999px}.edit-top-friends__selected-actions button:hover:not(:disabled){background:var(--color-button-hover,#ffffff1f)}.edit-top-friends__selected-actions button:disabled{opacity:.35;cursor:not-allowed}.edit-top-friends__empty{margin:0}.friends-list__items{gap:var(--space-2,.5rem);margin:var(--space-4,1rem) 0 0;padding:0;list-style:none;display:grid}.friends-list__item{justify-content:space-between;align-items:center;gap:var(--space-3,.75rem);border-radius:var(--radius-md,.75rem);background:var(--color-surface-raised,#ffffff0d);border:1px solid #0000;padding:.65rem .75rem;display:flex}.friends-list__item:hover{border-color:var(--color-border,#ffffff1f)}.friends-list__link{min-width:0;color:var(--color-text,#fff);flex-wrap:wrap;align-items:center;gap:.1rem;font-weight:700;text-decoration:none;display:flex}.friends-list__link small{color:var(--color-text-muted,#9ca3af);margin-left:5px;font-weight:500}.friends-list__link:hover{color:var(--color-accent,#b22222)}.friends-list__top-button{border:1px solid var(--color-accent,#b22222);background:var(--color-accent-muted,#b222222e);color:var(--color-accent-contrast,#fff);cursor:pointer;white-space:nowrap;border-radius:999px;padding:.35rem .7rem;font-size:.85rem;font-weight:700}.friends-list__top-button:hover:not(:disabled){background:var(--color-accent,#b22222)}.friends-list__top-button:disabled{opacity:.45;cursor:not-allowed;border-color:var(--color-border,#ffffff24);background:var(--color-surface-muted,#ffffff0f)}.friends-list__empty{margin-bottom:0}.friend-requests,.friends-search{box-shadow:var(--shadow-card,0 12px 32px #00000038)}.friend-requests h2,.friends-search h2{margin:0 0 var(--space-4,1rem);font-size:1.25rem}.friend-requests h3,.friends-search h3{margin:0 0 var(--space-3,.75rem);color:var(--color-text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.06em;font-size:.95rem}.friend-requests p,.friends-search p{color:var(--color-text-muted,#9ca3af);margin:0}.friend-requests ul,.friends-search ul{gap:var(--space-2,.5rem);margin:0;padding:0;list-style:none;display:grid}.friend-requests li,.friends-search li{justify-content:space-between;align-items:center;gap:var(--space-3,.75rem);border-radius:var(--radius-md,.75rem);background:var(--color-surface-raised,#ffffff0d);border:1px solid #0000;padding:.65rem .75rem;display:flex}.friend-requests li:hover,.friends-search li:hover{border-color:var(--color-border,#ffffff1f)}.friend-requests a,.friends-search a{min-width:0;color:var(--color-text,#fff);font-weight:700;text-decoration:none}.friend-requests a span,.friends-search a span{color:var(--color-text-muted,#9ca3af);margin-left:.25rem;font-weight:500}.friend-requests a:hover,.friends-search a:hover{color:var(--color-accent,#b22222)}.friend-requests button,.friends-search button{border:1px solid var(--color-border,#ffffff24);background:var(--color-button-bg,#ffffff0f);color:var(--color-text,#fff);cursor:pointer;white-space:nowrap;border-radius:999px;padding:.35rem .7rem;font-size:.85rem;font-weight:700}.friend-requests button:hover:not(:disabled),.friends-search button:hover:not(:disabled){background:var(--color-button-hover,#ffffff1f);border-color:var(--color-accent,#b22222)}.friend-requests button:disabled,.friends-search button:disabled{opacity:.45;cursor:not-allowed}.friend-requests{gap:var(--space-4,1rem);display:grid}.friend-requests__group{gap:var(--space-3,.75rem);display:grid}.friend-requests__group+.friend-requests__group{padding-top:var(--space-4,1rem);border-top:1px solid var(--color-border,#ffffff1a)}.friend-requests li{flex-wrap:wrap}.friend-requests button:first-of-type{border-color:var(--color-success,#22c55e);background:color-mix(in srgb, var(--color-success,#22c55e) 16%, transparent)}.friend-requests button:first-of-type:hover:not(:disabled){background:color-mix(in srgb, var(--color-success,#22c55e) 28%, transparent)}.friend-requests button:last-of-type{border-color:var(--color-danger,#ef4444);background:color-mix(in srgb, var(--color-danger,#ef4444) 14%, transparent)}.friend-requests button:last-of-type:hover:not(:disabled){background:color-mix(in srgb, var(--color-danger,#ef4444) 24%, transparent)}.friend-requests span{color:var(--color-warning,#fbbf24);background:color-mix(in srgb, var(--color-warning,#fbbf24) 14%, transparent);border:1px solid color-mix(in srgb, var(--color-warning,#fbbf24) 35%, transparent);border-radius:999px;align-items:center;padding:.25rem .6rem;font-size:.8rem;font-weight:700;display:inline-flex}.friends-search{gap:var(--space-3,.75rem);display:grid}.friends-search label{color:var(--color-text-muted,#9ca3af);font-size:.9rem;font-weight:700}.friends-search input{border:1px solid var(--color-border,#ffffff24);border-radius:var(--radius-md,.75rem);background:var(--color-input-bg,#00000040);width:100%;color:var(--color-text,#fff);font:inherit;outline:none;padding:.75rem .85rem}.friends-search input::placeholder{color:var(--color-text-muted,#9ca3af)}.friends-search input:focus{border-color:var(--color-accent,#b22222);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent,#b22222) 25%, transparent)}.friends-search__results{margin-top:var(--space-2,.5rem)}.friends-search__result button{border-color:var(--color-accent,#b22222);background:var(--color-accent-muted,#b222222e)}.friends-search__result button:hover:not(:disabled){background:var(--color-accent,#b22222)}.friends-search__profile{align-items:center;gap:var(--space-3,.75rem);grid-template-columns:2.5rem minmax(0,1fr);display:grid}.friends-search__profile img{object-fit:cover;border:1px solid var(--color-border,#ffffff1f);border-radius:999px;width:2.5rem;height:2.5rem;display:block}.friends-search__identity{gap:.1rem;min-width:0;margin-left:0;display:grid}.friends-search__identity strong,.friends-search__identity span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.friends-search__identity span{margin-left:0;display:block}.friends-search__location{font-size:.8rem}.friends-search__status{font-size:.9rem}.friend-suggestions__inner{gap:var(--space-xs,.5rem)}.friend-suggestions__title{margin:0;font-size:.9rem;line-height:1.2}.friend-suggestions__list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.friend-suggestions__item{grid-template-columns:2.25rem minmax(0,1fr) auto;align-items:center;gap:.5rem;padding-block:.15rem;display:grid}.friend-suggestions__avatar{border:1px solid var(--color-border,#ffffff1f);background:var(--color-surface-elevated,#ffffff14);border-radius:999px;width:2.25rem;height:2.25rem;display:block;overflow:hidden}.friend-suggestions__avatar img{object-fit:cover;width:100%;height:100%;display:block}.friend-suggestions__body{gap:.05rem;min-width:0;display:grid}.friend-suggestions__name,.friend-suggestions__username,.friend-suggestions__reason{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.friend-suggestions__name{color:var(--color-text,#fff);font-size:.82rem;font-weight:700;line-height:1.2;text-decoration:none}.friend-suggestions__name:hover,.friend-suggestions__name:focus-visible{color:var(--color-accent,#b22222)}.friend-suggestions__username,.friend-suggestions__reason,.friend-suggestions__empty,.friend-suggestions__error,.friend-suggestions__loading{color:var(--color-text-muted,#9ca3af);font-size:.73rem;line-height:1.25}.friend-suggestions__action{border:1px solid var(--color-accent,#b22222);background:var(--color-accent-muted,#b222222e);min-height:1.6rem;color:var(--color-accent-contrast,#fff);font:inherit;white-space:nowrap;cursor:pointer;border-radius:999px;place-self:center end;padding:.2rem .5rem;font-size:.7rem;font-weight:700;line-height:1}.friend-suggestions__action:hover:not(:disabled),.friend-suggestions__action:focus-visible:not(:disabled){background:var(--color-accent,#b22222)}.friend-suggestions__action:disabled{opacity:.45;cursor:not-allowed}.friend-suggestions__empty,.friend-suggestions__error,.friend-suggestions__loading{margin:0}.friend-suggestions__error{color:var(--color-danger,#ef4444)}@media (max-width:768px){.friends-panel{margin-bottom:7rem}}.post-report{display:inline-flex;position:relative}.post-report-button{justify-content:center;align-items:center;gap:var(--space-xs);border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface-soft), transparent 16%);min-height:2.25rem;color:var(--color-text);font:inherit;cursor:pointer;border-radius:999px;padding:.45rem .75rem;font-size:.875rem;font-weight:700;line-height:1;display:inline-flex}.post-report-button:hover,.post-report-button:focus-visible{border-color:color-mix(in srgb, var(--color-accent), var(--color-border) 45%);background:color-mix(in srgb, var(--color-accent), var(--color-surface-soft) 88%)}.post-report-button--reported{color:var(--color-text-muted);cursor:not-allowed;opacity:.68}.post-report__form{top:calc(100% + var(--space-sm));z-index:20;width:min(20rem,100vw - var(--space-md)*2);max-width:calc(100vw - var(--space-md)*2);gap:var(--space-md);box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-md);background:var(--color-surface);color:var(--color-text);display:grid;position:absolute;right:0;box-shadow:0 1rem 2.5rem #0006}.post-report__header{gap:var(--space-xs);display:grid}.post-report__title{color:var(--color-text);margin:0;font-size:1rem;line-height:1.2}.post-report__description{color:var(--color-text-muted);margin:0;font-size:.875rem;line-height:1.4}.post-report__field{gap:var(--space-xs);min-width:0;display:grid}.post-report__label{color:var(--color-text);font-size:.82rem;font-weight:700}.post-report__select,.post-report__textarea{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);width:100%;color:var(--color-text);font:inherit}.post-report__select{min-height:2.45rem;padding:.55rem 2rem .55rem .7rem}.post-report__textarea{resize:vertical;min-height:7rem;padding:.7rem;line-height:1.4}.post-report__select:focus-visible,.post-report__textarea:focus-visible{outline:2px solid color-mix(in srgb, var(--color-accent), transparent 25%);outline-offset:2px;border-color:var(--color-accent)}.post-report__actions{justify-content:flex-end;gap:var(--space-sm);flex-wrap:wrap;display:flex}.post-report__submit,.post-report__cancel{border:1px solid var(--color-border);border-radius:var(--radius-sm);min-height:2.35rem;color:var(--color-text);font:inherit;padding:.55rem .8rem;font-size:.875rem;font-weight:700}.post-report__submit{background:var(--color-accent)}.post-report__cancel{background:var(--color-surface-soft)}.post-report__submit:hover,.post-report__submit:focus-visible,.post-report__cancel:hover,.post-report__cancel:focus-visible{border-color:color-mix(in srgb, var(--color-accent), var(--color-border) 40%)}.post-report__submit:disabled,.post-report__cancel:disabled,.post-report__select:disabled,.post-report__textarea:disabled{cursor:not-allowed;opacity:.6}.reports-panel{gap:var(--space-xl);width:100%;min-width:0;max-width:100%;display:grid}.reports-panel__header{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);flex-wrap:wrap;min-width:0;display:flex}.reports-panel__eyebrow,.report-card__eyebrow{color:var(--color-text-muted);text-transform:uppercase;margin:0;font-size:.8rem}.reports-panel__title{margin:0}.reports-panel__summary,.reports-panel__empty,.report-card__empty{color:var(--color-text-muted);margin:0}.reports-panel__section{gap:var(--space-md);min-width:0;display:grid}.reports-panel__section h2{margin:0;font-size:1.1rem}.reports-panel__list{gap:var(--space-sm);min-width:0;max-width:100%;display:grid}.reports-panel__tabs{gap:var(--space-sm);flex-wrap:wrap;min-width:0;display:flex}.reports-panel__tabs a{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-soft);color:var(--color-text);align-items:center;gap:.45rem;padding:.45rem .7rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex}.reports-panel__tabs a:hover,.reports-panel__tabs a:focus-visible{background:var(--color-surface-hover)}.reports-panel__tab-badge{min-width:1.15rem;font-size:.7rem}.report-card{gap:var(--space-sm);box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-sm);min-width:0;max-width:100%;padding:var(--space-sm);background:var(--color-surface-transparent);display:grid}.report-card__summary{gap:var(--space-md);grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start;min-width:0;display:grid}.report-card__header{gap:var(--space-sm);grid-template-columns:auto minmax(0,1fr);align-items:start;min-width:0;display:grid}.report-card__history-header{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.report-card__heading{min-width:0}.report-card__title{overflow-wrap:anywhere;margin:0;font-size:.95rem}.report-card__status{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);white-space:nowrap;align-self:center;padding:.2rem .45rem;font-size:.78rem;line-height:1.2}.report-card__preview{color:var(--color-text-muted);overflow-wrap:anywhere;margin:.15rem 0 0;font-size:.82rem}.report-card__meta{gap:.35rem var(--space-sm);flex-wrap:wrap;align-content:start;min-width:0;display:flex}.report-card__meta-item{color:var(--color-text-muted);overflow-wrap:anywhere;font-size:.82rem}.report-card__details{border-top:1px solid var(--color-border);padding-top:var(--space-sm)}.report-card__details-list{gap:var(--space-sm);margin:0;display:grid}.report-card__detail{gap:.2rem;display:grid}.report-card__detail dt{color:var(--color-text-muted);font-size:.82rem}.report-card__detail dd{gap:var(--space-sm);overflow-wrap:anywhere;flex-wrap:wrap;align-items:center;margin:0;display:flex}.report-card__actions{gap:var(--space-sm);flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;min-width:0;max-width:100%;display:flex}.report-card__action{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-soft);max-width:100%;min-height:2rem;color:var(--color-text);font:inherit;text-align:center;overflow-wrap:anywhere;justify-content:center;align-items:center;padding:.35rem .55rem;font-size:.82rem;line-height:1.2;text-decoration:none;display:inline-flex}.report-card__action:hover,.report-card__action:focus-visible{background:var(--color-surface-hover)}.report-card__action:disabled{cursor:not-allowed;opacity:.55}.report-card__action--danger{background:var(--color-danger-soft)}.report-card__history{gap:var(--space-sm);border-top:1px solid var(--color-border);padding-top:var(--space-md);display:grid}.report-card__history h4{margin:0;font-size:.9rem}.report-card__history-list{gap:var(--space-sm);margin:0;padding:0;list-style:none;display:grid}.report-card__history-item{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-sm);background:var(--color-surface-soft);gap:.35rem;display:grid}.report-card__history-item p{margin:0}.report-card__history-header span,.report-card__history-meta{color:var(--color-text-muted);font-size:.82rem}.report-card__history-meta{gap:var(--space-sm);flex-wrap:wrap;display:flex}@media (max-width:82rem){.report-card__summary{grid-template-columns:1fr}.report-card__actions{justify-content:flex-start}}@media (max-width:64rem){.reports-panel__header,.report-card__header,.report-card__meta,.report-card__actions,.report-card__detail dd,.report-card__history-header,.report-card__history-meta{gap:var(--space-sm)}}.post-card{gap:var(--space-md);padding:var(--space-md);margin-block:var(--space-md);border-bottom:5px solid var(--color-border);display:grid}.post-card__media{margin:0 auto}.post-card__header{align-items:start;gap:var(--space-sm);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.post-card__header p{margin:0}.post-card__header-avatar{line-height:0}.post-card__header-avatar-image{border:1px solid var(--color-border);object-fit:cover;background:var(--color-surface-elevated);border-radius:999px;width:3rem;height:3rem}.post-card__header-name{gap:.1rem;min-width:0;display:grid}.post-card__author-display-name{color:var(--color-text);font-size:.95rem;line-height:1.2}.post-card__author-username{color:var(--color-accent);font-size:.875rem;line-height:1.2;text-decoration:none}.post-card__author-username:hover,.post-card__author-username:focus-visible{text-decoration:underline}.post-card__date{color:var(--color-text-muted);font-size:.8125rem;line-height:1.2}.post-card__official-badge{border:1px solid color-mix(in srgb, var(--color-accent), var(--color-border) 35%);background:color-mix(in srgb, var(--color-accent), transparent 86%);width:fit-content;color:var(--color-text);text-transform:uppercase;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.75rem;font-weight:800;line-height:1;display:inline-flex}.post-card__header-tools{justify-content:flex-end;align-items:center;gap:var(--space-xs);display:flex}.post-card__title{color:var(--color-text);margin:0;font-size:clamp(1.25rem,3vw,1.65rem);line-height:1.15}.post-card--feed .post-card__title,.post-card--feed .post-card__title>div{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.post-card__body,.post-card .post-detail__body{color:var(--color-text);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.5}.post-card--feed .post-card__body>div{-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.post-card__full-post-link{width:fit-content;color:var(--color-accent);font-size:.875rem;font-weight:700;text-decoration:none}.post-card__full-post-link:hover,.post-card__full-post-link:focus-visible{text-decoration:underline}.post-card__actions{justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.post-card__engagement-actions{align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.post-card__manage-actions{align-items:center;gap:var(--space-xs);margin-left:auto;display:flex}.post-card__comments,.post-card__icon-action{justify-content:center;align-items:center;gap:var(--space-xs);border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface-elevated), transparent 16%);min-height:2.25rem;color:var(--color-text);font:inherit;cursor:pointer;border-radius:999px;padding:.45rem .75rem;font-size:.875rem;font-weight:700;line-height:1;text-decoration:none;transition:border-color .16s,background-color .16s,color .16s,transform .14s;display:inline-flex}.post-card__comments:hover,.post-card__comments:focus-visible,.post-card__icon-action:hover,.post-card__icon-action:focus-visible{border-color:color-mix(in srgb, var(--color-accent), var(--color-border) 45%);background:color-mix(in srgb, var(--color-accent), var(--color-surface-elevated) 88%);transform:translateY(-1px)}.post-card__icon-action{width:2.25rem;padding:0}.post-card__icon-action--danger{color:var(--color-danger)}.post-card__comments-panel{border-top:1px solid var(--color-border);padding-block-start:var(--space-sm)}.post-card__footer{justify-content:flex-end;display:flex}.post-card__detail-link{color:var(--color-accent);font-size:.875rem;font-weight:700;text-decoration:none}.post-card__detail-link:hover,.post-card__detail-link:focus-visible{text-decoration:underline}.post-media-uploader{margin-top:1rem}.post-media-uploader__label{cursor:pointer;display:inline-flex}.post-media-uploader__input{margin-top:.5rem;display:block}.post-media-uploader__error,.post-media-uploader__errors{color:var(--color-danger);margin-top:.75rem}.post-media-uploader__preview-grid{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:.75rem;margin-top:1rem;display:grid}.post-media-uploader__preview{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);max-width:18rem;overflow:hidden}.post-media-uploader__preview-image{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.post-media-uploader__preview-image img{object-fit:cover}.post-media-uploader__remove{border:0;border-top:1px solid var(--color-border);width:100%;color:var(--color-text);cursor:pointer;background:0 0;padding:.5rem}.share-post-button{color:var(--color-link);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.35rem;padding:0;text-decoration:underline;display:inline-flex}.share-post-button:hover,.share-post-button:focus-visible{color:var(--color-link-hover)}.share-modal{z-index:1000;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.share-modal__backdrop{background:var(--color-backdrop);cursor:pointer;border:0;position:absolute;inset:0}.share-modal__panel{z-index:1;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);width:min(100%,32rem);color:var(--color-text);box-shadow:var(--shadow-lg);padding:1rem;position:relative}.share-modal__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.share-modal__header h2{margin:0;font-size:1.15rem}.share-modal__close{color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;font-size:1.5rem;line-height:1}.share-modal__description{color:var(--color-text-muted);margin:.75rem 0 1rem}.share-modal__label{color:var(--color-text-muted);margin-bottom:.35rem;font-size:.875rem;display:block}.share-modal__input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);width:100%;color:var(--color-text);font:inherit;padding:.65rem .75rem}.share-modal__actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.share-modal__copy,.share-modal__cancel{border:1px solid var(--color-border);border-radius:var(--radius-md);font:inherit;cursor:pointer;padding:.55rem .85rem}.share-modal__copy{background:var(--color-accent);color:var(--color-accent-text)}.share-modal__cancel{color:var(--color-text);background:0 0}.share-modal__social{border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);font:inherit;cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:.55rem .85rem;text-decoration:none;display:inline-flex}.share-modal__social:hover,.share-modal__social:focus-visible{background:var(--color-surface-muted)}.share-modal__qr{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);justify-items:center;gap:.5rem;margin-top:1rem;padding:1rem;display:grid}.share-modal__qr canvas{max-width:100%;height:auto;display:block}.share-modal__qr-text{color:var(--color-text-muted);text-align:center;margin:0;font-size:.875rem}@media (min-width:48rem){.post-card{padding:var(--space-lg)}}.create-post-page{padding:var(--space-md)}.create-post{gap:var(--space-md);width:min(100%,44rem);margin-inline:auto;display:grid}.create-post__tool-button--active,.create-post__tool-button[aria-pressed=true]{border-color:var(--color-accent);background:color-mix(in srgb, var(--color-accent), var(--color-surface-elevated) 82%);color:var(--color-text)}.create-post input,.create-post textarea{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-transparent);width:100%;max-width:44rem;color:var(--color-text);font:inherit;outline:none;transition:border-color .16s,box-shadow .16s,background-color .16s}.create-post input{min-height:2.75rem;padding:.7rem .85rem}.create-post textarea{resize:vertical;min-height:8rem;padding:.85rem}.create-post input::placeholder,.create-post textarea::placeholder{color:color-mix(in srgb, var(--color-text-muted), transparent 50%)}.create-post input:focus,.create-post textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent), transparent 72%)}.create-post button{justify-content:center;align-items:center;gap:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-elevated);min-height:2.5rem;color:var(--color-text);font:inherit;cursor:pointer;padding:.65rem .9rem;font-weight:700;line-height:1;transition:border-color .16s,background-color .16s,color .16s,transform .14s,opacity .14s;display:inline-flex}.create-post button:hover:not(:disabled){border-color:color-mix(in srgb, var(--color-accent), var(--color-border) 45%);background:color-mix(in srgb, var(--color-accent), var(--color-surface-elevated) 88%);transform:translateY(-1px)}.create-post button:disabled{cursor:not-allowed;opacity:.55}.create-post>button[type=submit]{border-color:var(--color-accent);background:var(--color-accent);min-height:2.875rem;color:var(--color-on-accent);font-weight:800}.create-post>button[type=submit]:hover:not(:disabled){background:color-mix(in srgb, var(--color-accent), white 8%)}.create-post .post-form__field{gap:var(--space-sm);display:grid}.create-post .post-form__error,.create-post .post-form__status,.create-post__media-errors,.create-post__submit-step,.create-post__gif-status{margin:0;font-size:.875rem;line-height:1.45}.create-post .post-form__error,.create-post__media-errors{color:var(--color-danger)}.create-post .post-form__status,.create-post__submit-step,.create-post__gif-status{color:var(--color-text-muted)}.create-post__sticky-option{align-items:center;gap:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-surface-elevated), transparent 8%);width:fit-content;color:var(--color-text);padding:.65rem .85rem;font-size:.875rem;font-weight:700;display:inline-flex}.create-post__sticky-option input{width:auto;min-height:auto;accent-color:var(--color-accent);margin:0}.create-post__toolbar{gap:var(--space-md);padding-block:var(--space-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.create-post__tool-button{background:color-mix(in srgb, var(--color-surface-elevated), transparent 8%);min-height:2.625rem;color:var(--color-text-muted)}.create-post__media-picker,.create-post__emoji-picker,.create-post__gif-picker,.create-post__poll-builder,.create-post__selected-gif,.create-post__media-preview-grid{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--color-surface-elevated), transparent 8%)}.create-post__media-picker{padding:var(--space-lg)}.create-post__media-label{gap:var(--space-sm);color:var(--color-text-muted);cursor:pointer;font-weight:700;display:grid}.create-post__media-actions{gap:var(--space-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.create-post__media-label--desktop{display:none}.create-post__media-action{justify-content:center;align-items:center;gap:var(--space-xs);border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-surface-elevated), transparent 8%);min-height:2.75rem;color:var(--color-text);text-align:center;cursor:pointer;padding:.65rem .75rem;font-size:.875rem;font-weight:700;line-height:1.1;display:inline-flex}.create-post__media-action:hover,.create-post__media-action:focus-within{border-color:color-mix(in srgb, var(--color-accent), var(--color-border) 45%);background:color-mix(in srgb, var(--color-accent), var(--color-surface-elevated) 88%)}.create-post__media-input{cursor:pointer}.create-post__media-action .create-post__media-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;min-height:1px;padding:0;position:absolute;overflow:hidden}.create-post__emoji-picker{gap:var(--space-sm);padding:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(2.5rem,1fr));display:grid}.create-post__emoji-button{min-height:2.5rem;padding:0;font-size:1.25rem}.create-post__gif-picker{gap:var(--space-lg);padding:var(--space-lg);display:grid}.create-post__gif-header{gap:var(--space-sm);display:grid}.create-post__gif-search-form{gap:var(--space-sm);display:flex}.create-post__gif-search{min-width:0}.create-post__gif-grid{gap:var(--space-sm);max-height:22rem;padding-right:var(--space-sm);grid-template-columns:repeat(auto-fill,minmax(7rem,1fr));display:grid;overflow-y:auto}.create-post__gif-option{min-height:unset;border-radius:var(--radius-md);background:var(--color-surface);aspect-ratio:4/3;padding:0;display:block;position:relative;overflow:hidden}.create-post__gif-option img{object-fit:cover;width:100%;height:100%;display:block}.create-post__gif-more{width:100%}.create-post__selected-gif{gap:var(--space-lg);padding:var(--space-lg);display:grid}.create-post__selected-gif-preview{border-radius:var(--radius-md);background:var(--color-surface);overflow:hidden}.create-post__selected-gif-image{object-fit:contain;width:100%;height:auto;max-height:18rem;display:block}.create-post__selected-gif-remove,.create-post__media-remove{justify-self:start}.create-post__poll-builder{gap:var(--space-xl);padding:var(--space-xl);display:grid}.create-post__poll-header{justify-content:space-between;align-items:center;gap:var(--space-lg);display:flex}.create-post__poll-header h2{color:var(--color-text);margin:0;font-size:1rem;line-height:1.2}.create-post__field,.create-post__poll-option{gap:var(--space-sm);display:grid}.create-post__field label,.create-post__poll-option label{color:var(--color-text-muted);letter-spacing:.02em;text-transform:uppercase;font-size:.8125rem;font-weight:800}.create-post__poll-options{gap:var(--space-md);display:grid}.create-post__poll-option-row{gap:var(--space-sm);display:grid}.create-post__media-preview-grid{gap:var(--space-md);padding:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(8rem,1fr));display:grid}.create-post__media-preview-item{gap:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);padding:var(--space-sm);display:grid;position:relative;overflow:hidden}.create-post__media-preview{aspect-ratio:1;border-radius:calc(var(--radius-md) - .25rem);object-fit:cover;background:var(--color-surface-elevated);width:100%;display:block}.create-post__media-errors{gap:var(--space-sm);padding:var(--space-md);border:1px solid color-mix(in srgb, var(--color-danger), transparent 55%);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-danger), transparent 90%);display:grid}.create-post__media-errors p{margin:0}@media (min-width:36rem){.create-post__toolbar{grid-template-columns:repeat(4,minmax(0,1fr))}.create-post__gif-header,.create-post__poll-option-row{grid-template-columns:1fr auto;align-items:center}}@media (min-width:48rem){.create-post__media-label--desktop{display:grid}.create-post__media-actions{display:none}.create-post__gif-grid{grid-template-columns:repeat(auto-fill,minmax(8.5rem,1fr))}}.post-composer.edit-post{gap:var(--space-lg);width:100%;max-width:820px;margin:0 auto;display:grid}.post-composer.edit-post .post-form__field,.post-composer.edit-post .post-composer__field{gap:var(--space-xs);display:grid}.post-composer.edit-post input[type=text],.post-composer.edit-post textarea{border:1px solid color-mix(in srgb, var(--color-text) 18%, transparent);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-surface) 90%, black);width:100%;color:var(--color-text);font:inherit}.post-composer.edit-post input[type=text]{min-height:2.5rem;padding:0 var(--space-sm)}.post-composer.edit-post textarea{resize:vertical;min-height:8rem;padding:var(--space-sm)}.post-composer.edit-post input[type=text]:focus,.post-composer.edit-post textarea:focus{outline:2px solid color-mix(in srgb, var(--color-accent) 65%, transparent);outline-offset:2px;border-color:color-mix(in srgb, var(--color-accent) 60%, transparent)}.post-composer.edit-post>button[type=submit]{min-height:2.75rem;padding:0 var(--space-lg);border-radius:var(--radius-md);background:var(--color-accent);color:var(--color-accent-contrast,#fff);cursor:pointer;border:0;justify-self:start;font-weight:900}.post-composer.edit-post>button[type=submit]:hover:not(:disabled){filter:brightness(1.08)}.post-composer.edit-post>button[type=submit]:disabled{cursor:not-allowed;opacity:.65}.edit-post-media{gap:var(--space-md);display:grid}.edit-post-media__title{margin:0;font-size:1rem;font-weight:900}.edit-post-media__empty{color:color-mix(in srgb, var(--color-text) 72%, transparent);margin:0}.edit-post-media__existing-grid,.edit-post-media__new-grid{gap:var(--space-sm);grid-template-columns:repeat(auto-fill,minmax(180px,1fr));display:grid}.edit-post-media__item{border:1px solid color-mix(in srgb, var(--color-text) 14%, transparent);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--color-surface) 90%, black);overflow:hidden}.edit-post-media__image{aspect-ratio:1;background:color-mix(in srgb, var(--color-surface) 78%, black);position:relative;overflow:hidden}.edit-post-media__image img,.edit-post-media__preview-image,.edit-post-media__video{object-fit:cover;width:100%;height:100%;display:block}.edit-post-media__remove{border:0;border-top:1px solid color-mix(in srgb, var(--color-text) 10%, transparent);background:color-mix(in srgb, var(--color-surface) 86%, black);width:100%;min-height:2.25rem;color:var(--color-accent);cursor:pointer;justify-content:center;font-weight:900;display:flex}.edit-post-media__remove:hover{background:color-mix(in srgb, var(--color-accent) 14%, transparent)}.edit-post-media input[type=file]{max-width:320px;color:var(--color-text)}@media (max-width:700px){.post-composer.edit-post{gap:var(--space-md)}.edit-post-media__existing-grid,.edit-post-media__new-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.post-search-page{gap:var(--space-lg);display:grid}.post-search-page__header{gap:var(--space-md);display:grid}.post-search-page__header p,.post-search-page__summary,.post-search-page__empty{color:var(--color-text-muted);margin:0}.post-search-page__form{width:min(100%,34rem);position:relative}.post-search-page__icon{top:50%;left:var(--space-sm);color:var(--color-text-muted);pointer-events:none;position:absolute;transform:translateY(-50%)}.post-search-page__input{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;min-height:2.75rem;padding-inline:calc(var(--space-sm) + 1.35rem) var(--space-sm);background:var(--color-surface-elevated);color:var(--color-text);font:inherit}.post-search-page__input:focus,.app-header__search-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent), transparent 75%);outline:none}.birthday-greeting{justify-content:space-between;align-items:flex-start;gap:var(--space-md);border:1px solid color-mix(in srgb, var(--color-accent), var(--color-border) 45%);border-radius:var(--radius-lg);padding:var(--space-md);margin:var(--space-lg);background:color-mix(in srgb, var(--color-accent), var(--color-surface) 88%);color:var(--color-text);display:flex}.birthday-greeting__copy{gap:var(--space-xs);min-width:0;display:grid}.birthday-greeting__title{margin:0;font-size:1rem;line-height:1.25}.birthday-greeting__message{color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.4}.birthday-greeting__dismiss{border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface-elevated), transparent 12%);width:2rem;height:2rem;color:var(--color-text);cursor:pointer;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.birthday-greeting__dismiss:hover,.birthday-greeting__dismiss:focus-visible{border-color:color-mix(in srgb, var(--color-accent), var(--color-border) 40%);background:color-mix(in srgb, var(--color-accent), var(--color-surface-elevated) 84%)}.user-rank-card{gap:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-md);margin-block:var(--space-md);background:color-mix(in srgb, var(--color-surface-elevated), transparent 12%);display:grid}.user-rank-card__header{gap:var(--space-xs);display:grid}.user-rank-card__eyebrow{color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:800}.user-rank-card__title{color:var(--color-text);margin:0;font-size:1.15rem;line-height:1.2}.user-rank-card__stats{gap:var(--space-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.user-rank-card__stat{border:1px solid color-mix(in srgb, var(--color-border), transparent 28%);border-radius:var(--radius-md);padding:var(--space-sm);background:var(--color-surface);gap:.15rem;display:grid}.user-rank-card__stat strong{color:var(--color-accent);font-size:1.25rem;line-height:1}.user-rank-card__stat span{color:var(--color-text-muted);font-size:.8rem;line-height:1.25}.ad-card{padding:var(--space-sm);flex-direction:column;text-decoration:none;display:flex}.ad-card__label{font-size:.9rem;line-height:1.2}.ad-card__image{width:100%;height:auto;display:block}.ad-card__content{color:#fff;text-decoration:none}.ad-card__cta{font-size:.75rem}.ad-card__link{text-decoration:none}.merch-page{flex-direction:column;gap:clamp(2rem,4vw,4rem);display:flex}.merch-section{width:min(100%,1120px);margin-inline:auto}.merch-section__header{max-width:760px;margin-bottom:clamp(1.5rem,3vw,2.5rem)}.merch-section__eyebrow{color:var(--color-accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem;font-size:.78rem;font-weight:800}.merch-section__title{color:var(--color-text);margin:0;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.08}.merch-section__body{color:var(--color-text-muted);margin:.85rem 0 0;font-size:clamp(.98rem,1.4vw,1.08rem);line-height:1.65}.merch-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem);display:grid}.merch-card{border:1px solid var(--color-border);border-radius:var(--radius-xl,1.25rem);background:linear-gradient(135deg, #ffffff0b, #ffffff04),var(--color-surface);box-shadow:var(--shadow-card,0 18px 40px #00000038);overflow:hidden}.merch-card__image{object-fit:contain;width:100%;height:100%;display:block}.merch-card__media{border-bottom:1px solid var(--color-border);background:radial-gradient(circle at 0 0,#ffffff1f,#0000 32%),linear-gradient(135deg,#ffffff0f,#ffffff05);justify-content:center;place-items:center;min-height:220px;display:flex}.merch-card__placeholder{border:1px dashed var(--color-border-strong,var(--color-border));border-radius:var(--radius-lg,1rem);width:min(72%,260px);min-height:132px;color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;place-items:center;font-size:.9rem;font-weight:800;display:grid}.merch-card__content{flex-direction:column;gap:.95rem;padding:clamp(1rem,2vw,1.35rem);display:flex}.merch-card__topline{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.merch-card__title{color:var(--color-text);margin:0;font-size:clamp(1.2rem,2vw,1.45rem);line-height:1.15}.merch-card__status{border:1px solid var(--color-border);color:var(--color-text-muted);background:var(--color-surface-soft,#ffffff0d);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;flex:none;padding:.3rem .55rem;font-size:.72rem;font-weight:800}.merch-card__status--in_stock{color:var(--color-success,#7bd88f);border-color:color-mix(in srgb, var(--color-success,#7bd88f), transparent 55%);background:color-mix(in srgb, var(--color-success,#7bd88f), transparent 90%)}.merch-card__status--limited{color:var(--color-warning,#f6c177);border-color:color-mix(in srgb, var(--color-warning,#f6c177), transparent 55%);background:color-mix(in srgb, var(--color-warning,#f6c177), transparent 90%)}.merch-card__status--sold_out{color:var(--color-danger,#ff7b7b);border-color:color-mix(in srgb, var(--color-danger,#ff7b7b), transparent 55%);background:color-mix(in srgb, var(--color-danger,#ff7b7b), transparent 90%)}.merch-card__status--coming_soon{color:var(--color-text-muted)}.merch-card__price{color:var(--color-text);margin:-.35rem 0 0;font-size:1.35rem;font-weight:900}.merch-card__description{color:var(--color-text-muted);margin:0;font-size:.96rem;line-height:1.6}.merch-card__note{border-left:3px solid var(--color-accent);color:var(--color-text);margin:0;padding-left:.8rem;font-size:.9rem;line-height:1.45}.merch-card__options{flex-wrap:wrap;gap:.5rem;padding-top:.15rem;display:flex}.merch-card__option{border:1px solid var(--color-border);min-width:2.65rem;min-height:2.25rem;color:var(--color-text);background:var(--color-surface-soft,#ffffff0d);border-radius:.7rem;justify-content:center;align-items:center;padding:.35rem .65rem;font-size:.84rem;font-weight:850;display:inline-flex}.merch-card__option:hover{background:var(--color-accent)}.merch-card__option--sold-out{color:var(--color-text-muted);opacity:.52;background:0 0;position:relative}.merch-card__option--sold-out:after{content:"";background:currentColor;border-radius:999px;height:2px;position:absolute;top:50%;left:.42rem;right:.42rem;transform:rotate(-18deg)}.merch-card__button{border:1px solid var(--color-accent);width:fit-content;min-height:2.75rem;color:var(--color-on-accent,#0d0d0d);background:var(--color-accent);border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.05rem;font-size:.92rem;font-weight:900;text-decoration:none;transition:transform .16s,box-shadow .16s,opacity .16s;display:inline-flex}.merch-card__button:hover{box-shadow:0 10px 24px color-mix(in srgb, var(--color-accent), transparent 72%);transform:translateY(-1px)}.merch-card__button:focus-visible{outline:3px solid color-mix(in srgb, var(--color-accent), transparent 55%);outline-offset:3px}.merch-card__button--disabled{cursor:not-allowed;color:var(--color-text-muted);border-color:var(--color-border);background:var(--color-surface-soft,#ffffff0d);box-shadow:none}.merch-card__button--disabled:hover{box-shadow:none;transform:none}.merch-card__button--disabled{display:none}@media (max-width:760px){.merch-section{padding-inline:clamp(1rem,4vw,1.25rem)}.merch-grid{grid-template-columns:1fr}.merch-card__media{min-height:180px}.merch-card__topline{flex-direction:column;gap:.65rem}.merch-card__status{width:fit-content}.merch-card__button{width:100%}}.public-page{box-sizing:border-box;gap:var(--space-xl);width:min(100%,70rem);padding-block:var(--space-xl);margin-inline:auto;display:grid}.public-page-stack{gap:var(--space-xl);display:grid}.public-page-hero{isolation:isolate;box-sizing:border-box;border:1px solid color-mix(in srgb, var(--color-accent) 55%, var(--color-border));border-radius:var(--radius-lg);background:radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--color-accent) 22%, transparent) 0 2px, transparent 3px 42px, color-mix(in srgb, var(--color-accent) 11%, transparent) 43px 44px, transparent 45px 76px),linear-gradient(135deg, color-mix(in srgb, var(--color-accent) 18%, transparent), transparent 45%),var(--color-surface);align-content:center;width:100%;min-height:17.125rem;padding:1.5rem clamp(2rem,4vw,3.25rem);display:grid;position:relative;overflow:hidden;box-shadow:0 1.25rem 3rem #00000047}.public-page-hero:after{z-index:-1;border:1px solid color-mix(in srgb, var(--color-text) 8%, transparent);content:"";border-radius:50%;width:18rem;height:18rem;position:absolute;bottom:-5rem;right:-4rem}.public-page-hero__content{min-width:0;display:grid}.public-page-hero__eyebrow{color:var(--color-accent);letter-spacing:.12em;text-transform:uppercase;margin:0;margin-bottom:var(--space-sm);font-size:.75rem;font-weight:800}.public-page-hero__title{margin:0;margin-bottom:var(--space-md);font-size:clamp(2rem,7vw,4rem);line-height:1}.public-page-hero__body{max-width:42rem;color:var(--color-text-muted);margin:0;font-size:clamp(1rem,2vw,1.15rem);line-height:1.65}.public-page-hero__actions{gap:var(--space-sm);margin-top:var(--space-md);flex-wrap:wrap;display:flex}.public-page-hero__action{border:1px solid color-mix(in srgb, var(--color-accent) 65%, var(--color-border));border-radius:var(--radius-sm);background:color-mix(in srgb, var(--color-accent) 12%, transparent);width:fit-content;color:var(--color-text);justify-content:center;align-items:center;padding:.65rem .9rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.public-page-hero__action:hover{border-color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 20%, transparent)}.public-page-hero__action--status{cursor:default;pointer-events:none}@media (max-width:36rem){.public-page{gap:var(--space-lg);padding-block:var(--space-lg)}.public-page-stack{gap:var(--space-lg)}.public-page-hero{min-height:0;padding:1.35rem}.public-page-hero__title{font-size:clamp(2rem,12vw,3rem)}}.install-page{align-content:start}.install-page__note{max-width:760px;color:var(--color-text-muted);line-height:1.6}.install-page__grid{gap:var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.install-page__panel,.install-page__desktop{gap:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg);display:grid}.install-page__panel h2,.install-page__desktop h2{font-size:1.35rem}.install-page__label{color:var(--color-text);margin:0;font-weight:700}.install-page__play-badge{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);width:fit-content;min-width:180px;color:var(--color-text);gap:.1rem;padding:.65rem 1rem;text-decoration:none;display:inline-grid}.install-page__play-badge span{color:var(--color-text-muted);text-transform:uppercase;font-size:.72rem}.install-page__play-badge strong{font-size:1.1rem}.install-page__store-badge{flex-direction:column;align-items:center;gap:.5rem;display:inline-flex}.install-page__store-badge--disabled{opacity:.45;cursor:not-allowed;-webkit-user-select:none;user-select:none;pointer-events:none}.install-page__store-badge span{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:600}.install-page__steps{gap:var(--space-sm);color:var(--color-text-muted);margin:0;padding-left:1.25rem;line-height:1.55;display:grid}.install-page a{color:var(--color-text)}.install-page__soon{color:var(--color-text-muted);margin:0;font-weight:700}.install-page__desktop{margin-top:0}.install-page__desktop p{color:var(--color-text-muted);margin:0;line-height:1.55}.install-page__app-link{width:fit-content;color:var(--color-text);font-weight:700}.install-page__note{margin:var(--space-lg) 0 0}@media (max-width:760px){.install-page__grid{grid-template-columns:1fr}}.contact-page{align-content:start}.contact-page__panel{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg)}.contact-form,.abuse-form{gap:var(--space-md);display:grid}.contact-form__field,.abuse-form__field{gap:var(--space-sm);color:var(--color-text);font-weight:700;display:grid}.contact-form__field input,.contact-form__field textarea,.abuse-form__field input,.abuse-form__field textarea{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-text);font:inherit;padding:.75rem .85rem}.contact-form__field textarea,.abuse-form__field textarea{resize:vertical}.contact-form__field--hidden,.abuse-form__field--hidden{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.contact-form__submit,.abuse-form__submit{border-radius:var(--radius-sm);background:var(--color-accent);width:fit-content;color:var(--color-text);padding:.75rem 1rem;font-weight:700}.contact-form__submit:disabled,.abuse-form__submit:disabled{cursor:wait;opacity:.65}.contact-form__status,.abuse-form__status{margin:0;line-height:1.5}.contact-form__status--success,.abuse-form__status--success{color:var(--color-text)}.contact-form__status--error,.abuse-form__status--error{color:var(--color-accent)}.contact-page__alternate{gap:var(--space-sm);margin-top:var(--space-lg);color:var(--color-text-muted);display:grid}.contact-page__alternate p{margin:0}.contact-page__alternate a{color:var(--color-text)}.legal-layout{gap:var(--space-lg);grid-template-columns:minmax(180px,13rem) minmax(0,1fr);width:100%;min-width:0;display:grid}.legal-layout__sidebar{top:var(--space-xl);align-self:start;position:sticky}.legal-sidebar{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-md);background:var(--color-surface-transparent)}.legal-sidebar__list{gap:var(--space-xs);margin:0;padding:0;list-style:none;display:grid}.legal-sidebar__link{border-radius:var(--radius-sm);color:var(--color-text-muted);padding:.65rem .75rem;text-decoration:none;display:block}.legal-sidebar__link--active,.legal-sidebar__link:hover{background:var(--color-danger-soft);color:var(--color-text)}.legal-page__sections{gap:var(--space-lg);display:grid}.legal-section{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg);scroll-margin-top:7rem}.legal-section h2{margin-bottom:var(--space-md);font-size:1.35rem}.legal-section p{margin:0 0 var(--space-md);color:var(--color-text-muted);line-height:1.65}.legal-section p:last-child{margin-bottom:0}.abuse-form__required{color:var(--color-text-muted);font-size:.85rem;font-style:normal;font-weight:500}.legal-section__note{margin-top:var(--space-md)}.legal-page__top-anchor,#legal-top,.legal-section{scroll-margin-top:96px}.legal-section__back-top{color:var(--color-text-muted);align-items:center;gap:.35rem;margin-top:1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex}.legal-section__back-top:hover,.legal-section__back-top:focus-visible{color:var(--color-accent)}@media (max-width:860px){.legal-layout{grid-template-columns:1fr}.legal-layout__sidebar{position:static}.legal-sidebar__list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.account-delete-page{width:min(860px,100%);padding:var(--space-xl) 0;margin:0 auto}.account-delete-page__panel{gap:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg);display:grid}.account-delete-page__eyebrow{color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:700}.account-delete-page h1,.account-delete-page p{margin:0}.account-delete-page p{max-width:700px;color:var(--color-text-muted);line-height:1.6}.account-delete-page a{color:var(--color-text)}.account-delete-page__links{gap:var(--space-md);margin-top:var(--space-sm);flex-wrap:wrap;display:flex}.about{--about-section-padding:clamp(1.1rem, 3vw, 1.75rem)}.about__section-kicker{color:var(--color-accent,#b22222);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:800}.about__intro{align-items:center;gap:var(--space-sm,.5rem);display:inline-flex}.about__intro svg{color:var(--color-accent,#b22222);flex:none}.about__story,.about__beliefs{gap:var(--space-lg,1.5rem);padding:var(--about-section-padding);border:1px solid var(--color-border);border-radius:var(--radius-lg,1rem);background:color-mix(in srgb, var(--color-surface,#2a3439) 58%, transparent);display:grid}.about__community,.about__identity{gap:var(--space-lg,1.5rem);padding:var(--about-section-padding);display:grid}.about__section-heading{gap:var(--space-xs,.25rem);display:grid}.about__section-heading h2{font-size:clamp(1.35rem,3vw,2rem)}.about__story{grid-template-columns:minmax(12rem,.7fr) minmax(0,1.5fr)}.about__story-copy{gap:var(--space-md,1rem);display:grid}.about__story-copy p,.about__belief-card p,.about__belief-note,.about__identity-intro p,.about__closing p{color:var(--color-text-muted,#a9a9a9);margin:0;line-height:1.7}.about__belief-grid{gap:var(--space-md,1rem);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.about__belief-card{align-content:start;gap:var(--space-sm,.5rem);padding:var(--space-lg,1.5rem);border:1px solid var(--color-border);border-top-color:var(--color-accent,#b22222);border-radius:var(--radius-md,.75rem);background:var(--color-surface,#2a3439);display:grid;position:relative;overflow:hidden}.about__belief-card:after{border:1px solid color-mix(in srgb, var(--color-accent,#b22222) 14%, transparent);content:"";border-radius:50%;width:7rem;height:7rem;position:absolute;bottom:-2.5rem;right:-2.5rem}.about__belief-icon{border-radius:var(--radius-md,.75rem);background:color-mix(in srgb, var(--color-accent,#b22222) 16%, transparent);width:2.75rem;height:2.75rem;color:var(--color-accent,#b22222);place-items:center;display:grid}.about__belief-card h3{margin-top:var(--space-xs,.25rem);font-size:1.05rem}.about__belief-note{align-items:center;gap:var(--space-sm,.5rem);font-weight:700;display:flex}.about__belief-note:before{background:var(--color-accent,#b22222);content:"";width:1.5rem;height:1px}.about__identity-intro{gap:var(--space-sm,.5rem);max-width:48rem;display:grid}.about__identity-intro .about__callout{color:var(--color-text,#fff);font-size:1.1rem;font-weight:800}.about__identity-grid{gap:var(--space-md,1rem);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.about__identity-card{padding:var(--space-lg,1.5rem);border:1px solid var(--color-border);border-radius:var(--radius-md,.75rem);background:var(--color-surface,#2a3439)}.about__identity-card--is{border-left:3px solid var(--color-accent,#b22222)}.about__identity-card--not{border-left:3px solid var(--color-text-muted,#a9a9a9)}.about__identity-card h3{margin-bottom:var(--space-md,1rem)}.about__identity-card ul{gap:var(--space-sm,.5rem);margin:0;padding:0;list-style:none;display:grid}.about__identity-card li{align-items:start;gap:var(--space-sm,.5rem);color:var(--color-text-muted,#a9a9a9);grid-template-columns:auto minmax(0,1fr);line-height:1.5;display:grid}.about__identity-card--is li svg{color:var(--color-accent,#b22222)}.about__identity-card--not li svg{color:var(--color-text-muted,#a9a9a9)}.about__closing{align-items:flex-start;gap:var(--space-md,1rem);padding:var(--space-lg,1.5rem);border-left:3px solid var(--color-accent,#b22222);background:linear-gradient(90deg, color-mix(in srgb, var(--color-accent,#b22222) 12%, transparent), transparent);display:flex}.about__closing>svg{color:var(--color-accent,#b22222);flex:none;margin-top:.15rem}.about__closing h2{margin-bottom:var(--space-xs,.25rem);font-size:1.15rem}.about__closing p+p{margin-top:var(--space-xs,.25rem)}@media (max-width:48rem){.about__story,.about__belief-grid{grid-template-columns:1fr}}@media (max-width:36rem){.about__identity-grid{grid-template-columns:1fr}}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body),var(--font-fallback);margin:0;padding:0}h1,.logo,.brand{font-family:var(--font-brand),var(--font-fallback)}h1,h2,h3,h4,h5{margin:0}button{cursor:pointer;color:#fff;background:0 0;border:0}::placeholder{opacity:.25}textarea,input{background:var(--color-surface-transparent);color:#fff}.comment__body{white-space:pre-wrap;overflow-wrap:anywhere}.post-card__comments,.post-card__action,.comment-item__action,.profile-header__edit,.profile-header__meta-item,.back-link{align-items:center;gap:.35rem;display:inline-flex}
