.otp-verifying.svelte-15qsnvy{display:flex;align-items:center;padding:0 .75rem;color:var(--accent, #6366f1)}.wizard-fullscreen.svelte-15qsnvy{position:fixed;inset:0;z-index:10000;display:flex;flex-direction:column;background:#000;overflow:hidden;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.wizard-bg.svelte-15qsnvy{position:absolute;inset:0;pointer-events:none;overflow:hidden}.wizard-gradient.svelte-15qsnvy{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(59,130,246,.08),transparent 60%),radial-gradient(ellipse 60% 50% at 100% 50%,rgba(139,92,246,.06),transparent 50%),radial-gradient(ellipse 60% 50% at 0% 50%,rgba(59,130,246,.06),transparent 50%)}.wizard-grid.svelte-15qsnvy{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.02) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%)}.wizard-header.svelte-15qsnvy{position:relative;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);background:#000000f2;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);flex-shrink:0}.wizard-logo.svelte-15qsnvy{flex-shrink:0}.logo-text.svelte-15qsnvy{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.02em}.wizard-progress-container.svelte-15qsnvy{flex:1;display:flex;flex-direction:column;align-items:center;max-width:320px;margin:0 1.5rem}.wizard-progress.svelte-15qsnvy{width:100%;display:flex;gap:3px}.wizard-progress-segment.svelte-15qsnvy{flex:1;height:3px;background:#ffffff14;border-radius:2px;transition:all .5s cubic-bezier(.4,0,.2,1)}.wizard-progress-segment.completed.svelte-15qsnvy{background:linear-gradient(90deg,#3b82f6,#8b5cf6)}.wizard-progress-segment.active.svelte-15qsnvy{background:linear-gradient(90deg,#3b82f6,#8b5cf666);animation:svelte-15qsnvy-segmentPulse 2s ease-in-out infinite}@keyframes svelte-15qsnvy-segmentPulse{0%,to{opacity:.7}50%{opacity:1}}.wizard-progress-text.svelte-15qsnvy{margin-top:.5rem;font-size:.7rem;color:#fff6;font-weight:500;letter-spacing:.02em}.wizard-close.svelte-15qsnvy{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#ffffff80;cursor:pointer;transition:all .2s ease;flex-shrink:0}.wizard-close.svelte-15qsnvy:hover{background:#ffffff14;border-color:#ffffff26;color:#fff}.wizard-close.svelte-15qsnvy:active{transform:scale(.95)}.wizard-main.svelte-15qsnvy{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.wizard-content.svelte-15qsnvy{width:100%;max-width:720px;text-align:center;margin:auto}.wizard-question.svelte-15qsnvy{font-size:1.75rem;font-weight:600;background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1.35;letter-spacing:-.02em}.wizard-question.no-hint.svelte-15qsnvy{margin-bottom:2rem}.wizard-hint.svelte-15qsnvy{font-size:.9rem;color:#fff6;margin-bottom:2rem;line-height:1.5;max-width:480px;margin-left:auto;margin-right:auto}.wizard-options.svelte-15qsnvy{display:flex;flex-wrap:wrap;justify-content:center;gap:.625rem;max-width:580px;margin:0 auto}.wizard-options.multi.svelte-15qsnvy{max-width:580px}.wizard-option.svelte-15qsnvy{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem .75rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:1.5rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#fff;min-height:5.5rem;-webkit-tap-highlight-color:transparent;user-select:none;width:calc((100% - 1.25rem) / 3);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);opacity:0;animation:svelte-15qsnvy-cardFadeIn .4s ease forwards}.wizard-option.svelte-15qsnvy:nth-child(1){animation-delay:0ms}.wizard-option.svelte-15qsnvy:nth-child(2){animation-delay:50ms}.wizard-option.svelte-15qsnvy:nth-child(3){animation-delay:.1s}.wizard-option.svelte-15qsnvy:nth-child(4){animation-delay:.15s}.wizard-option.svelte-15qsnvy:nth-child(5){animation-delay:.2s}.wizard-option.svelte-15qsnvy:nth-child(6){animation-delay:.25s}.wizard-option.svelte-15qsnvy:nth-child(7){animation-delay:.3s}.wizard-option.svelte-15qsnvy:nth-child(8){animation-delay:.35s}.wizard-option.svelte-15qsnvy:nth-child(9){animation-delay:.4s}@keyframes svelte-15qsnvy-cardFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.wizard-option.svelte-15qsnvy:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 0 40px -10px #ffffff0d}.wizard-option.svelte-15qsnvy:active{transform:scale(.97)}.wizard-option.selected.svelte-15qsnvy{background:#3b82f614;border-color:#3b82f666;box-shadow:0 0 0 1px #3b82f626,0 0 30px -5px #3b82f626}.wizard-option.selected.svelte-15qsnvy .option-icon:where(.svelte-15qsnvy){color:#93c5fd}.wizard-option.selected.svelte-15qsnvy .option-label:where(.svelte-15qsnvy){color:#fff}.option-icon.svelte-15qsnvy{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:#60a5fab3;transition:all .3s ease}.wizard-option.svelte-15qsnvy:hover .option-icon:where(.svelte-15qsnvy){color:#60a5fa;transform:scale(1.1)}.option-icon.svelte-15qsnvy svg{width:100%;height:100%}.option-label.svelte-15qsnvy{font-size:.8rem;font-weight:500;text-align:center;color:#ffffffb3;line-height:1.3;transition:color .3s ease}.option-desc.svelte-15qsnvy{font-size:.65rem;color:#ffffff4d;text-align:center;line-height:1.3;transition:color .3s ease}.wizard-option.selected.svelte-15qsnvy .option-desc:where(.svelte-15qsnvy){color:#ffffff80}.option-check.svelte-15qsnvy{position:absolute;top:.625rem;right:.625rem;width:1.25rem;height:1.25rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px -2px #3b82f680;animation:svelte-15qsnvy-checkPop .25s cubic-bezier(.175,.885,.32,1.275)}@keyframes svelte-15qsnvy-checkPop{0%{transform:scale(0)}to{transform:scale(1)}}.option-check.svelte-15qsnvy svg{width:.75rem;height:.75rem}.wizard-content.wide.svelte-15qsnvy{max-width:960px}.describe-layout.svelte-15qsnvy{display:grid;grid-template-columns:1fr 280px;gap:1.5rem;text-align:left;align-items:start}.describe-editor.svelte-15qsnvy{width:100%}.describe-textarea.svelte-15qsnvy{max-width:none!important;margin:0!important;min-height:300px;line-height:1.7;resize:vertical}.char-counter.svelte-15qsnvy{text-align:right;font-size:12px;color:#ffffff4d;margin-top:6px;font-variant-numeric:tabular-nums}.char-counter.char-warn.svelte-15qsnvy{color:#f59e0b}.char-counter.char-ok.svelte-15qsnvy span:where(.svelte-15qsnvy):first-child{color:#ffffff80}.char-min.svelte-15qsnvy{margin-left:4px;font-size:11px}.describe-info.svelte-15qsnvy{position:sticky;top:1rem;padding:1.25rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:1rem;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);opacity:0;animation:svelte-15qsnvy-cardFadeIn .5s ease .2s forwards}.describe-info-header.svelte-15qsnvy{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:#ffffff80;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.06)}.describe-info-header.svelte-15qsnvy svg{width:1rem;height:1rem;color:#60a5fa99;flex-shrink:0}.describe-info-items.svelte-15qsnvy{display:flex;flex-direction:column;gap:.875rem}.describe-info-icon.svelte-15qsnvy{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;color:#60a5fa80;margin-top:.125rem}.describe-info-icon.svelte-15qsnvy svg{width:1.125rem;height:1.125rem}.describe-info-item-title.svelte-15qsnvy{font-size:.8rem;font-weight:500;color:#ffffffb3;margin-bottom:.125rem}.describe-info-item-desc.svelte-15qsnvy{font-size:.7rem;color:#ffffff59;line-height:1.4}.describe-info-btn.svelte-15qsnvy{display:flex;gap:.625rem;align-items:flex-start;width:100%;padding:.5rem;margin:-.5rem;margin-bottom:0;background:transparent;border:1px solid transparent;border-radius:.5rem;cursor:pointer;text-align:left;transition:all .2s ease}.describe-info-btn.svelte-15qsnvy:hover{background:#3b82f614;border-color:#3b82f633}.describe-info-btn.svelte-15qsnvy:hover .describe-info-icon:where(.svelte-15qsnvy){color:#60a5fa;transform:scale(1.1)}.describe-info-btn.svelte-15qsnvy:hover .describe-info-item-title:where(.svelte-15qsnvy){color:#fff}.describe-info-btn.svelte-15qsnvy:active{transform:scale(.98)}.describe-editor.svelte-15qsnvy{position:relative}.ghost-placeholder.svelte-15qsnvy{position:absolute;top:1rem;left:1.25rem;right:1.25rem;pointer-events:none;z-index:1}.ghost-label.svelte-15qsnvy{font-size:.75rem;font-weight:600;color:#ffffff40;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.ghost-text.svelte-15qsnvy{font-size:.95rem;color:#ffffff1f;line-height:1.7;font-family:inherit;font-style:italic}.wizard-textarea.svelte-15qsnvy,.wizard-input.svelte-15qsnvy{width:100%;max-width:480px;margin:0 auto;display:block;padding:1rem 1.25rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:.75rem;color:#fff;font-size:1rem;font-family:inherit;resize:none;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.wizard-textarea.svelte-15qsnvy:focus,.wizard-input.svelte-15qsnvy:focus{outline:none;border-color:#3b82f666;box-shadow:0 0 0 3px #3b82f614,0 0 30px -5px #3b82f61a;background:#ffffff0a}.wizard-textarea.svelte-15qsnvy::placeholder,.wizard-input.svelte-15qsnvy::placeholder{color:#fff3}.wizard-input.prefilled.svelte-15qsnvy{opacity:.6;cursor:not-allowed;border-color:#ffffff05}.wizard-contact-form.svelte-15qsnvy{display:grid;gap:1.25rem;max-width:480px;margin:0 auto;text-align:left;padding:1.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:1.5rem;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.contact-field.svelte-15qsnvy{display:flex;flex-direction:column;gap:.5rem}.contact-label.svelte-15qsnvy{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:#ffffff80}.contact-label.svelte-15qsnvy svg{width:1rem;height:1rem;flex-shrink:0;color:#60a5fa99}.required-star.svelte-15qsnvy{color:#f87171;font-weight:600}.wizard-contact-form.svelte-15qsnvy .wizard-input:where(.svelte-15qsnvy){max-width:none;margin:0;background:#ffffff08;border-color:#ffffff14}.otp-verified.svelte-15qsnvy{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#10b98114;border:1px solid rgba(16,185,129,.2);border-radius:.5rem;color:#34d399;font-size:.8rem;font-weight:500}.otp-verified.svelte-15qsnvy svg{width:1rem;height:1rem;flex-shrink:0}.otp-input-row.svelte-15qsnvy{display:flex;gap:.5rem;align-items:stretch}.otp-input.svelte-15qsnvy{flex:1;max-width:none!important;margin:0!important;font-size:1.125rem!important;letter-spacing:.25em;text-align:center;font-variant-numeric:tabular-nums}.otp-btn.svelte-15qsnvy{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1rem;border-radius:.5rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap;-webkit-tap-highlight-color:transparent}.otp-btn-send.svelte-15qsnvy{background:#3b82f61f;border:1px solid rgba(59,130,246,.3);color:#93c5fd}.otp-btn-send.svelte-15qsnvy:hover:not(:disabled){background:#3b82f633;border-color:#3b82f680;color:#fff}.otp-btn-send.svelte-15qsnvy:disabled{opacity:.4;cursor:not-allowed}.otp-resend-btn.svelte-15qsnvy{background:transparent;border:none;color:#ffffff59;font-size:.75rem;cursor:pointer;padding:.25rem 0;transition:color .2s;text-align:left}.otp-resend-btn.svelte-15qsnvy:hover:not(:disabled){color:#fff9}.otp-resend-btn.svelte-15qsnvy:disabled{opacity:.5;cursor:not-allowed}.otp-error.svelte-15qsnvy{font-size:.8rem;color:#f87171;padding:.25rem 0}.wizard-error.svelte-15qsnvy{margin-top:1.25rem;padding:.75rem 1rem;background:#ef44440f;border:1px solid rgba(239,68,68,.15);border-radius:.75rem;color:#f87171;font-size:.85rem;display:inline-block;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.wizard-footer.svelte-15qsnvy{position:relative;padding:1.25rem 1.5rem;border-top:1px solid rgba(255,255,255,.08);background:#000000f2;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);flex-shrink:0}.wizard-nav.svelte-15qsnvy{display:flex;align-items:center;justify-content:space-between;max-width:720px;margin:0 auto;gap:.75rem;position:relative}.wizard-btn.svelte-15qsnvy{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:.75rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;-webkit-tap-highlight-color:transparent}.btn-back.svelte-15qsnvy{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#ffffff80;padding:.875rem 1rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.btn-back.svelte-15qsnvy:hover{color:#fff;background:#ffffff14;border-color:#ffffff26}.btn-back.svelte-15qsnvy:active{transform:scale(.97)}.btn-skip.svelte-15qsnvy{background:transparent;color:#ffffff59;font-size:.8rem;text-decoration:none;padding:.5rem .75rem}.btn-skip.svelte-15qsnvy:hover{color:#fff9}.btn-primary.svelte-15qsnvy{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;box-shadow:0 4px 16px -4px #3b82f666}.btn-primary.svelte-15qsnvy:hover{transform:translateY(-2px);box-shadow:0 8px 32px -4px #3b82f680}.btn-primary.svelte-15qsnvy:active{transform:scale(.98)}.btn-submit.svelte-15qsnvy{background:linear-gradient(135deg,#10b981,#06b6d4);color:#fff;box-shadow:0 4px 16px -4px #10b98166}.btn-submit.svelte-15qsnvy:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 32px -4px #10b98180}.btn-submit.svelte-15qsnvy:active:not(:disabled){transform:scale(.98)}.btn-submit.svelte-15qsnvy:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.wizard-success.svelte-15qsnvy{text-align:center;padding:2rem 1.5rem;max-width:400px;margin:auto}.success-icon-wrapper.svelte-15qsnvy{margin-bottom:1.75rem}.success-icon.svelte-15qsnvy{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;background:linear-gradient(135deg,#10b9811f,#06b6d414);border:1px solid rgba(16,185,129,.2);border-radius:50%;color:#10b981;animation:svelte-15qsnvy-successPop .5s cubic-bezier(.175,.885,.32,1.275);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);box-shadow:0 0 40px -10px #10b98126}.success-icon.svelte-15qsnvy svg{width:2.5rem;height:2.5rem}@keyframes svelte-15qsnvy-successPop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}.success-title.svelte-15qsnvy{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.625rem;letter-spacing:-.02em}.success-message.svelte-15qsnvy{font-size:.95rem;color:#ffffff80;margin-bottom:2rem;line-height:1.5}.returning-customer-banner.svelte-15qsnvy{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#10b98114,#06b6d40f);border:1px solid rgba(16,185,129,.2);border-radius:.75rem;padding:.875rem 1rem;margin-bottom:1.5rem;text-align:left}.banner-icon.svelte-15qsnvy{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:#10b98126;border-radius:50%;color:#10b981}.banner-content.svelte-15qsnvy{flex:1;min-width:0}.banner-title.svelte-15qsnvy{display:block;font-size:.8125rem;font-weight:600;color:#10b981;line-height:1.3}.banner-text.svelte-15qsnvy{display:block;font-size:.75rem;color:#fff9;line-height:1.4}.banner-link.svelte-15qsnvy{flex-shrink:0;display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;color:#10b981;text-decoration:none;transition:all .2s}.banner-link.svelte-15qsnvy:hover{color:#34d399}.banner-link.svelte-15qsnvy .link-arrow:where(.svelte-15qsnvy){transition:transform .2s}.banner-link.svelte-15qsnvy:hover .link-arrow:where(.svelte-15qsnvy){transform:translate(2px)}.login-hint.svelte-15qsnvy{margin-top:1.5rem;font-size:.8125rem;color:#fff6}.login-link.svelte-15qsnvy{color:#06b6d4;text-decoration:none;margin-left:.25rem;font-weight:500;transition:color .2s}.login-link.svelte-15qsnvy:hover{color:#22d3ee}.wizard-intro.svelte-15qsnvy{width:100%;max-width:640px;text-align:center;padding:1rem;margin:auto}.intro-badge.svelte-15qsnvy{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#10b98114;border:1px solid rgba(16,185,129,.2);border-radius:2rem;font-size:.8rem;font-weight:500;color:#34d399;margin-bottom:1.25rem}.badge-dot.svelte-15qsnvy{width:6px;height:6px;background:#10b981;border-radius:50%;animation:svelte-15qsnvy-badgePulse 2s ease-in-out infinite}@keyframes svelte-15qsnvy-badgePulse{0%,to{opacity:.5;box-shadow:0 0 #10b98166}50%{opacity:1;box-shadow:0 0 0 4px #10b98100}}.intro-trust.svelte-15qsnvy{display:flex;justify-content:center;gap:1.25rem;margin-bottom:1.5rem;flex-wrap:wrap}.trust-item.svelte-15qsnvy{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;color:#ffffff73}.trust-item.svelte-15qsnvy svg{width:.875rem;height:.875rem;color:#60a5fa99;flex-shrink:0}.intro-quality.svelte-15qsnvy{font-size:.75rem;color:#ffffff4d;line-height:1.5;max-width:480px;margin:0 auto 1.5rem;padding:.75rem 1rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:.75rem}.step-icon-emerald.svelte-15qsnvy{background:linear-gradient(135deg,#10b98126,#06b6d41a)!important;color:#34d399!important}.intro-header.svelte-15qsnvy{margin-bottom:1.25rem}.intro-title.svelte-15qsnvy{font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.625rem;letter-spacing:-.03em;line-height:1.2}.intro-subtitle.svelte-15qsnvy{font-size:1rem;color:#ffffff80;font-weight:400}.intro-steps.svelte-15qsnvy{display:grid;gap:.75rem;margin-bottom:2rem}.intro-step.svelte-15qsnvy{position:relative;display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:1.5rem;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);opacity:0;animation:svelte-15qsnvy-cardFadeIn .4s ease forwards}.intro-step.svelte-15qsnvy:nth-child(1){animation-delay:0ms}.intro-step.svelte-15qsnvy:nth-child(2){animation-delay:.1s}.intro-step.svelte-15qsnvy:nth-child(3){animation-delay:.2s}.intro-step.svelte-15qsnvy:nth-child(4){animation-delay:.3s}.intro-step.svelte-15qsnvy:hover{background:#ffffff0d;border-color:#ffffff1a;box-shadow:0 0 40px -10px #ffffff0d;transform:translateY(-2px)}.intro-step-icon.svelte-15qsnvy{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#3b82f626,#8b5cf61a);border-radius:.75rem;color:#60a5fa}.intro-step-icon.svelte-15qsnvy svg{width:1.375rem;height:1.375rem}.intro-step-content.svelte-15qsnvy{flex:1;min-width:0}.intro-step-title.svelte-15qsnvy{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.125rem}.intro-step-desc.svelte-15qsnvy{font-size:.8rem;color:#ffffff73;line-height:1.45}.intro-step-number.svelte-15qsnvy{position:absolute;top:-.375rem;right:-.375rem;width:1.375rem;height:1.375rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;font-size:.7rem;font-weight:600;color:#fff;box-shadow:0 2px 8px -2px #3b82f666}.intro-start-btn.svelte-15qsnvy{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:.75rem;font-size:.95rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px -4px #3b82f666;-webkit-tap-highlight-color:transparent}.intro-start-btn.svelte-15qsnvy:hover{transform:translateY(-2px);box-shadow:0 12px 32px -8px #3b82f680}.intro-start-btn.svelte-15qsnvy:active{transform:scale(.98)}.animate-spin.svelte-15qsnvy{animation:svelte-15qsnvy-spin 1s linear infinite}@keyframes svelte-15qsnvy-spin{to{transform:rotate(360deg)}}@media(max-width:900px){.wizard-options.svelte-15qsnvy{gap:.5rem}.wizard-option.svelte-15qsnvy{width:calc((100% - 1rem) / 3)}}@media(max-width:640px){.wizard-fullscreen.svelte-15qsnvy{background:#030303}.wizard-header.svelte-15qsnvy{padding:.75rem 1rem}.logo-text.svelte-15qsnvy{font-size:1.125rem}.wizard-progress-container.svelte-15qsnvy{flex:1;max-width:none;margin:0 .75rem}.wizard-progress.svelte-15qsnvy{height:2px}.wizard-progress-text.svelte-15qsnvy{display:none}.wizard-close.svelte-15qsnvy{width:2.25rem;height:2.25rem}.wizard-main.svelte-15qsnvy{padding:1.25rem 1rem}.wizard-content.svelte-15qsnvy{margin:0 auto}.wizard-question.svelte-15qsnvy{font-size:1.35rem;margin-bottom:.375rem;line-height:1.4}.wizard-hint.svelte-15qsnvy{font-size:.8rem;margin-bottom:1.25rem}.wizard-options.svelte-15qsnvy{gap:.375rem}.wizard-option.svelte-15qsnvy{width:calc((100% - .75rem) / 3);padding:.875rem .5rem;border-radius:1rem;gap:.25rem;min-height:4.5rem}.option-icon.svelte-15qsnvy{width:1.5rem;height:1.5rem}.option-label.svelte-15qsnvy{font-size:.65rem;line-height:1.25}.option-desc.svelte-15qsnvy{display:none}.option-check.svelte-15qsnvy{top:.375rem;right:.375rem;width:1.125rem;height:1.125rem}.wizard-content.wide.svelte-15qsnvy{max-width:720px}.describe-layout.svelte-15qsnvy{grid-template-columns:1fr;gap:1rem}.describe-textarea.svelte-15qsnvy{min-height:180px}.describe-info.svelte-15qsnvy{position:static}.ghost-placeholder.svelte-15qsnvy{top:1rem;left:1rem;right:1rem}.ghost-text.svelte-15qsnvy{font-size:.85rem}.wizard-contact-form.svelte-15qsnvy{gap:1rem}.contact-label.svelte-15qsnvy{font-size:.8rem}.wizard-footer.svelte-15qsnvy{padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.wizard-nav.svelte-15qsnvy{gap:.75rem}.wizard-btn.svelte-15qsnvy{padding:.875rem 1rem;font-size:.875rem;border-radius:.75rem}.btn-back.svelte-15qsnvy{padding:.875rem .5rem}.btn-primary.svelte-15qsnvy,.btn-submit.svelte-15qsnvy{flex:1;min-height:3rem}.btn-skip.svelte-15qsnvy{position:absolute;top:-2.5rem;left:50%;transform:translate(-50%);font-size:.8rem}.wizard-intro.svelte-15qsnvy{padding:.5rem}.intro-badge.svelte-15qsnvy{font-size:.7rem;padding:.375rem .75rem;margin-bottom:1rem}.intro-trust.svelte-15qsnvy{gap:.75rem;margin-bottom:1rem}.trust-item.svelte-15qsnvy{font-size:.65rem}.intro-quality.svelte-15qsnvy{font-size:.7rem;margin-bottom:1rem;padding:.625rem .875rem}.intro-header.svelte-15qsnvy{margin-bottom:1rem}.intro-title.svelte-15qsnvy{font-size:1.5rem}.intro-subtitle.svelte-15qsnvy{font-size:.85rem}.intro-steps.svelte-15qsnvy{gap:.625rem;margin-bottom:1.5rem}.intro-step.svelte-15qsnvy{padding:.875rem 1rem;gap:.75rem;border-radius:1rem}.intro-step-icon.svelte-15qsnvy{width:2.25rem;height:2.25rem;border-radius:.625rem}.intro-step-icon.svelte-15qsnvy svg{width:1.25rem;height:1.25rem}.intro-step-title.svelte-15qsnvy{font-size:.85rem}.intro-step-desc.svelte-15qsnvy{font-size:.75rem;line-height:1.4}.intro-step-number.svelte-15qsnvy{width:1.25rem;height:1.25rem;font-size:.65rem;top:-.375rem;right:-.375rem}.intro-start-btn.svelte-15qsnvy{width:100%;padding:1rem 2rem;font-size:.95rem;border-radius:.75rem}.intro-start-btn.svelte-15qsnvy svg:where(.svelte-15qsnvy){display:none}.wizard-success.svelte-15qsnvy{padding:1.5rem 1rem}.success-icon.svelte-15qsnvy{width:4.5rem;height:4.5rem}.success-icon.svelte-15qsnvy svg:where(.svelte-15qsnvy){width:2.5rem;height:2.5rem}.success-title.svelte-15qsnvy{font-size:1.5rem}.success-message.svelte-15qsnvy{font-size:.9rem}.wizard-textarea.svelte-15qsnvy,.wizard-input.svelte-15qsnvy{font-size:16px;padding:1rem}.wizard-error.svelte-15qsnvy{font-size:.8rem;padding:.625rem .875rem;margin-top:1rem}}@media(max-width:380px){.wizard-option.svelte-15qsnvy{width:calc((100% - .375rem)/2);padding:1rem .625rem;min-height:5rem}.option-icon.svelte-15qsnvy{width:1.75rem;height:1.75rem}.option-label.svelte-15qsnvy{font-size:.7rem}.wizard-question.svelte-15qsnvy{font-size:1.25rem}.wizard-hint.svelte-15qsnvy{font-size:.75rem;margin-bottom:1rem}.intro-title.svelte-15qsnvy{font-size:1.35rem}.intro-badge.svelte-15qsnvy{font-size:.65rem;padding:.3rem .625rem}.intro-trust.svelte-15qsnvy{gap:.5rem}.trust-item.svelte-15qsnvy{font-size:.6rem}.intro-quality.svelte-15qsnvy{font-size:.65rem}}@media(max-height:500px)and (orientation:landscape){.wizard-main.svelte-15qsnvy{padding:1rem}.wizard-question.svelte-15qsnvy{font-size:1.25rem;margin-bottom:.25rem}.wizard-hint.svelte-15qsnvy{font-size:.7rem;margin-bottom:.5rem}.option-desc.svelte-15qsnvy{display:none}.wizard-options.svelte-15qsnvy{gap:.375rem}.wizard-option.svelte-15qsnvy{width:calc((100% - .75rem) / 3);padding:.625rem .5rem;min-height:3.5rem;gap:.25rem}.option-icon.svelte-15qsnvy{width:1.25rem;height:1.25rem}.option-label.svelte-15qsnvy{font-size:.6rem}.describe-layout.svelte-15qsnvy{grid-template-columns:1fr;gap:.75rem}.describe-textarea.svelte-15qsnvy{min-height:120px}.describe-info.svelte-15qsnvy{position:static;padding:.75rem}.describe-info-header.svelte-15qsnvy{margin-bottom:.5rem;padding-bottom:.5rem}.describe-info-items.svelte-15qsnvy{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.ghost-placeholder.svelte-15qsnvy{display:none}.wizard-footer.svelte-15qsnvy{padding:.625rem 1rem}.wizard-btn.svelte-15qsnvy{padding:.5rem 1rem;font-size:.8rem}.intro-badge.svelte-15qsnvy,.intro-trust.svelte-15qsnvy,.intro-quality.svelte-15qsnvy{display:none}.intro-steps.svelte-15qsnvy{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.intro-step.svelte-15qsnvy{padding:.75rem}.intro-header.svelte-15qsnvy{margin-bottom:.75rem}.intro-title.svelte-15qsnvy{font-size:1.25rem}.intro-subtitle.svelte-15qsnvy{font-size:.8rem}}.ai-review-layout.svelte-15qsnvy{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;max-width:900px;margin:0 auto;text-align:left}.ai-review-questions.svelte-15qsnvy{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:1.5rem;padding:1.5rem;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.ai-loading.svelte-15qsnvy{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1rem}.ai-loading-spinner.svelte-15qsnvy{color:#60a5fa}.ai-loading-text.svelte-15qsnvy{color:#ffffff80;font-size:.9rem}.ai-questions-header.svelte-15qsnvy{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.ai-questions-icon.svelte-15qsnvy{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#8b5cf626,#3b82f61a);border-radius:.75rem;color:#a78bfa}.ai-questions-icon.svelte-15qsnvy svg{width:1.25rem;height:1.25rem}.ai-questions-title.svelte-15qsnvy{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.125rem}.ai-questions-subtitle.svelte-15qsnvy{font-size:.8rem;color:#fff6}.ai-questions-list.svelte-15qsnvy{display:flex;flex-direction:column;gap:1rem}.ai-question-item.svelte-15qsnvy{display:flex;flex-direction:column;gap:.5rem}.ai-question-label.svelte-15qsnvy{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#ffffffb3;line-height:1.4}.ai-question-number.svelte-15qsnvy{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;font-size:.65rem;font-weight:600;color:#fff}.ai-question-input.svelte-15qsnvy{background:#ffffff08!important;border-color:#ffffff14!important}.ai-complete.svelte-15qsnvy{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2.5rem 1rem}.ai-complete-icon.svelte-15qsnvy{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:linear-gradient(135deg,#10b98126,#06b6d41a);border-radius:50%;color:#34d399}.ai-complete-icon.svelte-15qsnvy svg{width:1.5rem;height:1.5rem}.ai-complete-text.svelte-15qsnvy{color:#fff9;font-size:.9rem}.ai-review-upload.svelte-15qsnvy{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:1.5rem;padding:1.5rem;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);height:fit-content}.upload-header.svelte-15qsnvy{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.upload-icon.svelte-15qsnvy{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#3b82f626,#8b5cf61a);border-radius:.75rem;color:#60a5fa}.upload-icon.svelte-15qsnvy svg{width:1.25rem;height:1.25rem}.upload-title.svelte-15qsnvy{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.125rem}.upload-hint.svelte-15qsnvy{font-size:.8rem;color:#fff6}.upload-btn.svelte-15qsnvy{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:#ffffff08;border:2px dashed rgba(255,255,255,.1);border-radius:1rem;color:#ffffff80;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.upload-btn.svelte-15qsnvy:hover{background:#ffffff0d;border-color:#3b82f64d;color:#fffc}.upload-formats.svelte-15qsnvy{margin-top:.75rem;font-size:.7rem;color:#ffffff4d;text-align:center}.uploaded-files.svelte-15qsnvy{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.uploaded-file.svelte-15qsnvy{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:.75rem}.uploaded-file-preview.svelte-15qsnvy{width:2.5rem;height:2.5rem;object-fit:cover;border-radius:.5rem;background:#ffffff0d}.uploaded-file-icon.svelte-15qsnvy{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#ffffff0d;border-radius:.5rem;color:#ffffff80}.uploaded-file-icon.svelte-15qsnvy svg{width:1.25rem;height:1.25rem}.uploaded-file-name.svelte-15qsnvy{flex:1;font-size:.8rem;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uploaded-file-remove.svelte-15qsnvy{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:#ef44441a;border:none;border-radius:.5rem;color:#f87171;cursor:pointer;transition:all .2s ease}.uploaded-file-remove.svelte-15qsnvy:hover{background:#ef444433}.hidden.svelte-15qsnvy{display:none}@media(max-width:768px){.ai-review-layout.svelte-15qsnvy{grid-template-columns:1fr;gap:1rem}.ai-review-questions.svelte-15qsnvy,.ai-review-upload.svelte-15qsnvy{padding:1.25rem;border-radius:1.25rem}.ai-questions-icon.svelte-15qsnvy,.upload-icon.svelte-15qsnvy{width:2.25rem;height:2.25rem}.ai-questions-title.svelte-15qsnvy,.upload-title.svelte-15qsnvy{font-size:.95rem}.ai-questions-subtitle.svelte-15qsnvy,.upload-hint.svelte-15qsnvy{font-size:.75rem}}.wizard-trigger.svelte-1p5u7tb{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border-radius:1rem;transition:all .2s ease;cursor:pointer;white-space:nowrap;user-select:none;background:#21211f;color:#fff;border:2px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.wizard-trigger.svelte-1p5u7tb:hover{background:#fffffff2;color:#000;border-color:#fff3;box-shadow:0 8px 40px -8px #ffffff4d,0 0 20px -5px #fff3}.wizard-trigger.svelte-1p5u7tb:focus-visible{outline:none;background:#fffffff2;color:#000;box-shadow:0 0 0 4px #ffffff4d,0 8px 40px -8px #ffffff4d}.wizard-trigger.sm.svelte-1p5u7tb{padding:.5rem 1.25rem;font-size:.875rem;height:2.5rem}.wizard-trigger.md.svelte-1p5u7tb{padding:.75rem 1.5rem;font-size:.875rem;height:2.75rem}.wizard-trigger.lg.svelte-1p5u7tb{padding:.875rem 1.5rem;font-size:.875rem;height:2.875rem}.wizard-trigger.link.svelte-1p5u7tb{background:transparent;border:none;padding:0;height:auto;font-weight:400;font-size:inherit;color:#fff9;text-decoration:underline;text-underline-offset:2px;border-radius:0;backdrop-filter:none;-webkit-backdrop-filter:none}.wizard-trigger.link.svelte-1p5u7tb:hover{background:transparent;color:#fff;border:none;box-shadow:none}.wizard-trigger.link.svelte-1p5u7tb:focus-visible{background:transparent;color:#fff;box-shadow:none;outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.mobile-menu-overlay.svelte-2pdber{background-color:#000;height:100dvh;width:100%;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);animation:svelte-2pdber-fadeIn .2s ease-out}.mobile-menu-nav.svelte-2pdber{-webkit-overflow-scrolling:touch}.mobile-section-content.svelte-2pdber{animation:svelte-2pdber-slideDown .2s ease-out}@keyframes svelte-2pdber-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-2pdber-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
