.Header-module__hBw1pG__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100;background:#0a0a0fcc;align-items:center;height:64px;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.Header-module__hBw1pG__logo{align-items:center;gap:12px;display:flex}.Header-module__hBw1pG__logoIcon{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Header-module__hBw1pG__logoIcon svg{color:#fff;width:20px;height:20px}.Header-module__hBw1pG__logoText{font-family:var(--font-heading);color:var(--text-primary);font-size:1.25rem;font-weight:600}.Header-module__hBw1pG__tagline{color:var(--text-secondary);font-size:.875rem}@media (max-width:640px){.Header-module__hBw1pG__tagline{display:none}}
.ApiKeyInput-module__u2IPxG__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:40px;animation:.4s ease-out ApiKeyInput-module__u2IPxG__scaleIn}.ApiKeyInput-module__u2IPxG__cardHeader{align-items:center;gap:16px;margin-bottom:24px;display:flex}.ApiKeyInput-module__u2IPxG__cardIcon{background:var(--primary-light);border-radius:var(--radius-md);width:56px;height:56px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ApiKeyInput-module__u2IPxG__cardIcon svg{width:28px;height:28px}.ApiKeyInput-module__u2IPxG__cardTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:4px;font-size:1.5rem;font-weight:700}.ApiKeyInput-module__u2IPxG__cardSubtitle{color:var(--text-secondary);font-size:.95rem}.ApiKeyInput-module__u2IPxG__inputGroup{margin-bottom:24px}.ApiKeyInput-module__u2IPxG__label{color:var(--text-primary);margin-bottom:10px;font-size:.9rem;font-weight:600;display:block}.ApiKeyInput-module__u2IPxG__inputWrapper{align-items:center;display:flex;position:relative}.ApiKeyInput-module__u2IPxG__input{background:var(--surface-elevated);border:2px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);letter-spacing:.5px;font-size:1.1rem;font-family:var(--font-mono);padding:18px 120px 18px 18px;transition:all .2s}.ApiKeyInput-module__u2IPxG__input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-light);outline:none}.ApiKeyInput-module__u2IPxG__input::placeholder{color:var(--text-tertiary);letter-spacing:normal}.ApiKeyInput-module__u2IPxG__toggleBtn{cursor:pointer;border-radius:var(--radius-sm);color:var(--text-tertiary);background:0 0;border:none;justify-content:center;align-items:center;padding:10px;transition:all .15s;display:flex;position:absolute;right:56px}.ApiKeyInput-module__u2IPxG__toggleBtn:hover{background:var(--primary-light);color:var(--primary)}.ApiKeyInput-module__u2IPxG__toggleBtn:active{transform:scale(.95)}.ApiKeyInput-module__u2IPxG__copyBtn{cursor:pointer;border-radius:var(--radius-sm);color:var(--text-tertiary);white-space:nowrap;background:0 0;border:none;padding:8px 12px;font-size:.875rem;font-weight:500;transition:all .15s;position:absolute;right:8px}.ApiKeyInput-module__u2IPxG__copyBtn:hover{background:var(--surface);color:var(--primary)}.ApiKeyInput-module__u2IPxG__copyBtn.ApiKeyInput-module__u2IPxG__copied{color:var(--success)}.ApiKeyInput-module__u2IPxG__charCount{color:var(--text-secondary);margin-top:10px;font-size:.85rem;line-height:1.5}.ApiKeyInput-module__u2IPxG__footer{border-top:1px solid var(--border-light);justify-content:flex-end;align-items:center;min-height:60px;margin-top:28px;padding-top:20px;display:flex}.ApiKeyInput-module__u2IPxG__actions{gap:0;display:flex}.ApiKeyInput-module__u2IPxG__btn{border-radius:var(--radius-md);cursor:pointer;letter-spacing:.025em;border:none;outline:none;justify-content:center;align-items:center;gap:10px;min-width:140px;min-height:52px;padding:16px 28px;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.ApiKeyInput-module__u2IPxG__btn:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff26 0%,#fff0 100%);transition:opacity .2s;position:absolute;inset:0}.ApiKeyInput-module__u2IPxG__btnIcon{flex-shrink:0;width:20px;height:20px}.ApiKeyInput-module__u2IPxG__btn:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff26 0%,#fff0 100%);transition:opacity .2s;position:absolute;inset:0}.ApiKeyInput-module__u2IPxG__btn:hover:before{opacity:1}.ApiKeyInput-module__u2IPxG__btn:active{transform:scale(.96)}.ApiKeyInput-module__u2IPxG__btn:focus-visible{outline:3px solid var(--primary);outline-offset:3px}.ApiKeyInput-module__u2IPxG__btnPrimary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;border:none;box-shadow:0 2px 6px #6366f133,inset 0 1px #ffffff26}.ApiKeyInput-module__u2IPxG__btnPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #6366f159,inset 0 1px #fff3}.ApiKeyInput-module__u2IPxG__btnPrimary:active:not(:disabled){transform:scale(.96);box-shadow:0 2px 6px #6366f140}.ApiKeyInput-module__u2IPxG__btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none!important;background:var(--surface-elevated)!important;color:var(--text-tertiary)!important;transform:none!important}.ApiKeyInput-module__u2IPxG__btnIcon{width:20px;height:20px}.ApiKeyInput-module__u2IPxG__success{background:var(--success-light);border:1px solid var(--success);border-radius:var(--radius-md);color:var(--success);align-items:center;gap:10px;margin-top:16px;padding:14px 18px;font-size:.95rem;font-weight:500;display:flex}@keyframes ApiKeyInput-module__u2IPxG__scaleIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}
.PromptInput-module__aiZ-pa__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.PromptInput-module__aiZ-pa__cardHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.PromptInput-module__aiZ-pa__cardTitle{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:8px;font-size:1.25rem;font-weight:600;display:flex}.PromptInput-module__aiZ-pa__cardIcon{width:24px;height:24px;color:var(--primary)}.PromptInput-module__aiZ-pa__textarea{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;min-height:150px;color:var(--text-primary);resize:vertical;padding:16px;font-size:1rem;line-height:1.6;transition:border-color .15s}.PromptInput-module__aiZ-pa__textarea:focus{border-color:var(--primary);outline:none}.PromptInput-module__aiZ-pa__textarea::placeholder{color:var(--text-secondary)}.PromptInput-module__aiZ-pa__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.PromptInput-module__aiZ-pa__charCount{color:var(--text-secondary);font-size:.875rem}.PromptInput-module__aiZ-pa__charCount.PromptInput-module__aiZ-pa__limit{color:var(--warning)}.PromptInput-module__aiZ-pa__actions{gap:12px;display:flex}.PromptInput-module__aiZ-pa__btn{border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 20px;font-size:.9375rem;font-weight:500;transition:all .15s;display:inline-flex}.PromptInput-module__aiZ-pa__btnPrimary{background:var(--primary);color:#fff}.PromptInput-module__aiZ-pa__btnPrimary:hover:not(:disabled){background:var(--primary-hover)}.PromptInput-module__aiZ-pa__btnPrimary:disabled{opacity:.6;cursor:not-allowed}.PromptInput-module__aiZ-pa__btnSecondary{background:var(--surface-elevated);color:var(--text-primary);border:1px solid var(--border)}.PromptInput-module__aiZ-pa__btnSecondary:hover:not(:disabled){background:var(--border)}.PromptInput-module__aiZ-pa__examplePrompts{margin-bottom:16px}.PromptInput-module__aiZ-pa__exampleLabel{color:var(--text-secondary);margin-bottom:8px;font-size:.875rem}.PromptInput-module__aiZ-pa__exampleList{flex-wrap:wrap;gap:8px;display:flex}.PromptInput-module__aiZ-pa__exampleBtn{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);padding:6px 12px;font-size:.8125rem;transition:all .15s}.PromptInput-module__aiZ-pa__exampleBtn:hover{border-color:var(--primary);color:var(--primary)}.PromptInput-module__aiZ-pa__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite PromptInput-module__aiZ-pa__spin}@keyframes PromptInput-module__aiZ-pa__spin{to{transform:rotate(360deg)}}.PromptInput-module__aiZ-pa__error{border:1px solid var(--error);border-radius:var(--radius-sm);color:var(--error);background:#ef44441a;margin-top:12px;padding:12px 16px;font-size:.875rem}
.ScriptEditor-module__UcF_Fq__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.ScriptEditor-module__UcF_Fq__cardHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ScriptEditor-module__UcF_Fq__cardTitle{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:8px;font-size:1.25rem;font-weight:600;display:flex}.ScriptEditor-module__UcF_Fq__cardIcon{width:24px;height:24px;color:var(--accent)}.ScriptEditor-module__UcF_Fq__textarea{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;min-height:200px;color:var(--text-primary);resize:vertical;padding:16px;font-size:1rem;line-height:1.7;transition:border-color .15s}.ScriptEditor-module__UcF_Fq__textarea:focus{border-color:var(--accent);outline:none}.ScriptEditor-module__UcF_Fq__textarea::placeholder{color:var(--text-secondary)}.ScriptEditor-module__UcF_Fq__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.ScriptEditor-module__UcF_Fq__stats{color:var(--text-secondary);gap:16px;font-size:.875rem;display:flex}.ScriptEditor-module__UcF_Fq__stat{align-items:center;gap:4px;display:flex}.ScriptEditor-module__UcF_Fq__statValue{color:var(--text-primary);font-weight:500}.ScriptEditor-module__UcF_Fq__actions{gap:12px;display:flex}.ScriptEditor-module__UcF_Fq__btn{border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 20px;font-size:.9375rem;font-weight:500;transition:all .15s;display:inline-flex}.ScriptEditor-module__UcF_Fq__btnSecondary{background:var(--surface-elevated);color:var(--text-primary);border:1px solid var(--border)}.ScriptEditor-module__UcF_Fq__btnSecondary:hover:not(:disabled){background:var(--border)}.ScriptEditor-module__UcF_Fq__btnPrimary{background:var(--accent);color:#0a0a0f}.ScriptEditor-module__UcF_Fq__btnPrimary:hover:not(:disabled){filter:brightness(1.1)}.ScriptEditor-module__UcF_Fq__btn:disabled{opacity:.5;cursor:not-allowed}.ScriptEditor-module__UcF_Fq__warning{border:1px solid var(--warning);border-radius:var(--radius-sm);color:var(--warning);background:#f59e0b1a;align-items:center;gap:8px;margin-top:12px;padding:12px 16px;font-size:.875rem;display:flex}.ScriptEditor-module__UcF_Fq__warningIcon{flex-shrink:0;width:16px;height:16px}
.VoiceSelection-module__32-9WG__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.VoiceSelection-module__32-9WG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.VoiceSelection-module__32-9WG__cardTitle{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:8px;font-size:1.25rem;font-weight:600;display:flex}.VoiceSelection-module__32-9WG__cardIcon{width:24px;height:24px;color:var(--success)}.VoiceSelection-module__32-9WG__tabs{background:var(--surface-elevated);border-radius:var(--radius-sm);gap:4px;margin-bottom:20px;padding:4px;display:flex}.VoiceSelection-module__32-9WG__tab{color:var(--text-secondary);border-radius:6px;flex:1;padding:10px 16px;font-size:.9rem;font-weight:500;transition:all .15s}.VoiceSelection-module__32-9WG__tab:hover:not(.VoiceSelection-module__32-9WG__active){color:var(--text-primary)}.VoiceSelection-module__32-9WG__tab.VoiceSelection-module__32-9WG__active{background:var(--primary);color:#fff}.VoiceSelection-module__32-9WG__voiceGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.VoiceSelection-module__32-9WG__voiceCard{background:var(--surface-elevated);border:2px solid var(--border);border-radius:var(--radius-md);text-align:center;cursor:pointer;padding:16px;transition:all .15s}.VoiceSelection-module__32-9WG__voiceCard:hover{border-color:var(--text-secondary);transform:translateY(-2px)}.VoiceSelection-module__32-9WG__voiceCard.VoiceSelection-module__32-9WG__selected{border-color:var(--success);background:#10b9811a}.VoiceSelection-module__32-9WG__voiceIcon{background:var(--border);width:48px;height:48px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 12px;display:flex}.VoiceSelection-module__32-9WG__voiceName{color:var(--text-primary);margin-bottom:4px;font-weight:500}.VoiceSelection-module__32-9WG__voiceDesc{color:var(--text-secondary);margin-bottom:12px;font-size:.8rem}.VoiceSelection-module__32-9WG__previewBtn{background:var(--border);width:100%;color:var(--text-primary);border-radius:6px;padding:8px;font-size:.8rem;transition:all .15s}.VoiceSelection-module__32-9WG__previewBtn:hover{background:var(--primary);color:#fff}.VoiceSelection-module__32-9WG__uploadZone{border:2px dashed var(--border);border-radius:var(--radius-md);text-align:center;cursor:pointer;padding:48px 24px;transition:all .15s}.VoiceSelection-module__32-9WG__uploadZone:hover,.VoiceSelection-module__32-9WG__uploadZone.VoiceSelection-module__32-9WG__dragover{border-color:var(--primary);background:#6366f10d}.VoiceSelection-module__32-9WG__uploadIcon{width:48px;height:48px;color:var(--text-secondary);margin:0 auto 16px}.VoiceSelection-module__32-9WG__uploadTitle{color:var(--text-primary);margin-bottom:8px;font-weight:500}.VoiceSelection-module__32-9WG__uploadSubtitle{color:var(--text-secondary);font-size:.875rem}.VoiceSelection-module__32-9WG__fileInput{display:none}.VoiceSelection-module__32-9WG__uploadedFile{background:var(--surface-elevated);border-radius:var(--radius-md);justify-content:space-between;align-items:center;margin-top:16px;padding:16px;display:flex}.VoiceSelection-module__32-9WG__fileInfo{align-items:center;gap:12px;display:flex}.VoiceSelection-module__32-9WG__fileIcon{background:var(--success);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.VoiceSelection-module__32-9WG__fileName{color:var(--text-primary);font-weight:500}.VoiceSelection-module__32-9WG__fileSize{color:var(--text-secondary);font-size:.875rem}.VoiceSelection-module__32-9WG__removeBtn{background:var(--border);width:32px;height:32px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex}.VoiceSelection-module__32-9WG__removeBtn:hover{background:var(--error);color:#fff}.VoiceSelection-module__32-9WG__recordContainer{text-align:center;padding:24px}.VoiceSelection-module__32-9WG__recordBtn{background:var(--error);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;transition:all .15s;display:flex}.VoiceSelection-module__32-9WG__recordBtn:hover{transform:scale(1.05)}.VoiceSelection-module__32-9WG__recordBtn.VoiceSelection-module__32-9WG__recording{animation:1.5s infinite VoiceSelection-module__32-9WG__recordPulse}.VoiceSelection-module__32-9WG__recordBtn svg{color:#fff;width:32px;height:32px}.VoiceSelection-module__32-9WG__recordTimer{color:var(--text-primary);font-size:2rem;font-weight:600;font-family:var(--font-mono);margin-bottom:8px}.VoiceSelection-module__32-9WG__recordStatus{color:var(--text-secondary);margin-bottom:24px}.VoiceSelection-module__32-9WG__recordActions{justify-content:center;gap:12px;display:flex}.VoiceSelection-module__32-9WG__btn{border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .15s;display:inline-flex}.VoiceSelection-module__32-9WG__btnPrimary{background:var(--primary);color:#fff}.VoiceSelection-module__32-9WG__btnPrimary:hover:not(:disabled){background:var(--primary-hover)}.VoiceSelection-module__32-9WG__btnSecondary{background:var(--surface-elevated);color:var(--text-primary);border:1px solid var(--border)}.VoiceSelection-module__32-9WG__btnSecondary:hover:not(:disabled){background:var(--border)}.VoiceSelection-module__32-9WG__btn:disabled{opacity:.5;cursor:not-allowed}.VoiceSelection-module__32-9WG__recordedFile{margin-top:24px}.VoiceSelection-module__32-9WG__error{color:var(--error);margin-top:12px;font-size:.875rem}.VoiceSelection-module__32-9WG__success{color:var(--success);margin-top:12px;font-size:.875rem}@keyframes VoiceSelection-module__32-9WG__recordPulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 15px #ef444400}}
.AudioGenerator-module__HwJ55G__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:40px}.AudioGenerator-module__HwJ55G__cardHeader{align-items:center;gap:16px;margin-bottom:24px;display:flex}.AudioGenerator-module__HwJ55G__cardIcon{border-radius:var(--radius-md);color:#ec4899;background:linear-gradient(135deg,#fce7f3 0%,#fbcfe8 100%);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.AudioGenerator-module__HwJ55G__cardIcon svg{width:28px;height:28px}.AudioGenerator-module__HwJ55G__cardTitle{font-family:var(--font-heading);color:var(--text-primary);font-size:1.5rem;font-weight:700}.AudioGenerator-module__HwJ55G__generateBtn{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);border-radius:var(--radius-lg);color:#fff;cursor:pointer;letter-spacing:.025em;border:none;justify-content:center;align-items:center;gap:12px;width:100%;min-height:60px;padding:18px 24px;font-size:1.1rem;font-weight:700;transition:all .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #6366f14d}.AudioGenerator-module__HwJ55G__generateBtn:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#fff0 100%);transition:opacity .25s;position:absolute;inset:0}.AudioGenerator-module__HwJ55G__generateBtn:hover:before{opacity:1}.AudioGenerator-module__HwJ55G__generateBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px #6366f166}.AudioGenerator-module__HwJ55G__generateBtn:active:not(:disabled){transform:scale(.98)}.AudioGenerator-module__HwJ55G__generateBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none!important;transform:none!important}.AudioGenerator-module__HwJ55G__spinner{border:2.5px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite AudioGenerator-module__HwJ55G__spin}@keyframes AudioGenerator-module__HwJ55G__spin{to{transform:rotate(360deg)}}.AudioGenerator-module__HwJ55G__progressContainer{margin:28px 0}.AudioGenerator-module__HwJ55G__progressBar{background:var(--surface-elevated);border:1px solid var(--border-light);border-radius:5px;height:10px;overflow:hidden}.AudioGenerator-module__HwJ55G__progressFill{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:5px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.AudioGenerator-module__HwJ55G__progressFill:after{content:"";background:linear-gradient(90deg,#0000 0%,#fff6 50%,#0000 100%);animation:1.5s infinite AudioGenerator-module__HwJ55G__progressShimmer;position:absolute;inset:0}@keyframes AudioGenerator-module__HwJ55G__progressShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.AudioGenerator-module__HwJ55G__progressText{text-align:center;color:var(--text-secondary);letter-spacing:.5px;margin-top:12px;font-size:.9rem;font-weight:500}.AudioGenerator-module__HwJ55G__audioPlayer{background:var(--surface-elevated);border:2px solid var(--border);border-radius:var(--radius-lg);margin-top:24px;padding:24px;animation:.4s ease-out AudioGenerator-module__HwJ55G__fadeIn}@keyframes AudioGenerator-module__HwJ55G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AudioGenerator-module__HwJ55G__playerHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.AudioGenerator-module__HwJ55G__playerTitle{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:8px;font-size:1.1rem;font-weight:600;display:flex}.AudioGenerator-module__HwJ55G__playerTitle:before{content:"";background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s infinite AudioGenerator-module__HwJ55G__pulse}@keyframes AudioGenerator-module__HwJ55G__pulse{0%,to{opacity:1}50%{opacity:.5}}.AudioGenerator-module__HwJ55G__fileSize{color:var(--text-secondary);background:var(--surface);border-radius:var(--radius-full);border:1px solid var(--border);padding:4px 12px;font-size:.85rem;font-weight:500}.AudioGenerator-module__HwJ55G__audioControls{align-items:center;gap:20px;display:flex}.AudioGenerator-module__HwJ55G__playBtn{background:var(--primary);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;box-shadow:0 4px 12px #6366f159}.AudioGenerator-module__HwJ55G__playBtn:hover{background:var(--primary-hover);transform:scale(1.05);box-shadow:0 6px 20px #6366f180}.AudioGenerator-module__HwJ55G__playBtn:active{transform:scale(.98)}.AudioGenerator-module__HwJ55G__playBtn svg{color:#fff;width:24px;height:24px}.AudioGenerator-module__HwJ55G__waveform{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);flex:1;justify-content:center;align-items:center;gap:3px;height:48px;padding:0 12px;display:flex;overflow:hidden}.AudioGenerator-module__HwJ55G__waveformBars{justify-content:center;align-items:center;gap:3px;width:100%;height:100%;display:flex}.AudioGenerator-module__HwJ55G__waveformBar{background:linear-gradient(180deg, var(--primary) 0%, var(--primary-light) 100%);opacity:.7;border-radius:2px;flex:1;max-width:6px;animation:1.2s ease-in-out infinite AudioGenerator-module__HwJ55G__wave}.AudioGenerator-module__HwJ55G__waveformBar:nth-child(odd){opacity:.9;animation-delay:.2s}@keyframes AudioGenerator-module__HwJ55G__wave{0%,to{height:10px}50%{height:35px}}.AudioGenerator-module__HwJ55G__downloadBtn{background:var(--success);border-radius:var(--radius-md);color:#fff;cursor:pointer;border:none;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #10b9814d}.AudioGenerator-module__HwJ55G__downloadBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.AudioGenerator-module__HwJ55G__downloadBtn:active{transform:scale(.98)}.AudioGenerator-module__HwJ55G__downloadBtn svg{width:20px;height:20px}.AudioGenerator-module__HwJ55G__requiredWarning{background:var(--warning-light);border:2px solid var(--warning);border-radius:var(--radius-md);color:var(--warning);align-items:center;gap:12px;margin-bottom:20px;padding:18px;font-weight:500;display:flex}.AudioGenerator-module__HwJ55G__warningIcon{flex-shrink:0;width:24px;height:24px}.AudioGenerator-module__HwJ55G__warningText{font-size:.95rem;line-height:1.5}.AudioGenerator-module__HwJ55G__error{background:var(--error-light);border:2px solid var(--error);border-radius:var(--radius-md);color:var(--error);align-items:center;gap:10px;margin-top:16px;padding:14px 18px;font-size:.9rem;font-weight:500;display:flex}@media (max-width:640px){.AudioGenerator-module__HwJ55G__audioControls{flex-direction:column;gap:16px}.AudioGenerator-module__HwJ55G__playBtn{width:64px;height:64px}.AudioGenerator-module__HwJ55G__waveform{width:100%}.AudioGenerator-module__HwJ55G__downloadBtn{justify-content:center;width:100%}}
.Wizard-module__j-vAqW__wizard{width:100%;max-width:1100px;margin:0 auto;padding:24px 16px}.Wizard-module__j-vAqW__header{text-align:center;margin-bottom:32px;padding-top:24px}.Wizard-module__j-vAqW__logo{align-items:center;gap:12px;margin-bottom:24px;display:inline-flex}.Wizard-module__j-vAqW__logoIcon{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);border-radius:var(--radius-lg);width:56px;height:56px;box-shadow:var(--shadow-primary);justify-content:center;align-items:center;display:flex}.Wizard-module__j-vAqW__logoIcon svg{color:#fff;width:28px;height:28px}.Wizard-module__j-vAqW__logoText{font-family:var(--font-heading);color:var(--text-primary);font-size:1.75rem;font-weight:700}.Wizard-module__j-vAqW__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:2rem;font-weight:700}.Wizard-module__j-vAqW__subtitle{color:var(--text-secondary);font-size:1.1rem}.Wizard-module__j-vAqW__steps{justify-content:center;align-items:center;gap:0;width:100%;margin-bottom:40px;padding:8px 0;display:flex;overflow-x:auto}.Wizard-module__j-vAqW__step{border-radius:var(--radius-full);color:var(--text-tertiary);background:var(--surface-elevated);white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.Wizard-module__j-vAqW__stepNumber{background:#ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.875rem;font-weight:700;display:flex}.Wizard-module__j-vAqW__step.Wizard-module__j-vAqW__active{background:var(--primary);color:#fff;box-shadow:var(--shadow-primary)}.Wizard-module__j-vAqW__step.Wizard-module__j-vAqW__completed{background:var(--success-light);color:var(--success)}.Wizard-module__j-vAqW__step.Wizard-module__j-vAqW__active .Wizard-module__j-vAqW__stepNumber{background:#fff6}.Wizard-module__j-vAqW__stepConnector{background:var(--border);border-radius:2px;flex-shrink:0;align-self:center;width:32px;height:3px}.Wizard-module__j-vAqW__stepConnector.Wizard-module__j-vAqW__completed{background:var(--success)}.Wizard-module__j-vAqW__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);width:100%;margin-bottom:24px;padding:40px;animation:.4s ease-out Wizard-module__j-vAqW__scaleIn}.Wizard-module__j-vAqW__cardHeader{align-items:center;gap:16px;margin-bottom:24px;display:flex}.Wizard-module__j-vAqW__cardIcon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Wizard-module__j-vAqW__cardIcon.Wizard-module__j-vAqW__api{background:var(--primary-light);color:var(--primary)}.Wizard-module__j-vAqW__cardIcon.Wizard-module__j-vAqW__prompt{background:var(--accent-light);color:var(--accent)}.Wizard-module__j-vAqW__cardIcon.Wizard-module__j-vAqW__script{background:var(--warning-light);color:var(--warning)}.Wizard-module__j-vAqW__cardIcon.Wizard-module__j-vAqW__voice{background:var(--success-light);color:var(--success)}.Wizard-module__j-vAqW__cardIcon.Wizard-module__j-vAqW__generate{color:#ec4899;background:#fce7f3}.Wizard-module__j-vAqW__cardIcon svg{width:24px;height:24px}.Wizard-module__j-vAqW__cardTitle{font-family:var(--font-heading);color:var(--text-primary);font-size:1.25rem;font-weight:600}.Wizard-module__j-vAqW__cardSubtitle{color:var(--text-secondary);font-size:.9rem}.Wizard-module__j-vAqW__inputWrapper{align-items:center;display:flex;position:relative}.Wizard-module__j-vAqW__input{background:var(--surface-elevated);border:2px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);letter-spacing:.5px;font-size:1.1rem;font-family:var(--font-mono);padding:18px 120px 18px 18px;transition:all .2s}.Wizard-module__j-vAqW__input::placeholder{color:var(--text-tertiary);letter-spacing:normal}.Wizard-module__j-vAqW__toggleBtn{cursor:pointer;border-radius:var(--radius-sm);color:var(--text-tertiary);background:0 0;border:none;justify-content:center;align-items:center;padding:10px;transition:all .15s;display:flex;position:absolute;right:56px}.Wizard-module__j-vAqW__toggleBtn:hover{background:var(--primary-light);color:var(--primary)}.Wizard-module__j-vAqW__toggleBtn:active{transform:scale(.95)}.Wizard-module__j-vAqW__copyBtn{cursor:pointer;border-radius:var(--radius-sm);color:var(--text-tertiary);white-space:nowrap;background:0 0;border:none;padding:8px 12px;font-size:.875rem;font-weight:500;transition:all .15s;position:absolute;right:8px}.Wizard-module__j-vAqW__copyBtn:hover{background:var(--surface);color:var(--primary)}.Wizard-module__j-vAqW__copyBtn.Wizard-module__j-vAqW__copied{color:var(--success)}.Wizard-module__j-vAqW__inputGroup{margin-bottom:20px}.Wizard-module__j-vAqW__label{color:var(--text-primary);margin-bottom:8px;font-size:.9rem;font-weight:500;display:block}.Wizard-module__j-vAqW__input{background:var(--surface-elevated);border:2px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);padding:14px 16px;font-size:1rem;transition:all .2s}.Wizard-module__j-vAqW__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.Wizard-module__j-vAqW__input::placeholder{color:var(--text-tertiary)}.Wizard-module__j-vAqW__textarea{background:var(--surface-elevated);border:2px solid var(--border);border-radius:var(--radius-md);width:100%;min-height:200px;color:var(--text-primary);resize:vertical;padding:20px;font-size:1.1rem;line-height:1.8;transition:all .2s}.Wizard-module__j-vAqW__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.Wizard-module__j-vAqW__textarea::placeholder{color:var(--text-tertiary)}.Wizard-module__j-vAqW__charCount{color:var(--text-tertiary);text-align:right;margin-top:8px;font-size:.8rem}.Wizard-module__j-vAqW__footer{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:16px;margin-top:32px;padding-top:24px;display:flex}.Wizard-module__j-vAqW__btn{border-radius:var(--radius-md);cursor:pointer;letter-spacing:.025em;border:none;outline:none;justify-content:center;align-items:center;gap:10px;min-width:140px;min-height:52px;padding:16px 28px;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.Wizard-module__j-vAqW__btn:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff26 0%,#fff0 100%);transition:opacity .2s;position:absolute;inset:0}.Wizard-module__j-vAqW__btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none!important;background:var(--surface-elevated)!important;color:var(--text-tertiary)!important;border:2px solid var(--border)!important;transform:none!important}.Wizard-module__j-vAqW__btnIcon{flex-shrink:0;width:20px;height:20px}.Wizard-module__j-vAqW__btn{border-radius:var(--radius-md);cursor:pointer;border:none;outline:none;justify-content:center;align-items:center;gap:10px;min-height:54px;padding:16px 32px;font-size:1rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.Wizard-module__j-vAqW__btn:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.Wizard-module__j-vAqW__btnPrimary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;box-shadow:0 3px 10px #6366f140,inset 0 1px #ffffff1a}.Wizard-module__j-vAqW__btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none!important;background:var(--surface-elevated)!important;color:var(--text-tertiary)!important;border-color:var(--border)!important;transform:none!important}.Wizard-module__j-vAqW__btn{border-radius:var(--radius-md);align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.Wizard-module__j-vAqW__btn:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff1a 0%,#fff0 100%);transition:opacity .2s;position:absolute;inset:0}.Wizard-module__j-vAqW__btn:hover:before{opacity:1}.Wizard-module__j-vAqW__btn:active{transform:translateY(1px)}.Wizard-module__j-vAqW__btnPrimary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;border:none;box-shadow:0 2px 6px #6366f133,inset 0 1px #ffffff26}.Wizard-module__j-vAqW__btnPrimary:active:not(:disabled){transform:scale(.96);box-shadow:0 2px 6px #6366f140}.Wizard-module__j-vAqW__btnSecondary{background:var(--surface-elevated);color:var(--text-primary);border:2px solid var(--border);box-shadow:0 1px 2px #0000000a}.Wizard-module__j-vAqW__btnSecondary:hover:not(:disabled){background:var(--primary-light);border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #6366f126}.Wizard-module__j-vAqW__btnSecondary:active:not(:disabled){transform:scale(.96)translateY(0)}.Wizard-module__j-vAqW__btnSuccess:active:not(:disabled){transform:scale(.96);box-shadow:0 2px 6px #10b98140}.Wizard-module__j-vAqW__btnPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}.Wizard-module__j-vAqW__btnPrimary:active:not(:disabled){transform:translateY(0)}.Wizard-module__j-vAqW__btnSecondary{background:var(--surface);color:var(--text-secondary);border:2px solid var(--border)}.Wizard-module__j-vAqW__btnSecondary:hover:not(:disabled){background:var(--surface-elevated);border-color:var(--primary);color:var(--primary);transform:translate(-2px)}.Wizard-module__j-vAqW__btnSuccess{background:linear-gradient(135deg, var(--success) 0%, #059669 100%);color:#fff;box-shadow:0 4px 12px #10b98159}.Wizard-module__j-vAqW__btnSuccess:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98180}.Wizard-module__j-vAqW__btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none!important;transform:none!important}.Wizard-module__j-vAqW__btnIcon{width:20px;height:20px}.Wizard-module__j-vAqW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite Wizard-module__j-vAqW__spin}.Wizard-module__j-vAqW__error{background:var(--error-light);border:1px solid var(--error);border-radius:var(--radius-sm);color:var(--error);align-items:center;gap:8px;margin-top:12px;padding:12px 16px;font-size:.9rem;display:flex}.Wizard-module__j-vAqW__success{background:var(--success-light);border:1px solid var(--success);border-radius:var(--radius-sm);color:var(--success);align-items:center;gap:8px;margin-top:12px;padding:12px 16px;font-size:.9rem;display:flex}.Wizard-module__j-vAqW__tabs{background:var(--surface-elevated);border-radius:var(--radius-md);gap:4px;margin-bottom:20px;padding:4px;display:flex}.Wizard-module__j-vAqW__tab{color:var(--text-secondary);border-radius:8px;flex:1;padding:10px 16px;font-size:.85rem;font-weight:600;transition:all .15s}.Wizard-module__j-vAqW__tab:hover:not(.Wizard-module__j-vAqW__active){color:var(--text-primary)}.Wizard-module__j-vAqW__tab.Wizard-module__j-vAqW__active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.Wizard-module__j-vAqW__voiceGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.Wizard-module__j-vAqW__voiceCard{background:var(--surface-elevated);border:2px solid var(--border);border-radius:var(--radius-md);text-align:center;cursor:pointer;flex-direction:column;min-height:220px;padding:24px;transition:all .2s;display:flex}.Wizard-module__j-vAqW__voiceCardContent{cursor:pointer;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.Wizard-module__j-vAqW__voiceCard:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Wizard-module__j-vAqW__voiceCard.Wizard-module__j-vAqW__selected{border-color:var(--primary);background:var(--primary-light)}.Wizard-module__j-vAqW__voiceCard .Wizard-module__j-vAqW__previewBtn{width:100%;margin-top:16px}.Wizard-module__j-vAqW__voiceIcon{background:var(--border);width:72px;height:72px;color:var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.Wizard-module__j-vAqW__voiceIcon svg{width:32px;height:32px}.Wizard-module__j-vAqW__voiceCard.Wizard-module__j-vAqW__selected .Wizard-module__j-vAqW__voiceIcon{background:var(--primary);color:#fff}.Wizard-module__j-vAqW__voiceName{color:var(--text-primary);margin-bottom:4px;font-weight:600}.Wizard-module__j-vAqW__voiceDesc{color:var(--text-secondary);font-size:.8rem}.Wizard-module__j-vAqW__previewBtn{background:var(--primary);color:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.Wizard-module__j-vAqW__previewBtn:hover{background:var(--primary-hover)}.Wizard-module__j-vAqW__uploadZone{border:2px dashed var(--border);border-radius:var(--radius-lg);text-align:center;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:64px 32px;transition:all .2s;display:flex}.Wizard-module__j-vAqW__uploadZone:hover{border-color:var(--primary);background:var(--primary-light)}.Wizard-module__j-vAqW__uploadIcon{width:56px;height:56px;color:var(--text-tertiary);margin:0 auto 16px}.Wizard-module__j-vAqW__uploadTitle{color:var(--text-primary);margin-bottom:8px;font-weight:600}.Wizard-module__j-vAqW__uploadSubtitle{color:var(--text-secondary);font-size:.9rem}.Wizard-module__j-vAqW__fileInput{display:none}.Wizard-module__j-vAqW__uploadedFile{background:var(--success-light);border-radius:var(--radius-md);justify-content:space-between;align-items:center;margin-top:16px;padding:16px;display:flex}.Wizard-module__j-vAqW__fileInfo{align-items:center;gap:12px;display:flex}.Wizard-module__j-vAqW__fileIcon{background:var(--success);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Wizard-module__j-vAqW__fileName{color:var(--text-primary);font-weight:600}.Wizard-module__j-vAqW__removeBtn{background:var(--surface);width:36px;height:36px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex}.Wizard-module__j-vAqW__removeBtn:hover{background:var(--error);color:#fff}.Wizard-module__j-vAqW__recordContainer{text-align:center;padding:48px 24px}.Wizard-module__j-vAqW__recordBtn{background:var(--error);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 24px;transition:all .2s;display:flex;box-shadow:0 8px 24px #ef44444d}.Wizard-module__j-vAqW__recordBtn:hover{transform:scale(1.05)}.Wizard-module__j-vAqW__recordBtn.Wizard-module__j-vAqW__recording{animation:1.5s infinite Wizard-module__j-vAqW__pulse}.Wizard-module__j-vAqW__recordBtn svg{color:#fff;width:48px;height:48px}.Wizard-module__j-vAqW__recordTimer{color:var(--text-primary);font-size:2.5rem;font-weight:700;font-family:var(--font-mono);margin-bottom:8px}.Wizard-module__j-vAqW__recordStatus{color:var(--text-secondary);margin-bottom:24px}.Wizard-module__j-vAqW__recordActions{justify-content:center;gap:12px;display:flex}.Wizard-module__j-vAqW__generateBtn{background:linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%);border-radius:var(--radius-lg);color:#fff;cursor:pointer;width:100%;box-shadow:var(--shadow-primary);border:none;justify-content:center;align-items:center;gap:12px;padding:20px 32px;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex}.Wizard-module__j-vAqW__generateBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #6366f166}.Wizard-module__j-vAqW__generateBtn:disabled{opacity:.5;cursor:not-allowed}.Wizard-module__j-vAqW__progressContainer{margin:24px 0}.Wizard-module__j-vAqW__progressBar{background:var(--surface-elevated);border-radius:5px;height:10px;overflow:hidden}.Wizard-module__j-vAqW__progressFill{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:5px;height:100%;transition:width .3s}.Wizard-module__j-vAqW__progressText{text-align:center;color:var(--text-secondary);margin-top:12px;font-size:.9rem}.Wizard-module__j-vAqW__audioPlayer{background:var(--surface-elevated);border-radius:var(--radius-lg);margin-top:24px;padding:24px}.Wizard-module__j-vAqW__playerHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.Wizard-module__j-vAqW__playerTitle{color:var(--text-primary);font-weight:600}.Wizard-module__j-vAqW__fileSize{color:var(--text-secondary);font-size:.85rem}.Wizard-module__j-vAqW__audioControls{align-items:center;gap:16px;display:flex}.Wizard-module__j-vAqW__playBtn{background:var(--primary);cursor:pointer;width:56px;height:56px;box-shadow:var(--shadow-primary);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.Wizard-module__j-vAqW__playBtn:hover{background:var(--primary-hover)}.Wizard-module__j-vAqW__playBtn svg{color:#fff;width:24px;height:24px}.Wizard-module__j-vAqW__waveform{background:var(--border);border-radius:8px;flex:1;justify-content:center;align-items:center;gap:3px;height:48px;padding:0 12px;display:flex;overflow:hidden}.Wizard-module__j-vAqW__waveformBar{background:var(--primary);opacity:.6;border-radius:2px;width:4px}.Wizard-module__j-vAqW__downloadBtn{background:var(--success);border-radius:var(--radius-md);color:#fff;cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .15s;display:flex}.Wizard-module__j-vAqW__downloadBtn:hover{filter:brightness(1.1);transform:translateY(-1px)}.Wizard-module__j-vAqW__downloadBtn svg{width:20px;height:20px}.Wizard-module__j-vAqW__requiredWarning{background:var(--warning-light);border:1px solid var(--warning);border-radius:var(--radius-md);color:var(--warning);align-items:center;gap:12px;padding:20px;font-weight:500;display:flex}.Wizard-module__j-vAqW__warningIcon{flex-shrink:0;width:24px;height:24px}.Wizard-module__j-vAqW__examplePrompts{margin-bottom:20px}.Wizard-module__j-vAqW__exampleLabel{color:var(--text-secondary);margin-bottom:10px;font-size:.85rem}.Wizard-module__j-vAqW__exampleList{flex-wrap:wrap;gap:8px;display:flex}.Wizard-module__j-vAqW__exampleBtn{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);padding:8px 14px;font-size:.8rem;transition:all .15s}.Wizard-module__j-vAqW__exampleBtn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.Wizard-module__j-vAqW__stats{background:var(--surface-elevated);border-radius:var(--radius-md);gap:24px;margin-top:16px;padding:16px;display:flex}.Wizard-module__j-vAqW__stat{flex-direction:column;display:flex}.Wizard-module__j-vAqW__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.Wizard-module__j-vAqW__statValue{color:var(--text-primary);font-size:1.25rem;font-weight:700}.Wizard-module__j-vAqW__editBtn{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);padding:8px 16px;font-size:.85rem;font-weight:500;transition:all .15s}.Wizard-module__j-vAqW__editBtn:hover{border-color:var(--primary);color:var(--primary)}@keyframes Wizard-module__j-vAqW__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@media (max-width:640px){.Wizard-module__j-vAqW__wizard{padding:20px 16px}.Wizard-module__j-vAqW__title{font-size:1.5rem}.Wizard-module__j-vAqW__steps{flex-wrap:wrap}.Wizard-module__j-vAqW__step{padding:6px 12px;font-size:.75rem}.Wizard-module__j-vAqW__card{padding:24px}.Wizard-module__j-vAqW__voiceGrid{grid-template-columns:1fr 1fr}.Wizard-module__j-vAqW__footer{flex-direction:column;gap:12px}.Wizard-module__j-vAqW__actions{width:100%}.Wizard-module__j-vAqW__actions .Wizard-module__j-vAqW__btn{flex:1;justify-content:center}}
