#mainwindow_appStart{background:#0c0c0c;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#e5e5e5!important;padding:20px}.getStartedContainer{width:100%;display:flex;justify-content:center;align-items:center}.formContainer{width:100%;max-width:460px;background:#141414;border:1px solid #242424;border-radius:12px;padding:48px 40px;box-shadow:0 4px 16px #00000059;color:#e5e5e5!important}.formCard h2{font-size:26px;font-weight:700;color:#fff;margin-bottom:28px;letter-spacing:-.3px}.stepLabel{color:#b0b0b0;font-size:14px;margin-bottom:14px;text-align:left}.inputGroup{width:100%;margin-bottom:22px;position:relative}.inputGroup input{width:100%;height:48px;padding:0 16px;border:1px solid #2d2d2d;border-radius:8px;background:#1a1a1a;color:#eaeaea;font-size:15px;outline:none;transition:.15s ease;box-sizing:border-box}.inputGroup input:hover{border-color:#3a3a3a}.inputGroup input:focus{border-color:#6b9eff;background:#1c1c1c}.inputGroup input::placeholder{color:#6a6a6a}.passwordField{position:relative}.togglePassword{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#6b9eff;cursor:pointer;font-size:16px}.submitBtn{width:100%;height:48px;background:#6b9eff;border:none;border-radius:8px;color:#0a0a0a;font-size:15px;font-weight:600;cursor:pointer;transition:.15s ease;margin-top:10px}.submitBtn:hover:not(:disabled){background:#89b3ff}.submitBtn:disabled{opacity:.45;background:#3f3f3f;color:#888;cursor:not-allowed}.backBtn{width:100%;height:46px;border:1px solid #2f2f2f;color:#e5e5e5;border-radius:8px;background:transparent;font-size:14px;margin-top:12px;cursor:pointer;transition:.15s ease}.backBtn:hover{border-color:#4a4a4a;background:#1e1e1e}.switchHint{margin-top:24px;font-size:14px;color:#9d9d9d}.linkSwitch{color:#6b9eff;cursor:pointer;font-weight:500;transition:.2s ease}.linkSwitch:hover{color:#8eb6ff}.modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999}.modal-content{background:#141414;border:1px solid #282828;padding:34px;border-radius:12px;max-width:420px;width:92%;text-align:center}.modal-content h3{color:#fff;font-size:22px;font-weight:600;margin-bottom:10px}.modal-content p{color:#aaa;font-size:14px;margin-bottom:18px}.resendBtn,.closeBtn{width:100%;height:44px;margin-top:12px;background:transparent;border:1px solid #2e2e2e;border-radius:8px;color:#e5e5e5;cursor:pointer;font-size:14px;transition:.15s ease}.resendBtn:hover,.closeBtn:hover{background:#1e1e1e;border-color:#4a4a4a}.authLogo{display:flex;flex-direction:column;align-items:center;margin-bottom:28px}.authLogo img{width:55px;height:55px;border-radius:14px;margin-bottom:12px}.step-progress{width:100%;margin-bottom:22px}.progress-text{font-size:13px;color:#9d9d9d;margin-bottom:6px}.progress-bar{width:100%;height:6px;background:#222;border-radius:6px;overflow:hidden}.progress-bar .bar-fill{height:100%;background:#6b9eff;transition:width .3s ease}.pass-strength{width:100%;height:6px;background:#1c1c1c;border-radius:6px;margin-top:6px;overflow:hidden}.pass-strength .strength-fill{height:100%;width:0%;transition:width .25s ease}.strength-fill.s1{width:20%;background:#ff3e3e}.strength-fill.s2{width:40%;background:#ff7a3e}.strength-fill.s3{width:60%;background:#ffd23e}.strength-fill.s4{width:80%;background:#a4ff3e}.strength-fill.s5{width:100%;background:#3eff73}.loadingDots{display:flex;gap:6px;justify-content:center;align-items:center}.loadingDots span{width:6px;height:6px;background:#0a0a0a;border-radius:50%;animation:blink 1.4s infinite both}.loadingDots span:nth-child(2){animation-delay:.2s}.loadingDots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.2}40%{opacity:1}}@media(max-width:768px){.formContainer{max-width:100%;padding:40px 26px;border-radius:0;border:none;border-top:1px solid #242424}}
