:root{--bg:#0f1117;--surface:#171a23;--surface-2:#1e222d;--fg:#e7e9ee;--muted:#9aa1b1;--border:#2a2f3a;--accent:#6d84ff;--accent-strong:#4d67ff;--danger:#f0616d;--gold:#e5a000}@media (prefers-color-scheme:light){:root{--bg:#f6f7fb;--surface:#ffffff;--surface-2:#f0f2f7;--fg:#1a1d26;--muted:#5b6472;--border:#e2e6ee;--accent:#4d67ff;--accent-strong:#3b53e0;--danger:#d63d49;--gold:#b7810a}}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit}