/* Minimal styling for the starter */
:root{--bg:#0f172a;--fg:#e5e7eb;--muted:#94a3b8;--card:#111827;--accent:#22d3ee}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif;background:linear-gradient(120deg,#0f172a,#0b1220);color:var(--fg)}
.container{max-width:860px;margin:0 auto;padding:2rem}
h1{font-weight:800;letter-spacing:-.02em;margin:.5rem 0 1rem}
h2{margin:0 0 .5rem;font-weight:700}
p,li{color:var(--fg)}
em{color:var(--accent);font-style:normal}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:1rem 1.25rem;margin:1rem 0;backdrop-filter: blur(6px)}
code{background:rgba(255,255,255,.08);padding:.2rem .4rem;border-radius:6px}
.center{display:grid;place-items:center;min-height:100vh;text-align:center}
footer{margin-top:2rem;color:var(--muted)}
