:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--card:#fff;--text:#0a0a0a;--muted:#6b7280;--line:#e5e7eb;--brand:#1f7bff;--brand-hover:#195fca}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.account-shell{flex-direction:column;min-height:100vh;display:flex}.account-main{flex-direction:column;flex:1;display:flex}.account-header{border-bottom:1px solid var(--line);background:#fff}.account-header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:72rem;height:4rem;margin:0 auto;padding:0 1rem;display:flex}.account-brand{color:var(--text);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;display:inline-flex}.account-brand-icon{object-fit:cover;border-radius:.65rem}.account-nav{align-items:center;gap:1.75rem;font-size:.875rem;font-weight:500;display:none}.account-nav a{color:#334155;text-decoration:none}.account-nav a:hover{color:var(--brand)}.account-nav-active{font-weight:600;color:var(--text)!important}.account-download{background:var(--brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:.5rem 1.1rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.account-download:hover{background:var(--brand-hover)}.account-footer{border-top:1px solid var(--line);margin-top:auto}.account-footer-inner{max-width:72rem;color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto;padding:1.25rem 1rem;font-size:.875rem;display:flex}.account-footer-links{flex-wrap:wrap;gap:1rem;display:flex}.account-footer-links a{color:var(--muted);text-decoration:none}.account-footer-links a:hover{color:var(--text)}@media (min-width:768px){.account-nav{display:flex;position:absolute;left:50%;transform:translate(-50%)}.account-header-inner{position:relative}}.auth-page{flex:1;place-items:center;padding:2rem 1.5rem 3rem;display:grid}.auth-card{text-align:center;border:1px solid var(--line);background:#fff;border-radius:20px;width:100%;max-width:420px;padding:1.5rem 1.25rem;box-shadow:0 14px 30px #0f172a0f}.auth-title{letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700;line-height:1.15}.auth-subtitle{color:var(--muted);margin:10px 0 18px;font-size:1rem;line-height:1.5}.auth-actions{border:1px solid var(--line);background:#f8fafc;border-radius:16px;padding:10px;display:block}.auth-provider-btn{border:1px solid var(--line);width:100%;color:var(--text);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px 16px;font-size:.98rem;font-weight:600;transition:background .15s,transform .15s;display:inline-flex}.auth-provider-btn:hover:not(:disabled){background:#f1f5f9;transform:translateY(-1px)}.auth-provider-btn:disabled{opacity:.65;cursor:not-allowed}.auth-error{color:#b42318;margin:14px 0 0;font-size:.875rem;line-height:1.5}.auth-status{color:var(--muted);margin:14px 0 0;font-size:.875rem;line-height:1.5}
