@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--background:#f8fafc;--foreground:#0f172a;--muted:#64748b;--border:#e2e8f0;--primary:#1e40af}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:var(--background);color:var(--foreground);line-height:1.5;min-height:100vh}main{max-width:72rem;margin:0 auto;padding:2rem 1.5rem}h1{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}p{color:var(--muted)}.card{margin-top:1.5rem;padding:1.25rem;background:#fff;border:1px solid var(--border);border-radius:.5rem}