:root{--bg:#0b0d12;--fg:#e7e9ee;--muted:#9aa3b2;--accent:#6ea8fe;--border:#232732}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}