#ie-chatbot-bubble{position:fixed;bottom:28px;right:28px;width:60px;height:60px;background:#0d3f6e;border-radius:50%;cursor:pointer;z-index:99999;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgb(13 63 110 / .4);transition:transform .2s}#ie-chatbot-bubble:hover{transform:scale(1.08)}#ie-chatbot-bubble img{width:36px;height:36px;filter:brightness(10);border-radius:50%}#ie-chat-badge{position:absolute;top:-4px;right:-4px;background:#dc3545;color:#fff;width:20px;height:20px;border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}#ie-chatbot-window{position:fixed;bottom:100px;right:28px;width:380px;max-height:580px;background:#fff;border-radius:16px;box-shadow:0 8px 40px rgb(0 0 0 / .18);z-index:99998;display:flex;flex-direction:column;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}#ie-chat-header{background:linear-gradient(135deg,#0d3f6e,#1a5a9e);padding:14px 16px;display:flex;align-items:center;justify-content:space-between}#ie-chat-header-info{display:flex;align-items:center;gap:10px}#ie-chat-logo{width:34px;height:34px;filter:brightness(10);border-radius:50%}#ie-chat-header-info strong{color:#fff;font-size:15px;display:block}#ie-chat-status{color:rgb(255 255 255 / .8);font-size:12px}#ie-chat-close{background:none;border:none;color:rgb(255 255 255 / .8);font-size:18px;cursor:pointer;padding:0;line-height:1}#ie-chat-close:hover{color:#fff}#ie-chat-mode-bar{display:flex;background:#f0f4f8;border-bottom:1px solid #e0e0e0;overflow-x:auto}.ie-mode-btn{flex:1;padding:8px 4px;border:none;background:none;font-size:11px;cursor:pointer;color:#666;white-space:nowrap;border-bottom:2px solid #fff0;transition:all .2s}.ie-mode-btn.active{color:#0d3f6e;border-bottom-color:#0d3f6e;background:#fff;font-weight:600}.ie-mode-btn:hover{background:#e8f0f8}#ie-chat-messages{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px;min-height:200px}.ie-chat-msg{max-width:85%;padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.5}.ie-chat-msg.bot{background:#f0f4f8;color:#333;align-self:flex-start;border-bottom-left-radius:4px}.ie-chat-msg.user{background:#0d3f6e;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.ie-chat-msg.bot strong{color:#0d3f6e}.ie-chat-typing{display:flex;gap:4px;padding:10px 14px;background:#f0f4f8;border-radius:12px;align-self:flex-start}.ie-chat-typing span{width:8px;height:8px;background:#999;border-radius:50%;animation:ie-bounce .8s ease-in-out infinite}.ie-chat-typing span:nth-child(2){animation-delay:.15s}.ie-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes ie-bounce{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-6px)}}#ie-chat-quick-btns{padding:0 14px 8px;display:flex;gap:6px;flex-wrap:wrap}.ie-quick-btn{padding:5px 10px;background:#e8f0f8;color:#0d3f6e;border:1px solid #b8d0e8;border-radius:20px;font-size:12px;cursor:pointer;white-space:nowrap}.ie-quick-btn:hover{background:#0d3f6e;color:#fff}#ie-chat-input-row{display:flex;gap:8px;padding:12px 14px;border-top:1px solid #e0e0e0;align-items:flex-end}#ie-chat-input{flex:1;border:1.5px solid #dee2e6;border-radius:10px;padding:8px 12px;font-size:14px;resize:none;font-family:inherit;max-height:80px;overflow-y:auto}#ie-chat-input:focus{outline:none;border-color:#0d3f6e}#ie-chat-send{width:36px;height:36px;background:#0d3f6e;color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:16px;flex-shrink:0}#ie-chat-send:hover{background:#1a5a9e}#ie-chat-footer{padding:8px 14px;text-align:center;font-size:11px;color:#999;border-top:1px solid #f0f0f0}#ie-chat-footer a{color:#0d3f6e;text-decoration:none}.ie-chat-action-btn{display:inline-block;margin-top:8px;padding:6px 14px;background:#0d3f6e;color:#fff;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;border:none}@media (max-width:440px){#ie-chatbot-window{width:calc(100vw - 20px);right:10px;bottom:90px}}