:root{--primary: #EB4646;--primary-hover: #E61919;--primary-light: #FEF2F2;--dark: #212531;--dark-muted: #3D4251;--light: #EAEBEE;--white: #FAFAFA;--surface: #FFFFFF;--border: #D8DBDF;--success: #14B858;--blue: #469BEB;--font: "DM Sans", sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow-sm: 0 1px 3px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.06);--shadow-lg: 0 8px 30px rgba(0,0,0,.08);--transition-fast: .15s ease-out;--transition-base: .2s ease-out;--transition-slow: .3s ease-out}.form-column.svelte-1cjnvmr{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:32px 24px}.form-content.svelte-1cjnvmr{width:100%;max-width:480px}.context-column.svelte-1cjnvmr{min-height:90vh;background:linear-gradient(180deg,var(--white) 0%,#F5F5F7 100%);padding:40px;align-items:center;justify-content:center;position:sticky;top:0}.context-content.svelte-1cjnvmr{width:100%;max-width:400px}.step-container.svelte-1cjnvmr{animation:svelte-1cjnvmr-fadeInSlide .3s ease-out}@keyframes svelte-1cjnvmr-fadeInSlide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.ai-header.svelte-1cjnvmr{display:flex;align-items:center;gap:12px;margin-bottom:32px}.ai-indicator.svelte-1cjnvmr{position:relative;width:10px;height:10px}.ai-dot.svelte-1cjnvmr{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--blue));animation:svelte-1cjnvmr-breathe 2s ease-in-out infinite}.ai-dot-pulse.svelte-1cjnvmr{position:absolute;top:0;left:0;width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--blue));opacity:.4;animation:svelte-1cjnvmr-breathe 2s ease-in-out infinite 1s}@keyframes svelte-1cjnvmr-breathe{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.ai-label.svelte-1cjnvmr{font-size:13px;font-weight:600;color:var(--dark-muted);font-family:var(--font)}.ai-status.svelte-1cjnvmr{margin-left:auto;font-size:13px;color:#9ca3af;transition:color var(--transition-base);display:flex;align-items:center;gap:4px}.ai-status.analyzing.svelte-1cjnvmr{color:var(--blue)}.ai-status.ready.svelte-1cjnvmr{color:var(--success)}.step-header.svelte-1cjnvmr{margin-bottom:32px}.step-title.svelte-1cjnvmr{font-size:32px;font-weight:700;color:var(--dark);margin-bottom:8px;letter-spacing:-.02em;font-family:var(--font)}.step-subtitle.svelte-1cjnvmr{font-size:16px;color:var(--dark-muted);letter-spacing:.01em;font-family:var(--font)}.form-fields.svelte-1cjnvmr{margin-bottom:32px}.field-group.svelte-1cjnvmr{margin-bottom:20px}.field-group.mt-6.svelte-1cjnvmr{margin-top:24px}.field-label.svelte-1cjnvmr{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--dark-muted);margin-bottom:8px;font-family:var(--font)}.optional.svelte-1cjnvmr{font-size:12px;opacity:.5}.premium-textarea.svelte-1cjnvmr{width:100%;min-height:180px;padding:16px;border:2px solid var(--light);border-radius:var(--radius-lg);background:var(--white);color:var(--dark);font-family:var(--font);font-size:15px;line-height:1.6;resize:vertical;transition:all var(--transition-base)}.premium-textarea.svelte-1cjnvmr:focus{outline:none;border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px #eb46461a}.premium-textarea.svelte-1cjnvmr::placeholder{color:#21253166}.char-count.svelte-1cjnvmr{text-align:right;font-size:12px;color:#9ca3af;margin-top:8px}.premium-input.svelte-1cjnvmr{width:100%;padding:14px 16px;border:2px solid var(--light);border-radius:var(--radius-md);background:var(--white);color:var(--dark);font-family:var(--font);font-size:15px;transition:all var(--transition-base)}.premium-input.svelte-1cjnvmr:focus{outline:none;border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px #eb46461a}.card-icon.svelte-1cjnvmr{width:48px;height:48px;border-radius:var(--radius-md);background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.card-icon.exclusive.svelte-1cjnvmr{background:#fff7ed;color:#f59e0b}.card-title.svelte-1cjnvmr{font-size:18px;font-weight:600;color:var(--dark);margin-bottom:4px;font-family:var(--font)}.card-check.svelte-1cjnvmr{position:absolute;top:16px;right:16px;width:28px;height:28px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center}.card-grid-simple.svelte-1cjnvmr{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.selection-card-simple.svelte-1cjnvmr{position:relative;padding:32px 24px;border:2px solid var(--light);border-radius:var(--radius-lg);background:var(--surface);text-align:center;transition:all var(--transition-base);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:16px}.selection-card-simple.svelte-1cjnvmr:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.selection-card-simple.selected.svelte-1cjnvmr{border-color:var(--primary);background:var(--primary-light);box-shadow:var(--shadow-md)}.selection-card-simple.svelte-1cjnvmr .card-icon:where(.svelte-1cjnvmr){width:64px;height:64px;margin-bottom:0}.selection-card-simple.svelte-1cjnvmr .card-title:where(.svelte-1cjnvmr){font-size:18px;margin-bottom:0}.button-grid.svelte-1cjnvmr{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.icon-button.svelte-1cjnvmr{padding:12px 16px;border:2px solid var(--light);border-radius:var(--radius-md);background:var(--surface);display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--dark-muted);transition:all var(--transition-base);cursor:pointer}.icon-button.svelte-1cjnvmr:hover{border-color:var(--primary)}.icon-button.selected.svelte-1cjnvmr{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.upload-zone.svelte-1cjnvmr{display:block;border:2px dashed var(--light);border-radius:var(--radius-lg);padding:48px 24px;text-align:center;cursor:pointer;transition:all var(--transition-base);background:var(--white)}.upload-zone.svelte-1cjnvmr:hover{border-color:var(--primary);background:var(--primary-light)}.upload-content.svelte-1cjnvmr{display:flex;flex-direction:column;align-items:center}.upload-icon.svelte-1cjnvmr{width:56px;height:56px;border-radius:var(--radius-md);background:var(--white);color:#9ca3af;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.upload-title.svelte-1cjnvmr{font-size:16px;font-weight:600;color:var(--dark);margin-bottom:4px}.upload-subtitle.svelte-1cjnvmr{font-size:14px;color:var(--dark-muted);margin-bottom:8px}.upload-hint.svelte-1cjnvmr{font-size:12px;color:#9ca3af}.photo-grid.svelte-1cjnvmr{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.photo-item.svelte-1cjnvmr{position:relative;aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden}.photo-preview.svelte-1cjnvmr{width:100%;height:100%;object-fit:cover}.photo-remove.svelte-1cjnvmr{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition-fast);cursor:pointer}.photo-item.svelte-1cjnvmr:hover .photo-remove:where(.svelte-1cjnvmr){opacity:1}.photo-add.svelte-1cjnvmr{aspect-ratio:1;border:2px dashed var(--light);border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:14px;color:#9ca3af;cursor:pointer;transition:all var(--transition-base)}.photo-add.svelte-1cjnvmr:hover{border-color:var(--primary);color:var(--primary)}.step-footer.svelte-1cjnvmr{display:flex;align-items:center;justify-content:space-between;padding-top:24px;border-top:1px solid #F0F1F3}.footer-status.svelte-1cjnvmr{display:flex;align-items:center;gap:8px}.status-text.svelte-1cjnvmr{font-size:14px;color:#9ca3af;font-family:var(--font)}.status-text.ready.svelte-1cjnvmr{color:var(--success);font-weight:500}.footer-actions.svelte-1cjnvmr{display:flex;align-items:center;gap:12px}.btn-back.svelte-1cjnvmr{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:var(--radius-md);background:transparent;color:var(--dark-muted);font-size:15px;font-weight:500;font-family:var(--font);transition:all var(--transition-base);cursor:pointer;border:none}.btn-back.svelte-1cjnvmr:hover{background:var(--white)}.btn-continue.svelte-1cjnvmr,.btn-submit.svelte-1cjnvmr{display:flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius-md);background:var(--primary);color:#fff;font-size:15px;font-weight:500;font-family:var(--font);transition:all var(--transition-base);cursor:pointer;border:none;box-shadow:0 4px 12px #eb46464d}.btn-continue.svelte-1cjnvmr:hover,.btn-submit.svelte-1cjnvmr:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 16px #eb464666}.btn-continue.svelte-1cjnvmr:disabled,.btn-submit.svelte-1cjnvmr:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-skip.svelte-1cjnvmr{font-size:14px;color:#9ca3af;background:none;border:none;cursor:pointer;transition:color var(--transition-fast)}.btn-skip.svelte-1cjnvmr:hover{color:var(--dark-muted)}.context-section.svelte-1cjnvmr{animation:svelte-1cjnvmr-fadeIn .3s ease-out}@keyframes svelte-1cjnvmr-fadeIn{0%{opacity:0}to{opacity:1}}.context-illustration.svelte-1cjnvmr{margin-bottom:32px;display:flex;align-items:center;justify-content:center;min-height:200px}.illustration-chat.svelte-1cjnvmr{position:relative;animation:svelte-1cjnvmr-float 3s ease-in-out infinite}@keyframes svelte-1cjnvmr-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.chat-bubble.svelte-1cjnvmr{width:120px;height:80px;background:#fff;border-radius:20px;box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center}.typing-dots.svelte-1cjnvmr{display:flex;gap:6px}.typing-dots.svelte-1cjnvmr span:where(.svelte-1cjnvmr){width:8px;height:8px;border-radius:50%;background:var(--primary);animation:svelte-1cjnvmr-bounce 1.4s ease-in-out infinite}.typing-dots.svelte-1cjnvmr span:where(.svelte-1cjnvmr):nth-child(2){animation-delay:.2s}.typing-dots.svelte-1cjnvmr span:where(.svelte-1cjnvmr):nth-child(3){animation-delay:.4s}@keyframes svelte-1cjnvmr-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.comparison-visual.svelte-1cjnvmr{display:flex;align-items:center;gap:16px}.compare-card.svelte-1cjnvmr{flex:1;padding:24px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--primary)}.compare-card.exclusive.svelte-1cjnvmr{color:#f59e0b}.compare-card.svelte-1cjnvmr span:where(.svelte-1cjnvmr){font-size:14px;font-weight:600}.compare-vs.svelte-1cjnvmr{font-size:14px;font-weight:600;color:var(--dark-muted)}.map-visual.svelte-1cjnvmr{position:relative;display:flex;align-items:center;justify-content:center}@keyframes svelte-1cjnvmr-pinDrop{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ripple.svelte-1cjnvmr{position:absolute;width:100px;height:100px;border:2px solid var(--primary);border-radius:50%;opacity:0;animation:svelte-1cjnvmr-ripple 2s ease-out infinite}.ripple.delay-1.svelte-1cjnvmr{animation-delay:.7s}.ripple.delay-2.svelte-1cjnvmr{animation-delay:1.4s}@keyframes svelte-1cjnvmr-ripple{0%{transform:scale(.5);opacity:1}to{transform:scale(2);opacity:0}}.camera-visual.svelte-1cjnvmr{position:relative;color:var(--primary)}.photo-float.svelte-1cjnvmr{position:absolute;width:40px;height:40px;background:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-md);animation:svelte-1cjnvmr-photoFloat 3s ease-in-out infinite}.photo-float.delay-1.svelte-1cjnvmr{animation-delay:1s;left:-50px}.photo-float.delay-2.svelte-1cjnvmr{animation-delay:2s;right:-50px}@keyframes svelte-1cjnvmr-photoFloat{0%,to{transform:translateY(0) rotate(0);opacity:0}50%{transform:translateY(-20px) rotate(5deg);opacity:1}}.success-visual.svelte-1cjnvmr{position:relative}.success-circle.svelte-1cjnvmr{width:100px;height:100px;border-radius:50%;background:var(--success);color:#fff;display:flex;align-items:center;justify-content:center;animation:svelte-1cjnvmr-scale 1s ease-out}@keyframes svelte-1cjnvmr-scale{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.confetti.svelte-1cjnvmr{position:absolute;width:8px;height:8px;background:var(--primary);animation:svelte-1cjnvmr-confettiFall 2s ease-out infinite}.confetti.delay-1.svelte-1cjnvmr{background:var(--blue);animation-delay:.5s;left:30%}.confetti.delay-2.svelte-1cjnvmr{background:#f59e0b;animation-delay:1s;right:30%}@keyframes svelte-1cjnvmr-confettiFall{0%{transform:translateY(-20px) rotate(0);opacity:1}to{transform:translateY(100px) rotate(360deg);opacity:0}}.context-title.svelte-1cjnvmr{font-size:24px;font-weight:600;color:var(--dark);margin-bottom:16px;font-family:var(--font)}.context-description.svelte-1cjnvmr{font-size:16px;color:var(--dark-muted);line-height:1.6;margin-bottom:24px}.context-tips.svelte-1cjnvmr{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.tip-item.svelte-1cjnvmr{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--dark-muted)}.tip-item.svelte-1cjnvmr svg{color:var(--success);flex-shrink:0}.context-stats.svelte-1cjnvmr{display:flex;flex-direction:column;gap:16px}.stat-item.svelte-1cjnvmr{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border-radius:var(--radius-md);font-size:15px;color:var(--dark);font-weight:500}.stat-item.svelte-1cjnvmr svg{color:var(--primary);flex-shrink:0}.comparison-table.svelte-1cjnvmr{background:#fff;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:24px;box-shadow:var(--shadow-sm)}.comparison-row.svelte-1cjnvmr{display:grid;grid-template-columns:1fr 1fr}.comparison-row.header.svelte-1cjnvmr .comparison-cell:where(.svelte-1cjnvmr){background:var(--white);font-weight:600;color:var(--dark)}.comparison-cell.svelte-1cjnvmr{padding:16px;font-size:14px;color:var(--dark-muted);border-right:1px solid var(--light);border-bottom:1px solid var(--light)}.comparison-cell.svelte-1cjnvmr:last-child{border-right:none}.comparison-row.svelte-1cjnvmr:last-child .comparison-cell:where(.svelte-1cjnvmr){border-bottom:none}.context-trust.svelte-1cjnvmr{padding:20px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.trust-rating.svelte-1cjnvmr{display:flex;align-items:center;gap:8px;margin-bottom:12px}.trust-rating.svelte-1cjnvmr svg{color:#f59e0b}.rating-text.svelte-1cjnvmr{font-size:14px;font-weight:600;color:var(--dark)}.trust-quote.svelte-1cjnvmr{font-size:14px;color:var(--dark-muted);font-style:italic}.trust-item.svelte-1cjnvmr{display:flex;align-items:center;gap:12px;padding:12px 0;font-size:15px;color:var(--dark-muted);border-bottom:1px solid var(--light)}.trust-item.svelte-1cjnvmr:last-child{border-bottom:none}.trust-item.svelte-1cjnvmr svg{color:var(--success);flex-shrink:0}.progress-bar-container.svelte-1cjnvmr{position:fixed;bottom:0;left:0;right:0;z-index:50}.progress-bar.svelte-1cjnvmr{height:6px;background:var(--light);position:relative}.progress-fill.svelte-1cjnvmr{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-hover));transition:width .5s ease-out;box-shadow:0 0 20px #eb46464d}.progress-label.svelte-1cjnvmr{position:absolute;bottom:20px;left:50%;transform:translate(-50%);padding:8px 20px;background:#fff;border-radius:20px;font-size:14px;font-weight:500;color:var(--dark-muted);box-shadow:var(--shadow-md);font-family:var(--font)}.honeypot.svelte-1cjnvmr{position:absolute;left:-9999px;top:-9999px;opacity:0;height:0;width:0;overflow:hidden;pointer-events:none}.consent-group.svelte-1cjnvmr{margin-top:24px;padding-top:24px;border-top:1px solid var(--light)}.consent-label.svelte-1cjnvmr{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.consent-checkbox.svelte-1cjnvmr{width:20px;height:20px;border:2px solid var(--light);border-radius:4px;cursor:pointer;flex-shrink:0;margin-top:2px;accent-color:var(--primary)}.consent-checkbox.svelte-1cjnvmr:checked{border-color:var(--primary);background-color:var(--primary)}.consent-text.svelte-1cjnvmr{font-size:14px;color:var(--dark-muted);line-height:1.5}.consent-link.svelte-1cjnvmr{color:var(--primary);text-decoration:underline}.consent-link.svelte-1cjnvmr:hover{color:var(--primary-hover)}.hidden.svelte-1cjnvmr{display:none}@media(max-width:1024px){.form-column.svelte-1cjnvmr{width:100%!important;padding:40px 24px 100px}.context-column.svelte-1cjnvmr{display:none!important}.step-footer.svelte-1cjnvmr{flex-wrap:wrap;gap:12px}.footer-actions.svelte-1cjnvmr{width:100%;justify-content:space-between}}@media(min-width:1025px){.form-column.svelte-1cjnvmr{padding:60px 80px}}.processing-overlay.svelte-1cjnvmr{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;animation:svelte-1cjnvmr-overlayFadeIn .4s ease-out}@keyframes svelte-1cjnvmr-overlayFadeIn{0%{opacity:0}to{opacity:1}}.processing-backdrop.svelte-1cjnvmr{position:absolute;inset:0;background:linear-gradient(135deg,#fafafa,#f5f5f7,#fff)}.processing-content.svelte-1cjnvmr{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:40px;max-width:500px;width:100%;animation:svelte-1cjnvmr-contentSlideUp .5s ease-out .2s both}@keyframes svelte-1cjnvmr-contentSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ai-brain-container.svelte-1cjnvmr{position:relative;width:160px;height:160px;margin-bottom:40px}.ai-brain-ring.svelte-1cjnvmr{position:absolute;border-radius:50%;border:2px solid transparent}.ring-1.svelte-1cjnvmr{inset:0;border-color:#eb464640;animation:svelte-1cjnvmr-ringRotate 3s linear infinite}.ring-2.svelte-1cjnvmr{inset:15px;border-color:#469beb40;animation:svelte-1cjnvmr-ringRotate 4s linear infinite reverse}.ring-3.svelte-1cjnvmr{inset:30px;border-color:#14b85840;animation:svelte-1cjnvmr-ringRotate 2.5s linear infinite}@keyframes svelte-1cjnvmr-ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-brain-core.svelte-1cjnvmr{position:absolute;inset:45px;background:linear-gradient(135deg,#eb4646,#469beb);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #eb464640,0 4px 16px #469beb26;animation:svelte-1cjnvmr-corePulse 2s ease-in-out infinite}@keyframes svelte-1cjnvmr-corePulse{0%,to{transform:scale(1);box-shadow:0 8px 32px #eb464640,0 4px 16px #469beb26}50%{transform:scale(1.05);box-shadow:0 12px 48px #eb464659,0 8px 24px #469beb40}}.particle.svelte-1cjnvmr{position:absolute;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#eb4646,#469beb);animation:svelte-1cjnvmr-particleFloat 3s ease-in-out infinite}.p1.svelte-1cjnvmr{top:10%;left:20%;animation-delay:0s}.p2.svelte-1cjnvmr{top:20%;right:15%;animation-delay:.5s}.p3.svelte-1cjnvmr{bottom:25%;left:10%;animation-delay:1s}.p4.svelte-1cjnvmr{bottom:15%;right:20%;animation-delay:1.5s}.p5.svelte-1cjnvmr{top:50%;left:5%;animation-delay:2s}.p6.svelte-1cjnvmr{top:40%;right:5%;animation-delay:2.5s}@keyframes svelte-1cjnvmr-particleFloat{0%,to{opacity:0;transform:translateY(0) scale(0)}50%{opacity:.8;transform:translateY(-20px) scale(1)}}.processing-title.svelte-1cjnvmr{font-size:28px;font-weight:700;color:var(--dark);margin-bottom:8px;text-align:center;letter-spacing:-.02em}.processing-subtitle.svelte-1cjnvmr{font-size:16px;color:var(--dark-muted);margin-bottom:40px;text-align:center}.processing-steps.svelte-1cjnvmr{width:100%;display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.processing-step.svelte-1cjnvmr{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;border-radius:12px;border:1px solid var(--light);box-shadow:0 2px 8px #0000000a;transition:all .4s ease}.processing-step.active.svelte-1cjnvmr{background:var(--primary-light);border-color:#eb46464d;transform:scale(1.02);box-shadow:0 4px 16px #eb464626}.processing-step.completed.svelte-1cjnvmr{background:#ecfdf5;border-color:#14b8584d}.step-indicator.svelte-1cjnvmr{width:36px;height:36px;border-radius:50%;background:var(--light);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.processing-step.active.svelte-1cjnvmr .step-indicator:where(.svelte-1cjnvmr){background:var(--primary);color:#fff}.processing-step.completed.svelte-1cjnvmr .step-indicator:where(.svelte-1cjnvmr){background:#14b858;color:#fff}.step-number.svelte-1cjnvmr{font-size:14px;font-weight:600;color:var(--dark-muted)}.step-spinner.svelte-1cjnvmr{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1cjnvmr-spin .8s linear infinite}@keyframes svelte-1cjnvmr-spin{to{transform:rotate(360deg)}}.step-label.svelte-1cjnvmr{font-size:15px;color:var(--dark-muted);transition:color .3s ease}.processing-step.active.svelte-1cjnvmr .step-label:where(.svelte-1cjnvmr){color:var(--dark);font-weight:500}.processing-step.completed.svelte-1cjnvmr .step-label:where(.svelte-1cjnvmr){color:var(--dark)}.processing-progress.svelte-1cjnvmr{width:100%;height:6px;background:var(--light);border-radius:3px;overflow:hidden}.processing-progress-fill.svelte-1cjnvmr{height:100%;background:linear-gradient(90deg,#eb4646,#469beb);border-radius:3px;transition:width .5s ease-out;box-shadow:0 2px 8px #eb46464d}
