.ChatBot_floatingButton__eYPz7{position:fixed;bottom:24px;right:24px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;box-shadow:0 4px 24px rgba(102,126,234,.4);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:9998;opacity:0;transform:scale(.8)}.ChatBot_floatingButton__eYPz7.ChatBot_visible__J1dJh{opacity:1;transform:scale(1)}.ChatBot_floatingButton__eYPz7:hover{transform:scale(1.1);box-shadow:0 6px 30px rgba(102,126,234,.5)}.ChatBot_floatingButton__eYPz7.ChatBot_active__cfzqV{background:linear-gradient(135deg,#f093fb,#f5576c)}.ChatBot_floatingButton__eYPz7 .ChatBot_icon__leGxO{width:28px;height:28px;color:white}.ChatBot_badge__WNrmV{position:absolute;top:-4px;right:-4px;background:#f5576c;color:white;font-size:12px;font-weight:700;padding:2px 6px;border-radius:12px;min-width:20px;text-align:center;box-shadow:0 2px 8px rgba(245,87,108,.4)}.ChatBot_pulse__T_D3L{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.6;animation:ChatBot_pulse__T_D3L 2s infinite;pointer-events:none}@keyframes ChatBot_pulse__T_D3L{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.3);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:.6}}.ChatBot_chatWindow__u3Dtx{position:fixed;bottom:100px;right:24px;width:380px;height:600px;background:white;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);display:flex;flex-direction:column;z-index:9999;animation:ChatBot_slideUp__5kawu .3s ease;overflow:hidden}.ChatBot_chatWindow__u3Dtx.ChatBot_minimized__9PqVe{height:60px}@keyframes ChatBot_slideUp__5kawu{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatBot_chatHeader__yHTQB{background:linear-gradient(135deg,#667eea,#764ba2);padding:16px;display:flex;justify-content:space-between;align-items:center;color:white;flex-shrink:0}.ChatBot_headerLeft__5xRcu{display:flex;align-items:center;gap:12px}.ChatBot_headerIcon__Ry5Ce{width:36px;height:36px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center}.ChatBot_headerIcon__Ry5Ce svg{width:20px;height:20px}.ChatBot_headerTitle__EJI2k{font-size:16px;font-weight:600;margin:0}.ChatBot_headerSubtitle__tndFy{font-size:12px;opacity:.9}.ChatBot_headerActions__T9cJ6{display:flex;gap:8px}.ChatBot_headerButton__ba7_E{width:32px;height:32px;background:rgba(255,255,255,.2);border:none;border-radius:8px;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.ChatBot_headerButton__ba7_E:hover{background:rgba(255,255,255,.3)}.ChatBot_headerButton__ba7_E svg{width:18px;height:18px}.ChatBot_messageList__VC_lo{flex:1;overflow-y:auto;padding:16px;background:#f8f9fa}.ChatBot_messageList__VC_lo::-webkit-scrollbar{width:6px}.ChatBot_messageList__VC_lo::-webkit-scrollbar-track{background:transparent}.ChatBot_messageList__VC_lo::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.ChatBot_message__3Jxcv{display:flex;gap:12px;margin-bottom:16px;animation:ChatBot_fadeIn__CTiG9 .3s ease}@keyframes ChatBot_fadeIn__CTiG9{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatBot_userMessage__1OrOP{flex-direction:row-reverse}.ChatBot_messageAvatar__lVzgp{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ChatBot_userMessage__1OrOP .ChatBot_messageAvatar__lVzgp{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.ChatBot_assistantMessage__PzMsB .ChatBot_messageAvatar__lVzgp{background:white;border:2px solid #e2e8f0;color:#764ba2}.ChatBot_messageAvatar__lVzgp svg{width:18px;height:18px}.ChatBot_messageContent__dxRqZ{max-width:70%}.ChatBot_userMessage__1OrOP .ChatBot_messageContent__dxRqZ{align-items:flex-end}.ChatBot_messageHeader__9MVFj{display:flex;align-items:center;gap:8px;margin-bottom:4px;font-size:12px;color:#718096}.ChatBot_userMessage__1OrOP .ChatBot_messageHeader__9MVFj{flex-direction:row-reverse}.ChatBot_messageName__Xo43y{font-weight:500}.ChatBot_messageTime__Qisr8{opacity:.7}.ChatBot_messageBody__dYFNX{background:white;padding:12px 16px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ChatBot_userMessage__1OrOP .ChatBot_messageBody__dYFNX{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.ChatBot_messageText__Tfl6T{font-size:14px;line-height:1.6}.ChatBot_messageText__Tfl6T p{margin:0 0 8px}.ChatBot_messageText__Tfl6T p:last-child{margin-bottom:0}.ChatBot_messageText__Tfl6T strong{font-weight:600}.ChatBot_messageText__Tfl6T em{font-style:italic}.ChatBot_listItem__LwhAO{margin-left:16px;margin-bottom:4px}.ChatBot_messageHeading__c1PsV{font-size:15px;font-weight:600;margin:12px 0 8px;color:#2d3748}.ChatBot_userMessage__1OrOP .ChatBot_messageHeading__c1PsV{color:white}.ChatBot_loadingDots__odHSC{display:flex;gap:4px;padding:4px 0}.ChatBot_loadingDots__odHSC span{width:8px;height:8px;background:#764ba2;border-radius:50%;animation:ChatBot_bounce__NAv0B 1.4s ease-in-out infinite both}.ChatBot_loadingDots__odHSC span:first-child{animation-delay:-.32s}.ChatBot_loadingDots__odHSC span:nth-child(2){animation-delay:-.16s}@keyframes ChatBot_bounce__NAv0B{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ChatBot_suggestions__vYxdM{padding:12px 16px;background:white;border-top:1px solid #e2e8f0}.ChatBot_suggestionsTitle__YHJn5{font-size:12px;color:#718096;margin-bottom:8px}.ChatBot_suggestionsList___VPxA{display:flex;gap:8px;flex-wrap:wrap}.ChatBot_suggestionButton__g3alx{padding:6px 12px;background:#f7fafc;border:1px solid #e2e8f0;border-radius:16px;font-size:13px;color:#4a5568;cursor:pointer;transition:all .2s}.ChatBot_suggestionButton__g3alx:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border-color:transparent;transform:translateY(-1px)}.ChatBot_messageInput__4gvar{display:flex;gap:8px;padding:12px;background:white;border-top:1px solid #e2e8f0}.ChatBot_inputTextarea__FWBnV{flex:1;resize:none;border:1px solid #e2e8f0;border-radius:20px;padding:10px 16px;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s;max-height:120px;overflow-y:auto}.ChatBot_inputTextarea__FWBnV:focus{border-color:#667eea}.ChatBot_inputTextarea__FWBnV:disabled{background:#f7fafc;cursor:not-allowed}.ChatBot_sendButton__DKtkP{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;align-self:flex-end}.ChatBot_sendButton__DKtkP:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px rgba(102,126,234,.3)}.ChatBot_sendButton__DKtkP:disabled{opacity:.5;cursor:not-allowed}.ChatBot_sendIcon__NIg_Y{width:20px;height:20px}.ChatBot_sendIcon__NIg_Y.ChatBot_spinning__nPRVf{animation:ChatBot_spin__bp5wY 1s linear infinite}@keyframes ChatBot_spin__bp5wY{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:480px){.ChatBot_chatWindow__u3Dtx{width:calc(100vw - 32px);height:calc(100vh - 120px);right:16px;bottom:80px}.ChatBot_floatingButton__eYPz7{right:16px;bottom:16px}.ChatBot_messageContent__dxRqZ{max-width:80%}}