:root{--bg:#0b0d10;--fg:#e7ecf1;--accent:#f5b949;--muted:#9aa3ad;--surface:#151a20;--border:#232a33}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,system-ui,Inter,Segoe UI,sans-serif;font-size:15px;line-height:1.55}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input{font:inherit}