:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;height:100%;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:inherit}.page{width:100%;max-width:32rem;margin:0 auto;padding:1.5rem}.page h1{margin-bottom:1rem;font-size:1.5rem}.page form{flex-direction:column;gap:.75rem;display:flex}.page label{font-size:.875rem}.page input,.page button{font:inherit;border:1px solid;border-radius:.375rem;padding:.625rem .75rem}.page button{cursor:pointer}.page button:disabled{opacity:.6;cursor:not-allowed}.page [role=status],.page [role=alert]{font-size:.875rem}
