.AIChat_floatingButton__a0clm{width:60px;height:60px;border-radius:50%;border:none;color:white;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:9999;animation:AIChat_pulse__ELLrN 2s infinite}.AIChat_floatingButton__a0clm:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.2);animation:none}@keyframes AIChat_pulse__ELLrN{0%{box-shadow:0 0 0 0 rgba(102,126,234,.7)}70%{box-shadow:0 0 0 10px rgba(102,126,234,0)}to{box-shadow:0 0 0 0 rgba(102,126,234,0)}}.AIChat_chatWindow__JwSsi{position:fixed;bottom:20px;right:20px;width:380px;max-width:90vw;height:600px;max-height:80vh;background:white;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);display:flex;flex-direction:column;z-index:9998;animation:AIChat_slideUp__pz08P .3s ease-out}@keyframes AIChat_slideUp__pz08P{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AIChat_chatHeader__YDCz_{padding:16px;color:white;display:flex;justify-content:space-between;align-items:center;border-radius:12px 12px 0 0}.AIChat_headerLeft___vmCP{display:flex;align-items:center;gap:12px}.AIChat_statusDot__HBWYN{width:10px;height:10px;background:#4ade80;border-radius:50%;box-shadow:0 0 0 2px rgba(74,222,128,.3);animation:AIChat_statusPulse__OutI9 2s infinite}@keyframes AIChat_statusPulse__OutI9{0%,to{box-shadow:0 0 0 2px rgba(74,222,128,.3)}50%{box-shadow:0 0 0 4px rgba(74,222,128,.1)}}.AIChat_headerTitle__O6tfa{font-weight:600;font-size:16px}.AIChat_headerSubtitle__M__M4{font-size:12px;opacity:.9}.AIChat_closeButton__kypY8{background:none;border:none;color:white;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.AIChat_closeButton__kypY8:hover{background:rgba(255,255,255,.2)}.AIChat_messagesContainer__NLnJu{flex:1 1;overflow-y:auto;padding:16px;background:#f8f9fa}.AIChat_messagesContainer__NLnJu::-webkit-scrollbar{width:6px}.AIChat_messagesContainer__NLnJu::-webkit-scrollbar-track{background:#f1f1f1}.AIChat_messagesContainer__NLnJu::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.AIChat_messagesContainer__NLnJu::-webkit-scrollbar-thumb:hover{background:#555}.AIChat_message__aFoBS{margin-bottom:12px;display:flex;animation:AIChat_fadeIn__gndwH .3s ease-out}@keyframes AIChat_fadeIn__gndwH{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AIChat_userMessage__ALXW_{justify-content:flex-end}.AIChat_botMessage__glNtn{justify-content:flex-start}.AIChat_messageContent__2Cc4K{max-width:70%;padding:10px 14px;border-radius:18px;word-wrap:break-word;line-height:1.4}.AIChat_botMessage__glNtn .AIChat_messageContent__2Cc4K{background:white;color:#333;border:1px solid #e0e0e0}.AIChat_userMessage__ALXW_ .AIChat_messageContent__2Cc4K{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.AIChat_typingIndicator__qVQ_1{display:flex;align-items:center;gap:4px;padding:12px 16px;background:white;border:1px solid #e0e0e0;border-radius:18px}.AIChat_typingIndicator__qVQ_1 span{width:8px;height:8px;background:#888;border-radius:50%;animation:AIChat_typing__JAXPT 1.4s infinite}.AIChat_typingIndicator__qVQ_1 span:nth-child(2){animation-delay:.2s}.AIChat_typingIndicator__qVQ_1 span:nth-child(3){animation-delay:.4s}@keyframes AIChat_typing__JAXPT{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-10px);opacity:1}}.AIChat_quickActions__WWuQQ{padding:8px 16px;background:white;border-top:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:8px}.AIChat_quickActionButton__w11VN{padding:6px 12px;background:white;border:1px solid #667eea;color:#667eea;border-radius:16px;font-size:13px;cursor:pointer;transition:all .2s}.AIChat_quickActionButton__w11VN:hover{background:#667eea;color:white}.AIChat_inputContainer__XB6sB{padding:16px;background:white;border-top:1px solid #e0e0e0;border-radius:0 0 12px 12px}.AIChat_errorBadge__oK6Xu{font-size:11px;color:#dc2626;background:#fee2e2;padding:4px 8px;border-radius:4px;margin-bottom:8px}.AIChat_inputWrapper__LxF7b{display:flex;gap:8px;align-items:center}.AIChat_input__O5ZJg{flex:1 1;padding:10px 14px;border:1px solid #e0e0e0;border-radius:24px;outline:none;font-size:14px;transition:border-color .2s}.AIChat_input__O5ZJg:focus{border-color:#667eea}.AIChat_input__O5ZJg:disabled{background:#f5f5f5;cursor:not-allowed}.AIChat_sendButton___3iDX{width:40px;height:40px;border-radius:50%;border:none;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.AIChat_sendButton___3iDX:hover:not(:disabled){transform:scale(1.05)}.AIChat_sendButton___3iDX:disabled{cursor:not-allowed;opacity:.5}@media (max-width:640px){.AIChat_chatWindow__JwSsi{width:100%;height:100%;max-height:100vh;bottom:0;right:0;border-radius:0;max-width:100%}.AIChat_chatHeader__YDCz_{border-radius:0}.AIChat_messagesContainer__NLnJu{padding:12px}.AIChat_messageContent__2Cc4K{max-width:85%}}