#iwv_chatbot-open-button{position:fixed;bottom:90px;right:30px;width:4em;height:4em;background-color:transparent;color:#fff;border-radius:100%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:28px;z-index:9998;transition:transform 0.2s ease-in-out}#iwv_chatbot-open-button:hover{transform:scale(1.1)}.iwv_chatbot-input-container{display:contents}.iwv_chatbot-widget-container{position:fixed;bottom:90px;right:-820px;width:800px;height:auto;max-height:80vh;background-color:#fff;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.3);display:flex;flex-direction:column;overflow:hidden;z-index:9999;transition:right 0.4s cubic-bezier(.25,.8,.25,1),width 0.4s cubic-bezier(.25,.8,.25,1)}.iwv_chatbot-widget-container.active{right:30px}.iwv_chatbot-widget-container.debug-active{width:800px;right:-820px;height:auto;max-height:80vh}.iwv_chatbot-widget-container.debug-active.active{right:30px}.iwv_chatbot-widget-header{background-color:#4285f4;color:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center}.iwv_chatbot-header-brand{display:flex;align-items:center;gap:10px}.iwv_chatbot-brand-logo{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:24px}.iwv_chatbot-widget-header h3{margin:0;font-size:16px;font-weight:600;color:#fff}.iwv_chatbot-header-controls{display:flex;gap:10px;align-items:center}#iwv_chatbot-debug-toggle,#iwv_chatbot-close-button{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;line-height:1;padding:5px;border-radius:3px;transition:background-color 0.2s}#iwv_chatbot-debug-toggle:hover,#iwv_chatbot-close-button:hover{background-color:rgba(255,255,255,.1)}#iwv_chatbot-close-button{font-size:24px}.iwv_chatbot-chat-content{flex:1;display:flex;flex-direction:column;min-height:250px;max-height:calc(80vh - 150px);overflow:hidden}.iwv_chatbot-chat-main{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.iwv_chatbot-widget-container.debug-active .iwv_chatbot-chat-content{flex-direction:row;max-height:none}.iwv_chatbot-widget-container.debug-active .iwv_chatbot-chat-main{flex:1;display:flex;flex-direction:column;border-right:1px solid #ddd;min-height:0;overflow:hidden}#iwv_chatbot-messages-area{flex:1;padding:15px;overflow-y:auto;overflow-x:hidden;background-color:#f9f9f9;display:flex;flex-direction:column;gap:12px;min-height:0}.iwv_chatbot-message{display:flex;flex-direction:column;max-width:85%;animation:messageSlide 0.3s ease-out}@keyframes messageSlide{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.iwv_chatbot-user-message{align-self:flex-end}.iwv_chatbot-ai-message{align-self:flex-start}.iwv_chatbot-message-content{padding:10px 15px;border-radius:18px;white-space:pre-wrap;word-wrap:break-word;line-height:.97;font-size:large}.iwv_chatbot-user-message .iwv_chatbot-message-content{background-color:#4285f4;color:#fff;border-bottom-right-radius:5px}.iwv_chatbot-ai-message .iwv_chatbot-message-content{background-color:#e1e1e1;color:#333;border-bottom-left-radius:5px}.iwv_chatbot-message-time{font-size:11px;color:#666;margin-top:4px;padding:0 5px}.iwv_chatbot-user-message .iwv_chatbot-message-time{text-align:right}.iwv_chatbot-ai-message .iwv_chatbot-message-time{text-align:left}.iwv_chatbot-typing-indicator{display:flex;align-items:center;padding:10px 15px;background-color:#e1e1e1;border-radius:18px;border-bottom-left-radius:5px;max-width:85%;align-self:flex-start}.iwv_chatbot-typing-dots{display:flex;gap:3px}.iwv_chatbot-typing-dots span{width:6px;height:6px;background-color:#666;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.iwv_chatbot-typing-dots span:nth-child(1){animation-delay:0s}.iwv_chatbot-typing-dots span:nth-child(2){animation-delay:0.2s}.iwv_chatbot-typing-dots span:nth-child(3){animation-delay:0.4s}@keyframes typing{0%,60%,100%{transform:scale(1);opacity:.5}30%{transform:scale(1.2);opacity:1}}.iwv_chatbot-debug-panel{border-top:1px solid #ddd;background-color:#f5f5f5;max-height:200px;display:none;flex-direction:column}.iwv_chatbot-debug-panel.active{display:flex}.iwv_chatbot-widget-container.debug-active .iwv_chatbot-debug-panel{border-top:none;border-left:1px solid #ddd;max-height:none;flex:1;min-width:400px;display:flex;flex-direction:column;overflow:hidden}.iwv_chatbot-widget-container.debug-active .iwv_chatbot-debug-panel.active{display:flex}.iwv_chatbot-debug-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background-color:#e0e0e0;border-bottom:1px solid #ccc;flex-shrink:0}.iwv_chatbot-debug-header h4{margin:0;font-size:14px;color:#333}#iwv_chatbot-debug-clear{background:#666;color:#fff;border:none;padding:4px 8px;border-radius:3px;cursor:pointer;font-size:12px}#iwv_chatbot-debug-clear:hover{background:#444}#iwv_chatbot-debug-content{flex:1;padding:10px 15px;overflow-y:auto;overflow-x:hidden;font-family:'Courier New',monospace;font-size:12px;line-height:1.3;color:#333;white-space:pre-wrap;min-height:0;height:100%}#iwv_chatbot-messages-area,#iwv_chatbot-debug-content{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}#iwv_chatbot-messages-area::-webkit-scrollbar,#iwv_chatbot-debug-content::-webkit-scrollbar{width:12px}#iwv_chatbot-messages-area::-webkit-scrollbar-track,#iwv_chatbot-debug-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:6px;margin:2px}#iwv_chatbot-messages-area::-webkit-scrollbar-thumb,#iwv_chatbot-debug-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:6px;border:2px solid #f1f1f1}#iwv_chatbot-messages-area::-webkit-scrollbar-thumb:hover,#iwv_chatbot-debug-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}#iwv_chatbot-messages-area::-webkit-scrollbar-corner,#iwv_chatbot-debug-content::-webkit-scrollbar-corner{background:#f1f1f1}.iwv_chatbot-debug-entry{margin-bottom:8px;padding:5px;background-color:rgba(255,255,255,.7);border-left:3px solid #0073aa;border-radius:3px}.iwv_chatbot-debug-timestamp{color:#666;font-weight:700}.iwv_chatbot-debug-type-request{border-left-color:#fbff02}.iwv_chatbot-debug-type-response{border-left-color:#4caf50}.iwv_chatbot-debug-type-error{border-left-color:#f44336}.iwv_chatbot-chat-form{border-top:1px solid #ddd;padding:15px;background-color:#fff;display:flex;align-items:center;gap:10px;flex-shrink:0}#iwv_chatbot-query{flex:1;padding:10px 12px;border:2px solid #ddd;border-radius:20px;font-size:14px;outline:none;resize:none;min-height:44px;max-height:120px;font-family:inherit;background-color:#f9f9f9;transition:border-color 0.3s ease,background-color 0.3s ease}#iwv_chatbot-query:focus{border-color:#0073aa;background-color:#fff;box-shadow:0 0 0 2px rgba(0,115,170,.1)}#iwv_chatbot-query:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}#iwv_chatbot-submit{background:linear-gradient(135deg,#0073aa,#005177);color:#fff;border:none;border-radius:50%;width:44px;height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;flex-shrink:0}#iwv_chatbot-submit:hover:not(:disabled){background:linear-gradient(135deg,#005177,#003d5b);transform:scale(1.05);box-shadow:0 4px 12px rgba(0,115,170,.3)}#iwv_chatbot-submit:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}#iwv_chatbot-submit svg{width:20px;height:20px;fill:currentColor}.iwv_chatbot-send-icon{font-size:16px;line-height:1}@media (max-width:480px){.iwv_chatbot-widget-container{right:-100vw;width:100vw;max-height:100vh;bottom:0;border-radius:0}.iwv_chatbot-widget-container.active{right:0}.iwv_chatbot-widget-container.debug-active{width:100vw;right:-100vw}.iwv_chatbot-widget-container.debug-active.active{right:0}.iwv_chatbot-widget-container.debug-active .iwv_chatbot-chat-content{flex-direction:column}.iwv_chatbot-widget-container.debug-active .iwv_chatbot-chat-main{border-right:none;border-bottom:1px solid #ddd;flex:1}.iwv_chatbot-widget-container.debug-active .iwv_chatbot-debug-panel{border-left:none;border-top:1px solid #ddd;min-width:auto;flex:1;max-height:40vh}#iwv_chatbot-open-button{bottom:90px;right:20px}}@media (max-width:1024px) and (min-width:481px){.iwv_chatbot-widget-container.debug-active{width:700px;right:-720px}.iwv_chatbot-widget-container.debug-active.active{right:20px}}.iwv_chatbot-message-content h1,.iwv_chatbot-message-content h2,.iwv_chatbot-message-content h3,.iwv_chatbot-message-content h4,.iwv_chatbot-message-content h5,.iwv_chatbot-message-content h6{margin:10px 0 5px 0;line-height:1.2}.iwv_chatbot-message-content p{margin:5px 0}.iwv_chatbot-message-content ul,.iwv_chatbot-message-content ol{margin:5px 0;padding-left:20px}.iwv_chatbot-message-content li{margin:2px 0}.iwv_chatbot-message-content code{background-color:rgba(0,0,0,.1);padding:2px 4px;border-radius:3px;font-family:'Courier New',monospace;font-size:13px}.iwv_chatbot-user-message .iwv_chatbot-message-content code{background-color:rgba(255,255,255,.2)}.iwv_chatbot-message-content pre{background-color:rgba(0,0,0,.1);padding:10px;border-radius:5px;overflow-x:auto;margin:8px 0}.iwv_chatbot-user-message .iwv_chatbot-message-content pre{background-color:rgba(255,255,255,.2)}.iwv_chatbot-message-content pre code{background:none;padding:0}.iwv_chatbot-message-content blockquote{border-left:3px solid rgba(0,0,0,.2);margin:8px 0;padding-left:12px;font-style:italic}.iwv_chatbot-user-message .iwv_chatbot-message-content blockquote{border-left-color:rgba(255,255,255,.5)}.iwv_chatbot-message-content strong,.iwv_chatbot-message-content b{font-weight:700}.iwv_chatbot-message-content em,.iwv_chatbot-message-content i{font-style:italic}.iwv_chatbot-highlight-variable{color:#fff;font-weight:700;background-color:#d73502;padding:1px 3px;border-radius:2px;border:1px solid #b02801;box-shadow:0 1px 3px rgba(215,53,2,.3);display:inline;line-height:normal;vertical-align:baseline;font-family:'Courier New',monospace}.iwv_chatbot-highlight-expression{color:#fff;font-weight:700;background-color:#8b0000;padding:1px 3px;border-radius:2px;font-family:'Courier New',monospace;border:1px solid #600;box-shadow:0 1px 3px rgba(139,0,0,.4);display:inline;line-height:normal;vertical-align:baseline}.iwv_chatbot-highlight-key{color:#fff;font-weight:700;background-color:#06c;padding:1px 3px;border-radius:2px;border:1px solid #0052a3;display:inline;line-height:normal;vertical-align:baseline;font-family:'Courier New',monospace}.iwv_chatbot-highlight-value{color:#fff;font-weight:600;background-color:#090;padding:1px 3px;border-radius:2px;border:1px solid #070;display:inline;line-height:normal;vertical-align:baseline;font-family:'Courier New',monospace}.iwv_chatbot-highlight-special-key{color:#fff;font-weight:800;background-color:#ff6b35;padding:1px 3px;border-radius:2px;border:1px solid #e55a2b;box-shadow:0 1px 3px rgba(255,107,53,.4);display:inline;line-height:normal;vertical-align:baseline;font-family:'Courier New',monospace}.iwv_chatbot-highlight-special-value{color:#fff;font-weight:700;background-color:#4caf50;padding:1px 3px;border-radius:2px;border:1px solid #45a049;box-shadow:0 1px 3px rgba(76,175,80,.3);display:inline;line-height:normal;vertical-align:baseline;font-family:'Courier New',monospace}.iwv_chatbot-highlight-conditional{color:#fff;font-weight:700;background-color:#9c27b0;padding:1px 3px;border-radius:2px;border:1px solid #7b1fa2;box-shadow:0 1px 3px rgba(156,39,176,.4);font-family:'Courier New',monospace;display:inline;line-height:normal;vertical-align:baseline}.iwv_chatbot-highlight-number-pair .iwv_chatbot-highlight-number-key{color:#fff;font-weight:700;background-color:#ff9800;padding:1px 3px;border-radius:2px;border:1px solid #f57c00;display:inline;line-height:normal;vertical-align:baseline;font-family:'Courier New',monospace}.iwv_chatbot-highlight-number-pair .iwv_chatbot-highlight-number-value{color:#fff;font-weight:700;background-color:#2196f3;padding:1px 3px;border-radius:2px;border:1px solid #1976d2;display:inline;line-height:normal;vertical-align:baseline;font-family:'Courier New',monospace}.iwv_chatbot-user-message .iwv_chatbot-highlight-variable{background-color:#ff6b6b;border-color:#ff5252;color:#fff}.iwv_chatbot-user-message .iwv_chatbot-highlight-expression{background-color:#ad1457;border-color:#880e4f;color:#fff}.iwv_chatbot-user-message .iwv_chatbot-highlight-key{background-color:#29b6f6;border-color:#0288d1;color:#fff}.iwv_chatbot-user-message .iwv_chatbot-highlight-value{background-color:#66bb6a;border-color:#388e3c;color:#fff}.iwv_chatbot-user-message .iwv_chatbot-highlight-special-key{background-color:#ff7043;border-color:#d84315;color:#fff}.iwv_chatbot-user-message .iwv_chatbot-highlight-special-value{background-color:#81c784;border-color:#4caf50;color:#fff}.iwv_chatbot-user-message .iwv_chatbot-highlight-conditional{background-color:#ba68c8;border-color:#8e24aa;color:#fff}.iwv_chatbot-user-message .iwv_chatbot-highlight-number-pair .iwv_chatbot-highlight-number-key{background-color:#ffb74d;border-color:#f57c00;color:#fff}.iwv_chatbot-user-message .iwv_chatbot-highlight-number-pair .iwv_chatbot-highlight-number-value{background-color:#64b5f6;border-color:#1976d2;color:#fff}