.auth-page{--auth-bg:#fafaf7;--auth-surface:#fff;--auth-text:#1c2333;--auth-text-muted:#6b7a8e;--auth-text-faint:#9ba8b8;--auth-border:#e5e1d9;--auth-border-2:#d5d0c8;--auth-accent:#d97757;--auth-accent-hover:#c5684a;--auth-accent-soft:#d9775714;--auth-fh:var(--font-space-grotesk), "Space Grotesk", system-ui, sans-serif;--auth-fb:var(--font-dm-sans), "DM Sans", system-ui, sans-serif;background:var(--auth-bg);min-height:100svh;font-family:var(--auth-fb);color:var(--auth-text);-webkit-font-smoothing:antialiased;flex-direction:column;display:flex}.auth-nav{border-bottom:1px solid var(--auth-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fafaf7e0;flex-shrink:0;align-items:center;height:64px;padding:0 32px;display:flex}.auth-nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1140px;margin:0 auto;display:flex}.auth-logo{font-family:var(--auth-fh);color:var(--auth-text);letter-spacing:-.02em;font-size:20px;font-weight:700;text-decoration:none}.auth-logo:hover{opacity:.8}.auth-back{color:var(--auth-text-muted);font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.auth-back:hover{color:var(--auth-text)}.auth-main{flex:1;justify-content:center;align-items:center;padding:48px 20px;display:flex}.auth-card{background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:16px;width:100%;max-width:400px;padding:36px 32px;box-shadow:0 4px 24px #141c2b0f,0 1px 3px #141c2b0a}.auth-title{font-family:var(--auth-fh);color:var(--auth-text);letter-spacing:-.02em;margin-bottom:6px;font-size:24px;font-weight:700}.auth-sub{color:var(--auth-text-muted);margin-bottom:28px;font-size:14.5px;line-height:1.5}.auth-link{color:var(--auth-accent);font-weight:500;text-decoration:none}.auth-link:hover{text-underline-offset:2px;text-decoration:underline}.auth-info{background:var(--auth-bg);border:1px solid var(--auth-border);border-radius:10px;margin-bottom:20px;padding:12px 14px}.auth-info-title{font-family:var(--auth-fh);color:var(--auth-text);margin-bottom:3px;font-size:13.5px;font-weight:600}.auth-info-body{color:var(--auth-text-muted);font-size:12.5px;line-height:1.5}.auth-field{margin-bottom:16px}.auth-label-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.auth-label{font-family:var(--auth-fh);color:var(--auth-text);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.auth-label-row .auth-label{margin-bottom:0}.auth-input{width:100%;font-family:var(--auth-fb);color:var(--auth-text);background:var(--auth-bg);border:1.5px solid var(--auth-border);appearance:none;border-radius:9px;outline:none;padding:11px 13px;font-size:15px;transition:border-color .15s,box-shadow .15s}.auth-input::placeholder{color:var(--auth-text-faint)}.auth-input:focus{border-color:var(--auth-accent);box-shadow:0 0 0 3px var(--auth-accent-soft);background:var(--auth-surface)}.auth-input:disabled{opacity:.55;cursor:not-allowed}.auth-input-mono{letter-spacing:.08em;text-transform:uppercase;font-family:ui-monospace,Cascadia Code,Courier New,monospace}.auth-hint{color:var(--auth-text-faint);margin-top:5px;font-size:12px;line-height:1.4}.auth-btn{width:100%;font-family:var(--auth-fh);color:#fff;background:var(--auth-accent);cursor:pointer;border:none;border-radius:10px;margin-top:4px;padding:13px;font-size:15.5px;font-weight:600;transition:background .2s,transform .14s,box-shadow .14s}.auth-btn:hover:not(:disabled){background:var(--auth-accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #d977574d}.auth-btn:active:not(:disabled){transform:translateY(0)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:#c53030;background:#dc26260d;border:1px solid #dc262626;border-radius:8px;margin-bottom:12px;padding:10px 14px;font-size:14px;line-height:1.5}.auth-success{text-align:center;padding:8px 0}.auth-success-icon{background:var(--auth-accent-soft);width:56px;height:56px;color:var(--auth-accent);border:1px solid #d977572e;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.auth-success-title{font-family:var(--auth-fh);color:var(--auth-text);letter-spacing:-.01em;margin-bottom:10px;font-size:18px;font-weight:700}.auth-success-body{color:var(--auth-text-muted);max-width:300px;margin:0 auto 20px;font-size:14.5px;line-height:1.6}.auth-success-back{color:var(--auth-accent);font-size:14px;font-weight:500;text-decoration:none}.auth-success-back:hover{text-underline-offset:2px;text-decoration:underline}.auth-terms{color:var(--auth-text-faint);text-align:center;margin-top:16px;font-size:12px;line-height:1.6}.auth-terms a{color:var(--auth-text-muted);text-underline-offset:2px;text-decoration:underline}.auth-terms a:hover{color:var(--auth-text)}.auth-foot{border-top:1px solid var(--auth-border);text-align:center;color:var(--auth-text-faint);flex-shrink:0;padding:16px 20px;font-size:13px}@media (max-width:480px){.auth-nav{padding:0 20px}.auth-card{border-radius:12px;padding:28px 20px}.auth-title{font-size:22px}.auth-main{align-items:flex-start;padding:40px 16px 32px}}