:root{--bg:#0b0f17;--bg-soft:#0f141f;--surface:#151b28;--surface-2:#1b2233;--border:#2a2f3c;--border-strong:#4a4130;--heading:#f5f0e6;--text:#d5cfc2;--text-dim:#9a9485;--text-faint:#6e6959;--brand:#d4a843;--brand-2:#f0c96a;--accent:#d4a843;--accent-strong:#f0c96a;--accent-quiet:rgba(212,168,67,.12);--on-accent:#191308;--danger:#f87171;--ok:#4ade80;--warn:#fbbf24;--radius:16px;--radius-sm:10px;--radius-pill:999px;--maxw:1080px;--maxw-narrow:440px;--shadow:0 18px 40px -24px rgba(0,0,0,.8);--font-sans:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.55}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{color:var(--heading);line-height:1.2;letter-spacing:-.01em}::selection{background:var(--accent-quiet);color:var(--heading)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--radius-pill)}