:root{--wizard-primary:#5d121d;--wizard-primary-light:#a0283a;--wizard-accent:#b45309;--wizard-accent-hover:#d97706;--wizard-bg-gray:#f8fafc;--wizard-border:#e2e8f0;--wizard-shadow:0 10px 25px -5px #0000000d, 0 8px 10px -6px #0000000d;--wizard-success:#10b981}.wizard-section{width:100%;max-width:1280px;margin:0 auto;padding:2rem 1rem;font-family:Inter,sans-serif}.wizard-progress{justify-content:space-between;align-items:center;margin-bottom:3.5rem;padding:0 2rem;display:flex;position:relative}.wizard-progress:before{content:"";z-index:1;background:#e2e8f0;border-radius:9999px;height:4px;position:absolute;top:24px;left:2rem;right:2rem}.wizard-progress-bar{background:linear-gradient(90deg, var(--wizard-primary) 0%, var(--wizard-accent) 100%);z-index:2;border-radius:9999px;width:0%;height:4px;transition:width .4s cubic-bezier(.4,0,.2,1);position:absolute;top:24px;left:2rem}.wizard-progress-bar--step-1{width:25%}.wizard-progress-bar--step-2{width:50%}.wizard-progress-bar--step-3{width:75%}.wizard-progress-bar--step-4{width:100%}.wizard-title-large{color:#1e1b4b;font-size:1.875rem;font-weight:800}.checklist-item{background-color:#f8fafc;border:1px solid #f1f5f9;border-radius:.75rem;align-items:center;gap:1rem;padding:1rem;display:flex}.checklist-icon-box{color:#fff;background-color:#10b981;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;display:flex}.checklist-text-title{color:#1e293b;font-size:.75rem;font-weight:700}.checklist-text-desc{color:#94a3b8;font-size:10px;line-height:1.5}.info-banner{color:#b45309;background-color:#fffbeb80;border:1px solid #fef3c780;border-radius:.75rem;gap:.75rem;margin-top:1.5rem;padding:1rem;display:flex}.info-banner-icon{font-size:1.125rem;line-height:1}.info-banner-text{font-size:11px;font-weight:500;line-height:1.5}.modal-feature-text{color:#374151;font-size:.75rem;font-weight:500}.modal-right-col-image-overlay{background-image:url(https://images.unsplash.com/photo-1519741497674-611481863552?q=80&w=600)}.dark .modal-feature-text{color:#d1d5db}.template-text-label{font-size:11px}.recommended-themes-grid{grid-column:1/-1}.upload-zone-icon-box{color:#f43f5e;background-color:#fff1f2;width:4rem;height:4rem}.dark .upload-zone-icon-box{background-color:#f43f5e1a}.dark .wizard-title-large{color:#fff}.dark .checklist-item{background-color:#1e293b66;border-color:#1e293b}.dark .checklist-text-title{color:#e2e8f0}.dark .info-banner{color:#fbbf24;background-color:#4527001a;border-color:#fbbf241a}.wizard-step{z-index:3;cursor:default;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.wizard-step-circle{color:#64748b;background:#fff;border:3px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #0000000d}.wizard-step-label{color:#64748b;text-align:center;margin-top:.75rem;font-size:.875rem;font-weight:600;transition:color .3s}.wizard-step.active .wizard-step-circle{background:var(--wizard-primary);border-color:var(--wizard-primary);color:#fff;box-shadow:0 0 0 4px #4338ca26,0 8px 16px -4px #4338ca33}.wizard-step.active .wizard-step-circle svg path,.wizard-step.active .wizard-step-circle svg circle,.wizard-step.active .wizard-step-circle svg rect{stroke:#fff;fill:none}.wizard-step.active .wizard-step-circle svg path[fill]:not([fill=none]),.wizard-step.active .wizard-step-circle svg circle[fill]:not([fill=none]){fill:#fff;stroke:#fff}.wizard-step.active .wizard-step-label{color:var(--wizard-primary);font-weight:700}.wizard-step.completed .wizard-step-circle{border-color:var(--wizard-success);color:var(--wizard-success);background:#fff}.wizard-step.completed .wizard-step-label{color:var(--wizard-success)}.wizard-container{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);align-items:start;gap:2rem;display:grid}.wizard-left-col,.wizard-right-col{width:100%;min-width:0}@media (width>=1025px){.wizard-right-col{align-self:start;position:sticky;top:5rem}}@media (width<=1024px){.wizard-container{grid-template-columns:1fr}}.wizard-card{border:1px solid var(--wizard-border);box-shadow:var(--wizard-shadow);background:#fff;border-radius:20px;margin-bottom:2rem;padding:2.25rem;transition:transform .2s,box-shadow .2s;position:relative}.wizard-card-header{border-bottom:1px dashed var(--wizard-border);align-items:center;margin-bottom:2rem;padding-bottom:1.25rem;display:flex}.wizard-card-number{width:32px;height:32px;color:var(--wizard-primary);background:#1e1bab0f;border-radius:8px;justify-content:center;align-items:center;margin-right:1rem;font-size:.9rem;font-weight:700;display:flex}.wizard-card-title{color:var(--wizard-primary);font-size:1.25rem;font-weight:700}.wizard-card-subtitle{color:#64748b;margin-top:.25rem;font-size:.875rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;width:100%;display:grid}.category-card{border:2px solid var(--wizard-border);cursor:pointer;text-align:center;background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:.75rem .5rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.category-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px -2px #0000000a}.category-card-icon{background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.75rem;font-size:1.5rem;transition:all .25s;display:flex}.category-card-label{color:#475569;font-size:.9rem;font-weight:600;transition:color .25s}.category-card.selected{background:#be123c05;border-color:#be123c;box-shadow:0 0 0 4px #be123c1a}.category-card.selected .category-card-icon{color:#fff}.category-card.selected .category-card-label{color:#be123c;font-weight:700}.wizard-label{text-transform:uppercase;color:#64748b;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.quick_add_area{display:flex}.wizard-input-wrapper{align-items:center;width:100%;display:flex;position:relative}.wizard-input-icon{color:#94a3b8;pointer-events:none;font-size:1.1rem;position:absolute;left:1rem}.wizard-currency-select{color:#475569;cursor:pointer;z-index:10;text-align:center;appearance:none;background:0 0;border:none;outline:none;width:2.2rem;height:calc(100% - 4px);padding:0;font-size:1.05rem;font-weight:700;position:absolute;left:.8rem}.wizard-input{border:1px solid var(--wizard-border);background:var(--wizard-bg-gray);color:#1e293b;border-radius:12px;width:100%;padding:.875rem 1rem .875rem 2.75rem;font-size:.95rem;font-weight:500;transition:all .2s}.wizard-input:focus{border-color:var(--wizard-primary-light);background:#fff;outline:none;box-shadow:0 0 0 4px #4338ca1a}.wizard-textarea{border:1px solid var(--wizard-border);background:var(--wizard-bg-gray);color:#1e293b;resize:none;border-radius:12px;width:100%;min-height:110px;padding:1rem;font-size:.95rem;transition:all .2s}.wizard-textarea:focus{border-color:var(--wizard-primary-light);background:#fff;outline:none;box-shadow:0 0 0 4px #4338ca1a}.tags-container{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.tag-pill{border:1px solid var(--wizard-border);color:#475569;cursor:pointer;background:#f1f5f9;border-radius:9999px;align-items:center;padding:.35rem .875rem;font-size:.775rem;font-weight:600;transition:all .2s;display:inline-flex}.tag-pill:hover{color:#1e293b;background:#e2e8f0;transform:scale(1.02)}.map-search-wrapper{margin-bottom:1rem;position:relative}.map-container{border:1px solid var(--wizard-border);border-radius:16px;width:100%;height:320px;margin-bottom:1rem;overflow:hidden}.tab-toggle-container{border:1px solid var(--wizard-border);background:#f1f5f9;border-radius:12px;margin-bottom:2rem;padding:4px;display:flex}.tab-toggle-btn{text-align:center;cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:10px;flex:1;padding:.625rem 1rem;font-size:.875rem;font-weight:700;transition:all .25s}.tab-toggle-btn.active{color:#be123c;background:#fff;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.iphone-simulator{isolation:isolate;background:#000;border-radius:40px;flex-direction:column;width:325px;height:610px;margin:0 auto;padding:7px;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000040,0 0 0 4px #27272a}.iphone-simulator:before{content:"";z-index:10;background:#000;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:110px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.iphone-screen{isolation:isolate;background:#fafaf9;border-radius:32px;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.iphone-iframe{z-index:0;-webkit-overflow-scrolling:touch;background:#fff;border:none;flex:1;width:100%;height:100%;min-height:0;display:block;position:relative;overflow-y:auto!important}.iphone-url-bar{background:#000000b3;flex-shrink:0;width:100%;padding:8px 10px;position:absolute;bottom:0;left:0;right:0}.iphone-url-bar__inner{background:#ffffff1a;border-radius:8px;align-items:center;gap:5px;min-width:0;padding:5px 10px;display:flex}.iphone-url-bar__ssl{color:#28c840;flex-shrink:0;align-items:center;display:flex}.iphone-url-bar__ssl svg{width:9px;height:9px}.iphone-url-bar__text{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;letter-spacing:.01em;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:10px;font-weight:500;overflow:hidden}.review-card{border:1px solid var(--wizard-border);box-shadow:var(--wizard-shadow);background:#fff;border-radius:20px;padding:2rem}.review-card-header{align-items:center;margin-bottom:1.5rem;display:flex}.review-card-icon{color:#be123c;background:#be123c0f;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;margin-right:.875rem;font-size:1.15rem;display:flex}.review-table{border-collapse:collapse;width:100%}.review-table td{border-bottom:1px dashed #f1f5f9;padding:.875rem 0;font-size:.875rem}.review-table tr:last-child td{border-bottom:none}.review-label{color:#64748b;font-weight:500}.review-val{color:#1e293b;text-align:right;font-weight:700}.review-total{border-top:2px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;display:flex}.review-total-label{color:var(--wizard-primary);font-size:1rem;font-weight:800}.review-total-price{color:#be123c;font-size:1.5rem;font-weight:800}.review-badge{text-transform:uppercase;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.review-badge-pending{background:#fef3c7}.wizard-footer{border-top:1px solid var(--wizard-border);justify-content:space-between;align-items:center;margin-top:3rem;padding-top:1.5rem;display:flex}.wizard-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:.75rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.wizard-btn-prev{border:1px solid var(--wizard-border);color:#475569;background:#fff}.wizard-btn-prev:hover{color:#1e293b;background:#f8fafc}.wizard-btn-next{color:#fff;background:#000}.wizard-btn-next:hover{background:#1e293b;transform:translateY(-1px)}.template-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1.25rem;width:100%;display:grid}.template-card{border:1px solid var(--wizard-border);cursor:pointer;background:#fff;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #00000005}.template-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 20px -8px #0000001a}.template-card.selected{border-color:#be123c;box-shadow:0 0 0 3px #be123c26,0 8px 16px -4px #be123c1a}.template-card-preview{aspect-ratio:1;justify-content:center;align-items:center;width:100%;padding:.6rem;display:flex;position:relative;overflow:hidden}.template-card-check{color:#fff;opacity:0;z-index:5;background:#be123c;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:8px;right:8px;transform:scale(.6)}.template-card.selected .template-card-check{opacity:1;transform:scale(1)}.template-text-sample{text-align:center;pointer-events:none;font-size:.75rem;font-weight:600;line-height:1.3}.template-card-footer{background:#fff;border-top:1px solid #f1f5f9;flex-direction:column;gap:.1rem;padding:.5rem;display:flex}.template-card-name{color:#1e293b;white-space:normal;word-break:break-word;font-size:.825rem;font-weight:700;overflow:hidden}.template-card-tag{color:#94a3b8;font-size:.675rem;font-weight:600}.recommended-container{background:#fffbeb;border:1px solid #fef3c7;border-radius:16px;margin-top:1rem;padding:1.25rem}.template-grid .recommended-container,.effects-grid .recommended-container{grid-column:1/-1}.recommended-header{letter-spacing:.07em;color:#b45309;text-transform:uppercase;margin-bottom:1rem;font-size:.725rem;font-weight:800}.effects-grid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.875rem;display:grid}.effect-card{border:1px solid var(--wizard-border);cursor:pointer;text-align:center;background:#fff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;padding:1rem .5rem;transition:all .25s;display:flex;position:relative}.effect-card:hover{border-color:#cbd5e1;transform:translateY(-2px)}.effect-card.selected{background:#be123c03;border-color:#be123c;box-shadow:0 0 0 3px #be123c1a}.effect-card-check{color:#fff;opacity:0;background:#be123c;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.55rem;transition:all .2s;display:flex;position:absolute;top:6px;right:6px;transform:scale(.5)}.effect-card.selected .effect-card-check{opacity:1;transform:scale(1)}.effect-card-icon{margin-bottom:.5rem;font-size:1.5rem}.effect-card-title{color:#334155;font-size:.775rem;font-weight:700}.effect-card-desc{color:#94a3b8;margin-top:.125rem;font-size:.65rem}.effects-list{flex-direction:column;gap:.75rem;display:flex}.recommended-effect-row{background:#fff;border:1px solid #f1f5f9;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:box-shadow .2s;display:flex}.recommended-effect-row:hover{box-shadow:0 4px 10px -4px #0000000d}.effect-spark-icon{font-size:1.25rem}.btn-add-effect-recom{color:#be123c;cursor:pointer;background:#be123c0d;border:none;border-radius:8px;padding:.35rem .75rem;font-size:.725rem;font-weight:700;transition:all .2s}.btn-add-effect-recom:hover{color:#fff;background:#be123c}.music-tabs-header{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;padding:3px;display:flex}.music-tab-btn{text-align:center;color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s}.music-tab-btn.active{color:#1e293b;background:#fff;box-shadow:0 2px 4px #00000008}.music-list{flex-direction:column;gap:.75rem;display:flex}.music-item{border:1px solid var(--wizard-border);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:.75rem 1rem;transition:all .25s;display:flex}.music-item:hover{background:#fafaf9;border-color:#cbd5e1}.music-item.selected{background:#be123c03;border-color:#be123c}.music-item--none{background:#f8fafc;border-style:dashed;border-color:#cbd5e1}.music-item--none:hover{background:#f1f5f9;border-color:#94a3b8}.music-item--none.selected{background:#be123c03;border-style:solid;border-color:#be123c}.music-item--none-icon{color:#64748b;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.music-item--none.selected .music-item--none-icon{color:#be123c;background:#be123c14}.btn-play-pause{color:#be123c;cursor:pointer;background:#be123c0f;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;transition:all .2s;display:flex}.btn-play-pause:hover{color:#fff;background:#be123c;transform:scale(1.08)}.music-item-info{flex:1;min-width:0}.music-title{color:#1e293b;white-space:normal;word-break:break-word;font-size:.825rem;font-weight:700;overflow:hidden}.music-genre{color:#94a3b8;font-size:.675rem;font-weight:600}.music-waveform-mock{align-items:flex-end;gap:2px;width:36px;height:18px;display:flex}.music-waveform-mock span{background:#cbd5e1;border-radius:1px;width:3px;height:3px;transition:all .2s}.music-waveform-mock.active span{background:#be123c;animation:1s infinite alternate bounceWave}.music-waveform-mock.active span:first-child{animation-delay:.1s}.music-waveform-mock.active span:nth-child(2){animation-delay:.3s}.music-waveform-mock.active span:nth-child(3){animation-delay:.5s}.music-waveform-mock.active span:nth-child(4){animation-delay:.2s}.music-waveform-mock.active span:nth-child(5){animation-delay:.4s}.music-waveform-mock.active span:nth-child(6){animation-delay:.15s}.music-waveform-mock.active span:nth-child(7){animation-delay:.35s}.music-waveform-mock.active span:nth-child(8){animation-delay:.45s}@keyframes bounceWave{0%{height:3px}to{height:18px}}.music-duration{color:#64748b;white-space:nowrap;font-size:.725rem;font-weight:600}.upload-zone{cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;transition:all .3s}.upload-zone:hover{background:#be123c03;border-color:#be123c}.upload-zone-content{flex-direction:column;align-items:center;display:flex}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.animate-shake{animation:.5s ease-in-out shake}.modal-backdrop{-webkit-backdrop-filter:blur(12px);z-index:9999;opacity:1;background-color:#0f172a73;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.modal-backdrop.hidden{opacity:0;pointer-events:none;display:none!important}.modal-container{background:#fffffff2;border:1px solid #fffc;border-radius:24px;width:90%;max-width:780px;animation:.4s cubic-bezier(.16,1,.3,1) modalSlideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close-btn{background:var(--wizard-primary);color:#475569;cursor:pointer;z-index:100;border:1px solid #e2e8f0cc;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.modal-close-btn:hover{background:var(--wizard-primary-hover);color:#fff;transform:rotate(90deg)}.modal-body-wrapper{grid-template-columns:1.1fr .9fr;min-height:380px;display:grid}@media (width<=768px){.modal-body-wrapper{grid-template-columns:1fr}.modal-right-col{display:none!important}}.modal-left-col{flex-direction:column;justify-content:center;padding:2rem 2.5rem;display:flex}.modal-logo{text-transform:uppercase;letter-spacing:.15em;color:#be123c;margin-bottom:.875rem;font-size:.775rem;font-weight:800}.modal-title{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:800;line-height:1.25}.modal-subtitle{color:#475569;margin-bottom:1rem;font-size:.825rem;line-height:1.5}.modal-features-list{margin-bottom:1rem;padding:0;list-style:none}.modal-features-list li{align-items:center;gap:.75rem;margin-bottom:.625rem;display:flex}.feature-check-icon{color:#10b981;background:#10b9811f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;display:flex}.modal-price-pill{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding:.625rem 1rem;display:flex}.modal-see-all-link{color:#be123c;align-items:center;margin-bottom:1rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.modal-see-all-link:hover{opacity:.75;text-decoration:underline}.pill-label{color:#64748b;align-items:center;gap:.5rem;font-size:.825rem;font-weight:700;display:flex}.pill-value{color:#be123c;font-size:1.15rem;font-weight:800}.modal-actions-container{flex-direction:column;gap:.5rem;display:flex}.modal-btn-confirm{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:.75rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #0f172a26}.modal-btn-confirm:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 6px 16px #0f172a40}.modal-btn-confirm:disabled{cursor:not-allowed;box-shadow:none;background:#94a3b8}.modal-btn-cancel{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;padding:.75rem;font-size:.875rem;font-weight:700;transition:all .2s}.modal-btn-cancel:hover{color:#0f172a;background:#f8fafc}.modal-secure-badge{color:#64748b;justify-content:center;align-items:center;font-size:.725rem;font-weight:600;display:flex}.modal-right-col{background-position:50%;background-size:cover;flex-direction:column;justify-content:flex-end;padding:3rem;display:flex;position:relative}.right-col-gradient-overlay{z-index:1;background:linear-gradient(#0f172a00 40%,#0f172ae6 100%);position:absolute;inset:0}.right-col-content{z-index:2;color:#fff;position:relative}.red-divider-pill{background:#be123c;border-radius:999px;width:32px;height:4px;margin-bottom:1rem}.right-col-title{margin-bottom:.5rem;font-size:1.6rem;font-weight:800;line-height:1.3}.right-col-subtitle{color:#fffc;font-size:.875rem;font-weight:500}.recommended-card{transition:all .25s cubic-bezier(.4,0,.2,1)}.recommended-card:hover{box-shadow:0 10px 15px -3px #f59e0b1a,0 4px 6px -2px #f59e0b0d;border-color:#f59e0b!important}.recommended-card .template-card-crown{animation:1.5s infinite alternate pulseCrown}@keyframes pulseCrown{0%{transform:scale(1)}to{transform:scale(1.15)}}.recommendations-slider{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-flow:row!important;gap:1rem!important;width:100%!important;padding:.5rem 1.25rem 1rem!important;display:flex!important;overflow-x:auto!important}.recommendations-slider::-webkit-scrollbar{display:none}.recommendations-slider .recommended-card{box-sizing:border-box!important;flex:0 0 160px!important;width:160px!important;min-width:160px!important;max-width:160px!important}.recommendations-slider .effect-card.recommended-card{background:#fff!important;border:1px solid #f1f5f9!important;border-radius:16px!important;flex-direction:column!important;justify-content:space-between!important;align-items:center!important;height:220px!important;min-height:220px!important;padding:1rem!important;display:flex!important;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000005!important}.recommendations-slider .music-item.recommended-card{text-align:center!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #f1f5f9!important;border-radius:16px!important;flex-direction:column!important;justify-content:space-between!important;align-items:center!important;gap:.5rem!important;height:220px!important;min-height:220px!important;padding:1.25rem 1rem!important;display:flex!important;position:relative!important;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000005!important}.recommendations-slider .music-item.recommended-card .music-item-info{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;display:flex!important}.recommendations-slider .music-item.recommended-card .btn-play-pause{justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;margin-bottom:.5rem!important;font-size:.95rem!important;display:flex!important}.recommendations-slider-wrapper{width:100%;margin-top:.75rem;position:relative}.slider-arrow{z-index:10;cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:50%;outline:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:12px;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 10px #00000014}.slider-arrow-left{left:-10px}.slider-arrow-right{right:-10px}.slider-arrow:hover{color:#be123c;background:#fff;border-color:#be123c;transform:translateY(-50%)scale(1.08);box-shadow:0 6px 14px #be123c26}.slider-arrow:active{transform:translateY(-50%)scale(.95)}.recommendations-slider-wrapper .recommendations-slider{width:100%!important;margin-top:0!important}.slider-arrow svg{width:14px;height:14px;display:block}.dark .wizard-card,html.dark .wizard-card,.dark .review-card,html.dark .review-card{background:#0f172a!important;border-color:#334155!important;box-shadow:0 10px 30px -10px #00000080!important}.dark .wizard-card-number,html.dark .wizard-card-number{color:#fb7185!important;background:#e11d482e!important;border:1px solid #e11d4859!important}.dark .wizard-title-large,html.dark .wizard-title-large,.dark .wizard-card-title,html.dark .wizard-card-title,.dark .review-total-label,html.dark .review-total-label{color:#fff!important}.dark .wizard-card-subtitle,html.dark .wizard-card-subtitle,.dark .review-label,html.dark .review-label,.dark .wizard-label,html.dark .wizard-label{color:#cbd5e1!important}.dark .category-card,html.dark .category-card{background:#1e293b!important;border-color:#475569!important}.dark .category-card:hover,html.dark .category-card:hover{background:#334155!important;border-color:#94a3b8!important}.dark .category-card-icon,html.dark .category-card-icon{color:#f1f5f9!important;background:#0f172acc!important}.dark .category-card-label,html.dark .category-card-label{color:#f8fafc!important;font-weight:600!important}.dark .category-card.selected,html.dark .category-card.selected{background:#f43f5e26!important;border-color:#f43f5e!important;box-shadow:0 0 0 3px #f43f5e4d!important}.dark .category-card.selected .category-card-icon,html.dark .category-card.selected .category-card-icon{color:#fff!important;background:#f43f5e!important}.dark .category-card.selected .category-card-label,html.dark .category-card.selected .category-card-label{color:#fb7185!important;font-weight:700!important}.dark .wizard-input,html.dark .wizard-input,.dark .wizard-textarea,html.dark .wizard-textarea{color:#fff!important;background:#0f172a!important;border-color:#475569!important}.dark .wizard-input::placeholder,html.dark .wizard-input::placeholder,.dark .wizard-textarea::placeholder,html.dark .wizard-textarea::placeholder{color:#94a3b8!important}.dark .wizard-input:focus,html.dark .wizard-input:focus,.dark .wizard-textarea:focus,html.dark .wizard-textarea:focus{background:#1e293b!important;border-color:#f43f5e!important;box-shadow:0 0 0 4px #f43f5e33!important}.dark .wizard-input-icon,html.dark .wizard-input-icon{color:#94a3b8!important}.dark .wizard-currency-select,html.dark .wizard-currency-select{color:#f1f5f9!important;background:0 0!important}.dark .tag-pill,html.dark .tag-pill{color:#f1f5f9!important;background:#1e293b!important;border-color:#475569!important}.dark .tag-pill:hover,html.dark .tag-pill:hover{color:#fff!important;background:#334155!important}.dark .tab-toggle-container,html.dark .tab-toggle-container{background:#0f172a!important;border-color:#334155!important}.dark .tab-toggle-btn,html.dark .tab-toggle-btn{color:#cbd5e1!important}.dark .tab-toggle-btn.active,html.dark .tab-toggle-btn.active{color:#fb7185!important;background:#1e293b!important;box-shadow:0 4px 6px -1px #0000004d!important}.dark .review-table td,html.dark .review-table td{border-bottom-color:#1e293b!important}.dark .review-val,html.dark .review-val{color:#f1f5f9!important}.dark .review-total,html.dark .review-total{border-top-color:#1e293b!important}.dark .review-total-price,html.dark .review-total-price{color:#f43f5e!important}.dark .wizard-footer,html.dark .wizard-footer{border-top-color:#1e293b!important}.dark .wizard-btn-prev,html.dark .wizard-btn-prev{color:#f1f5f9!important;background:#0f172a!important;border-color:#475569!important}.dark .wizard-btn-prev:hover,html.dark .wizard-btn-prev:hover{color:#fff!important;background:#1e293b!important}.dark .wizard-btn-next,html.dark .wizard-btn-next{color:#fff!important;background:#f43f5e!important}.dark .wizard-btn-next:hover,html.dark .wizard-btn-next:hover{background:#e11d48!important}.dark .template-card,html.dark .template-card,.dark .effect-card,html.dark .effect-card,.dark .music-item,html.dark .music-item{background:#1e293b!important;border-color:#475569!important}.dark .music-item--none,html.dark .music-item--none{background:#0f172a!important;border-style:dashed!important;border-color:#475569!important}.dark .music-item--none:hover,html.dark .music-item--none:hover{border-color:#94a3b8!important}.dark .music-item--none-icon,html.dark .music-item--none-icon{color:#cbd5e1;background:#1e293b}.dark .template-card:hover,html.dark .template-card:hover,.dark .effect-card:hover,html.dark .effect-card:hover,.dark .music-item:hover,html.dark .music-item:hover{border-color:#94a3b8!important;box-shadow:0 10px 20px -5px #0000004d!important}.dark .template-card.selected,html.dark .template-card.selected,.dark .effect-card.selected,html.dark .effect-card.selected,.dark .music-item.selected,html.dark .music-item.selected{border-color:#f43f5e!important;box-shadow:0 0 0 3px #f43f5e40,0 8px 16px -4px #f43f5e33!important}.dark .template-card-footer,html.dark .template-card-footer{background:#1e293b!important;border-top-color:#334155!important}.dark .template-card-name,html.dark .template-card-name,.dark .effect-card-title,html.dark .effect-card-title,.dark .music-title,html.dark .music-title{color:#f8fafc!important}.dark .template-card-tag,html.dark .template-card-tag,.dark .effect-card-desc,html.dark .effect-card-desc,.dark .music-duration,html.dark .music-duration{color:#cbd5e1!important}.dark .upload-zone,html.dark .upload-zone{background:#0f172a!important;border-color:#475569!important}.dark .upload-zone:hover,html.dark .upload-zone:hover{border-color:#f43f5e!important}.dark .upload-zone h5,html.dark .upload-zone h5{color:#f8fafc!important}.dark .upload-zone p,html.dark .upload-zone p{color:#cbd5e1!important}.dark .recommended-container,html.dark .recommended-container{background:#fbbf240d!important;border-color:#fbbf2433!important}.dark .recommended-header,html.dark .recommended-header{color:#fbbf24!important}.dark .recommendations-slider .recommended-card,html.dark .recommendations-slider .recommended-card{background:#0f172a!important;border-color:#334155!important}.dark .recommendations-slider .recommended-card:hover,html.dark .recommendations-slider .recommended-card:hover{border-color:#64748b!important}.dark .music-waveform-mock span,html.dark .music-waveform-mock span{background:#64748b!important}.dark .music-item.playing .music-waveform-mock span,html.dark .music-item.playing .music-waveform-mock span{background:#f43f5e!important}.dark .wizard-progress:before,html.dark .wizard-progress:before{background:#334155!important}.dark .wizard-step-circle,html.dark .wizard-step-circle{color:#cbd5e1!important;background:#0f172a!important;border-color:#475569!important}.dark .wizard-step.active .wizard-step-circle,html.dark .wizard-step.active .wizard-step-circle{color:#fff!important;background:#f43f5e!important;border-color:#f43f5e!important;box-shadow:0 0 0 4px #f43f5e40,0 8px 16px -4px #f43f5e4d!important}.dark .wizard-step-label,html.dark .wizard-step-label{color:#cbd5e1!important}.dark .wizard-step.active .wizard-step-label,html.dark .wizard-step.active .wizard-step-label{color:#fb7185!important;font-weight:800!important}.dark .wizard-step.completed .wizard-step-circle,html.dark .wizard-step.completed .wizard-step-circle{border-color:var(--wizard-success)!important;color:var(--wizard-success)!important;background:#0f172a!important}.dark .wizard-step.completed .wizard-step-label,html.dark .wizard-step.completed .wizard-step-label{color:var(--wizard-success)!important}.payment-timing-card{transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #00000005}.payment-timing-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d}.payment-timing-card.selected{box-shadow:0 0 0 3px #be123c1a,0 8px 16px -4px #be123c0d;background:#be123c03!important;border-color:#be123c!important}.payment-timing-card .bullet-center{transition:transform .25s cubic-bezier(.34,1.56,.64,1)!important;transform:scale(0)!important}.payment-timing-card.selected .bullet-center{transform:scale(1)!important}.payment-timing-card.selected .timing-radio-bullet{border-color:#be123c}.payment-timing-card.selected .timing-card-icon{color:#fff!important;background:#be123c!important}.ticket-row{transition:all .25s;animation:.3s cubic-bezier(.16,1,.3,1) ticketRowSlideIn}@keyframes ticketRowSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.btn-delete-ticket{cursor:pointer}.dark .payment-timing-card{background:#1e293b!important;border-color:#334155!important}.dark .payment-timing-card:hover{border-color:#475569!important}.dark .payment-timing-card.selected{background:#f43f5e0d!important;border-color:#f43f5e!important;box-shadow:0 0 0 3px #f43f5e26!important}.dark .payment-timing-card.selected .timing-card-icon{color:#fff!important;background:#f43f5e!important}.dark .payment-timing-card.selected .timing-radio-bullet{border-color:#f43f5e!important}.dark .payment-timing-card.selected .bullet-center{background-color:#f43f5e!important}.dark .ticket-row{background:#0f172a!important;border-color:#1e293b!important}.iti{width:100%}.promocode-message{margin-top:.25rem;font-size:10px;font-weight:500}.promocode-message.success{color:#059669}.promocode-message.error{color:#e11d48}.promocode-message.info{color:#64748b}.ws-btn-apply-promocode{color:#8e202c;border:1px solid #8e202c;transition:all .5s}.ws-btn-apply-promocode:hover,.ws-btn-apply-promocode:focus,.ws-btn-apply-promocode:active{color:#fff;background-color:#8e202c}.wizard-btn-prev.hidden,.wizard-btn-next.hidden,.wizard-btn-submit.hidden{display:none!important}.modal-price-pill--premium{background:linear-gradient(135deg,#fef08a 0%,#facc15 50%,#eab308 100%)!important;border:1px solid #ca8a04!important;box-shadow:0 4px 20px #eab30866!important}.modal-price-pill--premium .pill-label{color:#451a03!important}.modal-price-pill--premium .pill-label i{color:#b45309!important}.modal-price-pill--premium .pill-value{color:#451a03!important}.faq-accordion-header.active i{transform:rotate(180deg)}.faq-accordion-content{opacity:0;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .2s}.faq-accordion-content.open{opacity:1}
