:root{--bg:#08090d;--surface:#10131a;--surface-elevated:#181c26;--surface-hover:#1e2230;--border:#2a2e3a;--border-subtle:#1e2230;--gold:#c9a84c;--gold-dim:#9a7d33;--gold-bright:#e5c968;--gold-glow:#c9a84c30;--gold-subtle:#c9a84c15;--text:#e8e6e1;--text-secondary:#8a8a8e;--text-muted:#5a5a5e;--font-data:"DM Mono", "SF Mono", monospace;--font-narrative:"Source Serif 4", "Source Serif Pro", Georgia, serif;--ease-cinematic:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font-data);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:1.5}::selection{background:var(--gold-glow);color:var(--gold-bright)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold-dim)}a{color:var(--gold);text-decoration:none}a:hover{color:var(--gold-bright)}
