.auth-page{min-height:80vh;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);padding:2rem 1rem}.auth-card{background:#fff;width:100%;max-width:420px;padding:2.25rem 2rem 1.75rem;border-radius:20px;box-shadow:0 4px 32px rgba(0,0,0,.09);border:1px solid #f1f5f9}.auth-logo{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.auth-logo-icon{font-size:1.6rem}.auth-logo-text{font-size:1.25rem}.auth-logo-text,.auth-title{font-weight:800;color:#0f172a;letter-spacing:-.02em}.auth-title{font-size:1.5rem;text-align:center;margin-bottom:.35rem}.auth-subtitle{font-size:.9rem;color:#64748b;text-align:center;margin-bottom:1.75rem}.auth-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:10px;padding:.7rem 1rem;font-size:.85rem;margin-bottom:1.25rem;text-align:center}.auth-options{display:flex;flex-direction:column;gap:.85rem}.auth-option-btn{display:flex;align-items:center;gap:.9rem;width:100%;padding:.85rem 1.25rem;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;font-size:.975rem;font-weight:600;color:#0f172a;cursor:pointer;transition:all .18s ease;text-align:left}.auth-option-btn:hover{border-color:#94a3b8;background:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.06)}.auth-option-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-option-btn span{flex:1 1;text-align:center}.auth-option-btn.google{border-color:#e2e8f0}.auth-option-btn.email{color:#475569}.auth-option-btn.apple{background:#000;color:#fff;border-color:#000}.auth-option-btn.apple:hover{background:#1a1a1a;border-color:#1a1a1a;box-shadow:0 4px 12px rgba(0,0,0,.2)}.auth-terms{font-size:.78rem;color:#94a3b8;text-align:center;margin-top:.5rem;line-height:1.5}.auth-terms a{color:#6366f1;text-decoration:none;font-weight:500}.auth-terms a:hover{text-decoration:underline}.auth-email-form{display:flex;flex-direction:column}.auth-back-btn{background:none;border:none;color:#6366f1;font-weight:600;font-size:.875rem;cursor:pointer;padding:0;margin-bottom:1.25rem;text-align:left;width:-moz-fit-content;width:fit-content;transition:color .15s ease}.auth-back-btn:hover{color:#4f46e5}.auth-form-group{margin-bottom:1.1rem}.auth-form-group label{display:block;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:.4rem}.auth-input{width:100%;padding:.72rem .9rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.95rem;color:#0f172a;background:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease;box-sizing:border-box}.auth-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.auth-input:disabled{background:#f3f4f6;cursor:not-allowed;color:#6b7280}.auth-hint{display:block;font-size:.75rem;color:#94a3b8;margin-top:.3rem}.auth-forgot{display:block;margin-top:.4rem;font-size:.8rem;color:#6366f1;background:none;border:none;cursor:pointer;padding:0;text-align:right;width:100%;font-weight:500}.auth-forgot:hover{text-decoration:underline}.auth-form-row{display:flex;gap:.85rem}.auth-form-row .auth-form-group{flex:1 1}.auth-mobile-group{display:flex;border:1.5px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease}.auth-mobile-group:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.auth-country-code{background:#f8fafc;padding:.72rem .85rem;border-right:1.5px solid #e2e8f0;font-size:.875rem;font-weight:600;color:#374151;white-space:nowrap;display:flex;align-items:center;gap:.3rem}.auth-mobile-group .auth-input{border:none;border-radius:0;box-shadow:none;flex:1 1}.auth-mobile-group .auth-input:focus{border:none;box-shadow:none}.auth-checkbox-label{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;color:#475569;cursor:pointer;line-height:1.4}.auth-checkbox-label input{margin-top:2px;accent-color:#6366f1;flex-shrink:0}.auth-checkbox-label a{color:#6366f1;text-decoration:none}.auth-checkbox-label a:hover{text-decoration:underline}.auth-submit-btn{width:100%;padding:.85rem;margin-top:.5rem;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px rgba(99,102,241,.3);letter-spacing:.01em}.auth-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px rgba(99,102,241,.4);filter:brightness(1.06)}.auth-submit-btn:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed;transform:none}.auth-email-sent{text-align:center;padding:1rem 0}.auth-switch{text-align:center;font-size:.875rem;color:#64748b;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #f1f5f9}.auth-switch a{color:#6366f1;font-weight:700;text-decoration:none}.auth-switch a:hover{text-decoration:underline}@media (max-width:480px){.auth-page{align-items:flex-start;padding:2rem .75rem 1rem}.auth-card{padding:1.75rem 1.25rem 1.5rem;border-radius:16px;box-shadow:0 2px 16px rgba(0,0,0,.08)}.auth-title{font-size:1.3rem}.auth-form-row{flex-direction:column;gap:0}}