.auth-page{background:var(--bg-2)}.auth-layout{max-width:1000px;min-height:calc(100vh - 72px);padding:72px 32px;display:grid;grid-template-columns:420px 1fr;gap:80px;align-items:center;margin:auto}.auth-card{padding:36px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 40px rgba(37,99,235,.06)}.auth-logo{width:64px;height:64px;object-fit:contain;display:block;margin-bottom:18px;filter:drop-shadow(0 8px 16px rgba(37,99,235,.2))}.auth-card h1{font-size:26px;margin:0 0 8px}.auth-intro{font-size:14px;color:var(--ink-3);margin:0 0 26px}.auth-tabs{display:flex;padding:3px;gap:3px;border-radius:9px;background:var(--gray-soft);margin-bottom:24px}.auth-tabs button{flex:1;background:transparent;border-color:transparent;font-size:13px;color:var(--ink-3);border-radius:7px;padding:8px}.auth-tabs button:hover{background:transparent;color:var(--ink)}.auth-tabs button[aria-pressed=true]{background:#fff;color:var(--ink);font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.08)}.auth-card input{font-size:14px;height:44px;border-radius:9px}.auth-card label:not(:first-child){margin-top:20px}.code-row{display:flex;gap:10px}.code-row input{min-width:0;flex:1}.code-row button{font-size:12px;white-space:nowrap;min-width:108px;border-radius:9px}#auth-status{min-height:40px;font-size:12px;color:var(--blue-text);margin:14px 0 8px}#auth-status.error{color:var(--red)}.auth-submit{width:100%;height:46px;border-radius:9px}.auth-footnote{color:var(--ink-4);text-align:center;font-size:11px;margin:18px 0 0}.auth-decoration{color:var(--blue-text)}.auth-decoration>span{font-size:12px;font-weight:700;letter-spacing:3px}.auth-decoration p{font-size:40px;font-weight:600;line-height:1.55;letter-spacing:-.8px;color:var(--ink)}.route-line{width:160px;height:80px;border-top:2px solid #93c5fd;border-right:2px solid #93c5fd;border-radius:0 90px 0 0;transform:rotate(-18deg)}.account-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:var(--ink-2)}.topbar #logout{font-size:12px;white-space:nowrap}@media(max-width:800px){.auth-layout{grid-template-columns:minmax(0,420px);justify-content:center;padding:40px 20px;gap:0}.auth-decoration{display:none}.auth-card{padding:28px}.account-name{max-width:120px}.topbar{gap:12px}}
@media(max-width:640px){.console .topbar{height:auto;min-height:72px;flex-wrap:wrap;padding:12px 20px;gap:10px}.console .topbar .model-badge{display:none}.console .topbar .account-name{margin-left:auto;max-width:100px}.console .topbar .main-tabs{order:3;flex-basis:100%;justify-content:center}.console .topbar #logout{padding:8px 10px}}
