:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--background:#fff;--foreground:#171717;--muted:#737373;--border:#e5e5e5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--background:#0a0a0a;--foreground:#ededed;--muted:#a3a3a3;--border:#262626}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;min-height:100vh}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}main{max-width:40rem;margin:0 auto;padding:3rem 1.5rem}h1{letter-spacing:-.02em;font-size:1.75rem;font-weight:600}p{color:var(--muted);margin-top:.75rem}code{background:var(--border);border-radius:.25rem;padding:.125rem .375rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875em}ul{margin-top:1rem;padding-left:1.25rem}li+li{margin-top:.375rem}a{color:inherit}.nav-links,.auth-form{margin-top:1.5rem}.auth-form .field{margin-top:1rem}.auth-form label{margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.auth-form input{background:var(--background);border:1px solid var(--border);color:var(--foreground);font:inherit;border-radius:.375rem;width:100%;padding:.5rem .75rem;display:block}.auth-form .hint{color:var(--muted);margin-top:.375rem;font-size:.8125rem}.auth-form .actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.auth-form button,main form button{background:var(--foreground);color:var(--background);cursor:pointer;font:inherit;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:500}.auth-form button:disabled,main form button:disabled{cursor:not-allowed;opacity:.6}.auth-error{color:#b91c1c;background:#b91c1c1f;border:1px solid #b91c1c59;border-radius:.375rem;margin-top:1rem;padding:.75rem}.auth-info{color:var(--foreground);background:#2563eb1a;border:1px solid #2563eb4d;border-radius:.375rem;margin-top:1rem;padding:.75rem}.oauth-scope-list{margin:.75rem 0 0 1.25rem}.oauth-scope-list li{margin-top:.35rem}.button-secondary{border:1px solid var(--border)!important;color:var(--foreground)!important;background:0 0!important}main h2{margin-top:1.25rem;font-size:1.05rem;font-weight:600}main .hint{color:var(--muted);margin-top:1rem;font-size:.875rem}@media (prefers-color-scheme:dark){.auth-error{color:#fca5a5}}main form{margin-top:1.25rem}
