.ChatBot_chatBotContainer__VuNn5{position:fixed;bottom:2.5rem;right:2.5rem;z-index:999}.ChatBot_floatingButton__xUu4y{border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.25);cursor:pointer;transition:transform .2s ease}.ChatBot_floatingButton__xUu4y:hover{transform:scale(1.1)}.ChatBot_avatarImage__vabiL{width:55px;height:55px;border-radius:50%}.ChatBot_modalOverlay__2ol0q{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;animation:ChatBot_fadeIn__fDwsn .3s ease}.ChatBot_modalOverlay__2ol0q.ChatBot_closing__i0Muq{animation:ChatBot_fadeOut__erIo3 .3s ease forwards}.ChatBot_modalContent__UBGuw{background:#fff;width:80%;height:80%;max-width:1000px;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 6px 24px rgba(0,0,0,.3);animation:ChatBot_slideIn__2qKUB .3s ease}.ChatBot_modalContent__UBGuw.ChatBot_closing__i0Muq{animation:ChatBot_slideOut__CN0Ac .3s ease forwards}.ChatBot_modalHeader__Q9uqC{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#5c39f7;color:#fff}.ChatBot_headerContent__G43fx{display:flex;align-items:center;gap:10px}.ChatBot_headerAvatar__IveHB{width:40px;height:40px;border-radius:50%}.ChatBot_headerText__hF_kY h3{margin:0;font-size:20px;font-weight:700}.ChatBot_headerText__hF_kY p{margin:0;font-size:14px;opacity:.8}.ChatBot_headerActions__x1Gx_{display:flex;gap:10px}.ChatBot_clearChatButton__lzgsh,.ChatBot_closeButton__zHacU{background:transparent;border:none;color:white;cursor:pointer;font-size:16px;display:flex;align-items:center;gap:9px}.ChatBot_messagesContainer__NaiUj{flex:1;padding:14px;overflow-y:auto;background:#f9fafb}.ChatBot_messagesList__QimK1{display:flex;flex-direction:column;gap:14px}.ChatBot_messageItem__tW6Eq{display:flex;align-items:flex-start;gap:8px}.ChatBot_messageAvatar__xsZMQ{flex-shrink:0}.ChatBot_userAvatar__bCEGI{background:#2563eb;color:white;font-size:14px;border-radius:50%;padding:8px 10px}.ChatBot_botAvatar__5M5PJ{width:32px;height:32px;border-radius:50%}.ChatBot_messageContent__vTtUF{max-width:85%;padding:12px 16px;border-radius:14px;font-size:14px;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.ChatBot_messageText__JlVyc{white-space:pre-wrap;word-break:break-word;margin-bottom:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ChatBot_userMessage__QAyhi .ChatBot_messageContent__vTtUF{background:#2563eb;color:white;align-self:flex-end}.ChatBot_assistantMessage__DLgHL .ChatBot_messageContent__vTtUF{background:#e5e7eb;color:#111}.ChatBot_messageActions__tefml{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px;margin-top:4px}.ChatBot_copyButton__yu7nX{background:transparent;border:none;cursor:pointer;color:#6b7280}.ChatBot_messageTime__39n2q{color:#9ca3af;font-size:11px}.ChatBot_inputArea___zMTY{border-top:1px solid #e5e7eb;padding:10px;background:#fff}.ChatBot_chatForm__yXKjS{display:flex;flex-direction:column;gap:6px}.ChatBot_inputContainer__aXpbt{display:flex;align-items:center;gap:8px}.ChatBot_chatInput__U1hts{flex:1;border:1px solid #d1d5db;border-radius:8px;padding:8px 14px;font-size:14px;resize:none;outline:none}.ChatBot_chatInput__U1hts:focus{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.2)}.ChatBot_sendButton__R3KXN{background:#2563eb;border:none;color:white;font-size:18px;border-radius:8px;padding:8px 14px;cursor:pointer;display:flex;align-items:center;justify-content:center}.ChatBot_sendButton__R3KXN:disabled{background:#9ca3af;cursor:not-allowed}.ChatBot_inputFooter__zo6go{text-align:right;font-size:14px;color:#6b7280}.ChatBot_errorAlert__FBArT{background:#fee2e2;color:#991b1b;padding:8px;display:flex;align-items:center;gap:6px;font-size:14px;margin:8px;border-radius:8px}.ChatBot_errorIcon___NTAC{font-size:16px}@keyframes ChatBot_fadeIn__fDwsn{0%{opacity:0}to{opacity:1}}@keyframes ChatBot_fadeOut__erIo3{0%{opacity:1}to{opacity:0}}@keyframes ChatBot_slideIn__2qKUB{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes ChatBot_slideOut__CN0Ac{0%{transform:translateY(0);opacity:1}to{transform:translateY(40px);opacity:0}}@media (max-width:768px){.ChatBot_modalContent__UBGuw{width:95%;height:90%;border-radius:14px}}