.auth-page{max-width:520px;margin:2.5rem auto 3.5rem}.auth-title{margin:0 0 1.2rem;font-size:2rem;font-weight:700;color:#0f172a}@media(min-width:900px){.auth-page{max-width:560px}}.auth-card{background:#ffffff;border-radius:18px;border:1px solid #e5e7eb;padding:1.8rem 1.9rem 2.1rem;box-shadow:0 18px 40px rgba(15,23,42,0.06)}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-card .field{margin-bottom:0.15rem}.auth-card .field label{display:block;font-weight:600;margin-bottom:0.25rem;color:#111827;font-size:0.95rem}.auth-card input[type="email"],.auth-card input[type="password"],.auth-card input[type="text"],.auth-card input[type="number"],.auth-card select{width:100%;border-radius:12px;border:1px solid #e5e7eb;padding:0.6rem 0.8rem;font:inherit;box-sizing:border-box;background:#ffffff;color:#111827;transition:border-color 0.16s ease,box-shadow 0.16s ease,background 0.16s ease,transform 0.08s ease}.auth-card input::placeholder{color:#9ca3af}.auth-card input:focus,.auth-card select:focus{outline:none;border-color:#d81b60;background:#ffffff;transform:translateY(-1px)}.field-error{margin-top:0.25rem;font-size:0.85rem;color:#b91c1c}.has-error label{color:#b91c1c}.has-error input,.has-error select{border-color:#f97373}.auth-actions{margin-top:0.6rem;display:flex;justify-content:center}.auth-submit-btn,.btn-register{min-width:220px}.auth-submit-btn,.btn-register{font-size:1rem}.auth-links{display:flex;justify-content:flex-end;margin-top:0.25rem}.forgot-link{font-size:0.9rem;color:#2563eb;text-decoration:none}.forgot-link:hover{text-decoration:underline}.register-hint,.auth-back-link{margin-top:1.1rem;font-size:0.95rem;text-align:center}.register-hint a,.auth-back-link a{color:#2563eb;text-decoration:none}.register-hint a:hover,.auth-back-link a:hover{text-decoration:underline}.req-note{margin:0.1rem 0 0.4rem;font-size:0.85rem;color:#6b7280}.auth-alert{margin-bottom:1.1rem;padding:0.75rem 0.9rem;border-radius:12px;font-size:0.95rem;display:flex;align-items:center;gap:0.4rem}.auth-alert-error{background:#fee2e2;border:1px solid #fecaca;color:#b91c1c}.auth-alert-success{background:#ecfdf3;border:1px solid #bbf7d0;color:#166534}.auth-alert-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.msg.info{@apply:none}.msg.info{margin-bottom:1.1rem;padding:0.75rem 0.9rem;border-radius:12px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:0.95rem}@media(max-width:640px){.auth-page{margin-top:1.8rem}.auth-card{padding:1.4rem 1.3rem 1.7rem}}
.auth-social{display:flex;justify-content:center;margin-bottom:1rem}.auth-divider{display:flex;align-items:center;gap:.8rem;margin:1rem 0;color:#6b7280;font-size:.85rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}
.auth-google-terms {
  margin: 0.65rem 0 1rem;
  font-size: 0.85rem;
  line-height: 1.45;
  color: #64748b;
  text-align: center;
}

.auth-google-terms a {
  color: #2563eb;
  text-decoration: none;
}

.auth-google-terms a:hover {
  text-decoration: underline;
}
