:root{--bg:#0b0e14;--surface:#11151f;--border:#232a3a;--text:#f2f5fa;--muted:#9aa4bc;--accent:#4f7cff}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}