.Chatbot-module__DWq8bW__chatToggleButton{color:#fff;cursor:pointer;z-index:1000;background-color:#0070f3;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s ease-in-out;display:flex;position:fixed;bottom:15px;left:15px;box-shadow:0 4px 10px #0003}.Chatbot-module__DWq8bW__chatToggleButton:hover{transform:scale(1.1)}.Chatbot-module__DWq8bW__chatToggleButton:focus-visible{outline-offset:2px;outline:3px solid #8b5cf6}.Chatbot-module__DWq8bW__chatWindow{z-index:1000;background-color:#fff;border-radius:10px;flex-direction:column;width:350px;height:500px;transition:width .3s,height .3s;display:flex;position:fixed;bottom:100px;left:15px;overflow:hidden;box-shadow:0 5px 15px #0000004d}.Chatbot-module__DWq8bW__chatWindow.Chatbot-module__DWq8bW__expanded{width:50vw;height:70vh}.Chatbot-module__DWq8bW__chatHeader{background-color:#f1f1f1;border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:5px;display:flex}.Chatbot-module__DWq8bW__chatHeaderContent{text-align:center;flex-grow:1}.Chatbot-module__DWq8bW__chatHeader h2{margin:0;font-size:1.2em}.Chatbot-module__DWq8bW__chatHeader p{color:#666;margin:0;font-size:.9em}.Chatbot-module__DWq8bW__chatMessages{flex-direction:column;flex:1;gap:10px;padding:15px;display:flex;overflow-y:auto}.Chatbot-module__DWq8bW__message{word-wrap:break-word;white-space:pre-wrap;border-radius:18px;max-width:80%;padding:10px 15px}.Chatbot-module__DWq8bW__user{color:#fff;background-color:#0070f3;border-bottom-left-radius:4px;align-self:flex-end}.Chatbot-module__DWq8bW__bot{color:#000;background-color:#e5e5ea;border-bottom-right-radius:4px;align-self:flex-start}.Chatbot-module__DWq8bW__chatInputForm{border-top:1px solid #ddd;align-items:center;padding:5px;display:flex}.Chatbot-module__DWq8bW__chatTextarea{resize:none;direction:rtl;border:none;outline:none;flex:1;max-height:100px;padding:10px;font-family:inherit;font-size:1em;overflow-y:auto}.Chatbot-module__DWq8bW__chatTextarea::placeholder{text-align:right}.Chatbot-module__DWq8bW__chatInputForm button{color:#fff;cursor:pointer;background-color:#0070f3;border:none;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-left:1px;margin-right:5px;padding:0;transition:background-color .2s;display:flex}.Chatbot-module__DWq8bW__chatInputForm button:hover{background-color:#005bb5}.Chatbot-module__DWq8bW__chatInputForm button:disabled{cursor:not-allowed;background-color:#a0a0a0}.Chatbot-module__DWq8bW__typingIndicator{display:inline-block}.Chatbot-module__DWq8bW__typingIndicator span{background-color:#9e9ea1;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both Chatbot-module__DWq8bW__typing;display:inline-block}.Chatbot-module__DWq8bW__typingIndicator span:first-child{animation-delay:-.32s}.Chatbot-module__DWq8bW__typingIndicator span:nth-child(2){animation-delay:-.16s}@keyframes Chatbot-module__DWq8bW__typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.Chatbot-module__DWq8bW__sendIcon{transform:rotate(180deg)}.Chatbot-module__DWq8bW__expandButton{cursor:pointer;background:0 0;border:none;padding:5px}@media (max-width:768px){.Chatbot-module__DWq8bW__expandButton{display:none}}.Chatbot-module__DWq8bW__voicePanel{background:linear-gradient(#f0f4ff 0%,#fff 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:20px;display:flex}.Chatbot-module__DWq8bW__visualizer{justify-content:center;align-items:center;gap:4px;width:100%;height:100px;margin-bottom:20px;display:flex}.Chatbot-module__DWq8bW__bar{background:linear-gradient(#0070f3 0%,#5b9ef4 100%);border-radius:3px;width:6px;height:20px;animation:1s ease-in-out infinite Chatbot-module__DWq8bW__wave}.Chatbot-module__DWq8bW__bar:first-child{animation-duration:.7s}.Chatbot-module__DWq8bW__bar:nth-child(2){animation-duration:.9s;animation-delay:50ms}.Chatbot-module__DWq8bW__bar:nth-child(3){animation-duration:1.1s;animation-delay:.1s}.Chatbot-module__DWq8bW__bar:nth-child(4){animation-duration:.8s;animation-delay:.15s}.Chatbot-module__DWq8bW__bar:nth-child(5){animation-duration:1s;animation-delay:.2s}.Chatbot-module__DWq8bW__bar:nth-child(6){animation-duration:.75s;animation-delay:.25s}.Chatbot-module__DWq8bW__bar:nth-child(7){animation-duration:1.2s;animation-delay:.3s}@keyframes Chatbot-module__DWq8bW__wave{0%,to{opacity:.5;height:20px}50%{opacity:1;height:60px}}.Chatbot-module__DWq8bW__controlButtons{gap:20px;margin-top:10px;display:flex}.Chatbot-module__DWq8bW__controlButton{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,background-color .2s;display:flex;box-shadow:0 4px 10px #0000001a}.Chatbot-module__DWq8bW__controlButton:hover{transform:scale(1.1)}.Chatbot-module__DWq8bW__muteButton{color:#333;background-color:#f1f1f1}.Chatbot-module__DWq8bW__muteButton.Chatbot-module__DWq8bW__active,.Chatbot-module__DWq8bW__hangupButton{color:#fff;background-color:#f44}.Chatbot-module__DWq8bW__hangupButton:hover{background-color:#c00}.Chatbot-module__DWq8bW__voiceHeaderIcon{cursor:pointer;color:#0070f3;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:10px;padding:8px;transition:background-color .2s,color .2s,transform .2s;display:flex}.Chatbot-module__DWq8bW__voiceHeaderIcon:hover{background-color:#0070f31a;transform:scale(1.1)}.Chatbot-module__DWq8bW__voiceHeaderIconActive{color:#f44;animation:1.5s ease-in-out infinite Chatbot-module__DWq8bW__pulseIcon}.Chatbot-module__DWq8bW__voiceHeaderIconActive:hover{background-color:#ff44441a}@keyframes Chatbot-module__DWq8bW__pulseIcon{0%,to{opacity:1}50%{opacity:.6}}.Chatbot-module__DWq8bW__connectingStatus{flex-direction:column;align-items:center;gap:12px;margin-bottom:20px;display:flex}.Chatbot-module__DWq8bW__connectingStatus p{color:#666;margin:0;font-size:.95em}.Chatbot-module__DWq8bW__connectingPulse{background-color:#0070f3;border-radius:50%;width:40px;height:40px;animation:1.2s ease-in-out infinite Chatbot-module__DWq8bW__connectPulse}@keyframes Chatbot-module__DWq8bW__connectPulse{0%{opacity:1;transform:scale(.8)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(.8)}}.Chatbot-module__DWq8bW__transcriptOverlay{direction:rtl;width:100%;max-height:100px;margin-bottom:10px;padding:8px 12px;overflow-y:auto}.Chatbot-module__DWq8bW__transcriptOverlay p{margin:4px 0;font-size:.8em;line-height:1.3}.Chatbot-module__DWq8bW__transcriptUser{color:#333}.Chatbot-module__DWq8bW__transcriptAgent{color:#0070f3}.Chatbot-module__DWq8bW__transcriptRole{font-weight:600}.Chatbot-module__DWq8bW__voiceError{color:#f44;text-align:center;margin-top:10px;font-size:.8em}
