.chatUi_chat-container__DF5aN{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.chatUi_chat-float-btn__jFv3u{width:60px;height:60px;background:#0052ff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px rgba(0,82,255,.45);transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0}.chatUi_chat-float-btn__jFv3u:hover{transform:scale(1.08);box-shadow:0 12px 32px rgba(0,82,255,.55)}.chatUi_chat-float-btn__jFv3u svg{width:28px;height:28px;fill:#fff}.chatUi_chat-panel__mbKQr{width:340px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15);display:flex;flex-direction:column;animation:chatUi_slideUp__Ppgbs .25s ease}@keyframes chatUi_slideUp__Ppgbs{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.chatUi_chat-header__kTTrF{background:#0052ff;padding:14px 16px;display:flex;align-items:center;gap:12px;flex-shrink:0}.chatUi_chat-avatar__KshrN{width:42px;height:42px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:17px;color:#0052ff;flex-shrink:0}.chatUi_chat-header-info__dPLwK{flex:1 1}.chatUi_chat-header-info__dPLwK h4{color:#fff;font-size:15px;font-weight:700;margin:0}.chatUi_chat-header-info__dPLwK span{font-size:11px;color:hsla(0,0%,100%,.75);display:flex;align-items:center;gap:5px;margin-top:2px}.chatUi_online-dot__SfNv2{width:7px;height:7px;background:#00e676;border-radius:50%;display:inline-block;flex-shrink:0}.chatUi_chat-close-btn__9bCF8{background:hsla(0,0%,100%,.15);border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.chatUi_chat-close-btn__9bCF8:hover{background:hsla(0,0%,100%,.25)}.chatUi_chat-messages__4YUN4{padding:16px;display:flex;flex-direction:column;gap:10px;height:300px;overflow-y:auto;background:#fafafa;scroll-behavior:smooth}.chatUi_chat-messages__4YUN4::-webkit-scrollbar{width:4px}.chatUi_chat-messages__4YUN4::-webkit-scrollbar-track{background:transparent}.chatUi_chat-messages__4YUN4::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.chatUi_msg-wrapper__hXH3c{display:flex;flex-direction:column}.chatUi_msg-bot__IKn9N{background:#fff;color:#222;border-radius:16px;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 2px 8px rgba(0,0,0,.07)}.chatUi_msg-bot__IKn9N,.chatUi_msg-user__zCz22{padding:10px 14px;font-size:13.5px;line-height:1.55;max-width:82%}.chatUi_msg-user__zCz22{background:#0052ff;color:#fff;border-radius:16px;border-bottom-right-radius:4px;align-self:flex-end}.chatUi_typing__q6em0{display:flex;gap:4px;align-items:center;padding:2px 0}.chatUi_typing__q6em0 span{width:7px;height:7px;background:#bbb;border-radius:50%;animation:chatUi_bounce___OG6m 1.2s infinite}.chatUi_typing__q6em0 span:nth-child(2){animation-delay:.2s}.chatUi_typing__q6em0 span:nth-child(3){animation-delay:.4s}@keyframes chatUi_bounce___OG6m{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.chatUi_chat-input-area__4AbkQ{padding:12px 14px;border-top:1px solid #f0f0f0;display:flex;gap:8px;align-items:center;background:#fff;flex-shrink:0}.chatUi_chat-input__Z0SSg{flex:1 1;border:1.5px solid #e8e8e8;border-radius:20px;padding:9px 14px;font-size:13.5px;font-family:inherit;outline:none;color:#333;transition:border-color .15s;background:#fff}.chatUi_chat-input__Z0SSg:focus{border-color:#0052ff}.chatUi_chat-input__Z0SSg:disabled{background:#fafafa;color:#aaa}.chatUi_chat-send-btn__9TutL{width:38px;height:38px;background:#0052ff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s,transform .15s}.chatUi_chat-send-btn__9TutL:hover:not(:disabled){background:#0040cc;transform:scale(1.05)}.chatUi_chat-send-btn__9TutL:disabled{background:#ccc;cursor:not-allowed}.chatUi_chat-send-btn__9TutL svg{width:16px;height:16px;fill:#fff}@media (max-width:480px){.chatUi_chat-container__DF5aN{bottom:16px;right:16px;left:16px;align-items:flex-end}.chatUi_chat-panel__mbKQr{width:100%;border-radius:16px}.chatUi_chat-messages__4YUN4{height:260px}}