.auth-root{min-height:100vh;display:flex;flex-direction:column}.auth-top{display:flex;justify-content:center;padding:26px 0 0}.auth-top .brand{display:flex;align-items:center;gap:9px}.auth-top .brand-mark{display:inline-flex;align-items:center}.auth-top .brand-mark img{display:block;width:32px;height:32px}.auth-top .brand-name{font-family:var(--font-display);font-weight:700;letter-spacing:.24em;font-size:16px}.auth-stage{flex:1;display:flex;align-items:center;justify-content:center;padding:30px 20px}.auth-card{width:100%;max-width:400px;position:relative}.auth-glow{position:absolute;top:-70px;left:50%;transform:translateX(-50%);width:340px;height:240px;background:radial-gradient(circle,rgba(255,176,32,.13),transparent 62%);pointer-events:none}.auth-eyebrow{font-family:var(--font-mono);font-size:11.5px;letter-spacing:.16em;color:var(--amber-dim);margin:0 0 10px;text-align:center}.auth-h1{font-size:28px;font-weight:700;text-align:center;margin-bottom:8px}.auth-lead{color:var(--muted);font-size:15px;text-align:center;margin:0 0 26px;line-height:1.6}.auth-form{display:flex;flex-direction:column;gap:16px;background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:24px;position:relative}.auth-foot{text-align:center;margin-top:20px;font-size:14px;color:var(--muted)}.auth-foot a{color:var(--amber);font-weight:600}.auth-foot a:hover{text-decoration:underline}.auth-forgot{text-align:right;font-size:13.5px;color:var(--muted)}.auth-forgot a{color:var(--blue)}.auth-forgot a:hover{text-decoration:underline}.google-btn{margin-bottom:18px}.auth-divider{display:flex;align-items:center;gap:12px;margin:0 0 18px;color:var(--muted);font-size:12.5px}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:var(--line)}