:root{--background:#fff;--foreground:#111;--muted:#666}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--muted:#a1a1a1}}*{box-sizing:border-box}html,body{max-width:100vw;margin:0;padding:0;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:system-ui,-apple-system,Segoe UI,roboto,helvetica,arial,sans-serif}a{color:inherit;text-decoration:none}
