.FloatingChat_chatWidget__8btRf{position:fixed;bottom:20px;right:20px;z-index:1000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.FloatingChat_chatButton__FnmGb{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;border:none;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 20px rgba(102,126,234,.4);transition:all .3s ease;display:flex;align-items:center;justify-content:center;animation:FloatingChat_pulse__c92Hj 2s infinite}.FloatingChat_chatButton__FnmGb:hover{transform:scale(1.1);box-shadow:0 6px 30px rgba(102,126,234,.6)}.FloatingChat_chatButton__FnmGb.FloatingChat_active__b8UzB{transform:rotate(45deg);animation:none}@keyframes FloatingChat_pulse__c92Hj{0%{box-shadow:0 4px 20px rgba(102,126,234,.4)}50%{box-shadow:0 4px 20px rgba(102,126,234,.7)}to{box-shadow:0 4px 20px rgba(102,126,234,.4)}}.FloatingChat_chatWindow__hNE_o{position:absolute;bottom:80px;right:0;width:350px;height:500px;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.2);display:flex;flex-direction:column;overflow:hidden;transform:translateY(20px) scale(.95);opacity:0;pointer-events:none;transition:all .3s ease}.FloatingChat_chatWindow__hNE_o.FloatingChat_open__uoJXJ{transform:translateY(0) scale(1);opacity:1;pointer-events:all}.FloatingChat_chatHeader__LEIoF{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.FloatingChat_headerInfo__2To4y h3{margin:0;font-size:16px;font-weight:600}.FloatingChat_status__zZMD9{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.9;margin-top:2px}.FloatingChat_statusDot__8ZIS6{width:8px;height:8px;background:#4caf50;border-radius:50%;animation:FloatingChat_statusPulse___fSXL 2s infinite}@keyframes FloatingChat_statusPulse___fSXL{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.FloatingChat_closeButton__EkUcb{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.FloatingChat_closeButton__EkUcb:hover{background:hsla(0,0%,100%,.1)}.FloatingChat_chatMessages__LKWr9{flex:1;padding:16px;overflow-y:auto;background:#f8f9fa;display:flex;flex-direction:column;gap:12px}.FloatingChat_chatMessages__LKWr9::-webkit-scrollbar{width:4px}.FloatingChat_chatMessages__LKWr9::-webkit-scrollbar-track{background:#f1f1f1}.FloatingChat_chatMessages__LKWr9::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.FloatingChat_message__Go_Zn{display:flex;align-items:flex-start;gap:8px;animation:FloatingChat_messageSlide__132OK .3s ease}@keyframes FloatingChat_messageSlide__132OK{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.FloatingChat_userMessage__Wn7KX{justify-content:flex-end}.FloatingChat_userMessage__Wn7KX .FloatingChat_messageContent__gWMKh{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 14px;border-radius:18px 18px 4px 18px;max-width:80%;word-wrap:break-word;box-shadow:0 2px 8px rgba(102,126,234,.3)}.FloatingChat_botMessage__SWey0{justify-content:flex-start}.FloatingChat_botAvatar__lLR9N{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.FloatingChat_botMessage__SWey0 .FloatingChat_messageContent__gWMKh{color:#333;max-width:80%;word-wrap:break-word}.FloatingChat_botMessage__SWey0 .FloatingChat_messageContent__gWMKh,.FloatingChat_typingIndicator__zHBId{background:#fff;padding:10px 14px;border-radius:18px 18px 18px 4px;box-shadow:0 2px 8px rgba(0,0,0,.1);border:1px solid #e0e0e0}.FloatingChat_typingIndicator__zHBId{display:flex;gap:4px;align-items:center}.FloatingChat_typingIndicator__zHBId span{width:8px;height:8px;background:#999;border-radius:50%;animation:FloatingChat_typing__Al9BF 1.4s infinite}.FloatingChat_typingIndicator__zHBId span:first-child{animation-delay:0s}.FloatingChat_typingIndicator__zHBId span:nth-child(2){animation-delay:.2s}.FloatingChat_typingIndicator__zHBId span:nth-child(3){animation-delay:.4s}@keyframes FloatingChat_typing__Al9BF{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.FloatingChat_chatInput__dKR1K{padding:16px;background:#fff;border-top:1px solid #e0e0e0;display:flex;gap:8px;align-items:center}.FloatingChat_messageInput__yLK0M{flex:1;padding:10px 14px;border:1px solid #e0e0e0;border-radius:20px;outline:none;font-size:14px;transition:border-color .2s ease}.FloatingChat_messageInput__yLK0M:focus{border-color:#667eea}.FloatingChat_messageInput__yLK0M::-moz-placeholder{color:#999}.FloatingChat_messageInput__yLK0M::placeholder{color:#999}.FloatingChat_sendButton__aXcCi{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;width:36px;height:36px;transition:all .2s ease}.FloatingChat_sendButton__aXcCi:hover{transform:scale(1.05);box-shadow:0 2px 10px rgba(102,126,234,.4)}.FloatingChat_sendButton__aXcCi:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width:768px){.FloatingChat_chatWindow__hNE_o{width:90vw;height:70vh;bottom:90px;right:50%;transform:translateX(50%) translateY(20px) scale(.95)}.FloatingChat_chatWindow__hNE_o.FloatingChat_open__uoJXJ{transform:translateX(50%) translateY(0) scale(1)}.FloatingChat_chatWidget__8btRf{right:50%;transform:translateX(50%)}}
/*# sourceMappingURL=043f166b8d539a74.css.map*/