:root{--background:#fff;--foreground:#171717;--muted:#6b7280;--border:#e5e7eb;--accent:#2563eb;--ok:#16a34a;--error:#dc2626}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--muted:#9ca3af;--border:#262626;--accent:#60a5fa;--ok:#4ade80;--error:#f87171}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw}body{min-height:100dvh;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{color:var(--accent);text-decoration:none}
