:root{--fg:#1a1a1a;--bg:#ffffff;--accent:#2563eb}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--fg);background:var(--bg);line-height:1.6}main{max-width:48rem;margin:0 auto;padding:2rem 1rem}a{color:var(--accent)}