*{box-sizing:border-box;margin:0;padding:0}:root{--control-height: 44px}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-layout{width:min(328px,100%);max-width:min(328px,100%);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:12px}.form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:100%;min-height:549px;padding:24px;display:flex;flex-direction:column;position:relative;justify-content:center;overflow:hidden}.step{display:none;flex-direction:column;height:100%;width:100%;min-width:0}.step.active{display:flex;flex:1}.step-content{display:flex;flex-direction:column;gap:24px;flex:1;width:100%;min-width:0}.fields-group{display:flex;flex-direction:column;gap:16px;width:100%}.step-footer{flex-shrink:0;margin-top:auto;padding-top:24px;display:flex;flex-direction:column;width:100%}.step-footer .terms{margin-bottom:24px}.form-title{font-size:20px;font-weight:600;color:#1e293b;line-height:28px;letter-spacing:-.15px}.progress-bar{display:flex;align-items:center;gap:3px}.progress-step{width:32px;height:32px;border-radius:100px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;letter-spacing:-.15px;flex-shrink:0}.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:0;border-top:1px solid #e2e8f0;margin:0}.progress-line.completed{border-top-color:#e2e8f0}.btn-back{background:none;border:none;padding:0;display:inline-flex;align-items:center;align-self:flex-start;gap:8px;font-size:14px;font-weight:400;color:#334155;letter-spacing:-.15px;cursor:pointer;text-align:left}.field{display:flex;flex-direction:column}.field label{font-size:12px;font-weight:500;line-height:18px;color:#64748b;letter-spacing:-.15px;margin-bottom:8px}.field label .req{color:#dc2626}.field input,.field select{width:100%;height:var(--control-height);border:1px solid #cbd5e1;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;letter-spacing:-.15px;color:#334155;background:#fff;outline:none}.field input::placeholder{font-weight:400;color:#94a3b8}.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:10px;padding:4px;gap:4px;height:44px;align-items:stretch}.mode-btn{flex:1;border:none;border-radius:6px;font-size:14px;font-weight:400;letter-spacing:-.15px;cursor:pointer;color:#64748b;background:transparent}.mode-btn.selected{background:#a5b4fc;color:#312e81;font-weight:500;box-shadow:0 6px 10px #0e121b0f,0 2px 4px #0e121b08}.terms{font-size:10px;font-weight:500;color:#64748b;line-height:19px}.terms a{color:#4f46e5;text-decoration:none}.otp-privacy-note{align-self:stretch;width:100%;max-width:280px;margin:16px auto 0;text-align:center;font-size:12px;font-weight:500;line-height:18px;letter-spacing:-.15px;color:#64748b}.otp-privacy-note p{margin:0}.seats-banner{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:8px;width:100%;padding:0;background:transparent;overflow:hidden}.seats-banner-icon{width:24px;height:24px;flex-shrink:0;display:block;object-fit:contain}.seats-banner-text{font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.02em;color:#475569;text-align:center;white-space:nowrap;flex-shrink:0}@media (max-width: 360px){.seats-banner{gap:6px}.seats-banner-icon{width:20px;height:20px}.seats-banner-text{font-size:12px;line-height:20px;letter-spacing:-.15px}}.btn-primary{width:100%;height:44px;background:#4f46e5;color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.02em;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-primary:disabled{background:#c7d2fe;cursor:not-allowed}.otp-info{font-size:14px;color:#334155;line-height:24px;letter-spacing:-.15px}.otp-grid{display:flex;gap:8px}.field input.otp-box{flex:1;min-width:0;width:auto;height:44px;padding:0;border:1px solid #cbd5e1;border-radius:8px;text-align:center;font-size:14px;font-weight:500;line-height:44px;letter-spacing:-.15px;color:#334155;outline:none}.field input.otp-box.has-error{border-color:#dc2626}.otp-error{font-size:12px;font-weight:500;line-height:18px;letter-spacing:-.15px;color:#dc2626;margin-top:8px;display:none}.otp-error.visible{display:block}.resend-row{display:flex;justify-content:space-between;align-items:center}.resend-timer{font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.15px;color:#334155}.resend-btn{font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.15px;text-decoration:underline;color:#94a3b8;background:none;border:none;cursor:default}.resend-btn.active{color:#2563eb;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:#16a34a;border-radius:200px;display:flex;align-items:center;justify-content:center;color:#f8fafc;font-size:28px;line-height:1;flex-shrink:0}.success-title{font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.15px;color:#1e293b}.success-subtitle{font-size:14px;color:#334155;line-height:24px;letter-spacing:-.15px;max-width:300px}.success-slot{display:flex;flex-direction:column;gap:8px;width:100%;text-align:center;margin-top:12px}.success-slot p{font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.15px;color:#334155}.success-slot strong{font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.15px;color:#1e293b}.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-layout{width:100%;max-width:100%}.form-card{min-height:auto;padding:24px;border-radius:16px}.step.active,.step-content{flex:0 1 auto}.step-footer{margin-top:24px;padding-top:0}}
