*{box-sizing:border-box;margin:0;padding:0}:root{--control-height: 46px}body{font-family:Inter,sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}html,body,#root{width:100%}#confetti-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}.form-card{background:#fff;border-radius:20px;box-shadow:0 4px 6px -1px #00000012,0 10px 40px -10px #4f46e51f;width:min(420px,100%);max-width:min(420px,100%);min-height:580px;padding:24px 36px;display:flex;flex-direction:column;position:relative;justify-content:center;overflow:hidden;margin:0 auto}.step{display:none;flex-direction:column;height:100%;width:100%;min-width:0}.step.active{display:flex}.step-content{display:flex;flex-direction:column;gap:24px;flex:1;width:100%;min-width:0}.fields-group{display:flex;flex-direction:column;gap:20px;width:100%}.step-footer{flex-shrink:0;margin-top:auto;padding-top:32px;display:flex;flex-direction:column;width:100%}.step-footer .terms{margin-bottom:32px}.form-title{font-size:20px;font-weight:600;color:#1e293b;line-height:1.3}.progress-bar{display:flex;align-items:center}.progress-step{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.progress-step.active{background:#ede9fe;color:#6d28d9}.progress-step.completed{background:#16a34a;color:#fff}.progress-step.inactive{background:#f1f5f9;color:#1e293b}.progress-line{flex:1;height:2px;background:#e2e8f0;margin:0 6px}.progress-line.completed{background:#16a34a}.btn-back{background:none;border:none;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;text-align:left}.field{display:flex;flex-direction:column}.field label{font-size:13px;font-weight:500;color:#374151;margin-bottom:10px}.field label .req{color:#dc2626}.field input,.field select{width:100%;height:var(--control-height);border:1.5px solid #cbd5e1;border-radius:10px;padding:0 14px;font-size:14px;color:#0f172a;background:#fff;outline:none}.field input:focus,.field select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.error-msg{font-size:11.5px;color:#dc2626;margin-top:4px;display:none}.error-msg.visible{display:block}.select-wrapper{position:relative}.mode-toggle{display:flex;background:#f1f5f9;border-radius:12px;padding:4px;gap:4px;min-height:var(--control-height);align-items:center}.mode-btn{flex:1;height:calc(var(--control-height) - 8px);border:none;border-radius:10px;font-size:13px;font-weight:500;cursor:pointer;color:#64748b;background:transparent}.mode-btn.selected{background:#a5b4fc;color:#3730a3}.terms{font-size:11.5px;color:#94a3b8;line-height:1.6}.terms a{color:#4f46e5;text-decoration:none}.btn-primary{width:100%;height:var(--control-height);background:#4f46e5;color:#fff;border:none;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-primary:disabled{background:#c7d2fe;cursor:not-allowed}.otp-info{font-size:13px;color:#64748b;line-height:1.5}.otp-grid{display:flex;gap:8px}.otp-box{flex:1;height:var(--control-height);border:1.5px solid #cbd5e1;border-radius:10px;text-align:center;font-size:20px;font-weight:600;outline:none}.otp-box.has-error{border-color:#dc2626}.otp-error{font-size:12px;color:#dc2626;margin-top:6px;display:none}.otp-error.visible{display:block}.resend-row{display:flex;justify-content:flex-end}.resend-btn{font-size:12px;font-weight:500;color:#94a3b8;background:none;border:none;cursor:default}.resend-btn.active{color:#4f46e5;cursor:pointer}.otp-status{font-size:12px;display:none}.otp-status.visible{display:block}.otp-status.info{color:#475569}.otp-status.success{color:#16a34a}.otp-status.error{color:#dc2626}.success-inner{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;width:100%;min-width:0}.success-icon{width:64px;height:64px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#16a34a;font-size:24px;line-height:1;flex-shrink:0}.success-title{font-size:18px;font-weight:700;color:#0f172a}.success-subtitle{font-size:13px;color:#64748b;line-height:1.6;max-width:300px}.success-slot{background:#f5f3ff;border:1.5px solid #ddd6fe;border-radius:10px;padding:14px 18px;width:100%}.success-slot p{font-size:12px;color:#7c3aed;margin-bottom:4px}.success-slot strong{font-size:15px;color:#4f46e5}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 480px){body{padding:12px}.form-card{width:100%;max-width:100%;min-height:calc(100vh - 24px);padding:20px 24px;border-radius:16px}.step-content{gap:20px}.fields-group{gap:16px}.otp-box{font-size:18px}}
