:root{--bg:#0a0a0a;--fg:#ededed}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--fg);min-height:100vh;display:flex;align-items:center;justify-content:center}a{color:#3b82f6;text-decoration:none}a:hover{text-decoration:underline}