#ai-chatbot-widget.chat-open #chatbot-toggle,#chatbot-box{display:none}#chatbot-close-btn,#chatbot-sidebar-close,#chatbot-sidebar-toggle{background:0 0;color:#888;transition:color .2s}#chatbot-history-list,#chatbot-messages{overflow-y:auto;scrollbar-width:thin;scrollbar-color:#333 transparent}#chatbot-new-chat-btn,#chatbot-send{transition:opacity .2s;cursor:pointer}#ai-chatbot-widget{position:fixed;bottom:16px;right:28px;z-index:9999;font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:flex-end;gap:12px}#chatbot-toggle{width:50px;height:50px;border-radius:50%;background:#f3fe00;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(243,254,0,.35);transition:transform .2s,box-shadow .2s;color:#0d0d0d;flex-shrink:0}#chatbot-toggle:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(243,254,0,.5)}#chatbot-box{width:380px;height:520px;background:#181818;border:1px solid #2e2e2e;border-radius:16px;overflow:hidden;box-shadow:0 12px 48px rgba(0,0,0,.55);animation:.25s chatSlideUp;position:relative}#ai-chatbot-widget.chat-open #chatbot-box{display:flex}@keyframes chatSlideUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}#chatbot-sidebar{position:absolute;top:0;left:0;bottom:0;width:220px;background:#111;border-right:1px solid #2e2e2e;display:flex;flex-direction:column;transform:translateX(-100%);transition:transform .25s;z-index:10}#chatbot-sidebar.open{transform:translateX(0)}#chatbot-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 10px;border-bottom:1px solid #2e2e2e}#chatbot-sidebar-header span{font-size:13px;font-weight:600;color:#fff}#chatbot-sidebar-close{border:none;cursor:pointer;padding:2px;display:flex;align-items:center}#chatbot-close-btn:hover,#chatbot-sidebar-close:hover,.chatbot-email-success strong{color:#fff}#chatbot-new-chat-btn{margin:10px 10px 6px;display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f3fe00;color:#0d0d0d;border:none;border-radius:8px;font-size:12px;font-weight:600;font-family:Inter,sans-serif}#chatbot-new-chat-btn:hover,#chatbot-send:hover,.chatbot-email-submit:hover{opacity:.85}#chatbot-history-list{flex:1;padding:6px 8px;display:flex;flex-direction:column;gap:4px}.chat-history-item{padding:8px 10px;border-radius:8px;font-size:12px;color:#aaa;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .15s,color .15s}.chat-history-item.active,.chat-history-item:hover{background:#252525;color:#fff}#chatbot-main{flex:1;display:flex;flex-direction:column;min-width:0}#chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#111;border-bottom:1px solid #2e2e2e;flex-shrink:0}.chatbot-header-info,.chatbot-header-left{display:flex;align-items:center;gap:10px}#chatbot-sidebar-toggle{border:none;cursor:pointer;padding:4px;display:flex;align-items:center;flex-shrink:0}#chatbot-sidebar-toggle:hover{color:#f3fe00}.chatbot-avatar{width:40px;height:40px;border-radius:50%;background:#f3fe00;display:flex;align-items:center;justify-content:center;color:#0d0d0d;flex-shrink:0}.chatbot-name{margin:0;font-size:14px;font-weight:600;color:#fff;line-height:1.3}.chatbot-status{margin:0;font-size:11px;color:#4ade80;line-height:1.3}#chatbot-close-btn{border:none;cursor:pointer;padding:4px;display:flex;align-items:center}#chatbot-input,.chatbot-email-input{font-size:13px;outline:0;transition:border-color .2s;font-family:Inter,sans-serif}#chatbot-messages{flex:1;padding:16px;display:flex;flex-direction:column;gap:10px}#chatbot-messages::-webkit-scrollbar{width:4px}#chatbot-messages::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.chat-msg{max-width:82%;padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.55}.chat-msg p{margin:0}.chat-msg.bot{background:#252525;color:#e0e0e0;align-self:flex-start;border-bottom-left-radius:4px}#chatbot-send,.chat-msg.user{background:#f3fe00;color:#0d0d0d}.chat-msg.user{align-self:flex-end;border-bottom-right-radius:4px;font-weight:500}.chat-msg.typing span{display:inline-block;width:6px;height:6px;background:#888;border-radius:50%;margin:0 2px;animation:1.2s infinite typingDot}.chat-msg.typing span:nth-child(2){animation-delay:.2s}.chat-msg.typing span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,100%,60%{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}#chatbot-input-area{display:flex;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid #2e2e2e;background:#111;flex-shrink:0}#chatbot-input{flex:1;background:#252525;border:1px solid #3a3a3a;border-radius:8px;padding:9px 12px;color:#fff}#chatbot-input:focus,.chatbot-email-input:focus{border-color:#f3fe00}#chatbot-input::placeholder{color:#555}#chatbot-send{width:38px;height:38px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width:480px){#ai-chatbot-widget{bottom:16px;right:16px}#chatbot-box{width:calc(100vw - 32px);height:480px}#chatbot-sidebar{width:200px}}.chat-msg.bot a{color:#f3fe00;text-decoration:underline;word-break:break-all}.chat-msg.bot a:hover{opacity:.8}.chat-msg.bot strong{color:#fff;font-weight:600}.chatbot-email-form{margin-top:10px;display:flex;flex-direction:column;gap:8px}.chatbot-email-input{background:#1e1e1e;border:1px solid #3a3a3a;border-radius:8px;padding:8px 12px;color:#fff}.chatbot-email-input::placeholder{color:#555}.chatbot-email-submit{padding:8px 14px;background:#f3fe00;color:#0d0d0d;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:opacity .2s;align-self:flex-start}.chatbot-email-submit:disabled{opacity:.5;cursor:not-allowed}.chatbot-email-note{margin:0;font-size:11px}.chatbot-email-success{margin:0;font-size:13px;color:#4ade80}