@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{background-color:transparent;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;width:100vw;height:100vh}#root{width:100%;height:100%;background-color:transparent}.talking-chatbot-container{position:fixed;bottom:20px;left:20px;z-index:1000}.chatbot-button{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 30px #667eea66;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:relative;overflow:visible}.chatbot-button:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 15px 40px #667eea99}.chatbot-button.active{transform:scale(.9)}.avatar-icon{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.avatar-face{width:40px;height:40px;background:#fff;border-radius:50%;position:relative;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.avatar-eyes{position:absolute;top:14px;left:50%;transform:translate(-50%);display:flex;gap:8px}.eye{width:5px;height:5px;background:#667eea;border-radius:50%;animation:blink 4s infinite}@keyframes blink{0%,48%,52%,to{transform:scaleY(1)}50%{transform:scaleY(.1)}}.avatar-mouth{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:14px;height:7px;border-bottom:2px solid #667eea;border-radius:0 0 14px 14px;animation:talk 2s ease-in-out infinite}@keyframes talk{0%,to{transform:translate(-50%) scaleY(1)}50%{transform:translate(-50%) scaleY(1.3)}}.pulse-ring{position:absolute;width:100%;height:100%;border:3px solid rgba(255,255,255,.8);border-radius:50%;animation:pulse 2s cubic-bezier(.215,.61,.355,1) infinite;opacity:0}.pulse-ring.delay-1{animation-delay:.5s}.pulse-ring.delay-2{animation-delay:1s}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}.chat-indicator{position:absolute;bottom:-5px;right:-5px;width:28px;height:28px;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:3px solid #000;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.chatbot-window{position:absolute;bottom:0;left:0;width:400px;height:580px;max-height:calc(100vh + -0px);background:linear-gradient(180deg,#1a1a2e,#16213e);border-radius:24px;box-shadow:0 20px 60px #00000080;opacity:0;transform:translateY(20px) scale(.9);pointer-events:none;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);overflow:hidden;overflow-x:hidden;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column}.chatbot-window.open{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.chatbot-header{padding:10px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;gap:10px;position:relative}.header-avatar{width:45px;height:45px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0003}.mini-avatar{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.mini-face{width:30px;height:30px;position:relative}.mini-eyes{position:absolute;top:10px;left:50%;transform:translate(-50%);display:flex;gap:6px}.mini-eye{width:4px;height:4px;background:#667eea;border-radius:50%;animation:blink 4s infinite}.header-text{flex:1;color:#fff}.header-text h3{margin:0;font-size:18px;font-weight:600}.status{margin:4px 0 0;font-size:13px;opacity:.9;display:flex;align-items:center;gap:6px}.status-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.ws-status-indicator{display:inline-flex;align-items:center;margin-left:8px;padding:2px 8px;border-radius:10px;background:#ffffff1a;transition:all .3s ease}.ws-status-indicator.connected{background:#4ade8026}.ws-status-indicator.disconnected{background:#f8717126}.ws-status-dot{width:6px;height:6px;border-radius:50%;background:#f87171;transition:all .3s ease}.ws-status-indicator.connected .ws-status-dot{background:#4ade80;animation:pulse-dot 2s ease-in-out infinite}.ws-status-indicator.disconnected .ws-status-dot{background:#f87171;animation:none}.settings-btn{width:36px;height:36px;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:18px}.snooze-btn{width:auto;height:36px;padding:0 16px;background:#fff3;border:none;border-radius:18px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:14px;font-weight:500}.snooze-btn:hover{background:#ffffff4d}.snooze-btn.snoozed{background:#ff64644d;position:relative;overflow:hidden}.snooze-btn.snoozed:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:2px;background-color:#fffc;transform:translate(-50%,-50%) rotate(-15deg);pointer-events:none}.snooze-btn.snoozed:hover{background:#ff646466}.close-btn{width:36px;height:36px;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.settings-btn:hover,.close-btn:hover{background:#ffffff4d}.close-btn:hover{transform:rotate(90deg)}.settings-btn:hover{transform:rotate(45deg)}.settings-panel{background:linear-gradient(135deg,#667eea26,#764ba226);border-bottom:1px solid rgba(255,255,255,.1);padding:0;max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.settings-panel.show{padding:20px;max-height:200px}.settings-panel h4{margin:0 0 15px;color:#fff;font-size:15px;font-weight:600;text-align:center}.mode-options{display:flex;gap:10px;justify-content:center}.mode-btn{flex:1;padding:12px 10px;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .3s ease;font-size:12px;font-weight:500}.mode-btn:hover{background:#ffffff26;transform:translateY(-2px)}.mode-btn.active{background:linear-gradient(135deg,#667eea66,#764ba266);border-color:#ffffff80;box-shadow:0 4px 15px #667eea4d}.chatbot-body{padding:10px;flex:1;overflow-y:auto;display:flex;flex-direction:column;transition:all .3s ease;min-height:0;position:relative}.chatbot-body::-webkit-scrollbar{width:6px}.chatbot-body::-webkit-scrollbar-track{background:#ffffff0d}.chatbot-body::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px}.chatbot-body.no-scroll{overflow:hidden;scroll-behavior:auto}.welcome-message{text-align:center;color:#fff;margin:auto}.avatar-large{width:100px;height:100px;margin:0 auto 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #667eea66;animation:float 3s ease-in-out infinite}.large-face{width:60px;height:60px;background:#fff;border-radius:50%;position:relative}.large-eyes{position:absolute;top:20px;left:50%;transform:translate(-50%);display:flex;gap:12px}.large-eye{width:8px;height:8px;background:#667eea;border-radius:50%;animation:blink 4s infinite}.large-mouth{position:absolute;bottom:15px;left:50%;transform:translate(-50%);width:20px;height:10px;border-bottom:3px solid #667eea;border-radius:0 0 20px 20px;animation:talk 2s ease-in-out infinite}.welcome-message h2{margin:0 0 10px;font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-message p{margin:0 0 25px;font-size:15px;opacity:.8;line-height:1.5}.chat-only-welcome{text-align:center;color:#fff;margin:auto}.chat-icon-large{margin:0 auto 20px;animation:float 3s ease-in-out infinite}.chat-only-welcome h2{margin:0 0 10px;font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chat-only-welcome p{margin:0;font-size:15px;opacity:.8}.avatar-only-mode{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#fff}.avatar-extra-large{width:160px;height:160px;margin-bottom:30px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 15px 50px #667eea80;animation:float 3s ease-in-out infinite;position:relative}.avatar-extra-large:before{content:"";position:absolute;width:180px;height:180px;border:2px solid rgba(102,126,234,.3);border-radius:50%;animation:pulse-ring-large 2s ease-out infinite}@keyframes pulse-ring-large{0%{transform:scale(1);opacity:1}to{transform:scale(1.2);opacity:0}}.xl-face{width:100px;height:100px;background:#fff;border-radius:50%;position:relative}.xl-eyes{position:absolute;top:32px;left:50%;transform:translate(-50%);display:flex;gap:18px}.xl-eye{width:12px;height:12px;background:#667eea;border-radius:50%;animation:blink 4s infinite}.xl-mouth{position:absolute;bottom:25px;left:50%;transform:translate(-50%);width:30px;height:15px;border-bottom:4px solid #667eea;border-radius:0 0 30px 30px;animation:talk 2s ease-in-out infinite}.avatar-controls{display:flex;gap:15px;margin-bottom:25px;align-items:center}.avatar-control-btn{width:50px;height:50px;background:linear-gradient(135deg,#667eea4d,#764ba24d);border:2px solid rgba(102,126,234,.4);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.avatar-control-btn.large{width:65px;height:65px;background:linear-gradient(135deg,#667eea,#764ba2);border-color:#ffffff4d;box-shadow:0 8px 25px #667eea66}.avatar-control-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #667eea80}.avatar-control-btn.large:hover{box-shadow:0 10px 30px #667eea99}.avatar-control-btn.large.recording{animation:pulse-recording 1.5s ease-in-out infinite;background:linear-gradient(135deg,#f093fb,#f5576c);border-color:#ffffff80}@keyframes pulse-recording{0%,to{transform:scale(1);box-shadow:0 8px 25px #f5576c66}50%{transform:scale(1.05);box-shadow:0 12px 35px #f5576c99}}.waveform{display:flex;gap:4px;align-items:center;height:40px;margin-bottom:15px}.wave-bar{width:4px;background:linear-gradient(180deg,#667eea,#764ba2);border-radius:2px;animation:wave 1s ease-in-out infinite}.wave-bar:nth-child(1){animation-delay:0s}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s}.wave-bar:nth-child(5){animation-delay:.4s}@keyframes wave{0%,to{height:10px}50%{height:35px}}.avatar-status{font-size:14px;opacity:.7;margin:0}.voice-error{background:#f5576c33;border:1px solid rgba(245,87,108,.4);border-radius:12px;padding:12px 16px;margin-bottom:15px;color:#ff6b6b;font-size:13px;text-align:center;animation:slideIn .3s ease;display:flex;flex-direction:column;gap:10px;align-items:center}.retry-connection-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;padding:8px 16px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:6px;box-shadow:0 2px 8px #667eea4d}.retry-connection-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea80}.retry-connection-btn:active{transform:translateY(0)}.loading-history{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;padding:40px 20px;color:#fff;text-align:center}.loading-history .spinner{animation:spin 1s linear infinite}.loading-history p{margin:0;font-size:14px;opacity:.8}.history-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px;background:#f5576c1a;border:1px solid rgba(245,87,108,.3);border-radius:12px;margin:20px;text-align:center}.history-error p{margin:0;color:#ff6b6b;font-size:14px}.loading-more-messages{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;background:#667eea1a;border-radius:8px;margin:10px 10px 0;color:#fff;font-size:13px;opacity:.9}.loading-more-messages .spinner{animation:spin 1s linear infinite}.streaming-response{background:#667eea26;border:1px solid rgba(102,126,234,.3);border-radius:12px;padding:15px;margin-bottom:15px;max-width:280px;color:#fff;font-size:14px;line-height:1.6;animation:fadeIn .3s ease;position:relative}.streaming-response:before{content:"";position:absolute;bottom:-1px;left:15px;right:15px;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);animation:typing-indicator 1.5s ease-in-out infinite}@keyframes typing-indicator{0%,to{opacity:.3;transform:scaleX(.5)}50%{opacity:1;transform:scaleX(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.avatar-only-mode .waveform .wave-bar,.voice-modal-inline .waveform .wave-bar{transition:all .3s ease}.avatar-control-btn.recording~.waveform .wave-bar{background:linear-gradient(180deg,#f093fb,#f5576c);animation:wave-recording .8s ease-in-out infinite}@keyframes wave-recording{0%,to{height:15px}50%{height:40px}}.voice-disconnected-popup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#f87171f2,#ef4444f2);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:20px 24px;max-width:280px;text-align:center;box-shadow:0 10px 40px #0006;animation:popupSlideIn .3s ease-out;z-index:1000}.voice-disconnected-popup .popup-icon{font-size:32px;display:block;margin-bottom:12px}.voice-disconnected-popup p{margin:0;color:#fff;font-size:14px;font-weight:500;line-height:1.5}@keyframes popupSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.quick-actions{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:20px}.action-btn{padding:14px 20px;background:linear-gradient(135deg,#667eea33,#764ba233);border:1px solid rgba(102,126,234,.3);border-radius:12px;color:#fff;font-size:15px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease}.action-btn:hover{background:linear-gradient(135deg,#667eea59,#764ba259);transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.messages-container{display:flex;flex-direction:column;gap:10px;flex:1}.message{display:flex;gap:10px;align-items:flex-start;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse}.message-avatar{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.msg-avatar-face{width:20px;height:20px;background:#fff;border-radius:50%;position:relative}.msg-eyes{position:absolute;top:6px;left:50%;transform:translate(-50%);display:flex;gap:4px}.msg-eye{width:3px;height:3px;background:#667eea;border-radius:50%;animation:blink 4s infinite}.message-bubble{max-width:70%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5;color:#fff;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word}.message.assistant .message-bubble{background:linear-gradient(135deg,#667eea40,#764ba240);border:1px solid rgba(102,126,234,.3);border-top-left-radius:4px}.message.user .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);border-top-right-radius:4px}.message.user .message-bubble.error{background:linear-gradient(135deg,#dc2626,#991b1b);border:1px solid rgba(220,38,38,.5)}.voice-badge{display:inline-block;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:3px 8px;font-size:11px;font-weight:600;margin-bottom:6px;margin-right:8px;color:#ffffffe6;letter-spacing:.3px;animation:fadeIn .3s ease}.message.assistant .voice-badge{background:#667eea4d;border-color:#667eea66}.message.user .voice-badge{background:#fff3;border-color:#ffffff4d}.message-content{display:flex;flex-direction:column;gap:8px}.webpage-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#667eea4d,#764ba24d);border:1px solid rgba(102,126,234,.4);border-radius:20px;color:#fff;font-size:12px;font-weight:500;text-decoration:none;transition:all .3s ease;align-self:flex-start;cursor:pointer}.webpage-chip:hover{background:linear-gradient(135deg,#667eea80,#764ba280);transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.webpage-chip span{white-space:nowrap}.message-bubble p{margin:0 0 8px}.message-bubble p:last-child{margin-bottom:0}.message-bubble ul,.message-bubble ol{margin:8px 0;padding-left:20px}.message-bubble li{margin:4px 0}.message-bubble code{background:#0000004d;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:13px}.message-bubble pre{background:#0000004d;padding:12px;border-radius:8px;overflow-x:auto;margin:8px 0}.message-bubble pre code{background:none;padding:0}.message-bubble strong{font-weight:600}.message-bubble em{font-style:italic}.message-bubble h1,.message-bubble h2,.message-bubble h3,.message-bubble h4,.message-bubble h5,.message-bubble h6{margin:12px 0 8px;font-weight:600}.message-bubble h1:first-child,.message-bubble h2:first-child,.message-bubble h3:first-child,.message-bubble h4:first-child,.message-bubble h5:first-child,.message-bubble h6:first-child{margin-top:0}.message-bubble blockquote{border-left:3px solid rgba(255,255,255,.3);padding-left:12px;margin:8px 0;opacity:.9}.chatbot-footer{padding:15px;background:#0003;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 24px 24px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.voice-status{width:100%;display:flex;align-items:center;gap:8px;font-size:12px;padding:6px 12px;border-radius:12px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.voice-status.connecting{background:#667eea33;border:1px solid rgba(102,126,234,.3);color:#ffffffe6}.voice-status.recording{background:#f5576c33;border:1px solid rgba(245,87,108,.4);color:#ffffffe6}.voice-status.processing{background:#ffa50033;border:1px solid rgba(255,165,0,.4);color:#ffffffe6}.voice-status.error{background:#dc262633;border:1px solid rgba(220,38,38,.4);color:#ffffffe6}.voice-status .status-dot{width:8px;height:8px;border-radius:50%;animation:pulse-dot 1.5s ease-in-out infinite}.voice-status.connecting .status-dot{background:#667eea}.voice-status.recording .status-dot{background:#f5576c}.voice-status.processing .status-dot{background:orange}.voice-status.error .status-dot{background:#dc2626}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.chat-input{flex:1;padding:12px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:25px;color:#fff;font-size:14px;outline:none;transition:all .3s ease}.chat-input::placeholder{color:#ffffff80}.chat-input:focus{background:#ffffff26;border-color:#667eea80;box-shadow:0 0 0 3px #667eea1a}.send-btn{width:45px;height:45px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.send-btn svg{transform:rotate(20deg)}.send-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #667eea99}.send-btn:hover svg{transform:rotate(40deg)}.send-btn:disabled{cursor:not-allowed;opacity:.6}.send-btn:disabled:hover{transform:none;box-shadow:0 4px 15px #667eea66}.send-btn.loading .spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mic-btn{width:45px;height:45px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.mic-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #667eea99}.mic-btn.recording{background:linear-gradient(135deg,#f44,#c00);box-shadow:0 4px 15px #f449;animation:pulse-recording 1.5s ease-in-out infinite}@keyframes pulse-recording{0%,to{box-shadow:0 0 #ff4444b3}50%{box-shadow:0 0 0 10px #f440}}.mic-btn.connecting{opacity:.6;cursor:not-allowed;animation:pulse-connecting 2s ease-in-out infinite}@keyframes pulse-connecting{0%,to{opacity:.4}50%{opacity:.7}}.mic-btn:disabled{cursor:not-allowed;opacity:.5}.mic-btn:disabled:hover{transform:none;box-shadow:none}.voice-modal-inline{position:fixed;inset:0;background:linear-gradient(180deg,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.voice-modal-inline .voice-modal-close{position:absolute;top:15px;right:15px;width:36px;height:36px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.voice-modal-inline .voice-modal-close:hover{background:#fff3;transform:rotate(90deg)}.voice-modal-inline .voice-modal-body{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.talking-chatbot-container{bottom:10px;left:10px;right:10px}.chatbot-window{position:fixed;width:calc(100vw + -0px);max-width:420px;height:100%;max-height:calc(100vh + -0px);top:auto}.chatbot-button{width:60px;height:60px}.chatbot-header{padding:12px;flex-shrink:0}.header-text h3{font-size:16px}.status{font-size:12px}.settings-btn,.close-btn{width:30px;height:30px}.chatbot-body{padding:15px;flex:1;min-height:0;overflow-y:auto}.mode-options{flex-direction:row;gap:8px}.mode-btn{padding:10px 8px;font-size:11px}.mode-btn svg{width:20px;height:20px}.avatar-large{width:80px;height:80px}.large-face{width:50px;height:50px}.welcome-message h2,.chat-only-welcome h2{font-size:20px}.welcome-message p,.chat-only-welcome p{font-size:14px}.avatar-extra-large{width:120px;height:120px}.xl-face{width:75px;height:75px}.avatar-control-btn{width:45px;height:45px}.avatar-control-btn.large{width:55px;height:55px}.action-btn{padding:12px 16px;font-size:14px}.chatbot-footer{padding:12px 15px;flex-shrink:0}.chat-input{padding:10px 14px;font-size:14px}.send-btn,.mic-btn{width:40px;height:40px}.close-btn{width:32px;height:32px}.snooze-btn{width:auto;height:32px;padding:0 12px}}@media(max-width:480px){.chatbot-window{position:fixed;width:calc(100vw + -0px);max-width:100%;height:100%;max-height:calc(100vh + -0px);top:0}.chatbot-button{width:55px;height:55px}.chatbot-header{padding:10px}.chatbot-body{padding:12px;flex:1;min-height:0}.mode-options{flex-direction:column;gap:8px}.mode-btn{flex-direction:row;justify-content:flex-start;padding:12px;gap:12px}.chatbot-footer{padding:10px 12px}.send-btn,.mic-btn{width:38px;height:38px}.close-btn{width:35px;height:35px}.snooze-btn{width:auto;height:35px;padding:0 10px;font-size:13px}}.message-bubble.typing{padding:12px 28px;display:flex;align-items:center;justify-content:center;min-height:44px;width:fit-content;border-radius:22px}.typing-indicator{display:flex;align-items:center;justify-content:center}.typing-indicator span{font-size:32px;line-height:0;color:#fff;font-weight:700;animation:typing-dots 1.4s infinite ease-in-out both;margin:0 1px;display:inline-block;transform:translateY(-5px)}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing-dots{0%,80%,to{opacity:.2}40%{opacity:1}}*{margin:0;padding:0;box-sizing:border-box}body{background-color:transparent;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}#root{width:100vw;height:100vh;background-color:transparent}
