.ChatWidget-module__d7ZkhW__floatingBtn{z-index:10000;cursor:pointer;color:#fff;background:linear-gradient(135deg,#1a3a6b 0%,#c62828 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .4s cubic-bezier(.34,1.56,.64,1);animation:2.5s infinite ChatWidget-module__d7ZkhW__pulse-ring;display:flex;position:fixed;bottom:28px;right:28px;overflow:hidden;box-shadow:0 6px 24px #1a3a6b73,0 0 #c6282866}.ChatWidget-module__d7ZkhW__floatingBtn:hover{transform:scale(1.1)rotate(5deg);box-shadow:0 8px 32px #1a3a6b8c,0 0 0 8px #c6282826}.ChatWidget-module__d7ZkhW__floatingBtn:active{transform:scale(.95)}.ChatWidget-module__d7ZkhW__floatingBtnHidden{opacity:0;pointer-events:none;transform:scale(0)rotate(90deg)}.ChatWidget-module__d7ZkhW__chatIcon{width:28px;height:28px;transition:all .3s}.ChatWidget-module__d7ZkhW__sparkleIcon{stroke:#ffd54f;fill:#ffd54f;width:14px;height:14px;animation:2s ease-in-out infinite ChatWidget-module__d7ZkhW__sparkle;position:absolute;top:10px;right:10px}.ChatWidget-module__d7ZkhW__notificationBadge{background:#ff5252;border:2px solid #fff;border-radius:50%;width:14px;height:14px;animation:1.5s infinite ChatWidget-module__d7ZkhW__badge-pulse;position:absolute;top:6px;right:6px}@keyframes ChatWidget-module__d7ZkhW__pulse-ring{0%{box-shadow:0 6px 24px #1a3a6b73,0 0 #c6282866}70%{box-shadow:0 6px 24px #1a3a6b73,0 0 0 16px #c6282800}to{box-shadow:0 6px 24px #1a3a6b73,0 0 #c6282800}}@keyframes ChatWidget-module__d7ZkhW__sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.6)}}@keyframes ChatWidget-module__d7ZkhW__badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.ChatWidget-module__d7ZkhW__chatWindow{z-index:10001;transform-origin:100% 100%;opacity:0;pointer-events:none;background:#fff;border-radius:20px;flex-direction:column;width:400px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100vh - 60px);transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:28px;right:28px;overflow:hidden;transform:scale(0)translateY(40px);box-shadow:0 20px 60px #0003,0 0 0 1px #1a3a6b14}.ChatWidget-module__d7ZkhW__chatOpen{opacity:1;pointer-events:all;transform:scale(1)translateY(0)}.ChatWidget-module__d7ZkhW__chatHeader{color:#fff;background:linear-gradient(135deg,#1a3a6b 0%,#0d2240 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:relative;overflow:hidden}.ChatWidget-module__d7ZkhW__chatHeader:after{content:"";pointer-events:none;background:radial-gradient(circle,#c6282840 0%,#0000 70%);border-radius:50%;width:150px;height:150px;position:absolute;top:-50%;right:-20%}.ChatWidget-module__d7ZkhW__headerLeft{z-index:1;align-items:center;gap:12px;display:flex}.ChatWidget-module__d7ZkhW__headerAvatar{background:linear-gradient(135deg,#c62828,#e53935);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 12px #c6282859}.ChatWidget-module__d7ZkhW__headerAvatar svg{stroke:#fff;width:24px;height:24px}.ChatWidget-module__d7ZkhW__headerInfo{flex-direction:column;gap:2px;display:flex}.ChatWidget-module__d7ZkhW__headerTitle{letter-spacing:.3px;font-size:16px;font-weight:700}.ChatWidget-module__d7ZkhW__headerStatus{opacity:.85;align-items:center;gap:6px;font-size:12px;display:flex}.ChatWidget-module__d7ZkhW__statusDot{background:#4caf50;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite ChatWidget-module__d7ZkhW__status-blink}@keyframes ChatWidget-module__d7ZkhW__status-blink{0%,to{opacity:1}50%{opacity:.5}}.ChatWidget-module__d7ZkhW__headerActions{z-index:1;gap:4px;display:flex}.ChatWidget-module__d7ZkhW__headerBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.ChatWidget-module__d7ZkhW__headerBtn:hover{background:#ffffff40;transform:scale(1.08)}.ChatWidget-module__d7ZkhW__headerBtn svg{width:18px;height:18px}.ChatWidget-module__d7ZkhW__messagesContainer{scroll-behavior:smooth;background:linear-gradient(#f8f9fc 0%,#fff 100%);flex-direction:column;flex:1;gap:12px;padding:20px 16px;display:flex;overflow-y:auto}.ChatWidget-module__d7ZkhW__messagesContainer::-webkit-scrollbar{width:5px}.ChatWidget-module__d7ZkhW__messagesContainer::-webkit-scrollbar-track{background:0 0}.ChatWidget-module__d7ZkhW__messagesContainer::-webkit-scrollbar-thumb{background:#c5cae9;border-radius:10px}.ChatWidget-module__d7ZkhW__messagesContainer::-webkit-scrollbar-thumb:hover{background:#9fa8da}.ChatWidget-module__d7ZkhW__messageBubble{gap:10px;max-width:88%;animation:.35s cubic-bezier(.34,1.56,.64,1) ChatWidget-module__d7ZkhW__message-appear;display:flex}@keyframes ChatWidget-module__d7ZkhW__message-appear{0%{opacity:0;transform:translateY(12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatWidget-module__d7ZkhW__userMessage{flex-direction:row-reverse;align-self:flex-end}.ChatWidget-module__d7ZkhW__botMessage{align-self:flex-start}.ChatWidget-module__d7ZkhW__botAvatar{background:linear-gradient(135deg,#1a3a6b,#2a5298);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;margin-top:4px;display:flex}.ChatWidget-module__d7ZkhW__botAvatar svg{stroke:#fff;width:18px;height:18px}.ChatWidget-module__d7ZkhW__messageContent{flex-direction:column;gap:4px;display:flex}.ChatWidget-module__d7ZkhW__messageText{word-wrap:break-word;letter-spacing:.15px;border-radius:18px;padding:12px 16px;font-size:14px;line-height:1.55}.ChatWidget-module__d7ZkhW__userMessage .ChatWidget-module__d7ZkhW__messageText{color:#fff;background:linear-gradient(135deg,#1a3a6b,#2a5298);border-bottom-right-radius:6px}.ChatWidget-module__d7ZkhW__botMessage .ChatWidget-module__d7ZkhW__messageText{color:#1a1a2e;background:#f0f2f8;border:1px solid #1a3a6b0f;border-bottom-left-radius:6px}.ChatWidget-module__d7ZkhW__messageTime{color:#9e9e9e;padding:0 4px;font-size:11px}.ChatWidget-module__d7ZkhW__userMessage .ChatWidget-module__d7ZkhW__messageTime{text-align:right}.ChatWidget-module__d7ZkhW__typingIndicator{background:#f0f2f8;border-radius:18px 18px 18px 6px;gap:5px;width:fit-content;padding:12px 16px;display:flex}.ChatWidget-module__d7ZkhW__typingIndicator span{background:#7986cb;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite ChatWidget-module__d7ZkhW__typing-bounce}.ChatWidget-module__d7ZkhW__typingIndicator span:first-child{animation-delay:0s}.ChatWidget-module__d7ZkhW__typingIndicator span:nth-child(2){animation-delay:.2s}.ChatWidget-module__d7ZkhW__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes ChatWidget-module__d7ZkhW__typing-bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-8px)}}.ChatWidget-module__d7ZkhW__suggestions{flex-direction:column;gap:8px;padding:4px 0 8px;animation:.5s ChatWidget-module__d7ZkhW__message-appear;display:flex}.ChatWidget-module__d7ZkhW__suggestionBtn{color:#1a3a6b;cursor:pointer;text-align:left;background:#fff;border:1.5px solid #1a3a6b26;border-radius:14px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .25s}.ChatWidget-module__d7ZkhW__suggestionBtn:hover{color:#fff;background:linear-gradient(135deg,#1a3a6b,#2a5298);border-color:#0000;transform:translate(4px);box-shadow:0 4px 16px #1a3a6b33}.ChatWidget-module__d7ZkhW__inputArea{background:#fff;border-top:1px solid #1a3a6b14;flex-shrink:0;align-items:center;gap:10px;padding:14px 16px;display:flex}.ChatWidget-module__d7ZkhW__chatInput{color:#1a1a2e;background:#f8f9fc;border:1.5px solid #1a3a6b1f;border-radius:14px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .25s}.ChatWidget-module__d7ZkhW__chatInput::placeholder{color:#9e9e9e}.ChatWidget-module__d7ZkhW__chatInput:focus{background:#fff;border-color:#1a3a6b;box-shadow:0 0 0 3px #1a3a6b14}.ChatWidget-module__d7ZkhW__chatInput:disabled{opacity:.6}.ChatWidget-module__d7ZkhW__sendBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a3a6b,#c62828);border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex;box-shadow:0 4px 12px #1a3a6b40}.ChatWidget-module__d7ZkhW__sendBtn:hover:not(:disabled){transform:scale(1.08);box-shadow:0 6px 20px #1a3a6b59}.ChatWidget-module__d7ZkhW__sendBtn:active:not(:disabled){transform:scale(.95)}.ChatWidget-module__d7ZkhW__sendBtn:disabled{opacity:.4;cursor:not-allowed}.ChatWidget-module__d7ZkhW__sendBtn svg{width:20px;height:20px}.ChatWidget-module__d7ZkhW__chatFooter{text-align:center;color:#b0bec5;letter-spacing:.3px;background:#fafbfe;border-top:1px solid #1a3a6b0a;flex-shrink:0;padding:8px 16px;font-size:11px}@media (max-width:480px){.ChatWidget-module__d7ZkhW__chatWindow{border-radius:0;width:100vw;height:100vh;max-height:100vh;bottom:0;right:0}.ChatWidget-module__d7ZkhW__chatOpen{border-radius:0}.ChatWidget-module__d7ZkhW__floatingBtn{width:56px;height:56px;bottom:20px;right:20px}.ChatWidget-module__d7ZkhW__chatIcon{width:24px;height:24px}}
