:root{--brand:#f70a1d;--brand-hover:#d40000;--brand-soft:#ff4655;--brand-glow:rgba(255,45,45,.6);--online:#00ff66;--count:#fa4646;--text:#ffffff;--text-muted:#9ca3af;--text-dim:rgba(255,255,255,.7);--surface:#111315;--surface-2:#181b1f;--surface-3:#20242a;--line:rgba(255,255,255,.08);--line-strong:#24272b;--scroll-track:#0b1622;--scroll-thumb:#1b2533;--panel-bg:#0b1622;--panel-card:#1b2533;--panel-item:#0f1a26;--tag-bg:#ff2d2d;--spec-min:#ffc107;--spec-rec:#00e676;--navbar-bg:rgba(8,14,22,.92);--auth-bg:#0d1117;--auth-panel:#0e141b;--auth-field:#1e293b;--auth-accent:#ef4444;--auth-accent-hover:#d03030;--app-bg:#0e141b;--app-surface:#1c1f26;--app-surface-2:#1f2937;--app-accent:#ef4444;--overlay-top:rgba(0,0,0,.65);--overlay-bottom:rgba(0,0,0,.85);--radius-sm:8px;--radius:10px;--radius-lg:14px;--radius-xl:18px;--radius-2xl:24px;--ease:cubic-bezier(.2,.8,.2,1);--speed:.25s;--navbar-height:88px;--content-max:1150px}#page-loader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.75);opacity:0;pointer-events:none;transition:opacity .16s ease-in-out}#page-loader.active{opacity:1;pointer-events:all}.loader{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#ef4444;border-radius:50%;animation:spin .5s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){#page-loader{transition:none}.loader{animation-duration:1.5s}}