@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;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}}.settings-btn,.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}.chatbot-body::-webkit-scrollbar{width:6px}.chatbot-body::-webkit-scrollbar-track{background:#ffffff0d}.chatbot-body::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px}.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}.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}.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.human{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.ai .message-bubble{background:linear-gradient(135deg,#667eea40,#764ba240);border:1px solid rgba(102,126,234,.3);border-top-left-radius:4px}.message.human .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);border-top-right-radius:4px}.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;gap:10px;align-items:center}.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)}}@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{width:40px;height:40px}}@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{width:38px;height:38px}}*{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}
