.Layout-module__hBxhlq__container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.Layout-module__hBxhlq__main{flex-direction:column;width:100%;max-width:1000px;height:90vh;display:flex}.Layout-module__hBxhlq__content{border-radius:24px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.Layout-module__hBxhlq__fullscreenContainer{inset:0;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;padding:0!important;display:block!important;position:fixed!important}.Layout-module__hBxhlq__fullscreenMain{border-radius:0!important;flex-direction:column!important;width:100%!important;max-width:none!important;height:100%!important;margin:0!important;display:flex!important}.Layout-module__hBxhlq__fullscreenContent{width:100%!important;height:100%!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;flex-direction:column!important;flex:1!important;display:flex!important;overflow:hidden!important}
.PhaseIndicator-module__V08OKW__container{border-bottom:1px solid var(--glass-border);background:#0003;justify-content:space-between;align-items:center;padding:2.5rem 1rem 1.5rem;display:flex}.PhaseIndicator-module__V08OKW__step{color:#64748b;flex-direction:column;flex:1;align-items:center;gap:.25rem;display:flex;position:relative}.PhaseIndicator-module__V08OKW__step:last-child{flex:0}.PhaseIndicator-module__V08OKW__step:nth-child(odd){flex-direction:column-reverse}.PhaseIndicator-module__V08OKW__icon{z-index:1;justify-content:center;align-items:center;display:flex}.PhaseIndicator-module__V08OKW__label{white-space:nowrap;text-align:center;font-size:.625rem;font-weight:500;display:block}@media (min-width:768px){.PhaseIndicator-module__V08OKW__container{padding:1.5rem 2rem}.PhaseIndicator-module__V08OKW__step{flex-direction:row;gap:.5rem}.PhaseIndicator-module__V08OKW__step:nth-child(odd){flex-direction:row}.PhaseIndicator-module__V08OKW__label{font-size:.875rem}}.PhaseIndicator-module__V08OKW__line{background:#334155;border-radius:1px;flex:1;height:2px;margin:0 1rem}.PhaseIndicator-module__V08OKW__active{color:var(--primary)}.PhaseIndicator-module__V08OKW__active .PhaseIndicator-module__V08OKW__line{background:var(--primary)}.PhaseIndicator-module__V08OKW__completed{color:var(--success)}.PhaseIndicator-module__V08OKW__completed .PhaseIndicator-module__V08OKW__line{background:var(--success)}
.ChatInterface-module__Z5O80W__container{flex-direction:column;flex:1;width:100%;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.ChatInterface-module__Z5O80W__messagesArea{flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.ChatInterface-module__Z5O80W__messageRow{gap:1rem;max-width:80%;display:flex}.ChatInterface-module__Z5O80W__userRow{flex-direction:row-reverse;align-self:flex-end}.ChatInterface-module__Z5O80W__botRow{align-self:flex-start}.ChatInterface-module__Z5O80W__avatar{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ChatInterface-module__Z5O80W__userRow .ChatInterface-module__Z5O80W__avatar{background:var(--primary);color:#fff}.ChatInterface-module__Z5O80W__botRow .ChatInterface-module__Z5O80W__avatar{background:var(--secondary);color:#fff}.ChatInterface-module__Z5O80W__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.ChatInterface-module__Z5O80W__bubble{letter-spacing:.015em;border-radius:24px;flex-direction:column;gap:.5rem;padding:1.25rem 1.75rem;font-size:1.05rem;font-weight:400;line-height:1.7;display:flex;position:relative;box-shadow:0 4px 15px #0000001a}.ChatInterface-module__Z5O80W__userBubble{background:var(--primary);color:#fff;border-top-right-radius:4px}.ChatInterface-module__Z5O80W__botBubble{background:var(--card-bg);border:1px solid var(--glass-border);color:var(--foreground);border-top-left-radius:4px}.ChatInterface-module__Z5O80W__loadingBubble{color:#94a3b8;flex-direction:row;align-items:center;gap:.5rem;font-style:italic;display:flex}.ChatInterface-module__Z5O80W__spinner{animation:1s linear infinite ChatInterface-module__Z5O80W__spin}.ChatInterface-module__Z5O80W__continueButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);border:none;border-radius:20px;margin:1rem auto 0;padding:.5rem 1.5rem;font-size:.9rem;transition:transform .2s,box-shadow .2s;display:block;box-shadow:0 2px 5px #0003}.ChatInterface-module__Z5O80W__continueButton:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000004d}.ChatInterface-module__Z5O80W__continueButton:active{transform:translateY(0)}.ChatInterface-module__Z5O80W__continueButton:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;background:#475569;align-items:center;gap:.5rem;display:flex;transform:none}.ChatInterface-module__Z5O80W__inputArea{padding:1.5rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom));border-top:1px solid var(--glass-border);background:#0003;align-items:center;gap:1rem;display:flex}.ChatInterface-module__Z5O80W__inputWrapper{flex:1;align-items:center;display:flex;position:relative}.ChatInterface-module__Z5O80W__input{border:1px solid var(--glass-border);color:#fff;resize:vertical;background:#ffffff0d;border-radius:12px;outline:none;width:100%;min-height:80px;padding:1rem 3rem 1rem 1rem;font-family:inherit;font-size:1rem;line-height:1.5;transition:all .2s}.ChatInterface-module__Z5O80W__input:focus{border-color:var(--primary);background:#ffffff1a}.ChatInterface-module__Z5O80W__inputHighlight{box-shadow:0 0 0 2px var(--primary),0 0 20px var(--primary-glow);border-color:var(--primary);animation:2s infinite ChatInterface-module__Z5O80W__pulse-glow}.ChatInterface-module__Z5O80W__inputRecording{background:#ef44441a;border-color:#ef4444;box-shadow:0 0 0 2px #ef4444,0 0 15px #ef44444d}@keyframes ChatInterface-module__Z5O80W__pulse-glow{0%{box-shadow:0 0 0 2px var(--primary),0 0 20px var(--primary-glow)}50%{box-shadow:0 0 0 2px var(--primary),0 0 30px var(--primary-glow),0 0 10px var(--primary)}to{box-shadow:0 0 0 2px var(--primary),0 0 20px var(--primary-glow)}}.ChatInterface-module__Z5O80W__micButton{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:5px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.ChatInterface-module__Z5O80W__micButton:hover{color:#fff;background:#ffffff1a}.ChatInterface-module__Z5O80W__micButton.ChatInterface-module__Z5O80W__recording{color:#ef4444;animation:1.5s infinite ChatInterface-module__Z5O80W__pulse}@keyframes ChatInterface-module__Z5O80W__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.ChatInterface-module__Z5O80W__sendButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex}.ChatInterface-module__Z5O80W__sendButton:hover:not(:disabled){box-shadow:0 0 15px var(--primary-glow);transform:scale(1.05)}.ChatInterface-module__Z5O80W__sendButton:disabled{opacity:.5;cursor:not-allowed}.ChatInterface-module__Z5O80W__ttsButton{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-self:flex-end;align-items:center;margin-top:.5rem;padding:6px;transition:all .2s;display:flex}.ChatInterface-module__Z5O80W__ttsButton:hover{color:#fff;background:#ffffff1a}.ChatInterface-module__Z5O80W__bubblesContainer{flex-direction:column;gap:.5rem;width:100%;display:flex}.ChatInterface-module__Z5O80W__buttonRow{flex-direction:row;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.ChatInterface-module__Z5O80W__messageChunks{flex-direction:column;gap:1.5rem;display:flex}.ChatInterface-module__Z5O80W__chunkContainer{flex-direction:column;gap:1rem;display:flex}.ChatInterface-module__Z5O80W__inlineImageContainer{background:#0003;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;align-self:center;align-items:center;gap:.5rem;margin:.5rem 0;padding:1rem;display:flex}.ChatInterface-module__Z5O80W__inlineImage{object-fit:contain;border-radius:8px;max-width:100%;max-height:200px}.ChatInterface-module__Z5O80W__imageCaption{color:#94a3b8;font-size:.85rem;font-weight:500}.ChatInterface-module__Z5O80W__markdownContent p{color:inherit;margin-bottom:1rem}.ChatInterface-module__Z5O80W__markdownContent p:last-child{margin-bottom:0}.ChatInterface-module__Z5O80W__markdownContent strong{color:#fff;font-weight:600}.ChatInterface-module__Z5O80W__markdownContent ul,.ChatInterface-module__Z5O80W__markdownContent ol{margin-bottom:1rem;margin-left:1.2rem;padding-left:.5rem}.ChatInterface-module__Z5O80W__markdownContent li{margin-bottom:.5rem;padding-left:.5rem}.ChatInterface-module__Z5O80W__markdownContent h1,.ChatInterface-module__Z5O80W__markdownContent h2,.ChatInterface-module__Z5O80W__markdownContent h3{color:#fff;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600;line-height:1.3}@keyframes ChatInterface-module__Z5O80W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ChatInterface-module__Z5O80W__conceptLink{color:#60a5fa;cursor:pointer;vertical-align:middle;background:#3b82f61a;border:1px solid #3b82f633;border-radius:20px;align-items:center;gap:4px;margin:0 2px;padding:2px 10px;font-size:.9em;font-weight:500;transition:all .2s;display:inline-flex}.ChatInterface-module__Z5O80W__conceptLink:hover{color:#93c5fd;background:#3b82f633;border-color:#3b82f666;transform:translateY(-1px);box-shadow:0 2px 8px #3b82f626}.ChatInterface-module__Z5O80W__conceptLink:after{content:"✨";opacity:.7;font-size:.8em}.ChatInterface-module__Z5O80W__conceptPanel{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#0f172af2;border-top:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex;position:absolute;bottom:90px;left:2rem;right:2rem;box-shadow:0 -10px 40px #00000080}.ChatInterface-module__Z5O80W__closeButton{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.ChatInterface-module__Z5O80W__closeButton:hover{color:#fff;background:#ffffff26}.ChatInterface-module__Z5O80W__conceptHeader{align-items:center;gap:1rem;display:flex}.ChatInterface-module__Z5O80W__conceptIcon{background:#3b82f61a;border:1px solid #3b82f633;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.ChatInterface-module__Z5O80W__conceptHeader h3{color:#fff;margin:0;font-size:1.1rem;font-weight:600}.ChatInterface-module__Z5O80W__conceptDefinition{color:#cbd5e1;margin:0;padding-left:3.5rem;font-size:.95rem;line-height:1.5}.ChatInterface-module__Z5O80W__conceptImage{object-fit:contain;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;align-self:center;width:auto;max-width:250px;height:auto;max-height:180px;box-shadow:0 4px 20px #0000004d}.ChatInterface-module__Z5O80W__conceptContent{align-items:flex-start;gap:1.5rem;display:flex}.ChatInterface-module__Z5O80W__conceptText{flex:1}@media (max-width:768px){.ChatInterface-module__Z5O80W__messagesArea{gap:1rem;padding:.5rem}.ChatInterface-module__Z5O80W__messageRow{align-items:flex-start;gap:.5rem;max-width:95%}.ChatInterface-module__Z5O80W__avatar{width:32px;height:32px;margin-top:.25rem}.ChatInterface-module__Z5O80W__bubble{padding:1rem 1.25rem;font-size:1rem}.ChatInterface-module__Z5O80W__inputArea{padding:1rem .5rem;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.ChatInterface-module__Z5O80W__conceptPanel{padding:1rem;left:.5rem;right:.5rem}.ChatInterface-module__Z5O80W__conceptDefinition{margin-top:.5rem;padding-left:0}.ChatInterface-module__Z5O80W__conceptContent{flex-direction:column}.ChatInterface-module__Z5O80W__conceptImage{align-self:center;max-width:100%}}
.Home-module__g21JLG__setupContainer{flex-direction:column;height:100vh;display:flex;position:relative;overflow:hidden}.Home-module__g21JLG__topRight{z-index:10;position:absolute;top:2rem;right:2rem}.Home-module__g21JLG__settingsButton{color:#94a3b8;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;padding:10px;transition:all .2s;display:flex}.Home-module__g21JLG__settingsButton:hover{color:#fff;background:#fff3;transform:scale(1.05)}.Home-module__g21JLG__hero h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.Home-module__g21JLG__subtitle{color:#94a3b8;max-width:600px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.Home-module__g21JLG__scrollableContent{text-align:center;flex-direction:column;flex:1;align-items:center;padding:2rem;display:flex;overflow:hidden auto}.Home-module__g21JLG__setupForm{flex-direction:column;gap:2rem;width:100%;max-width:1200px;padding:2rem 1rem;display:flex}.Home-module__g21JLG__stickyButtonContainer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:linear-gradient(#0f172a00 0%,#0f172af2 15%,#0f172afa 30%,#0f172a 100%);border-top:1px solid #ffffff0d;justify-content:center;padding:1.5rem 2rem;display:flex;position:sticky;bottom:0;left:0;right:0}.Home-module__g21JLG__stickyButtonContainer .Home-module__g21JLG__startButton{width:100%;max-width:1200px}.Home-module__g21JLG__workflowSelector,.Home-module__g21JLG__languageSelector,.Home-module__g21JLG__voiceAvatarSelector{border:1px solid var(--glass-border);background:#0003;border-radius:16px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.Home-module__g21JLG__voiceAvatarSelector{max-width:100%}.Home-module__g21JLG__selectorLabel{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.Home-module__g21JLG__workflowOptions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.Home-module__g21JLG__radioLabel{cursor:pointer;flex:1;position:relative}.Home-module__g21JLG__radioLabel input[type=radio]{opacity:0;pointer-events:none;position:absolute}.Home-module__g21JLG__radioLabel span{text-align:center;color:#94a3b8;background:0 0;border:1px solid #0000;border-radius:12px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.Home-module__g21JLG__radioLabel input[type=radio]:checked+span{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 15px #6366f166}.Home-module__g21JLG__radioLabel:hover span{color:#cbd5e1;background:#ffffff0d}.Home-module__g21JLG__radioLabel input[type=radio]:checked+span:hover{color:#fff;background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%)}.Home-module__g21JLG__startButton{background:linear-gradient(to right,var(--primary),var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1.125rem;font-weight:600;transition:all .2s;display:flex}.Home-module__g21JLG__startButton:hover:not(:disabled){box-shadow:0 0 20px var(--primary-glow);transform:translateY(-2px)}.Home-module__g21JLG__startButton:disabled{opacity:.7;cursor:not-allowed}.Home-module__g21JLG__error{color:var(--error);background:#f871711a;border-radius:8px;margin-top:1rem;padding:.5rem 1rem;font-size:.875rem}.Home-module__g21JLG__voiceGrid{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}.Home-module__g21JLG__voiceCardWrapper{position:relative}.Home-module__g21JLG__voiceCard{cursor:pointer;background:#ffffff05;border:2px solid #0000;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Home-module__g21JLG__voiceCard:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-2px)}.Home-module__g21JLG__voiceCardSelected{border-color:var(--primary);background:linear-gradient(135deg,#6366f133 0%,#8b5cf633 100%);box-shadow:0 4px 15px #6366f14d}.Home-module__g21JLG__voiceRadio{opacity:0;pointer-events:none;position:absolute}.Home-module__g21JLG__voiceAvatar{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.5rem;display:flex;overflow:hidden}.Home-module__g21JLG__voiceAvatar img{object-fit:cover;width:100%;height:100%}.Home-module__g21JLG__voiceInfo{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex}.Home-module__g21JLG__voiceName{color:#fff;font-size:.875rem;font-weight:600}.Home-module__g21JLG__voiceGender{color:#94a3b8;opacity:.8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:.125rem .5rem;font-size:.7rem;font-weight:500}.Home-module__g21JLG__voiceTestButton{color:#6366f1;cursor:pointer;z-index:2;background:#6366f133;border:1px solid #6366f14d;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.Home-module__g21JLG__voiceTestButton:hover:not(:disabled){background:#6366f14d;border-color:#6366f180;transform:scale(1.1)}.Home-module__g21JLG__voiceTestButton:disabled{opacity:.7;cursor:not-allowed}.Home-module__g21JLG__voiceTestButtonPlaying{animation:1s ease-in-out infinite Home-module__g21JLG__pulse}@keyframes Home-module__g21JLG__pulse{0%,to{opacity:1}50%{opacity:.5}}.Home-module__g21JLG__languageOptions{justify-content:center;gap:1rem;display:flex}.Home-module__g21JLG__languageButton{color:#94a3b8;cursor:pointer;background:#ffffff05;border:2px solid #ffffff1a;border-radius:10px;flex:1;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.Home-module__g21JLG__languageButton:hover{color:#cbd5e1;background:#ffffff0d;border-color:#fff3;transform:translateY(-2px)}.Home-module__g21JLG__languageButtonActive{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;border-color:#fff3;box-shadow:0 4px 15px #6366f166}.Home-module__g21JLG__languageButtonActive:hover{color:#fff;transform:translateY(-2px)}.Home-module__g21JLG__workflowGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.Home-module__g21JLG__workflowCard{cursor:pointer;display:block}.Home-module__g21JLG__workflowRadio{opacity:0;pointer-events:none;position:absolute}.Home-module__g21JLG__workflowCardContent{background:#ffffff05;border:2px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:.75rem;height:100%;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Home-module__g21JLG__workflowCardContent:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-2px)}.Home-module__g21JLG__workflowCardSelected{border-color:var(--primary);background:linear-gradient(135deg,#6366f133 0%,#8b5cf633 100%);box-shadow:0 4px 15px #6366f14d}.Home-module__g21JLG__workflowName{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Home-module__g21JLG__workflowDescription{color:#94a3b8;font-size:.875rem;line-height:1.5}.Home-module__g21JLG__selectedWorkflowTitle{text-align:center;padding:1rem 0}.Home-module__g21JLG__selectedWorkflowTitle h2{letter-spacing:-.02em;margin:0;font-size:2.5rem;font-weight:800}@media (max-width:1024px){.Home-module__g21JLG__setupForm,.Home-module__g21JLG__stickyButtonContainer .Home-module__g21JLG__startButton{max-width:800px}.Home-module__g21JLG__workflowGrid{grid-template-columns:repeat(2,1fr)}.Home-module__g21JLG__voiceGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Home-module__g21JLG__workflowGrid{grid-template-columns:1fr}.Home-module__g21JLG__voiceGrid{grid-template-columns:repeat(2,1fr)}.Home-module__g21JLG__languageOptions{flex-direction:column}.Home-module__g21JLG__selectedWorkflowTitle h2{font-size:2rem}}.Home-module__g21JLG__selectorHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Home-module__g21JLG__modelSelector{gap:.5rem;display:flex}.Home-module__g21JLG__modelButton{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.Home-module__g21JLG__modelButton:hover{color:#cbd5e1;background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.Home-module__g21JLG__modelButtonActive{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-color:#60a5fa;font-weight:700;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f680}.Home-module__g21JLG__modelButtonActive:hover{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);box-shadow:0 6px 16px #3b82f699}.Home-module__g21JLG__modelButtonGenius.Home-module__g21JLG__modelButtonActive{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-color:#fbbf24;box-shadow:0 4px 12px #f59e0b80}.Home-module__g21JLG__modelButtonGenius.Home-module__g21JLG__modelButtonActive:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%);box-shadow:0 6px 16px #f59e0b99}
.SettingsModal-module__ptnjcq__overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SettingsModal-module__ptnjcq__modal{color:#fff;background-color:#1a1a1a;border:1px solid #333;border-radius:12px;flex-direction:column;width:90%;max-width:800px;max-height:90vh;display:flex;box-shadow:0 20px 50px #00000080}.SettingsModal-module__ptnjcq__header{border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:20px;display:flex}.SettingsModal-module__ptnjcq__header h2{margin:0;font-size:1.5rem;font-weight:600}.SettingsModal-module__ptnjcq__headerActions{align-items:center;gap:15px;display:flex}.SettingsModal-module__ptnjcq__uploadButton{color:#fff;cursor:pointer;background-color:#333;border:1px solid #444;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:.9rem;transition:all .2s;display:flex}.SettingsModal-module__ptnjcq__uploadButton:hover{background-color:#444;border-color:#555}.SettingsModal-module__ptnjcq__closeButton{color:#888;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:5px;transition:all .2s}.SettingsModal-module__ptnjcq__closeButton:hover{color:#fff;background-color:#333}.SettingsModal-module__ptnjcq__tabs{border-bottom:1px solid #333;padding:0 20px;display:flex}.SettingsModal-module__ptnjcq__tab{color:#888;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:15px 20px;font-size:1rem;transition:all .2s}.SettingsModal-module__ptnjcq__tab:hover{color:#fff}.SettingsModal-module__ptnjcq__activeTab{color:#fff;border-bottom-color:#3b82f6}.SettingsModal-module__ptnjcq__content{flex:1;padding:20px;overflow-y:auto}.SettingsModal-module__ptnjcq__section{flex-direction:column;gap:10px;display:flex}.SettingsModal-module__ptnjcq__description{color:#888;margin:0 0 10px;font-size:.9rem}.SettingsModal-module__ptnjcq__textarea{color:#eee;resize:vertical;background-color:#222;border:1px solid #444;border-radius:8px;width:100%;padding:15px;font-family:monospace;font-size:.9rem;line-height:1.5}.SettingsModal-module__ptnjcq__textarea:focus{border-color:#3b82f6;outline:none}.SettingsModal-module__ptnjcq__promptsList{flex-direction:column;gap:20px;display:flex}.SettingsModal-module__ptnjcq__promptItem{flex-direction:column;gap:5px;display:flex}.SettingsModal-module__ptnjcq__promptHeader{justify-content:space-between;align-items:center;display:flex}.SettingsModal-module__ptnjcq__promptItem label{color:#ccc;font-size:.9rem;font-weight:600}.SettingsModal-module__ptnjcq__badge{color:#60a5fa;vertical-align:middle;background-color:#3b82f633;border:1px solid #3b82f64d;border-radius:12px;margin-left:10px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-block}.SettingsModal-module__ptnjcq__infoButton{color:#3b82f6;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;text-decoration:underline}.SettingsModal-module__ptnjcq__infoButton:hover{color:#60a5fa}.SettingsModal-module__ptnjcq__phaseInfo{background-color:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;margin-bottom:10px;padding:15px;font-size:.9rem}.SettingsModal-module__ptnjcq__phaseInfo strong{color:#60a5fa;margin-bottom:5px;display:block}.SettingsModal-module__ptnjcq__phaseInfo p{color:#ddd;margin:0 0 10px}.SettingsModal-module__ptnjcq__technicalInfo{color:#94a3b8;background:#0003;border-radius:6px;padding:10px;font-size:.85rem}.SettingsModal-module__ptnjcq__technicalInfo code{background:#ffffff1a;border-radius:4px;padding:2px 4px;font-family:monospace}.SettingsModal-module__ptnjcq__logicBlock{background-color:#222;border:1px solid #333;border-radius:8px;margin-bottom:20px;padding:20px}.SettingsModal-module__ptnjcq__logicBlock h4{color:#3b82f6;margin:0 0 10px}.SettingsModal-module__ptnjcq__logicBlock p{color:#ccc;margin:0 0 10px;line-height:1.6}.SettingsModal-module__ptnjcq__logicBlock code{color:#e2e8f0;background:#ffffff1a;border-radius:4px;padding:2px 4px;font-family:monospace}.SettingsModal-module__ptnjcq__footer{border-top:1px solid #333;justify-content:space-between;align-items:center;padding:20px;display:flex}.SettingsModal-module__ptnjcq__actions{gap:10px;display:flex}.SettingsModal-module__ptnjcq__resetButton{color:#888;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:.9rem;transition:all .2s;display:flex}.SettingsModal-module__ptnjcq__resetButton:hover{color:#fff;background-color:#333}.SettingsModal-module__ptnjcq__cancelButton{color:#fff;cursor:pointer;background:0 0;border:1px solid #444;border-radius:6px;padding:8px 16px;transition:all .2s}.SettingsModal-module__ptnjcq__cancelButton:hover{background-color:#333}.SettingsModal-module__ptnjcq__saveButton{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-weight:500;transition:all .2s;display:flex}.SettingsModal-module__ptnjcq__saveButton:hover{background-color:#2563eb}.SettingsModal-module__ptnjcq__downloadButtons{flex-wrap:wrap;gap:10px;display:flex}.SettingsModal-module__ptnjcq__downloadButton{color:#fff;cursor:pointer;background-color:#333;border:1px solid #444;border-radius:6px;padding:10px 15px;transition:all .2s}.SettingsModal-module__ptnjcq__downloadButton:hover{background-color:#444;border-color:#555}.SettingsModal-module__ptnjcq__codeBlock{background-color:#111;border:1px solid #333;border-radius:8px;margin-top:10px;padding:15px;position:relative}.SettingsModal-module__ptnjcq__codeBlock pre{white-space:pre-wrap;color:#a5b4fc;margin:0;font-family:monospace;font-size:.85rem;overflow-x:auto}.SettingsModal-module__ptnjcq__copyButton{color:#fff;cursor:pointer;background-color:#ffffff1a;border:none;border-radius:4px;padding:5px 10px;font-size:.8rem;transition:all .2s;position:absolute;top:10px;right:10px}.SettingsModal-module__ptnjcq__copyButton:hover{background-color:#fff3}
.AzureTTS-module___VpxTa__container{max-width:1200px;margin:0 auto;padding:2rem}.AzureTTS-module___VpxTa__header{text-align:center;margin-bottom:3rem}.AzureTTS-module___VpxTa__title{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.AzureTTS-module___VpxTa__subtitle{color:#666;font-size:1.1rem}.AzureTTS-module___VpxTa__content{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000001a}.AzureTTS-module___VpxTa__section{margin-bottom:2rem}.AzureTTS-module___VpxTa__label{color:#333;margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:block}.AzureTTS-module___VpxTa__voiceGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.AzureTTS-module___VpxTa__voiceButton{cursor:pointer;text-align:left;background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:1rem;transition:all .2s}.AzureTTS-module___VpxTa__voiceButton:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 8px #667eea33}.AzureTTS-module___VpxTa__voiceButtonActive{background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border-color:#667eea;box-shadow:0 4px 8px #667eea4d}.AzureTTS-module___VpxTa__voiceName{color:#333;margin-bottom:.25rem;font-size:1rem;font-weight:600}.AzureTTS-module___VpxTa__voiceGender{color:#667eea;margin-bottom:.5rem;font-size:.85rem}.AzureTTS-module___VpxTa__voiceDescription{color:#666;font-size:.85rem}.AzureTTS-module___VpxTa__textarea{resize:vertical;border:2px solid #e0e0e0;border-radius:12px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.AzureTTS-module___VpxTa__textarea:focus{border-color:#667eea;outline:none}.AzureTTS-module___VpxTa__sampleTexts{margin-top:1rem}.AzureTTS-module___VpxTa__sampleLabel{color:#666;margin-bottom:.5rem;font-size:.9rem;display:block}.AzureTTS-module___VpxTa__sampleButtons{flex-wrap:wrap;gap:.5rem;display:flex}.AzureTTS-module___VpxTa__sampleButton{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.AzureTTS-module___VpxTa__sampleButton:hover{background:#667eea0d;border-color:#667eea}.AzureTTS-module___VpxTa__error{color:#c33;background:#fee;border:2px solid #fcc;border-radius:12px;margin-bottom:1rem;padding:1rem}.AzureTTS-module___VpxTa__errorHelp{border-top:1px solid #fcc;margin-top:1rem;padding-top:1rem;font-size:.9rem}.AzureTTS-module___VpxTa__errorHelp ol{margin-top:.5rem;margin-left:1.5rem}.AzureTTS-module___VpxTa__speakButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;width:100%;padding:1.25rem 2rem;font-size:1.1rem;font-weight:600;transition:all .2s}.AzureTTS-module___VpxTa__speakButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #667eea4d}.AzureTTS-module___VpxTa__speakButton:disabled{opacity:.6;cursor:not-allowed}.AzureTTS-module___VpxTa__currentVoice{color:#555;background:#f5f5f5;border-radius:8px;margin-top:1.5rem;padding:1rem;font-size:.95rem}.AzureTTS-module___VpxTa__audioPlayer{border-radius:8px;width:100%;margin-top:2rem}@media (max-width:768px){.AzureTTS-module___VpxTa__container{padding:1rem}.AzureTTS-module___VpxTa__title{font-size:2rem}.AzureTTS-module___VpxTa__voiceGrid{grid-template-columns:1fr}}
