:root{--bg:#0b0d10;--fg:#e7e9ee;--muted:#9aa0aa;--accent:#7c8cff}*{box-sizing:border-box}body{background:var(--bg);color:var(--fg);margin:0;font-family:Inter,system-ui,sans-serif;line-height:1.6}a{color:var(--accent);text-decoration:none}section{max-width:1080px;margin:0 auto;padding:80px 20px}h1,h2,h3{letter-spacing:-.02em;font-weight:600}p{color:var(--muted)}
