:root{--bg: #050505;--bg-elevated: #0d0d0d;--bg-card: #121212;--border: rgba(255, 255, 255, .08);--text: #f5f5f5;--text-muted: #9ca3af;--text-dim: #6b7280;--red: #dc2626;--red-bright: #ef4444;--red-glow: rgba(220, 38, 38, .45);--gray: #374151;--font-display: "Bebas Neue", sans-serif;--font-body: "Inter", system-ui, sans-serif;--header-h: 64px;--radius: 12px;--max-w: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}img.site-img,img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit;cursor:pointer;border:none;background:none}.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;padding:.75rem 1rem;background:var(--red);color:#fff}.skip-link:focus{left:1rem;top:1rem}.container{width:min(100% - 2rem,var(--max-w));margin-inline:auto}.section{padding:3rem 0}.section--muted{background:var(--bg-elevated)}.section-title--compact{font-size:clamp(1.75rem,4vw,2.35rem);margin-bottom:.5rem}.section-lead{color:var(--text-muted);max-width:38rem;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.section-lead strong{color:var(--text);font-weight:600}.section-lead a{color:var(--red-bright);font-weight:600;text-decoration:underline;text-decoration-color:#ef444459;text-underline-offset:.2em}.section-lead a:hover{color:#fff;text-decoration-color:#fff6}.section-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--red-bright);margin-bottom:.5rem}.section-title{font-family:var(--font-display);font-size:clamp(2.25rem,5vw,3.5rem);letter-spacing:.04em;line-height:1;margin-bottom:1rem}.section-desc{color:var(--text-muted);max-width:42rem;margin-bottom:2.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;letter-spacing:.02em;text-transform:none;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--red) 0%,#991b1b 100%);color:#fff;box-shadow:0 0 24px var(--red-glow)}.btn-primary:hover{box-shadow:0 0 36px var(--red-glow)}.btn-outline{border:1px solid rgba(220,38,38,.6);color:var(--text);background:#dc262614;box-shadow:0 0 20px #dc262626}.btn-outline:hover{background:#dc26262e;box-shadow:0 0 28px #dc26264d}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .2s}.card:hover{border-color:#ffffff24}.grid-2,.grid-3{display:grid;gap:1.25rem}@media(min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.grid-3.cols-4{grid-template-columns:repeat(4,1fr)}}.hidden-photo-trigger{position:absolute;right:.75rem;bottom:.75rem;width:14px;height:14px;padding:0;border:none;background:transparent;opacity:0;cursor:pointer;z-index:2}.footer__copy{position:relative}.hidden-photo-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.hidden-photo-modal__backdrop{position:absolute;inset:0;background:#000000e0}.hidden-photo-modal__panel{position:relative;width:min(100%,420px);max-height:min(90vh,640px);overflow:auto;padding:1rem;border-radius:var(--radius);border:1px solid rgba(220,38,38,.35);background:var(--bg-elevated);box-shadow:0 24px 64px #00000080}.hidden-photo-modal__panel--image{padding:.75rem}.hidden-photo-modal__close{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;border-radius:8px;font-size:1.25rem;line-height:1;color:var(--text-muted);background:#ffffff0f;transition:color .2s,background .2s;z-index:1}.hidden-photo-modal__close:hover{color:#fff;background:#dc262640}.hidden-photo-modal__image{display:block;width:100%;max-height:min(80vh,580px);object-fit:contain;border-radius:8px}.footer{border-top:1px solid var(--border);padding:3rem 0 1.5rem;margin-top:2rem}.footer__grid{display:grid;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer__grid{grid-template-columns:1.4fr repeat(3,1fr);align-items:start}}.footer__logo{width:auto;height:44px;max-width:150px;margin-bottom:.75rem;object-fit:contain}.footer__brand p{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.footer__discord{display:inline-block;font-size:.85rem;font-weight:600;color:var(--red-bright);transition:color .2s}.footer__discord:hover{color:#fff}.footer__col-title{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.85rem}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.45rem}.footer__link{font-size:.85rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.footer__link:hover{color:var(--red-bright)}.footer__copy{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.footer__copy p{font-size:.8rem;color:var(--text-dim);text-align:center;margin:0}.footer__fivem{font-size:.8rem;color:var(--text-dim);transition:color .2s}.footer__fivem:hover{color:var(--text-muted)}.header__staff{position:relative}.header__staff-trigger{display:inline-flex;align-items:center;gap:.45rem;padding:.22rem .5rem .22rem .22rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:transparent;color:var(--text);font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s}.header__staff-trigger:hover,.header__staff--open .header__staff-trigger{border-color:#ffffff2e;background:#ffffff0a;box-shadow:none}.header__staff-avatar-wrap{flex-shrink:0;width:2rem;height:2rem;border-radius:999px;overflow:hidden;background:#ffffff0f}.header__staff-avatar{display:block;width:100%;height:100%;object-fit:cover;border-radius:999px}.header__staff-avatar-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.85rem;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--red) 0%,#7f1d1d 100%)}.header__staff-name{max-width:7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__staff-chevron{flex-shrink:0;width:.75rem;height:.75rem;margin-left:.05rem;color:#f5f5f573;transition:transform .2s ease,color .2s}.header__staff-trigger:hover .header__staff-chevron,.header__staff--open .header__staff-chevron{color:#f5f5f5bf}.header__staff-chevron--open{transform:rotate(180deg)}.header__staff-dropdown{position:absolute;top:calc(100% + .45rem);right:0;min-width:12.5rem;padding:.65rem;border-radius:12px;border:1px solid var(--border);background:var(--bg-elevated);box-shadow:0 16px 48px #00000080;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .15s,transform .15s,visibility .15s;z-index:30}.header__staff--open .header__staff-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__staff-dropdown-label{margin:0 0 .15rem;padding:0 .45rem;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}.header__staff-dropdown-user{margin:0 0 .55rem;padding:0 .45rem .55rem;font-size:.88rem;font-weight:600;color:var(--text);border-bottom:1px solid var(--border)}.header__staff-dropdown-link{display:block;width:100%;padding:.6rem .55rem;border:none;border-radius:8px;background:none;color:var(--text-muted);font:inherit;font-size:.88rem;font-weight:500;text-align:left;text-decoration:none;cursor:pointer;transition:color .2s,background .2s}.header__staff-dropdown-link:hover{color:var(--text);background:#ffffff0d}.header__staff-dropdown-link--danger{color:#fca5a5}.header__staff-dropdown-link--danger:hover{color:#fff;background:#ef44441f}@media(max-width:960px){.header__staff{width:100%;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.header__staff-trigger{width:100%;justify-content:flex-start;padding:.65rem .85rem .65rem .65rem;border-radius:10px}.header__staff-name{max-width:none;flex:1;text-align:left}.header__staff-dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:transparent;padding:.35rem 0 0;display:none}.header__staff--open .header__staff-dropdown{display:block}}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);border-bottom:1px solid rgba(255,255,255,.06);transition:background .3s,border-color .3s,backdrop-filter .3s}.header--scrolled{background:#050505f0;border-bottom-color:var(--border);backdrop-filter:blur(16px)}.header__inner{display:flex;align-items:center;height:var(--header-h);gap:1rem}.header__brand{display:flex;align-items:center;gap:.65rem;flex-shrink:0;min-width:0}.header__logo{width:auto;height:34px;max-width:120px;object-fit:contain}.header__name{font-family:var(--font-display);font-size:1.1rem;letter-spacing:.05em;line-height:1;white-space:nowrap}.header__nav{display:flex;align-items:center;flex:1;min-width:0;margin-left:.5rem}.header__nav-main{display:flex;align-items:center;justify-content:center;flex:1;gap:.15rem;list-style:none;min-width:0}.header__nav-main>li{display:flex;align-items:center}.header__nav .header__link,.header__nav .header__link:link,.header__nav .header__link:visited{display:inline-flex;align-items:center;gap:.3rem;padding:.5rem .85rem;font-size:.92rem;font-weight:400;letter-spacing:0;text-transform:none;color:#f5f5f5b8;text-decoration:none;border-radius:6px;white-space:nowrap;transition:color .2s}.header__nav .header__link:hover,.header__menu--open>.header__link{color:var(--text)}.header__link--btn{background:none;border:none;cursor:pointer;font:inherit;text-align:left}.header__link--menu{gap:.35rem}.header__nav-chevron{flex-shrink:0;width:.75rem;height:.75rem;margin-top:.05rem;color:#f5f5f573;transition:transform .2s ease,color .2s}.header__link:hover .header__nav-chevron,.header__menu--open .header__nav-chevron{color:#f5f5f5bf}.header__nav-chevron--open{transform:rotate(180deg)}.header__menu{position:relative}.header__dropdown{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%) translateY(-4px);min-width:12.5rem;padding:.4rem;list-style:none;background:#0c0c0cfa;border:1px solid rgba(255,255,255,.08);border-radius:10px;box-shadow:0 16px 48px #00000073;opacity:0;visibility:hidden;transition:opacity .15s,transform .15s,visibility .15s;z-index:20}.header__menu--open .header__dropdown,.header__menu:hover .header__dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.header__dropdown-link{display:block;padding:.55rem .75rem;font-size:.88rem;font-weight:400;color:#f5f5f5ad;border-radius:6px;transition:color .2s,background .2s}.header__dropdown li{list-style:none}.header__dropdown-link:hover{color:var(--text);background:#ffffff0a}.header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}.header__action{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .95rem;font-size:.82rem;font-weight:600;letter-spacing:.01em;border-radius:8px;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s;white-space:nowrap}.header__action--discord{background:linear-gradient(135deg,var(--red) 0%,#991b1b 100%);color:#fff;box-shadow:0 0 16px #dc262633}.header__action--discord:hover{box-shadow:0 0 24px #dc262659}.header__toggle{display:none;flex-direction:column;gap:5px;padding:.5rem;margin-left:.25rem}.header__toggle span{display:block;width:22px;height:2px;background:var(--text);transition:transform .2s,opacity .2s}@media(max-width:960px){.header__name{display:none}.header__toggle{display:flex}.header__nav{position:fixed;inset:var(--header-h) 0 0 0;flex-direction:column;align-items:stretch;gap:0;margin-left:0;padding:1.25rem 1.5rem 1.5rem;background:#050505fa;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.header__nav--open{transform:translate(0)}.header__nav-main{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;width:100%}.header__nav .header__link{width:100%;padding:.95rem .25rem;font-size:1rem;border-bottom:1px solid var(--border);border-radius:0}.header__menu{width:100%;border-bottom:1px solid var(--border)}.header__menu>.header__link{border-bottom:none}.header__dropdown{position:static;left:auto;transform:none;box-shadow:none;border:none;background:transparent;padding:0 0 .5rem .75rem;display:none;min-width:0}.header__menu--open .header__dropdown{display:block;opacity:1;visibility:visible}.header__menu:hover .header__dropdown{display:none}.header__menu--open:hover .header__dropdown{display:block}.header__dropdown-link{padding:.65rem .25rem;border-bottom:1px solid rgba(255,255,255,.04);border-radius:0}.header__actions{flex-direction:column;width:100%;margin-top:1.25rem;margin-left:0;padding-top:1.25rem;border-top:1px solid var(--border)}.header__action{width:100%;padding:.85rem 1rem;font-size:.9rem}}@media(min-width:961px)and (max-width:1180px){.header__name{display:none}.header__nav .header__link{padding:.5rem .65rem;font-size:.86rem}}@media(min-width:961px){.header__nav-main{gap:.05rem}}.splash{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:var(--bg);opacity:1;visibility:visible;transition:opacity .55s ease,visibility .55s ease}.splash--exit{opacity:0;visibility:hidden;pointer-events:none}.splash__bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 50% 40%,rgba(220,38,38,.18) 0%,transparent 65%),var(--bg)}.splash__bg:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;opacity:.6}.splash__glow{position:absolute;width:min(90vw,520px);height:min(90vw,520px);border-radius:50%;background:radial-gradient(circle,rgba(220,38,38,.25) 0%,transparent 70%);filter:blur(40px);animation:splash-pulse 2s ease-in-out infinite}.splash__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;max-width:22rem}.splash__logo{width:7.5rem;height:7.5rem;object-fit:contain;margin-bottom:1.25rem;filter:drop-shadow(0 0 24px rgba(220,38,38,.35));animation:splash-logo-in .8s ease-out both}.splash__brand{font-family:var(--font-display);font-size:clamp(2rem,8vw,2.75rem);letter-spacing:.06em;line-height:1;color:var(--text);margin-bottom:.75rem;animation:splash-fade-up .7s ease-out .15s both}.splash__status{font-size:.9rem;color:var(--text-muted);letter-spacing:.04em;margin-bottom:1.75rem;animation:splash-fade-up .7s ease-out .3s both}.splash__bar{width:min(16rem,70vw);height:3px;border-radius:999px;background:#ffffff14;overflow:hidden;animation:splash-fade-up .7s ease-out .45s both}.splash__bar-fill{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,var(--red) 0%,var(--red-bright) 100%);box-shadow:0 0 12px var(--red-glow);animation:splash-progress 3s linear forwards}@keyframes splash-progress{0%{width:0}to{width:100%}}@keyframes splash-logo-in{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@keyframes splash-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes splash-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.85;transform:scale(1.05)}}@media(prefers-reduced-motion:reduce){.splash__logo,.splash__brand,.splash__status,.splash__bar,.splash__glow{animation:none}.splash__bar-fill{animation-duration:3s;animation-timing-function:linear}}.site-page{padding-top:calc(var(--header-h) + 2rem);padding-bottom:4rem}.site-page__header{margin-bottom:2rem}.site-page__back{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:1.25rem;transition:color .2s}.site-page__back:hover{color:var(--red-bright)}.site-page__desc{margin-bottom:0;max-width:42rem}.site-page__content{max-width:44rem}.site-page__content--wide{max-width:min(100%,56rem)}.site-page__content--centered{display:flex;justify-content:center}.site-form{display:flex;flex-direction:column;gap:1.15rem;padding:1.75rem;border-color:#dc262626;background:linear-gradient(165deg,#121212fa,#0a0a0af2)}.site-form label{display:flex;flex-direction:column;gap:.45rem;font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim)}.site-form input,.site-form textarea{width:100%;padding:.75rem .9rem;border-radius:10px;border:1px solid var(--border);background:#00000073;color:var(--text);font-size:.95rem;line-height:1.5;transition:border-color .2s,box-shadow .2s,background .2s}.site-form input::placeholder,.site-form textarea::placeholder{color:var(--text-dim);opacity:.85}.site-form input:hover,.site-form textarea:hover{border-color:#ffffff29}.site-form input:focus,.site-form textarea:focus{outline:none;border-color:#dc26268c;box-shadow:0 0 0 3px #dc26261f;background:#0000008c}.site-form textarea{resize:vertical;min-height:7rem}.site-form__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.25rem;padding-top:.5rem}.site-form__error{color:#fca5a5;margin:0;padding:.75rem .9rem;border-radius:8px;background:#ef44441a;border:1px solid rgba(239,68,68,.25);font-size:.9rem}.site-form__success{color:#bbf7d0;margin:0;padding:.75rem .9rem;border-radius:8px;background:#22c55e1a;border:1px solid rgba(34,197,94,.25);font-size:.95rem;line-height:1.55}.btn--primary{background:linear-gradient(135deg,var(--red) 0%,#991b1b 100%);color:#fff;box-shadow:0 0 24px var(--red-glow)}.btn--primary:hover:not(:disabled){box-shadow:0 0 36px var(--red-glow)}.btn--primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn--ghost{border:1px solid var(--border);color:var(--text-muted);background:#ffffff08}.btn--ghost:hover:not(:disabled){color:var(--text);border-color:#fff3;background:#ffffff0f}.btn--danger{border:1px solid rgba(239,68,68,.45);color:#fca5a5;background:#ef444414}.btn--danger:hover:not(:disabled){background:#ef444429;color:#fff}.site-steps{display:grid;gap:1rem;max-width:44rem}.site-step{position:relative;padding:1.35rem 1.35rem 1.35rem 4.25rem;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(135deg,#121212f2,#0c0c0ce6);transition:border-color .2s,transform .2s}.site-step:hover{border-color:#dc262659;transform:translateY(-2px)}.site-step:before{content:attr(data-step);position:absolute;left:1.25rem;top:1.35rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:999px;font-family:var(--font-display);font-size:1.1rem;letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,var(--red) 0%,#7f1d1d 100%);box-shadow:0 0 16px #dc262659}.site-step h3{margin:0 0 .55rem;font-size:1.05rem;font-weight:700;letter-spacing:.02em}.site-step p{margin:0;color:var(--text-muted);line-height:1.6;font-size:.92rem}.site-step__link{display:inline-flex;align-items:center;gap:.35rem;margin-top:.85rem;font-size:.88rem;font-weight:600;color:var(--red-bright);transition:color .2s,gap .2s}.site-step__link:hover{color:#fff;gap:.55rem}.site-page__footer-note{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.92rem}.site-page__footer-note a{color:var(--red-bright);font-weight:600}.site-page__footer-note a:hover{color:#fff}.site-result{margin-top:1.5rem;padding:1.5rem;border-color:#dc262633;background:linear-gradient(165deg,#121212fa,#0a0a0af2)}.site-result__title{margin:0;font-family:var(--font-display);font-size:1.65rem;letter-spacing:.04em}.site-result__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.site-result__grid{display:grid;gap:.65rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.site-result__row{display:flex;flex-wrap:wrap;gap:.35rem .75rem;font-size:.9rem;color:var(--text-muted)}.site-result__row strong{color:var(--text);font-weight:600}.site-result__label{min-width:6.5rem;color:var(--text-dim);font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.status-badge{display:inline-flex;align-items:center;padding:.28rem .65rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.status-badge--pending{background:#eab30824;color:#fde047;border:1px solid rgba(234,179,8,.35)}.status-badge--accepted{background:#22c55e24;color:#86efac;border:1px solid rgba(34,197,94,.35)}.status-badge--rejected{background:#ef444424;color:#fca5a5;border:1px solid rgba(239,68,68,.35)}.site-page__loading,.site-page__empty{padding:2rem;text-align:center;color:var(--text-muted)}.site-form__feedback{margin-bottom:1rem}.hp-field{position:absolute;left:-9999px;opacity:0;pointer-events:none}@media(min-width:640px){.site-steps{gap:1.15rem}}.staff-dash{--sd-bg: #080809;--sd-surface: rgba(18, 18, 20, .92);--sd-surface-2: rgba(24, 24, 27, .95);--sd-border: rgba(255, 255, 255, .07);--sd-border-strong: rgba(255, 255, 255, .12);--sd-text: #fafafa;--sd-muted: #9ca3af;--sd-accent: #ef4444;--sd-accent-soft: rgba(239, 68, 68, .14);--sd-glow: rgba(220, 38, 38, .22);--sd-radius: 18px;--sd-sidebar: 15rem;position:relative;padding-top:calc(var(--header-h) + 1rem);padding-bottom:2.5rem;min-height:calc(100vh - var(--header-h));background:radial-gradient(ellipse 80% 50% at 0% -10%,rgba(220,38,38,.12),transparent 55%),radial-gradient(ellipse 60% 40% at 100% 0%,rgba(59,130,246,.08),transparent 50%),var(--sd-bg)}.staff-dash--guest{background:transparent}.staff-dash--guest .staff-dash__login-gate{background:linear-gradient(165deg,var(--bg-card) 0%,var(--bg-elevated) 100%)}.staff-dash--guest .staff-dash__login-desc,.staff-dash--guest .staff-dash__loading{color:var(--text-muted)}.staff-dash__shell{width:min(100% - 1.5rem,1400px);margin-inline:auto}.staff-dash__login-wrap{display:flex;justify-content:center;padding:3rem 0}.staff-dash__login-gate{position:relative;overflow:hidden;width:min(100%,26rem);text-align:center;padding:2.5rem 2rem 2rem;border-radius:calc(var(--sd-radius) + 4px);border:1px solid rgba(220,38,38,.35);background:linear-gradient(165deg,var(--sd-surface) 0%,var(--sd-bg) 100%);box-shadow:0 24px 64px #0000008c}.staff-dash__login-glow{pointer-events:none;position:absolute;inset:-40% -20% auto;height:70%;background:radial-gradient(ellipse at center,rgba(220,38,38,.15) 0%,transparent 68%)}.staff-dash__login-badge{position:relative;z-index:1;display:inline-block;margin-bottom:1.25rem;padding:.35rem .75rem;border-radius:999px;font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red-bright);border:1px solid rgba(220,38,38,.4);background:#dc262614}.staff-dash__login-icon{position:relative;z-index:1;width:4rem;height:4rem;margin:0 auto 1.15rem;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#5865f21f;border:1px solid rgba(88,101,242,.35)}.staff-dash__login-icon svg{width:2rem;height:2rem;color:#c7d2fe}.staff-dash__login-title{position:relative;z-index:1;margin:0 0 .65rem;font-size:1.65rem;font-weight:700;letter-spacing:-.02em}.staff-dash__login-desc{position:relative;z-index:1;margin:0 0 1.65rem;color:var(--sd-muted);font-size:.92rem;line-height:1.6}.staff-dash__login-btn{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.95rem 1.25rem;border:none;border-radius:12px;font-weight:700;font-size:.9rem;color:#fff;cursor:pointer;background:linear-gradient(135deg,var(--red) 0%,#991b1b 100%);box-shadow:0 0 28px var(--red-glow);transition:transform .2s,box-shadow .2s}.staff-dash__login-btn:hover:not(:disabled){transform:translateY(-2px)}.staff-dash__login-btn:disabled{opacity:.45;cursor:not-allowed}.staff-dash__login-btn svg{width:1.2rem;height:1.2rem}.staff-dash__login-error{position:relative;z-index:1;margin:1rem 0 0;padding:.75rem;border-radius:8px;font-size:.88rem;color:#fca5a5;background:#ef44441a;text-align:left}.staff-dash__layout{display:grid;grid-template-columns:var(--sd-sidebar) minmax(0,1fr);gap:1rem;min-height:calc(100vh - var(--header-h) - 3rem)}.staff-dash__sidebar{position:sticky;top:calc(var(--header-h) + 1rem);align-self:start;display:flex;flex-direction:column;align-items:stretch;gap:.85rem;padding:1.1rem;border-radius:var(--sd-radius);background:linear-gradient(165deg,#16161afa,#0e0e10f2);border:1px solid var(--sd-border);box-shadow:0 20px 50px #00000059,inset 0 1px #ffffff0a;backdrop-filter:blur(12px);z-index:5;max-height:calc(100vh - var(--header-h) - 2rem);overflow-y:auto}.staff-dash__sidebar-brand{padding:.15rem .35rem .65rem;border-bottom:1px solid var(--sd-border)}.staff-dash__sidebar-title{margin:0;font-size:.82rem;font-weight:700;letter-spacing:-.01em;color:var(--sd-text)}.staff-dash__sidebar-sub{margin:.1rem 0 0;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--sd-muted)}.staff-dash__nav{display:flex;flex-direction:column;align-items:stretch;gap:.25rem;width:100%}.staff-dash__mode-btn{display:flex;align-items:center;gap:.65rem;width:100%;padding:.62rem .7rem;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--sd-muted);font-size:.86rem;font-weight:600;text-align:left;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .15s}.staff-dash__mode-icon{display:flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;flex-shrink:0;border-radius:9px;background:#ffffff0a;color:var(--sd-muted);transition:background .2s,color .2s,box-shadow .2s}.staff-dash__mode-icon svg{width:1rem;height:1rem}.staff-dash__mode-btn:hover{color:var(--sd-text);background:#ffffff0a;border-color:var(--sd-border)}.staff-dash__mode-btn:hover .staff-dash__mode-icon{color:var(--sd-text);background:#ffffff12}.staff-dash__mode-btn--active{color:#fff;background:linear-gradient(135deg,#ef444438,#7f1d1d59);border-color:#ef444459;box-shadow:0 4px 18px #dc262626}.staff-dash__mode-btn--active .staff-dash__mode-icon{color:#fecaca;background:#ef444440;box-shadow:0 0 12px #ef444440}.staff-dash__mode-label{flex:1;min-width:0}.staff-dash__mode-badge,.staff-dash__subnav-badge{flex-shrink:0;min-width:1.35rem;padding:.12rem .45rem;border-radius:999px;font-size:.65rem;font-weight:700;line-height:1.3;text-align:center;color:#fff;background:linear-gradient(135deg,#ef4444,#b91c1c);box-shadow:0 2px 8px #ef444459}.staff-dash__subnav-wrap{padding-top:.35rem;border-top:1px solid var(--sd-border)}.staff-dash__subnav-label{margin:0 0 .45rem;padding:0 .35rem;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sd-muted)}.staff-dash__subnav{display:flex;flex-direction:column;gap:.2rem}.staff-dash__subnav-btn{display:flex;align-items:center;justify-content:space-between;gap:.35rem;width:100%;padding:.48rem .65rem;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--sd-muted);font-size:.8rem;font-weight:500;text-align:left;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.staff-dash__subnav-btn:hover{color:var(--sd-text);background:#ffffff0a}.staff-dash__subnav-btn--active{color:#fecaca;background:#ef44441a;border:1px solid rgba(239,68,68,.25);box-shadow:inset 3px 0 #ef4444}.staff-dash__panel-desc{margin:.35rem 0 0;font-size:.85rem;color:var(--sd-muted);line-height:1.45}.staff-dash__panel-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.staff-dash__dash-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem}.staff-dash__dash-group{padding:1rem;border-radius:14px;border:1px solid var(--sd-border);background:#ffffff05}.staff-dash__dash-group--sky{--group-accent: #38bdf8;--group-glow: rgba(56, 189, 248, .15)}.staff-dash__dash-group--rose{--group-accent: #f87171;--group-glow: rgba(248, 113, 113, .15)}.staff-dash__dash-group--amber{--group-accent: #fbbf24;--group-glow: rgba(251, 191, 36, .12)}.staff-dash__dash-group--violet{--group-accent: #a78bfa;--group-glow: rgba(167, 139, 250, .12)}.staff-dash__dash-group-title{margin:0 0 .75rem;padding-left:.5rem;border-left:3px solid var(--group-accent, var(--sd-accent));font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sd-muted)}.staff-dash__dash-group-grid{display:flex;flex-direction:column;gap:.5rem}.staff-dash__dash-card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-radius:11px;border:1px solid var(--sd-border);background:var(--sd-surface-2);color:inherit;text-align:left;cursor:pointer;transition:border-color .2s,transform .15s,box-shadow .2s,background .2s}.staff-dash__dash-card:hover:not(:disabled){border-color:var(--group-accent, var(--sd-border-strong));background:#ffffff0a;transform:translate(3px);box-shadow:0 8px 24px var(--group-glow, rgba(0, 0, 0, .2))}.staff-dash__dash-card--alert{border-color:#ef444466;background:linear-gradient(90deg,#ef44441f,#ef44440a)}.staff-dash__dash-card-value{order:2;font-size:1.35rem;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;color:var(--group-accent, var(--sd-text))}.staff-dash__dash-card-label{order:1;flex:1;font-size:.82rem;color:var(--sd-muted);line-height:1.35}.staff-dash__hero{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;padding:1.35rem 1.5rem;border-radius:var(--sd-radius);border:1px solid rgba(239,68,68,.2);background:linear-gradient(135deg,#ef44441f,#0f0f12f2 45%,#3b82f60f);box-shadow:0 16px 48px #0000004d}.staff-dash__hero-kicker{margin:0 0 .65rem;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fca5a5}.staff-dash__hero-stats{display:flex;align-items:center;gap:1.25rem}.staff-dash__hero-stat{display:flex;flex-direction:column;gap:.2rem}.staff-dash__hero-value{font-size:2.25rem;font-weight:800;letter-spacing:-.03em;line-height:1;font-variant-numeric:tabular-nums}.staff-dash__hero-value--alert{color:#f87171;text-shadow:0 0 24px rgba(248,113,113,.35)}.staff-dash__hero-label{font-size:.78rem;color:var(--sd-muted)}.staff-dash__hero-divider{width:1px;height:2.5rem;background:var(--sd-border-strong)}.staff-dash__hero-meta{display:flex;align-items:center;gap:.45rem;padding:.45rem .75rem;border-radius:999px;font-size:.78rem;color:var(--sd-muted);background:#00000040;border:1px solid var(--sd-border)}.staff-dash__hero-sync-icon{width:1rem;height:1rem;color:#93c5fd}.staff-dash__banner{padding:.75rem 1rem;border-radius:12px;font-size:.85rem;line-height:1.45}.staff-dash__banner--warn{color:#fcd34d;background:#fbbf241a;border:1px solid rgba(251,191,36,.25)}.staff-dash__feed{padding:1rem;border-radius:14px;border:1px solid var(--sd-border);background:#ffffff05}.staff-dash__feed-title{margin:0;font-size:.95rem;font-weight:700}.staff-dash__feed-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.35rem}.staff-dash__feed-item{display:flex;align-items:flex-start;gap:.65rem;padding:.65rem .75rem;border-radius:10px;background:#ffffff05;border:1px solid transparent;transition:border-color .15s,background .15s}.staff-dash__feed-item:hover{border-color:var(--sd-border);background:#ffffff0a}.staff-dash__feed-dot{width:.5rem;height:.5rem;margin-top:.45rem;flex-shrink:0;border-radius:999px}.staff-dash__feed-dot--game{background:#38bdf8;box-shadow:0 0 10px #38bdf880}.staff-dash__feed-dot--audit{background:#a78bfa;box-shadow:0 0 10px #a78bfa73}.staff-dash__feed-body{min-width:0}.staff-dash__feed-main{margin:0;font-size:.84rem;font-weight:600;line-height:1.35}.staff-dash__feed-sub{margin:.2rem 0 0;font-size:.75rem;color:var(--sd-muted)}.staff-dash__feed-empty{padding:.75rem;font-size:.85rem;color:var(--sd-muted)}.staff-dash__skeleton{display:flex;flex-direction:column;gap:1rem}.staff-dash__skeleton-hero{height:7rem;border-radius:var(--sd-radius);background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14,#ffffff0a 75%);background-size:200% 100%;animation:staff-dash-shimmer 1.2s ease-in-out infinite}.staff-dash__skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.staff-dash__skeleton-grid>div{height:8rem;border-radius:14px;background:linear-gradient(90deg,#ffffff08 25%,#ffffff12,#ffffff08 75%);background-size:200% 100%;animation:staff-dash-shimmer 1.2s ease-in-out infinite}@keyframes staff-dash-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.staff-dash__overview{gap:1.15rem}.staff-dash__dash-group-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.staff-dash__dash-group-head .staff-dash__dash-group-title,.staff-dash__dash-group-head .staff-dash__form-title{margin:0;border-left:none;padding-left:0}.staff-dash__dash-card:disabled{cursor:default;opacity:.85}.staff-dash__link-btn{border:none;background:none;padding:0;font-size:.82rem;font-weight:600;color:var(--red-bright, #f87171);cursor:pointer}.staff-dash__link-btn:hover{text-decoration:underline}.staff-dash__quick-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:.5rem}.staff-dash__quick-link{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.75rem .85rem;border-radius:10px;border:1px solid var(--sd-border);background:var(--sd-surface-2);color:inherit;text-align:left;cursor:pointer;transition:border-color .2s,background .2s}.staff-dash__quick-link:hover{border-color:#ffffff26;background:#ffffff0a}.staff-dash__quick-link-mode{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sd-muted)}.staff-dash__quick-link-label{font-size:.88rem;font-weight:600}.staff-dash__quick-link-desc{font-size:.75rem;color:var(--sd-muted);line-height:1.35}.staff-dash__nav-btn{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:none;border-radius:12px;background:transparent;color:var(--sd-muted);cursor:pointer;transition:background .2s,color .2s,box-shadow .2s}.staff-dash__nav-btn svg{width:1.25rem;height:1.25rem}.staff-dash__nav-btn:hover{color:var(--sd-text);background:#ffffff0f}.staff-dash__nav-btn--active{color:#111;background:#fff;box-shadow:0 4px 14px #00000040}.staff-dash__main{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.staff-dash__topbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.35rem;border-radius:var(--sd-radius);background:linear-gradient(135deg,var(--sd-surface) 0%,rgba(16,16,18,.88) 100%);border:1px solid var(--sd-border);box-shadow:0 12px 40px #00000040}.staff-dash__topbar-user{display:flex;align-items:center;gap:.85rem;min-width:0}.staff-dash__avatar{width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:999px;object-fit:cover;border:2px solid rgba(239,68,68,.35);box-shadow:0 0 0 3px #ef444414}.staff-dash__avatar--fallback{display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#fecaca;background:linear-gradient(135deg,#7f1d1d,#450a0a)}.staff-dash__breadcrumb{margin:0 0 .2rem;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#f87171}.staff-dash__greeting h1{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.staff-dash__greeting p{margin:.25rem 0 0;font-size:.85rem;color:var(--sd-muted)}.staff-dash__search{display:flex;align-items:center;gap:.5rem;min-width:min(100%,14rem);padding:.55rem .85rem;border-radius:10px;background:var(--sd-surface-2);border:1px solid var(--sd-border)}.staff-dash__search svg{width:1rem;height:1rem;color:var(--sd-muted);flex-shrink:0}.staff-dash__search input{flex:1;min-width:0;border:none;background:transparent;color:var(--sd-text);font:inherit;font-size:.88rem;outline:none}.staff-dash__search input:disabled{opacity:.45;cursor:not-allowed}.staff-dash__search input::placeholder{color:var(--sd-muted)}.staff-dash__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.staff-dash__stat{padding:1.1rem 1.15rem;border-radius:var(--sd-radius);background:var(--sd-surface);border:1px solid var(--sd-border)}.staff-dash__stat-label{margin:0 0 .45rem;font-size:.78rem;color:var(--sd-muted)}.staff-dash__stat-value{margin:0;font-size:1.65rem;font-weight:700;letter-spacing:-.03em;line-height:1}.staff-dash__stat--blue .staff-dash__stat-value{color:#818cf8}.staff-dash__stat--amber .staff-dash__stat-value{color:#fbbf24}.staff-dash__stat--violet .staff-dash__stat-value{color:#a78bfa}.staff-dash__stat--green .staff-dash__stat-value{color:#4ade80}.staff-dash__panel{flex:1;padding:1.35rem 1.5rem 1.65rem;border-radius:var(--sd-radius);background:linear-gradient(180deg,var(--sd-surface) 0%,rgba(14,14,16,.92) 100%);border:1px solid var(--sd-border);box-shadow:0 16px 48px #00000038;min-height:20rem}.staff-dash__panel-title{margin:0;font-size:1.15rem;font-weight:700;letter-spacing:-.02em}.staff-dash__filters{display:flex;flex-wrap:wrap;gap:.35rem}.staff-dash__filter{padding:.4rem .75rem;border:1px solid var(--sd-border);border-radius:999px;background:transparent;color:var(--sd-muted);font:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.staff-dash__filter:hover{color:var(--sd-text)}.staff-dash__filter--active{color:var(--sd-text);background:#ffffff14;border-color:#ffffff24}.staff-dash__toast{margin:0 0 1rem;padding:.75rem .9rem;border-radius:10px;font-size:.88rem}.staff-dash__toast--success{color:#bbf7d0;background:#22c55e1f;border:1px solid rgba(34,197,94,.25)}.staff-dash__toast--error{color:#fca5a5;background:#ef44441f;border:1px solid rgba(239,68,68,.25)}.staff-dash__loading,.staff-dash__empty{padding:3rem 1rem;text-align:center;color:var(--sd-muted);font-size:.92rem}.staff-dash__table-wrap{overflow-x:auto;border-radius:12px;border:1px solid var(--sd-border);background:var(--sd-surface-2)}.staff-dash__table{width:100%;border-collapse:collapse;font-size:.86rem}.staff-dash__table th{padding:.85rem 1rem;text-align:left;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--sd-muted);background:#00000040;border-bottom:1px solid var(--sd-border);white-space:nowrap}.staff-dash__table td{padding:.9rem 1rem;vertical-align:middle;border-bottom:1px solid var(--sd-border);color:var(--sd-text)}.staff-dash__table tr:last-child td{border-bottom:none}.staff-dash__table tr:hover td{background:#ffffff05}.staff-dash__cell-main{font-weight:600}.staff-dash__cell-sub{display:block;margin-top:.15rem;font-size:.78rem;font-weight:400;color:var(--sd-muted)}.staff-dash__pill{display:inline-flex;align-items:center;padding:.25rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.03em;white-space:nowrap}.staff-dash__pill--pending{color:#fde047;background:#eab30826}.staff-dash__pill--accepted{color:#86efac;background:#22c55e26}.staff-dash__pill--rejected{color:#fca5a5;background:#ef444426}.staff-dash__pill--report{color:#fbbf24;background:#f59e0b26}.staff-dash__pill--appeal{color:#a78bfa;background:#8b5cf626}.staff-dash__row-actions{display:flex;flex-wrap:wrap;gap:.35rem}.staff-dash__btn{display:inline-flex;align-items:center;padding:.4rem .7rem;border:none;border-radius:8px;font:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .2s}.staff-dash__btn:hover{transform:translateY(-1px)}.staff-dash__btn--primary{color:#fff;background:linear-gradient(135deg,var(--red) 0%,#991b1b 100%)}.staff-dash__btn--ghost{color:var(--sd-muted);background:#ffffff0f;border:1px solid var(--sd-border)}.staff-dash__btn--ghost:hover{color:var(--sd-text)}.staff-dash__btn--success{color:#fff;background:linear-gradient(135deg,#16a34a,#15803d)}.staff-dash__btn--danger{color:#fecaca;background:#ef44441f;border:1px solid rgba(239,68,68,.35)}.staff-dash__btn--danger:hover:not(:disabled){color:#fff;background:#dc2626d9}.staff-dash__btn--icon{padding:.45rem .75rem;font-size:.76rem;color:var(--sd-muted);background:#ffffff0d;border:1px solid var(--sd-border);border-radius:8px}.staff-dash__btn--icon:hover:not(:disabled){color:var(--sd-text);border-color:#ffffff29}.staff-dash__panel--manage{padding-top:.25rem}.staff-dash__link{color:#818cf8;font-weight:600;text-decoration:none;white-space:nowrap}.staff-dash__link:hover{color:#c7d2fe}.staff-dash__desc{max-width:18rem;color:var(--sd-muted);line-height:1.45}.staff-dash__id{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;padding:0;border:none;background:none;cursor:pointer;text-align:left;font:inherit;color:inherit}.staff-dash__id code{font-size:.72rem;word-break:break-all;color:#a5b4fc;background:#6366f11a;padding:.2rem .35rem;border-radius:6px}.staff-dash__id span{font-size:.68rem;color:var(--sd-muted)}.staff-dash__id:hover span{color:var(--sd-text)}.staff-dash__orgs{display:flex;flex-direction:column;gap:1.25rem}.staff-dash__orgs-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem}.staff-dash__orgs-toolbar-stats{display:flex;flex-wrap:wrap;gap:.45rem}.staff-dash__orgs-stat{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.74rem;font-weight:700}.staff-dash__orgs-stat--open{color:#86efac;background:#22c55e1f;border:1px solid rgba(34,197,94,.22)}.staff-dash__orgs-stat--closed{color:#fca5a5;background:#ef44441a;border:1px solid rgba(239,68,68,.2)}.staff-dash__orgs-stat--total{color:var(--sd-muted);background:#ffffff0a;border:1px solid var(--sd-border)}.staff-dash__orgs-staff{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem 1.25rem;padding:1rem 1.15rem;border-radius:12px;border:1px solid rgba(99,102,241,.22);background:linear-gradient(135deg,#6366f114,#18181b99)}.staff-dash__orgs-staff-info{flex:1;min-width:10rem}.staff-dash__orgs-staff-label{margin:0;font-size:.92rem;font-weight:700}.staff-dash__orgs-staff-hint{margin:.2rem 0 0;font-size:.8rem;color:var(--sd-muted)}.staff-dash__org-group{display:flex;flex-direction:column;gap:.55rem}.staff-dash__org-group-title{margin:0;padding:0 .15rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sd-muted)}.staff-dash__org-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid var(--sd-border);background:var(--sd-surface-2)}.staff-dash__org-table{width:100%;border-collapse:collapse;font-size:.86rem}.staff-dash__org-table th{padding:.7rem 1rem;text-align:left;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--sd-muted);background:#00000038;border-bottom:1px solid var(--sd-border)}.staff-dash__org-table td{padding:.75rem 1rem;vertical-align:middle;border-bottom:1px solid var(--sd-border)}.staff-dash__org-table tr:last-child td{border-bottom:none}.staff-dash__org-table-row--closed{background:#ef44440a}.staff-dash__org-table-row--closed .staff-dash__org-table-name{color:#fca5a5}.staff-dash__org-table-name{font-weight:600}.staff-dash__org-table-actions{width:6.5rem;text-align:right}.staff-dash__switch{display:inline-flex;align-items:center;gap:.55rem;padding:0;border:none;background:none;cursor:pointer;font:inherit;color:var(--sd-text)}.staff-dash__switch:disabled{opacity:.55;cursor:wait}.staff-dash__switch-track{position:relative;width:2.5rem;height:1.35rem;border-radius:999px;background:#ef444459;border:1px solid rgba(239,68,68,.45);transition:background .2s,border-color .2s}.staff-dash__switch--on .staff-dash__switch-track{background:#22c55e73;border-color:#22c55e8c}.staff-dash__switch-thumb{position:absolute;top:2px;left:2px;width:1rem;height:1rem;border-radius:999px;background:#fff;box-shadow:0 1px 4px #00000059;transition:transform .2s}.staff-dash__switch--on .staff-dash__switch-thumb{transform:translate(1.1rem)}.staff-dash__switch-label{font-size:.78rem;font-weight:600;min-width:3.5rem;text-align:left;color:var(--sd-muted)}.staff-dash__switch--on .staff-dash__switch-label{color:#86efac}.staff-dash__org-editor{position:fixed;inset:0;z-index:200;display:flex;align-items:flex-end;justify-content:center;padding:1rem;background:#000000a6;backdrop-filter:blur(4px)}.staff-dash__org-editor-card{width:min(100%,32rem);padding:1.15rem 1.25rem 1.25rem;border-radius:14px;border:1px solid var(--sd-border);background:var(--sd-surface);box-shadow:0 24px 64px #0000008c}.staff-dash__org-editor-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.staff-dash__org-editor-title{margin:0;font-size:.95rem;font-weight:700}.staff-dash__org-editor-close{width:2rem;height:2rem;border:none;border-radius:8px;background:#ffffff0f;color:var(--sd-muted);font-size:1.25rem;line-height:1;cursor:pointer}.staff-dash__org-editor-close:hover{color:var(--sd-text);background:#ffffff1a}.staff-dash__org-editor-hint{margin:0 0 .75rem;font-size:.8rem;color:var(--sd-muted);line-height:1.45}.staff-dash__org-editor-input{width:100%;min-height:6rem;padding:.75rem;border-radius:10px;border:1px solid var(--sd-border);background:var(--sd-surface-2);color:var(--sd-text);font:inherit;resize:vertical}.staff-dash__org-editor-input:focus{outline:none;border-color:#dc262673}.staff-dash__org-editor-actions{display:flex;justify-content:flex-end;margin-top:.85rem}.staff-dash__returns-warn{margin:0;padding:.85rem 1rem;border-radius:10px;font-size:.85rem;color:#fde68a;background:#f59e0b1a;border:1px solid rgba(245,158,11,.28)}.staff-dash__returns-code-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;border-radius:12px;border:1px solid rgba(34,197,94,.35);background:#22c55e14}.staff-dash__returns-code-label{margin:0 0 .25rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#86efac}.staff-dash__returns-code-value{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:.06em;font-family:ui-monospace,monospace}.staff-dash__returns-code-hint{margin:.35rem 0 0;font-size:.82rem;color:var(--sd-muted)}.staff-dash__returns-code-hint code{color:#a5b4fc}.staff-dash__returns-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.staff-dash__returns-items{display:flex;flex-direction:column;gap:.55rem}.staff-dash__returns-items-title{margin:0;font-size:.82rem;font-weight:700;color:var(--sd-muted)}.staff-dash__returns-item-row{display:grid;grid-template-columns:minmax(0,1fr) 5.5rem auto;gap:.5rem;align-items:center}.staff-dash__returns-item-row input{padding:.6rem .75rem;border-radius:8px;border:1px solid var(--sd-border);background:var(--sd-surface);color:var(--sd-text);font:inherit}.staff-dash__returns-items-list{font-size:.82rem;color:var(--sd-muted);line-height:1.45}@media(max-width:768px){.staff-dash__returns-grid,.staff-dash__returns-item-row{grid-template-columns:1fr}}.staff-dash__manage{display:flex;flex-direction:column;gap:1.25rem}.staff-dash__manage-block{padding:1.25rem 1.35rem;border-radius:var(--sd-radius);border:1px solid var(--sd-border);background:var(--sd-surface)}.staff-dash__manage-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.staff-dash__manage-desc{margin:0 0 1rem;font-size:.88rem;color:var(--sd-muted);line-height:1.5}.staff-dash__manage-desc--tight{margin-bottom:0}.staff-dash__panel-head--inline{margin-bottom:0;align-items:center}.staff-dash__form{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.35rem;border-radius:12px;border:1px solid var(--sd-border);background:var(--sd-surface-2);margin-bottom:.5rem;color-scheme:dark}.staff-dash__form:not(.staff-dash__form--inline)>label{display:flex;flex-direction:column;gap:.45rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--sd-muted)}@media(min-width:640px){.staff-dash__form:not(.staff-dash__form--inline){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem;row-gap:1rem}.staff-dash__form:not(.staff-dash__form--inline)>.staff-dash__form-title,.staff-dash__form:not(.staff-dash__form--inline)>.staff-dash__hint,.staff-dash__form:not(.staff-dash__form--inline)>.staff-dash__btn,.staff-dash__form:not(.staff-dash__form--inline)>button[type=submit]{grid-column:1 / -1}}.staff-dash__form input:not([type=checkbox]),.staff-dash__form select,.staff-dash__form textarea,.staff-dash__field input,.staff-dash__field select,.staff-dash__field textarea{width:100%;padding:.65rem .85rem;border-radius:10px;border:1px solid var(--sd-border);background:var(--sd-surface);color:var(--sd-text);font:inherit;font-size:.88rem;line-height:1.4;text-transform:none;letter-spacing:normal;font-weight:400;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.staff-dash__form textarea,.staff-dash__field textarea{resize:vertical;min-height:2.75rem}.staff-dash__form select,.staff-dash__field select{appearance:none;padding-right:2.35rem;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;background-size:12px}.staff-dash__form input::placeholder,.staff-dash__field input::placeholder,.staff-dash__field textarea::placeholder{color:#a1a1aa80}.staff-dash__form input:hover:not(:focus):not(:disabled),.staff-dash__form select:hover:not(:focus):not(:disabled),.staff-dash__form textarea:hover:not(:focus):not(:disabled),.staff-dash__field input:hover:not(:focus):not(:disabled),.staff-dash__field select:hover:not(:focus):not(:disabled),.staff-dash__field textarea:hover:not(:focus):not(:disabled){border-color:#ffffff24;background:#141416}.staff-dash__form input:focus,.staff-dash__form select:focus,.staff-dash__form textarea:focus,.staff-dash__field input:focus,.staff-dash__field select:focus,.staff-dash__field textarea:focus{outline:none;border-color:#dc26268c;box-shadow:0 0 0 3px #dc26261f;background:#101012}.staff-dash__form input:disabled,.staff-dash__form select:disabled,.staff-dash__field input:disabled,.staff-dash__field select:disabled{opacity:.55;cursor:not-allowed}.staff-dash__field{display:flex;flex-direction:column;gap:.45rem;font-size:.78rem}.staff-dash__field span{color:var(--sd-muted);font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem}.staff-dash__field--compact textarea{min-height:3.5rem;font-size:.78rem}.staff-dash__checkbox{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--sd-muted);cursor:pointer}@media(max-width:1024px){.staff-dash__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.staff-dash__layout{grid-template-columns:1fr}.staff-dash__sidebar{position:sticky;top:var(--header-h);flex-direction:column;max-height:none;padding:.85rem;border-radius:0 0 var(--sd-radius) var(--sd-radius);z-index:10}.staff-dash__sidebar-brand{padding-bottom:.5rem}.staff-dash__nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.staff-dash__mode-btn{flex-direction:column;align-items:center;text-align:center;padding:.55rem .35rem;font-size:.72rem;gap:.35rem}.staff-dash__mode-label{line-height:1.2}.staff-dash__mode-badge{position:absolute;top:.25rem;right:.25rem}.staff-dash__mode-btn{position:relative}.staff-dash__subnav-wrap{grid-column:1 / -1}.staff-dash__subnav{flex-direction:row;flex-wrap:wrap;gap:.35rem}.staff-dash__subnav-btn{flex:1 1 auto;width:auto}.staff-dash__dash-groups{grid-template-columns:1fr}.staff-dash__hero-stats{flex-wrap:wrap}.staff-dash__hero-value{font-size:1.85rem}.staff-dash__skeleton-grid{grid-template-columns:1fr}.staff-dash__topbar,.staff-dash__panel{padding:1rem}.staff-dash__orgs-staff{flex-direction:column;align-items:stretch}.staff-dash__org-editor{align-items:center}}@media(max-width:480px){.staff-dash__stats{grid-template-columns:1fr}}.staff-dash__manage-grid{display:flex;flex-direction:column;gap:1rem}.staff-dash__subtabs{display:flex;flex-wrap:wrap;gap:.5rem}.staff-dash__hint{margin:0;font-size:.82rem;color:var(--sd-muted);line-height:1.5}.staff-dash__hint--warn{padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(245,158,11,.35);background:#f59e0b14;color:#fcd34d}.staff-dash__form-title{margin:0 0 .25rem;font-size:1rem}.staff-dash__form--inline{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:.85rem}.staff-dash__form--inline label{display:flex;flex-direction:column;gap:.45rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--sd-muted);min-width:140px}.staff-dash__form--inline .staff-dash__form-title{flex:1 1 100%}.staff-dash__field--wide{flex:1;min-width:200px}.staff-dash__org-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.65rem}.staff-dash__org-card{display:flex;flex-direction:column;gap:.25rem;padding:.85rem;border-radius:10px;border:1px solid var(--sd-border);background:var(--sd-surface-2);text-align:left;cursor:pointer;color:inherit;font:inherit}.staff-dash__org-card--active{border-color:#dc262680;background:#dc262614}.staff-dash__org-card--disabled{opacity:.55;cursor:not-allowed}.staff-dash__org-card-name{font-weight:600;font-size:.9rem}.staff-dash__org-card-count{font-size:.78rem;color:var(--sd-muted)}.staff-dash__history h4{margin:1rem 0 .35rem;font-size:.9rem}.staff-dash__history-list{margin:0;padding-left:1.2rem;font-size:.82rem;color:var(--sd-muted);line-height:1.6}.staff-dash__dash-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.staff-dash__dash-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.staff-dash__org-card-wrap{display:flex;gap:.35rem;align-items:stretch}.staff-dash__org-card-wrap .staff-dash__org-card{flex:1}.staff-dash__org-card--static{cursor:default}.staff-dash__org-card-add{min-width:2.25rem;padding-inline:.5rem}.staff-dash__profile-head{padding:.5rem 0 .25rem}.staff-dash__stats-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.staff-dash__mini-chart h4{margin:0 0 .5rem;font-size:.82rem;color:var(--sd-muted)}.staff-dash__mini-chart-bars{display:flex;align-items:flex-end;gap:3px;height:72px}.staff-dash__mini-chart-col{flex:1;height:100%;display:flex;align-items:flex-end}.staff-dash__mini-chart-bar{width:100%;min-height:4px;border-radius:3px 3px 0 0;background:linear-gradient(180deg,#dc2626d9,#dc262659)}.staff-dash__form textarea{width:100%;padding:.65rem .85rem;border-radius:10px;border:1px solid var(--sd-border);background:var(--sd-surface);color:var(--sd-text);font:inherit;resize:vertical}.staff-game{display:flex;flex-direction:column;gap:1rem}.staff-game__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.staff-game__tabs{margin:0}.staff-game__sync{display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;color:var(--sd-muted)}.staff-game__sync-dot{width:.45rem;height:.45rem;border-radius:999px;background:#6b7280}.staff-game__sync-dot--live{background:#22c55e;box-shadow:0 0 8px #22c55e8c}.staff-game__layout{display:grid;grid-template-columns:minmax(240px,340px) minmax(0,1fr);gap:1rem;align-items:start}@media(max-width:900px){.staff-game__layout{grid-template-columns:1fr}}.staff-game__players,.staff-game__panel{border-radius:var(--sd-radius);border:1px solid var(--sd-border);background:var(--sd-surface);overflow:hidden}.staff-game__players-head{display:flex;flex-direction:column;gap:.65rem;padding:1rem 1rem .75rem;border-bottom:1px solid var(--sd-border)}.staff-game__section-title{margin:0;font-size:.95rem;font-weight:700}.staff-game__search{width:100%;padding:.55rem .75rem;border-radius:10px;border:1px solid var(--sd-border);background:var(--sd-surface-2);color:var(--sd-text);font:inherit;font-size:.85rem}.staff-game__search:focus{outline:none;border-color:#dc262673}.staff-game__player-list{list-style:none;margin:0;padding:.5rem;max-height:min(520px,60vh);overflow-y:auto}.staff-game__player{display:flex;align-items:center;gap:.65rem;width:100%;padding:.7rem .75rem;border:1px solid transparent;border-radius:12px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background .15s,border-color .15s}.staff-game__player:hover{background:#ffffff0a}.staff-game__player--active{border-color:#dc262673;background:#dc26261a}.staff-game__player-id{flex-shrink:0;min-width:2rem;font-size:.78rem;font-weight:700;color:var(--sd-muted)}.staff-game__player-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.staff-game__player-name{font-size:.88rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.staff-game__player-meta{font-size:.72rem;color:var(--sd-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.staff-game__ping{flex-shrink:0;font-size:.72rem;font-weight:600;color:var(--sd-muted)}.staff-game__ping--good{color:#4ade80}.staff-game__ping--ok{color:#fbbf24}.staff-game__ping--bad{color:#f87171}.staff-game__empty,.staff-game__panel-empty{padding:2rem 1.25rem;text-align:center}.staff-game__panel-empty-title{margin:0 0 .35rem;font-size:1rem;font-weight:600}.staff-game__form{display:flex;flex-direction:column;gap:1.1rem;padding:1.15rem}.staff-game__target{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding-bottom:.85rem;border-bottom:1px solid var(--sd-border)}.staff-game__target-label{margin:0 0 .2rem;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sd-muted)}.staff-game__target-name{margin:0;font-size:1.15rem;font-weight:700;display:flex;align-items:baseline;gap:.45rem;flex-wrap:wrap}.staff-game__target-id{font-size:.82rem;font-weight:600;color:var(--sd-muted)}.staff-game__target-meta{margin:.25rem 0 0;font-size:.78rem;color:var(--sd-muted)}.staff-game__clear{flex-shrink:0}.staff-game__action-group+.staff-game__action-group{margin-top:.65rem}.staff-game__action-group-label{margin:0 0 .4rem;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--sd-muted)}.staff-game__action-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:.45rem}.staff-game__action-btn{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.6rem .65rem;border-radius:10px;border:1px solid var(--sd-border);background:var(--sd-surface-2);color:inherit;font:inherit;text-align:left;cursor:pointer;transition:border-color .15s,background .15s}.staff-game__action-btn:hover{border-color:var(--sd-border-strong);background:#ffffff0a}.staff-game__action-btn--active{border-color:#dc26268c;background:#dc26261f}.staff-game__action-btn-label{font-size:.82rem;font-weight:700}.staff-game__action-btn-hint{font-size:.65rem;color:var(--sd-muted);line-height:1.3}.staff-game__fields{display:flex;flex-direction:column;gap:.85rem}.staff-game__field-block{display:flex;flex-direction:column;gap:.55rem}.staff-game__field-label{font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--sd-muted)}.staff-game__field{display:flex;flex-direction:column;gap:.4rem;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--sd-muted)}.staff-game__field input,.staff-game__field select,.staff-game__field textarea{width:100%;padding:.6rem .75rem;border-radius:10px;border:1px solid var(--sd-border);background:var(--sd-surface-2);color:var(--sd-text);font:inherit;font-size:.88rem;text-transform:none;letter-spacing:normal;font-weight:400}.staff-game__field input:focus,.staff-game__field select:focus,.staff-game__field textarea:focus{outline:none;border-color:#dc262673}.staff-game__field-note{font-size:.75rem;font-weight:400;text-transform:none;letter-spacing:normal;color:var(--sd-muted);line-height:1.4}.staff-game__field-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.staff-game__field--grow{flex:1;min-width:140px}.staff-game__chips{display:flex;flex-wrap:wrap;gap:.4rem}.staff-game__chip{padding:.35rem .65rem;border-radius:999px;border:1px solid var(--sd-border);background:var(--sd-surface-2);color:var(--sd-text);font-size:.78rem;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s}.staff-game__chip--active{border-color:#dc262680;background:#dc262624}.staff-game__toggle{display:flex;gap:.35rem}.staff-game__toggle-btn{flex:1;padding:.55rem .75rem;border-radius:10px;border:1px solid var(--sd-border);background:var(--sd-surface-2);color:var(--sd-text);font-size:.82rem;font-weight:600;cursor:pointer}.staff-game__toggle-btn--active{border-color:#dc262680;background:#dc262624}.staff-game__info{margin:0;padding:.65rem .85rem;border-radius:10px;border:1px solid rgba(56,189,248,.35);background:#38bdf814;font-size:.82rem;color:#bae6fd;line-height:1.45}.staff-game__submit{width:100%;padding:.75rem 1rem;border:none;border-radius:12px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:opacity .15s,transform .1s}.staff-game__submit:hover:not(:disabled){opacity:.92}.staff-game__submit:disabled{opacity:.45;cursor:not-allowed}.staff-game__history-form{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;padding:1rem;border-radius:var(--sd-radius);border:1px solid var(--sd-border);background:var(--sd-surface)}.staff-game__history-form .staff-game__field{min-width:160px;flex:1}.staff-bans{display:flex;flex-direction:column;gap:1rem}.staff-bans__card{padding:1.1rem;border-radius:var(--sd-radius);border:1px solid var(--sd-border);background:var(--sd-surface)}.staff-bans__title{margin:0 0 .85rem;font-size:1rem;font-weight:700}.staff-bans__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.staff-bans__field--wide{grid-column:1 / -1}.staff-bans__row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-top:.85rem}.staff-bans__submit-inline{width:auto;min-width:10rem;margin-left:auto}.staff-bans__toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.staff-bans__search{flex:1;min-width:200px;max-width:360px}.staff-ir__intro code{font-size:.78rem;color:#fcd34d}.staff-ir__toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;padding:1rem;border-radius:var(--sd-radius);border:1px solid var(--sd-border);background:var(--sd-surface)}.staff-ir__filter{flex:1;min-width:180px}.staff-ir__stats{margin-top:.5rem}.staff-ir__section-title{margin:1.25rem 0 .5rem;font-size:.95rem;font-weight:700}.staff-ir__hero{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem;border-radius:var(--sd-radius);border:1px solid rgba(220,38,38,.25);background:linear-gradient(135deg,#dc26261a,#121214f2)}.staff-ir__hero-title{margin:0 0 .35rem;font-size:1.25rem;font-weight:700}.staff-ir__hero-sync{display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;color:var(--sd-muted)}.staff-ir__stat--open .staff-dash__stat-value{color:#fb923c}.staff-ir__stat--claimed .staff-dash__stat-value{color:#4ade80}.staff-ir__empty-card{padding:2.5rem 1.5rem;text-align:center;border-radius:var(--sd-radius);border:1px dashed var(--sd-border);background:var(--sd-surface)}.staff-ir__empty-title{margin:0 0 .35rem;font-size:1rem;font-weight:600}.staff-ir__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.85rem}.staff-ir__card{padding:1rem 1.1rem;border-radius:14px;border:1px solid var(--sd-border);background:var(--sd-surface);display:flex;flex-direction:column;gap:.55rem}.staff-ir__card--open{border-color:#f9731659;box-shadow:inset 3px 0 #f97316}.staff-ir__card--claimed{border-color:#22c55e59;box-shadow:inset 3px 0 #22c55e}.staff-ir__card-head{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.staff-ir__card-id{font-weight:800;font-size:1rem}.staff-ir__badge{padding:.15rem .5rem;border-radius:999px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.staff-ir__badge--open{background:#f9731626;color:#fdba74}.staff-ir__badge--claimed{background:#22c55e26;color:#86efac}.staff-ir__category{margin-left:auto;font-size:.72rem;color:var(--sd-muted);text-transform:uppercase;letter-spacing:.06em}.staff-ir__card-reason{margin:0;font-size:.88rem;line-height:1.45;color:var(--sd-text)}.staff-ir__card-players{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem}.staff-ir__player-label{display:block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--sd-muted)}.staff-ir__claimed{margin:0;font-size:.78rem;color:#86efac}.staff-ir__card-time{margin:0;font-size:.72rem;color:var(--sd-muted)}.staff-ir__leaderboard{display:flex;flex-direction:column;gap:.5rem}.staff-ir__leader{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;border-radius:12px;border:1px solid var(--sd-border);background:var(--sd-surface)}.staff-ir__leader--top{border-color:#dc262659;background:#dc26260f}.staff-ir__leader-rank{width:1.75rem;font-weight:800;font-size:1.1rem;color:var(--sd-muted);text-align:center}.staff-ir__leader-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.staff-ir__leader-score{font-weight:700;font-size:.9rem;color:#fca5a5}.staff-ir__timeline{display:flex;flex-direction:column;gap:.35rem;margin-top:.75rem}.staff-ir__timeline-item{display:grid;grid-template-columns:7rem 9rem 1fr;gap:.65rem;padding:.55rem .75rem;border-radius:8px;background:#ffffff05;font-size:.8rem}.staff-ir__timeline-time{color:var(--sd-muted)}.staff-ir__timeline-action{font-weight:600}.staff-ir__timeline-detail{color:var(--sd-muted);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.staff-ir__timeline-item{grid-template-columns:1fr}}.comunicados-preview__card-title{font-size:1.05rem;margin-bottom:.5rem}.comunicados-preview__card-text{color:var(--text-muted);font-size:.9rem}.comunicados-preview__cta{margin-top:2rem;display:flex;justify-content:center}.comunicados__status{color:var(--text-muted)}.comunicados__empty{padding:2rem;color:var(--text-muted);text-align:center;border-style:dashed}.comunicados__list{display:flex;flex-direction:column;gap:1.25rem}.comunicados__card{padding:1.75rem;border-color:#dc262633}.comunicados__card:hover{border-color:#dc262673}.comunicados__card-header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.75rem 1.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.comunicados__card-title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);letter-spacing:.04em;line-height:1.1;color:var(--text)}.comunicados__card-date{font-size:.85rem;color:var(--text-dim);white-space:nowrap}.comunicados__card-body{color:var(--text-muted);line-height:1.7}.comunicados__card-body p+p{margin-top:.75rem}.comunicados__card-image{margin-top:1.25rem;border-radius:calc(var(--radius) - 4px);max-height:420px;width:100%;object-fit:cover;border:1px solid var(--border)}.comunicados__card-footer{margin-top:1.25rem;font-size:.8rem;color:var(--text-dim);letter-spacing:.02em}.comunicados__card-id{font-family:ui-monospace,monospace;font-size:.75rem}.discord-community-banner{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.08)}.discord-community-banner__dot{width:.65rem;height:.65rem;border-radius:50%;background:#22c55e;box-shadow:0 0 .5rem #22c55e8c;flex-shrink:0}.discord-community-banner__title{margin:0 0 .2rem;font-weight:600;color:var(--text-primary, #f5f5f5)}.discord-community-banner__meta{margin:0;color:var(--text-muted, #a3a3a3);font-size:.95rem}.discord-community-banner__meta a{color:var(--accent, #dc2626)}.evento-card__banner{width:100%;max-height:220px;object-fit:cover;border-radius:calc(var(--radius) - 4px);margin-bottom:1rem;border:1px solid var(--border)}.evento-card__schedule{font-size:.9rem;font-weight:600;color:var(--red-bright);margin-bottom:1rem}.eventos-preview__card-meta{font-size:.8rem;color:var(--red-bright);margin-bottom:.35rem}.community-highlights__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1.25rem}.community-highlights__tabs{display:flex;gap:.35rem;padding:.25rem;background:#ffffff08;border:1px solid var(--border);border-radius:999px}.community-highlights__tab{padding:.45rem 1rem;font-size:.85rem;font-weight:500;color:var(--text-muted);border-radius:999px;transition:color .2s,background .2s}.community-highlights__tab--active{color:var(--text);background:#ffffff14}.community-highlights__list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.community-highlights__item{padding:1rem 1.15rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.community-highlights__item h3{font-size:.95rem;margin-bottom:.3rem}.community-highlights__empty{padding:1.25rem;color:var(--text-muted);font-size:.9rem}.community-highlights__empty p{margin:0}.community-highlights__footer{margin-top:1rem}.community-highlights__more{font-size:.875rem;font-weight:600;color:var(--text-muted);transition:color .2s}.community-highlights__more:hover{color:var(--red-bright)}.comunidade-page{padding-top:calc(var(--header-h) + 2rem);padding-bottom:4rem}.comunidade-page__header{margin-bottom:2rem}.comunidade-page__back{display:inline-block;font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:1.5rem;transition:color .2s}.comunidade-page__back:hover{color:var(--red-bright)}.comunidade-page__desc{margin-bottom:1.5rem}.comunidade-page__tabs{width:fit-content}.comunidade-page__content{padding-bottom:2rem}.comunicados-page{padding-top:calc(var(--header-h) + 2rem);padding-bottom:4rem}.comunicados-page__header{margin-bottom:2.5rem}.comunicados-page__back{display:inline-block;font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:1.5rem;transition:color .2s}.comunicados-page__back:hover{color:var(--red-bright)}.comunicados-page__content{padding-bottom:2rem}.eventos-page{padding-top:calc(var(--header-h) + 2rem);padding-bottom:4rem}.eventos-page__header{margin-bottom:2.5rem}.eventos-page__back{display:inline-block;font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:1.5rem;transition:color .2s}.eventos-page__back:hover{color:var(--red-bright)}.eventos-page__content{padding-bottom:2rem}.apply-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#000000bf;backdrop-filter:blur(6px);animation:apply-modal-fade .2s ease}@keyframes apply-modal-fade{0%{opacity:0}to{opacity:1}}.apply-modal__dialog{position:relative;width:min(100%,28rem);max-height:min(92vh,920px);overflow-y:auto;padding:2rem;background:var(--bg-elevated);border:1px solid rgba(220,38,38,.35);border-radius:calc(var(--radius) + 4px);box-shadow:0 24px 80px #0009,0 0 40px #dc26261f;animation:apply-modal-slide .25s ease}.apply-modal__dialog--wide{width:min(100%,48rem);padding:2.5rem 3rem}@keyframes apply-modal-slide{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.apply-modal__close{position:absolute;top:.85rem;right:.85rem;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:var(--text-muted);border-radius:6px;transition:color .2s,background .2s}.apply-modal__close:hover{color:#fff;background:#ffffff0f}.apply-modal__head{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.apply-modal__head .section-label{display:block;margin-bottom:.35rem}.apply-modal__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.1rem);letter-spacing:.04em;line-height:1.05;margin-bottom:.35rem}.apply-modal__category{font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--red-bright);margin:0 0 .5rem}.apply-modal__meta{font-size:.85rem;font-weight:600;letter-spacing:.06em;color:var(--text-muted);margin:0 0 .65rem}.apply-modal__intro{color:var(--text-muted);font-size:.95rem;line-height:1.55;margin:0}.apply-modal__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}@media(min-width:480px){.apply-modal__actions{flex-direction:row;align-items:stretch}.apply-modal__actions .btn{flex:1}}.apply-form__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.apply-form{display:flex;flex-direction:column;gap:1.35rem}.apply-form__grid{display:grid;gap:1.25rem 1.5rem;align-items:stretch}@media(min-width:560px){.apply-form__grid,.apply-form__grid--discord{grid-template-columns:1fr 1fr}.apply-form__grid--three{grid-template-columns:repeat(3,1fr)}}.apply-form__stack{display:flex;flex-direction:column;gap:1.25rem}.apply-form__field{display:grid;grid-template-rows:1fr auto;gap:.65rem;height:100%;min-width:0;min-height:6.5rem}.apply-form__field-head{display:flex;flex-direction:column;gap:.35rem}.apply-form__label{font-size:.78rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);line-height:1.3}.apply-form__hint{display:block;min-height:2.65rem;font-size:.75rem;line-height:1.45;color:var(--text-muted);opacity:.9}.apply-form__hint--empty{visibility:hidden}.apply-form__stack .apply-form__field{min-height:0;grid-template-rows:auto auto}.apply-form__stack .apply-form__hint{min-height:1.35rem}.apply-form__stack .apply-form__hint--empty{display:none}.apply-form__input{width:100%;min-height:3rem;padding:.8rem .95rem;font:inherit;font-size:.95rem;color:#fff;background:#00000059;border:1px solid rgba(255,255,255,.1);border-radius:8px;resize:vertical;transition:border-color .2s,box-shadow .2s}textarea.apply-form__input{min-height:6.25rem}.apply-form__input:focus{outline:none;border-color:#dc262699;box-shadow:0 0 0 3px #dc262626}.apply-form__error{margin:0;padding:.75rem .85rem;font-size:.9rem;line-height:1.45;color:#fecaca;background:#dc262626;border:1px solid rgba(220,38,38,.4);border-radius:8px}.apply-form__error--warn{color:#fde68a;background:#eab3081f;border-color:#eab30873}.apply-form__success{text-align:center;padding:1rem 0 .5rem}.apply-form__success-icon{width:3.75rem;height:3.75rem;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#16a34a,#15803d);border-radius:50%;box-shadow:0 0 24px #16a34a59}.apply-form__success-title{margin-bottom:.75rem}.apply-form__success-text{margin-bottom:1rem;max-width:32rem;margin-inline:auto}.apply-form__success-note{margin-bottom:1.75rem;padding:.85rem 1rem;font-size:.88rem;color:var(--text-muted);text-align:left;background:#00000040;border:1px dashed rgba(220,38,38,.35);border-radius:var(--radius);max-width:32rem;margin-inline:auto;line-height:1.55}.apply-form__success-note strong{color:#fff}.apply-modal__back{display:inline-block;font-size:.85rem;font-weight:600;color:var(--text-muted);background:none;border:none;padding:0;cursor:pointer;transition:color .2s}.apply-modal__back:hover{color:var(--red-bright)}.org-card{display:flex;flex-direction:column;height:100%;min-height:23rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s,transform .2s}.org-card:hover{border-color:#dc262659;transform:translateY(-3px)}.org-card__media{position:relative;aspect-ratio:16 / 10;background:#0a0a0a;overflow:hidden}.org-card__media:after{content:"";position:absolute;inset:0;z-index:1}.org-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.org-card__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#1a1a1a,#0a0a0a)}.org-card__placeholder-emoji{font-size:3rem;opacity:.35}.org-card__badges{position:absolute;left:.75rem;bottom:.75rem;display:flex;flex-wrap:wrap;gap:.35rem}.org-card__badge{padding:.25rem .5rem;font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:4px}.org-card__badge--legal{background:#374151f2;color:#e5e7eb}.org-card__badge--illegal{background:#7f1d1df2;color:#fecaca}.org-card__badge--active{background:#166534f2;color:#bbf7d0}.org-card__badge--closed{background:#7f1d1de6;color:#fecaca}.org-card--closed{opacity:.92}.org-card__closed-msg{font-size:.82rem;color:var(--text-muted);margin:0 0 .75rem;line-height:1.45}.org-card__btn:disabled{opacity:.55;cursor:not-allowed}.org-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem}.org-card__title{font-size:1.1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.5rem;min-height:2.6rem;display:flex;align-items:center}.org-card__desc{flex:1;color:var(--text-muted);font-size:.9rem;line-height:1.55;margin-bottom:1.25rem;min-height:4.65rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.org-card__desc--full{display:block;-webkit-line-clamp:unset;overflow:visible;min-height:4.65rem}.org-card__btn{margin-top:auto;width:100%;padding:.85rem 1rem;border-radius:8px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:background .2s,color .2s,box-shadow .2s,border-color .2s}a.org-card__btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box}.org-card__btn--primary{background:linear-gradient(135deg,var(--red) 0%,#991b1b 100%);color:#fff;border:1px solid transparent;box-shadow:0 0 20px var(--red-glow)}.org-card__btn--primary:hover{box-shadow:0 0 28px var(--red-glow)}.org-card__btn--outline{background:transparent;color:var(--red-bright);border:1px solid rgba(220,38,38,.5)}.org-card__btn--outline:hover{background:#dc26261f;color:#fff}.staff-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;padding:1rem 1.25rem;margin-bottom:2rem;background:#ffffff05;border:1px solid var(--border);border-radius:var(--radius)}.staff-strip__main{display:flex;align-items:center;gap:1rem;min-width:0;flex:1}.staff-strip__badge{flex-shrink:0;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red-bright);padding:.35rem .65rem;border:1px solid rgba(220,38,38,.35);border-radius:999px}.staff-strip__badge--open{color:#86efac;border-color:#22c55e66}.staff-strip__text{display:flex;flex-direction:column;gap:.15rem;font-size:.9rem;color:var(--text-muted);line-height:1.45}.staff-strip__text strong{color:var(--text);font-size:.95rem}.staff-strip__btn{flex-shrink:0;padding:.65rem 1.1rem;font-size:.8rem}.staff-strip__icon{width:1.1rem;height:1.1rem}.applications{position:relative}.applications__header{text-align:left;margin-bottom:0}.applications__header .section-label,.applications__header .section-title,.applications__header .section-desc{margin-inline:auto}.applications__header .section-desc{margin-bottom:0}.applications__panel{padding:1.5rem;background:#ffffff05;border:1px solid var(--border);border-radius:var(--radius)}.applications__panel+.applications__panel{margin-top:1.5rem}.applications__panel--illegal{border-color:#dc262626}.applications__group-title{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-align:left;margin-bottom:1.25rem;color:var(--text-dim)}.applications__cards{display:grid;gap:1.25rem;width:100%;align-items:stretch}.applications__cards--cols-3{grid-template-columns:1fr}@media(min-width:640px){.applications__cards--cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.applications__cards--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.applications__cards>.org-card{width:100%;min-width:0}.applications__illegal-list{display:flex;flex-direction:column;align-items:center;gap:2.5rem;width:100%;max-width:72rem;margin-inline:auto}.applications__subgroup{width:100%;display:flex;flex-direction:column;align-items:center}.applications__subgroup-title{width:100%;max-width:28rem;font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--red-bright);margin-bottom:1.25rem;padding-bottom:.65rem;border-bottom:1px solid rgba(220,38,38,.25);text-align:center}.applications__cards--illegal{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.25rem;width:100%}.applications__cards--illegal>.org-card{width:min(100%,22rem);flex:0 1 min(100%,22rem)}@media(min-width:640px){.applications__cards--illegal>.org-card{width:min(calc(50% - .625rem),22rem);flex:0 1 min(calc(50% - .625rem),22rem)}}@media(min-width:1024px){.applications__cards--illegal>.org-card{width:min(calc(33.333% - .85rem),22rem);flex:0 1 min(calc(33.333% - .85rem),22rem);max-width:360px}}.applications__note{margin-top:2rem;padding:1rem 1.25rem;text-align:center;font-size:.9rem;color:var(--text-muted);background:#00000040;border:1px dashed var(--border);border-radius:var(--radius)}.applications__note strong{color:#fff}.faq__list{display:flex;flex-direction:column;gap:.5rem;width:100%}.faq__item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-card)}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;text-align:left;font-weight:600;font-size:.95rem;color:var(--text)}.faq__chevron{width:10px;height:10px;border-right:2px solid var(--red-bright);border-bottom:2px solid var(--red-bright);transform:rotate(45deg);transition:transform .2s;flex-shrink:0}.faq__item--open .faq__chevron{transform:rotate(-135deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq__item--open .faq__answer{max-height:24rem}.faq__answer p{padding:0 1.25rem 1.25rem;color:var(--text-muted);font-size:.9rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:var(--header-h);overflow:hidden}.hero__bg{position:absolute;inset:0;background:linear-gradient(90deg,#050505f2,#05050599 45%,#050505d9),radial-gradient(ellipse 80% 60% at 20% 50%,rgba(220,38,38,.12) 0%,transparent 60%),var(--bg)}.hero__bg:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black 40%,transparent 100%)}.hero__glow{position:absolute;width:500px;height:500px;right:10%;top:30%;background:radial-gradient(circle,var(--red-glow) 0%,transparent 70%);filter:blur(60px);pointer-events:none}.hero__grid{position:relative;display:grid;gap:2rem;align-items:center;padding:3rem 0 6rem}@media(min-width:900px){.hero__grid{grid-template-columns:1fr 1.1fr;gap:3rem}}.hero__visual{display:flex;justify-content:center;order:2}@media(min-width:900px){.hero__visual{order:1;justify-content:flex-start}}.hero__media-box{position:relative;width:min(100%,420px);aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;border:1px solid var(--border);box-shadow:0 24px 80px #0009,inset 0 0 40px #dc26261a;background:#0a0a0a}.hero__media-box:after{content:"";position:absolute;inset:0;z-index:1}.hero__media{width:100%;height:100%;object-fit:cover;display:block}.hero__content{order:1}@media(min-width:900px){.hero__content{order:2}}.hero__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--red-bright);margin-bottom:1rem}.hero__title{font-family:var(--font-display);font-size:clamp(3rem,10vw,5.5rem);line-height:.95;letter-spacing:.04em;margin-bottom:1.25rem}.hero__title-accent{display:block;color:var(--red-bright);text-shadow:0 0 40px var(--red-glow),0 0 80px rgba(220,38,38,.3)}.hero__desc{color:var(--text-muted);font-size:1.05rem;max-width:32rem;margin-bottom:2rem}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem}.hero__discord-link{font-size:.9rem;font-weight:500;color:var(--text-muted);transition:color .2s}.hero__discord-link:hover{color:var(--text)}.rules__tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.rules__tab{padding:.75rem 1.25rem;border-radius:8px;font-weight:600;font-size:.85rem;color:var(--text-muted);border:1px solid var(--border);transition:all .2s}.rules__tab--active,.rules__tab:hover{color:#fff;border-color:var(--red);background:#dc262626}.rules__notice{margin-bottom:2rem;border-color:#dc26264d}.rules__notice h4{margin-bottom:.5rem;color:var(--red-bright)}.rules__notice p{color:var(--text-muted);font-size:.9rem}.rules__grid h4{font-size:.95rem;margin-bottom:.35rem}.rules__grid p{font-size:.85rem;color:var(--text-muted)}.rules-preview__cta{margin-top:2rem;display:flex;justify-content:center}.rules-banner__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem 2rem;padding:1.5rem 1.75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.rules-banner__text p{margin:.35rem 0 0;color:var(--text-muted);font-size:.925rem;max-width:32rem}.rules-banner__btn{flex-shrink:0;padding:.75rem 1.35rem;font-size:.8rem}.specialties__grid{margin-bottom:1.5rem}.specialties__card h3{font-size:1.1rem;margin-bottom:.5rem}.specialties__quote{color:var(--text-muted);font-size:.9rem;font-style:italic;margin-bottom:1rem;line-height:1.5}.specialties__card ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.specialties__card li{position:relative;padding-left:1rem;font-size:.9rem;color:var(--text-muted);line-height:1.5}.specialties__card li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--red-bright)}.specialties__notes{margin-top:1.5rem}.specialties__notes h4{font-size:.95rem;margin-bottom:.4rem}.specialties__notes p{font-size:.875rem;color:var(--text-muted);line-height:1.5}.stats{margin-top:-3rem;position:relative;z-index:2;padding-bottom:2rem}.stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;list-style:none}@media(min-width:640px){.stats__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.stats__grid{grid-template-columns:repeat(3,1fr);max-width:48rem;margin-inline:auto}}.stats__card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;padding:1.25rem .75rem;background:#121212e6;border:1px solid var(--border);border-radius:var(--radius);backdrop-filter:blur(8px)}.stats__icon{width:1.5rem;height:1.5rem;color:var(--red-bright);margin-bottom:.25rem}.stats__value{font-family:var(--font-display);font-size:2rem;letter-spacing:.04em;line-height:1}.stats__label{font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--text)}.stats__sub{font-size:.65rem;color:var(--text-dim);line-height:1.3}.stats__card--live{border-color:#4ade8040;box-shadow:0 0 20px #4ade800f}.stats__card--live .stats__icon{color:#4ade80}.rules-page{padding-top:calc(var(--header-h) + 2rem);padding-bottom:4rem}.rules-page__header{margin-bottom:2.5rem}.rules-page__back{display:inline-block;font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:1.5rem;transition:color .2s}.rules-page__back:hover{color:var(--red-bright)}.rules-page__tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.rules-page__section-head{margin-bottom:1.5rem}.rules-page__section-head h2{font-family:var(--font-display);font-size:2rem;letter-spacing:.04em;margin-bottom:.35rem}.rules-page__section-head p{color:var(--text-muted);font-size:.95rem}.rules-page__content{padding-bottom:2rem}.rules-page__gitbook{display:inline-block;margin-top:.75rem;font-size:.85rem;font-weight:600;color:var(--red-bright);transition:color .2s}.rules-page__gitbook:hover{color:#fff}.rules-page__tabs{max-height:12rem;overflow-y:auto}
