:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;--bg: #ffffff;--surface: #f6f7f9;--text: #0f172a;--muted: #475569;--border: #e2e8f0;--link: #2563eb;--link-hover: #1d4ed8;--focus: #2563eb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){:root{--bg: #0b1220;--surface: #111a2e;--text: #e5e7eb;--muted: #a3aab8;--border: #26324a;--link: #60a5fa;--link-hover: #93c5fd;--focus: #60a5fa}}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text)}#app{max-width:960px;margin:0 auto;padding:48px 20px}h1,h2,h3{margin:0 0 12px;line-height:1.2}p{margin:0 0 16px;color:var(--muted)}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover);text-decoration:underline}hr{border:0;border-top:1px solid var(--border);margin:24px 0}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px}button{font:inherit;border-radius:10px;padding:10px 14px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid color-mix(in oklab,var(--focus) 55%,transparent);outline-offset:2px}:root{--auth-max-width: 440px;--auth-gap: 14px}.auth-shell{max-width:var(--auth-max-width);margin:0 auto;display:flex;flex-direction:column;gap:var(--auth-gap);min-height:calc(100vh - 96px);justify-content:center}.auth-head{text-align:left}.auth-shell h1,.auth-shell p{margin:0}.auth-shell p{color:var(--muted)}.auth-embed{width:100%}.auth-embed>*{width:100%}.auth-back-btn{width:100%}
