.HelpChatbot_chatFab__Qof_r{position:fixed;right:28px;bottom:28px;width:58px;height:58px;border-radius:50%;border:none;background:#1e40af;color:#fff;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;box-shadow:0 8px 30px rgba(30,64,175,.35);z-index:1100;transition:background .15s,box-shadow .15s,transform .15s,color .15s}.HelpChatbot_chatFab__Qof_r svg{display:block}.HelpChatbot_chatFab__Qof_r:hover{background:#1d4ed8;box-shadow:0 12px 34px rgba(30,64,175,.42);transform:translateY(-1px)}.HelpChatbot_chatFabOpen__NBN71{background:#1e40af;color:#fff;border:1px solid rgba(255,255,255,.28);box-shadow:0 10px 32px rgba(15,23,42,.28)}.HelpChatbot_chatFabOpen__NBN71:hover{background:#1d4ed8}.HelpChatbot_chatFab__Qof_r:focus-visible{outline:3px solid rgba(147,197,253,.8);outline-offset:3px}.HelpChatbot_chatWindow__uSGbR{position:fixed;right:28px;bottom:98px;width:min(760px,calc(100vw - 56px));height:min(700px,90vh);background:#fff;border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,.12);display:flex;flex-direction:column;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(12px) scale(.98);z-index:1099;transition:opacity .2s ease,transform .2s ease}.HelpChatbot_chatWindowVisible__Dqgzt{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.HelpChatbot_chatHeader__K2zpD{padding:16px 20px;background:#1e40af;display:flex;align-items:center;gap:12px;flex-shrink:0}.HelpChatbot_headerAvatar__2wauD{width:40px;height:40px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.HelpChatbot_headerText__XDqi_{flex:1;min-width:0}.HelpChatbot_headerTitle___zZyv{font-size:15px;font-weight:600;color:#fff}.HelpChatbot_headerSubtitle__qauVm{font-size:12px;color:rgba(255,255,255,.75);margin-top:2px}.HelpChatbot_onlineDot__W8bVN{width:10px;height:10px;background:#4ade80;border-radius:50%;border:2px solid #1e40af;flex-shrink:0}.HelpChatbot_messages__3Flmx{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:14px;background:#f8fafc}.HelpChatbot_messages__3Flmx::-webkit-scrollbar{width:4px}.HelpChatbot_messages__3Flmx::-webkit-scrollbar-track{background:transparent}.HelpChatbot_messages__3Flmx::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.HelpChatbot_messageRow__fyBQt{display:flex;align-items:flex-end;gap:8px;max-width:85%}.HelpChatbot_userRow__3kL8I{align-self:flex-end;flex-direction:row}.HelpChatbot_assistantRow__7MTFH{align-self:flex-start}.HelpChatbot_avatar__Zc0WT{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.HelpChatbot_botAvatar__Nck51{background:#dbeafe;color:#1e40af}.HelpChatbot_userAvatar__dC10s{background:#e0e7ff;color:#4338ca}.HelpChatbot_bubble__l1jYt{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.6;word-break:break-word;white-space:pre-wrap}.HelpChatbot_assistantBubble__8uJmo{background:#fff;color:#1e293b;border-bottom-left-radius:4px;border:1px solid #e2e8f0}.HelpChatbot_userBubble__BzBr7{background:#1e40af;color:#fff;border-bottom-right-radius:4px}.HelpChatbot_typingDots__RGoqQ{display:flex;gap:4px;align-items:center;padding:2px 0}.HelpChatbot_typingDots__RGoqQ span{width:7px;height:7px;background:#94a3b8;border-radius:50%;animation:HelpChatbot_blink__7yaHS 1.2s infinite}.HelpChatbot_typingDots__RGoqQ span:nth-child(2){animation-delay:.2s}.HelpChatbot_typingDots__RGoqQ span:nth-child(3){animation-delay:.4s}@keyframes HelpChatbot_blink__7yaHS{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.HelpChatbot_videoMessage__t_9WU{width:100%;margin-top:10px}.HelpChatbot_videoMessage__t_9WU p{margin-bottom:8px;font-size:13px;color:#555}.HelpChatbot_video__J28Pr{width:100%;border-radius:8px;max-height:200px;background:#000}.HelpChatbot_chips__J8rD3{padding:10px 16px;display:flex;flex-wrap:wrap;gap:6px;background:#fff;border-top:1px solid #f1f5f9;flex-shrink:0}.HelpChatbot_chip__RwXjM{font-size:12px;padding:5px 12px;border-radius:20px;border:1px solid #cbd5e1;background:#f8fafc;color:#475569;cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.HelpChatbot_chip__RwXjM:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd;color:#1e40af}.HelpChatbot_chip__RwXjM:disabled{opacity:.5;cursor:not-allowed}.HelpChatbot_inputRow__5HT53{display:flex;gap:10px;padding:14px 16px;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0}.HelpChatbot_input__DYtAf{flex:1;min-width:0;padding:10px 14px;border-radius:24px;border:1px solid #cbd5e1;font-size:14px;color:#1e293b;outline:none;transition:border-color .15s,background .15s;background:#f8fafc}.HelpChatbot_input__DYtAf:focus{border-color:#93c5fd;background:#fff}.HelpChatbot_input__DYtAf::-moz-placeholder{color:#94a3b8}.HelpChatbot_input__DYtAf::placeholder{color:#94a3b8}.HelpChatbot_sendBtn__3rdyh{width:42px;height:42px;border-radius:50%;border:none;background:#1e40af;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s;flex-shrink:0}.HelpChatbot_sendBtn__3rdyh:hover:not(:disabled){background:#1d4ed8}.HelpChatbot_sendBtn__3rdyh:disabled{background:#93c5fd;cursor:not-allowed}@media (max-width:600px){.HelpChatbot_chatFab__Qof_r{right:16px;bottom:16px}.HelpChatbot_chatWindow__uSGbR{right:0;bottom:0;width:100vw;height:100vh;max-height:100vh;border-radius:0}.HelpChatbot_chatFabOpen__NBN71,.HelpChatbot_chatWindowVisible__Dqgzt+.HelpChatbot_chatFab__Qof_r{right:14px;bottom:14px}}