@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&display=swap");@keyframes spin{to{transform:rotate(1turn)}}.auth-mobile{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(24px,env(safe-area-inset-top,24px)) 24px max(24px,env(safe-area-inset-bottom,24px));overflow-y:auto}.auth-mobile .auth-container{width:100%;max-width:380px}.auth-mobile .auth-logo{display:block;margin:0 auto 20px;height:29px}.auth-mobile h1{font-family:Figtree,sans-serif;font-size:20px;font-weight:600;color:#1a1d27;text-align:center;margin:0 0 4px}.auth-mobile .auth-subtitle{font-size:14px;color:#64748b;text-align:center;margin:0 0 24px;line-height:1.5}.auth-mobile form{display:flex;flex-direction:column;gap:16px}.auth-mobile .field-label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.auth-mobile .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-mobile .field-input::placeholder{color:#94a3b8}.auth-mobile .field-input:focus{border-color:#6467ED;box-shadow:0 0 0 3px rgba(100,103,237,.08)}.auth-mobile .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-mobile .btn-primary:hover{background:#5254d8}.auth-mobile .btn-primary:active{transform:scale(.98)}.auth-mobile .btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-mobile a{color:#6467ED;font-weight:600;text-decoration:none}.auth-mobile a:hover{color:#5254d8}.auth-mobile .password-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.auth-mobile .password-row a{font-size:13px}.auth-mobile .input-wrap{position:relative}.auth-mobile .input-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#94a3b8;cursor:pointer;background:none;border:none;padding:4px}.auth-mobile .error-box{padding:12px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:13px}.auth-mobile .footer-text{text-align:center;font-size:14px;color:#64748b;margin-top:16px}.auth-mobile .steps{display:flex;align-items:center;gap:12px;margin-bottom:24px}.auth-mobile .step{gap:8px;font-size:12px}.auth-mobile .step,.auth-mobile .step-dot{display:flex;align-items:center;font-weight:700}.auth-mobile .step-dot{width:26px;height:26px;border-radius:50%;justify-content:center;font-size:11px;border:2px solid}.auth-mobile .step-active .step-dot{background:#6467ED;color:white;border-color:#6467ED}.auth-mobile .step-done .step-dot{background:#f0fdf4;color:#22c55e;border-color:#22c55e}.auth-mobile .step-pending .step-dot{background:transparent;color:#94a3b8;border-color:#e2e5f0}.auth-mobile .step-active{color:#6467ED}.auth-mobile .step-pending{color:#94a3b8}.auth-mobile .step-done{color:#22c55e}.auth-mobile .step-line{width:32px;height:1px;background:#e2e5f0}.auth-mobile .info-bar{padding:10px 14px;background:#f0f0ff;border:1px solid #e0e0ff;border-radius:10px;font-size:13px;color:#64748b}.auth-mobile .info-bar strong{color:#6467ED}.auth-mobile .valid{color:#22c55e;font-size:12px;margin-top:4px}.auth-mobile .invalid{color:#dc2626;font-size:12px;margin-top:4px}.auth-mobile .success-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.auth-desktop{min-height:100vh;display:flex;font-family:Figtree,sans-serif;color:#e2e8f0;overflow:hidden;background:#161929}.auth-desktop .brand-panel{width:45%;background:#161929;display:flex;flex-direction:column;justify-content:center;padding:64px;position:relative;z-index:2}.auth-desktop .brand-panel h2{font-size:40px;line-height:1.1;font-weight:700;color:#ffffff;margin-bottom:24px}.auth-desktop .brand-panel p{font-size:17px;color:#94a3b8;line-height:1.7;margin-bottom:40px;max-width:420px}.auth-desktop .brand-panel .divider{width:48px;height:2px;background:#475569}.auth-desktop .image-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;background-image:url(https://images.unsplash.com/photo-1552152370-fb05b25ff17d?auto=format&fit=crop&q=80);background-size:cover;background-position:50%;overflow-y:auto}.auth-desktop .login-card{background:rgba(28,31,36,.65);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:36px;width:100%;max-width:480px;box-shadow:0 25px 60px rgba(0,0,0,.4)}.auth-desktop .login-card form{display:flex;flex-direction:column;gap:16px}.auth-desktop .login-card .auth-logo{display:block;margin:0 auto 22px;height:37px}.auth-desktop .login-card h1{font-family:Figtree,sans-serif;font-size:22px;font-weight:600;color:#ffffff;text-align:center;margin:0 0 3px}.auth-desktop .login-card .auth-subtitle{font-size:14px;color:#94a3b8;text-align:center;margin:0 0 18px;line-height:1.5}.auth-desktop .field-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffff;margin-bottom:8px}.auth-desktop .field-input{width:100%;padding:12px 16px;border-radius:10px;background:#171a1f;border:1px solid #334155;color:#f1f5f9;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s;box-sizing:border-box}.auth-desktop .field-input::placeholder{color:#64748b}.auth-desktop .field-input:focus{border-color:#6467ED;box-shadow:0 0 0 3px rgba(100,103,237,.15)}.auth-desktop .btn-primary{width:100%;padding:14px;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;box-shadow:0 4px 16px rgba(0,0,0,.2)}.auth-desktop .btn-primary:hover{background:#5254d8}.auth-desktop .btn-primary:active{transform:scale(.98)}.auth-desktop .btn-primary:disabled{opacity:.7;cursor:not-allowed}.auth-desktop a{color:#6467ED;font-weight:600;text-decoration:none}.auth-desktop a:hover{color:#8b8ff5}.auth-desktop .password-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.auth-desktop .password-row a{font-size:12px}.auth-desktop .input-wrap{position:relative}.auth-desktop .input-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#475569;cursor:pointer;background:none;border:none;padding:4px}.auth-desktop .error-box{padding:12px;background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#f87171;font-size:13px}.auth-desktop .footer-text{text-align:center;font-size:14px;color:rgba(255,255,255,.6);margin-top:18px}.auth-desktop .steps{display:flex;align-items:center;gap:12px;margin-bottom:24px}.auth-desktop .step{gap:8px;font-size:12px}.auth-desktop .step,.auth-desktop .step-dot{display:flex;align-items:center;font-weight:700}.auth-desktop .step-dot{width:26px;height:26px;border-radius:50%;justify-content:center;font-size:11px;border:2px solid}.auth-desktop .step-active .step-dot{background:#6467ED;color:white;border-color:#6467ED}.auth-desktop .step-done .step-dot{background:rgba(34,197,94,.1);color:#22c55e;border-color:#22c55e}.auth-desktop .step-pending .step-dot{background:transparent;color:#64748b;border-color:#475569}.auth-desktop .step-active{color:#6467ED}.auth-desktop .step-pending{color:#64748b}.auth-desktop .step-done{color:#22c55e}.auth-desktop .step-line{width:32px;height:1px;background:#475569}.auth-desktop .info-bar{padding:10px 14px;background:rgba(100,103,237,.1);border:1px solid rgba(100,103,237,.2);border-radius:10px;font-size:13px;color:#94a3b8}.auth-desktop .info-bar strong{color:#6467ED}.auth-desktop .valid{color:#22c55e;font-size:12px;margin-top:4px}.auth-desktop .invalid{color:#f87171;font-size:12px;margin-top:4px}.auth-desktop .success-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}