@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&family=Syne:wght@400;500;600;700;800&display=swap");.auth-page{min-height:100vh;min-height:100dvh;display:flex;align-items:flex-start;justify-content:center;font-family:Figtree,sans-serif;background:#ffffff;color:#1a1d27;padding:max(48px,env(safe-area-inset-top,48px)) 24px max(40px,env(safe-area-inset-bottom,40px));overflow-y:auto}.auth-page .auth-container{width:100%;max-width:380px}.auth-page .auth-logo{display:block;margin:0 auto 32px;height:36px}.auth-page h1{font-family:Figtree,sans-serif;font-size:22px;font-weight:700;color:#1a1d27;text-align:center;margin:0 0 6px}.auth-page .auth-subtitle{font-size:14px;color:#64748b;text-align:center;margin:0 0 32px;line-height:1.5}.auth-page form{display:flex;flex-direction:column;gap:20px}.auth-page .field-label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.auth-page .field-input{width:100%;padding:12px 14px;border-radius:10px;background:#f8f9fb;border:1px solid #e2e5f0;color:#1a1d27;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s;box-sizing:border-box}.auth-page .field-input::placeholder{color:#94a3b8}.auth-page .field-input:focus{border-color:#6467ED;box-shadow:0 0 0 3px rgba(100,103,237,.08)}.auth-page .btn-primary{width:100%;padding:13px;border:none;border-radius:10px;background:#6467ED;color:#ffffff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:8px}.auth-page .btn-primary:hover{background:#5254d8}.auth-page .btn-primary:active{transform:scale(.98)}.auth-page .btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-page .btn-google{width:100%;padding:12px;border-radius:10px;background:#ffffff;border:1px solid #e2e5f0;color:#374151;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .15s,border-color .15s}.auth-page .btn-google:hover{background:#f8f9fb;border-color:#cbd5e1}.auth-page .separator{display:flex;align-items:center;gap:14px;margin:4px 0}.auth-page .separator .line{flex:1;height:1px;background:#e2e5f0}.auth-page .separator span{font-size:12px;color:#94a3b8;font-weight:500;text-transform:uppercase}.auth-page a{color:#6467ED;font-weight:600;text-decoration:none}.auth-page a:hover{color:#5254d8}.auth-page .password-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.auth-page .password-row a{font-size:13px}.auth-page .input-wrap{position:relative}.auth-page .input-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#94a3b8;cursor:pointer;background:none;border:none;padding:4px}.auth-page .error-box{padding:12px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:13px}.auth-page .footer-text{text-align:center;font-size:14px;color:#64748b;margin-top:24px}.auth-page .steps{display:flex;align-items:center;gap:12px;margin-bottom:24px}.auth-page .step{gap:8px;font-size:12px}.auth-page .step,.auth-page .step-dot{display:flex;align-items:center;font-weight:700}.auth-page .step-dot{width:26px;height:26px;border-radius:50%;justify-content:center;font-size:11px;border:2px solid}.auth-page .step-active .step-dot{background:#6467ED;color:white;border-color:#6467ED}.auth-page .step-done .step-dot{background:#f0fdf4;color:#22c55e;border-color:#22c55e}.auth-page .step-pending .step-dot{background:transparent;color:#94a3b8;border-color:#e2e5f0}.auth-page .step-active{color:#6467ED}.auth-page .step-pending{color:#94a3b8}.auth-page .step-done{color:#22c55e}.auth-page .step-line{width:32px;height:1px;background:#e2e5f0}.auth-page .info-bar{padding:10px 14px;background:#f0f0ff;border:1px solid #e0e0ff;border-radius:10px;font-size:13px;color:#64748b}.auth-page .info-bar strong{color:#6467ED}.auth-page .valid{color:#22c55e;font-size:12px;margin-top:4px}.auth-page .invalid{color:#dc2626;font-size:12px;margin-top:4px}.auth-page .success-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}@keyframes spin{to{transform:rotate(1turn)}}