:root{--bg:#0b0d10;--fg:#f4f4f5;--muted:#9aa0a6;--accent:#4f7cff}*{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;font-size:16px;line-height:1.5}a{color:var(--accent)}