:root{--accent:#4f46e5;--background:#ffffff;--foreground:#111827;--muted:#6b7280;--border:#e5e7eb}@media (prefers-color-scheme:dark){:root{--background:#0b0b0f;--foreground:#f4f4f5;--muted:#a1a1aa;--border:#26262b}}*,:after,:before{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3{line-height:1.2;text-wrap:balance}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}