:root{--bg:#050e13;--surface:#12212a;--surface-2:#0d1f28;--border:#1d343f;--border-strong:#385e72;--text:#e3ebee;--text-2:#8a99a0;--text-3:#6e8088;--score:#d3dbde;--accent:#1b8da6;--accent-hi:#2fa6c0;--accent-press:#157489;--accent-soft:#12333f;--on-accent:#fff;--gold:#eeae2e;--gold-hi:#f6c66e;--star-empty:#2a3e48;--danger:#e4694a;--good:#4ade80;--good-soft:#143026;--media-games:#56b4e9;--media-shows:#cc79a7;--media-movies:#d55e00;--focus-ring:#45b7cc}
:root{--text-display:46px;--text-h1:30px;--text-h2:22px;--text-body:15px;--text-caption:12.5px;--text-mono:15px;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--lh-tight:1.02;--lh-heading:1.1;--lh-body:1.55}
:root{--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-pill:24px}
:root{--elev-flat:none;--elev-raised:0 8px 20px -10px #000000b3;--elev-card:0 12px 30px -14px #000000b3;--elev-overlay:0 24px 50px -20px #000000e6}
*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:var(--text-body);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}*{scrollbar-width:thin;scrollbar-color:#4b565d var(--surface-2)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface-2)}::-webkit-scrollbar-thumb{background:#4b565d;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#5e6a71}a{color:var(--accent);text-decoration:none}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}