:root{--bg:#0b0c10;--fg:#e8eaed;--muted:#9aa0a6;--accent:#4f8cff}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:var(--accent)}