.auth-page{background:var(--tp-bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;font-family:Satoshi,system-ui,sans-serif;display:flex}.auth-logo{color:var(--tp-text);letter-spacing:-.02em;align-items:center;gap:.6rem;margin-bottom:2.5rem;font-size:1.15rem;font-weight:800;text-decoration:none;display:flex}.auth-card{background:var(--tp-surface);border:1px solid var(--tp-border);border-radius:16px;width:100%;max-width:420px;padding:2.25rem 2rem}.auth-card h1{color:var(--tp-text);letter-spacing:-.04em;margin-bottom:.4rem;font-size:1.6rem;font-weight:900}.auth-card .auth-subtitle{color:var(--tp-text-muted);margin-bottom:2rem;font-size:.9rem;line-height:1.5}.auth-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--tp-text-muted);font-size:.82rem;font-weight:600}.form-input{background:var(--tp-surface-2);border:1px solid var(--tp-border);color:var(--tp-text);border-radius:9px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-input:focus{border-color:var(--tp-gold)}.form-input::placeholder{color:var(--tp-text-muted)}.form-input.error{border-color:#e53e3e}.auth-submit-btn{background:var(--tp-gold);color:var(--tp-bg);cursor:pointer;letter-spacing:-.01em;border:none;border-radius:9px;margin-top:.5rem;padding:.875rem;font-family:inherit;font-size:1rem;font-weight:900;transition:background .2s,opacity .2s}.auth-submit-btn:hover:not(:disabled){background:var(--tp-gold-hover)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:#fc8181;background:#e53e3e1a;border:1px solid #e53e3e4d;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.auth-success{color:#68d391;background:#38a1691a;border:1px solid #38a1694d;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.auth-divider{color:var(--tp-border);align-items:center;gap:.75rem;margin:.5rem 0;font-size:.78rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--tp-border);flex:1;height:1px}.auth-footer{text-align:center;color:var(--tp-text-muted);margin-top:1.5rem;font-size:.85rem}.auth-footer a{color:var(--tp-gold);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-footer-links{justify-content:space-between;margin-top:1rem;font-size:.82rem;display:flex}.auth-footer-links a{color:var(--tp-text-muted);text-decoration:none;transition:color .2s}.auth-footer-links a:hover{color:var(--tp-gold)}.password-hint{color:var(--tp-text-muted);margin-top:.1rem;font-size:.75rem}.btn-spinner{border:2px solid #0000004d;border-top-color:var(--tp-bg);vertical-align:middle;border-radius:50%;width:14px;height:14px;margin-right:.5rem;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}
