.ChatComponent_chatToggleBtn__UpDjr{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;border:none;background:#1f5f9d;color:#ffffff;font-size:24px;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.2);z-index:1210;display:flex;align-items:center;justify-content:center}.ChatComponent_overlay__sPa3c{position:fixed;inset:0;background:rgba(10,20,30,.35);z-index:1190}.ChatComponent_chatDrawer__JG5sm{position:fixed;top:16px;right:-420px;bottom:16px;width:min(420px,96vw);background:#ffffff;box-shadow:0 20px 50px rgba(15,38,66,.3);border:1px solid #e7eef7;border-radius:18px 0 0 18px;transition:right .3s ease;display:flex;flex-direction:column;z-index:1200;overflow:hidden}.ChatComponent_open__K6Gc7{right:16px}.ChatComponent_embedded__UrTZH{position:relative;right:0;top:0;bottom:auto;width:100%;height:100%;box-shadow:none;border:none;border-radius:0}.ChatComponent_chatHeader__LmUk5{position:-webkit-sticky;position:sticky;top:0;z-index:10;padding:12px 16px;border-bottom:1px solid #e7eef7;background:linear-gradient(120deg,#f3f8ff,#ffffff);display:flex;align-items:center;gap:8px}.ChatComponent_chatBackBtn__hBs6q,.ChatComponent_chatCloseBtn__V5QdB{background:none;border:none;font-size:20px;cursor:pointer;color:#74869a}.ChatComponent_chatTitle__ZSWE0{margin:0;font-size:16px;font-weight:600;color:#1f3d5a}.ChatComponent_chatThreads__Yx5QY{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px;background:#fafcff;display:flex;flex-direction:column;gap:10px}.ChatComponent_chatThreads__Yx5QY h5{margin:0 0 6px;font-size:12px;color:#7a8ea5;text-transform:uppercase;letter-spacing:.03em}.ChatComponent_chatThread__FAxvZ{padding:10px 12px;border:1px solid #e4ecf7;border-radius:12px;background:#ffffff;cursor:pointer;display:flex;justify-content:space-between;gap:8px;align-items:center;transition:box-shadow .2s ease,border-color .2s ease}.ChatComponent_chatThread__FAxvZ:hover{border-color:#c9ddf5;box-shadow:0 4px 14px rgba(42,93,152,.12)}.ChatComponent_chatThreadName__S4X8a{font-size:14px;font-weight:600;color:#1f3d5a}.ChatComponent_chatThreadMeta__PfZTJ{display:flex;align-items:center;gap:8px}.ChatComponent_chatThreadTime__8kkiI{font-size:11px;color:#9aa7b5}.ChatComponent_chatDateSeparator__RrVV7{text-align:center;margin:12px 0;font-size:11px;color:#7a8ea5;position:relative}.ChatComponent_chatDateSeparator__RrVV7:after,.ChatComponent_chatDateSeparator__RrVV7:before{content:"";position:absolute;top:50%;width:30%;height:1px;background:#d8e2f0}.ChatComponent_chatDateSeparator__RrVV7:before{left:0}.ChatComponent_chatDateSeparator__RrVV7:after{right:0}.ChatComponent_chatLoading__Vwz0t{flex:1 1;display:flex;justify-content:center;align-items:center}.ChatComponent_spinner__x6yhh{width:36px;height:36px;border:4px solid #e7eef7;border-top-color:#2b6fda;border-radius:50%;animation:ChatComponent_spin__intlp 1s linear infinite}@keyframes ChatComponent_spin__intlp{to{transform:rotate(1turn)}}.ChatComponent_chatContent__vDknx{flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden;min-height:0}.ChatComponent_chatMessages__5xGPY{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px;background:#f6f9fd}.ChatComponent_chatEmpty__nAQYA{text-align:center;color:#9aa7b5;font-size:12px;letter-spacing:.02em;padding:32px 12px}.ChatComponent_chatTime__VaQwI{font-size:10px;color:#9aa7b5;margin-top:4px;text-align:right}.ChatComponent_chatInput__vampe{position:-webkit-sticky;position:sticky;bottom:0;background:#ffffff;z-index:10;display:flex;gap:8px;border-top:1px solid #e7eef7;padding:10px}.ChatComponent_chatInput__vampe input{flex:1 1;border:1px solid #dfe8f3;border-radius:10px;padding:10px 12px;outline:none;background:#f4f7fb}.ChatComponent_chatInput__vampe button{border:none;background:#2b6fda;color:white;padding:0 16px;border-radius:10px;cursor:pointer;font-weight:600}.ChatComponent_ag-chat-button__8hbs6{position:relative;background:transparent;border:none;cursor:pointer;font-size:1.2em;padding:0}.ChatComponent_chat-icon__Rr9ww{display:inline-flex;align-items:center;justify-content:center}.ChatComponent_unseenBadge__0gK78{display:inline-block;background:#f04f4f;color:white;font-size:.7em;line-height:1;padding:2px 6px;border-radius:10px;vertical-align:middle}.ChatComponent_chatToggleBtn__UpDjr .ChatComponent_unseenBadge__0gK78{font-size:11px;box-shadow:0 0 0 2px #ffffff}.ChatComponent_chatToggleBtn__UpDjr .ChatComponent_unseenBadge__0gK78,.ChatComponent_unreadBadge__XBqU8{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;line-height:18px;text-align:center}.ChatComponent_unreadBadge__XBqU8{background:#f04f4f;color:white;border-radius:9px;font-size:12px;font-weight:700;box-shadow:0 0 0 2px white}.ChatComponent_chatGroup__W__BK{margin-bottom:16px}.ChatComponent_chatGroupHeader__pDIFq{font-size:12px;color:#6f8194;margin-bottom:6px;font-weight:600}.ChatComponent_chatBubble__1YLlF{padding:8px 10px;margin-bottom:8px;border-radius:12px;background:#ffffff;border:1px solid #e7eef7;box-shadow:0 6px 14px rgba(15,38,66,.08)}.ChatComponent_chatBubble__1YLlF:last-child{margin-bottom:0}@media (max-width:700px){.ChatComponent_chatDrawer__JG5sm{top:0;bottom:0;right:-100%;width:100%;border-radius:0}.ChatComponent_open__K6Gc7{right:0}}.GlobalChatWidget_launcher__knq3e{position:fixed;bottom:22px;right:22px;width:56px;height:56px;border-radius:50%;border:none;background:#1f5f9d;color:white;font-size:24px;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.2);z-index:1100;display:flex;align-items:center;justify-content:center}.GlobalChatWidget_launcherBadge__yX48s{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;background:#f04f4f;color:#ffffff;border-radius:9px;font-size:11px;line-height:18px;text-align:center;box-shadow:0 0 0 2px #ffffff}.GlobalChatWidget_overlay__8RCMS{position:fixed;inset:0;background:rgba(10,20,30,.35);z-index:1090}.GlobalChatWidget_panel__58qgn{position:fixed;right:24px;bottom:-700px;width:min(980px,96vw);height:min(680px,92vh);background:#ffffff;border-radius:20px;box-shadow:0 20px 50px rgba(15,38,66,.3);z-index:1095;display:flex;flex-direction:column;overflow:hidden;transition:bottom .3s ease}.GlobalChatWidget_open__8U8Nq{bottom:24px}.GlobalChatWidget_header__ExTgL{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e7eef7;background:linear-gradient(120deg,#f3f8ff,#ffffff)}.GlobalChatWidget_title___BKda{font-size:18px;font-weight:700;color:#1f3d5a}.GlobalChatWidget_subtitle__O21QP{font-size:12px;color:#6f8194;margin-top:2px}.GlobalChatWidget_closeBtn__1ev2l{background:none;border:none;font-size:24px;cursor:pointer;color:#74869a}.GlobalChatWidget_content__rvr0c{display:flex;flex:1 1 auto;min-height:0}.GlobalChatWidget_sidebar__dyDUT{width:280px;border-right:1px solid #e7eef7;padding:14px;display:flex;flex-direction:column;gap:10px;background:#fafcff}.GlobalChatWidget_search__7LGJ1{padding:10px 12px;border-radius:12px;border:1px solid #dfe8f3;outline:none;font-size:14px}.GlobalChatWidget_list__8lBk6{flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.GlobalChatWidget_companyRow__wzHuB{border:1px solid #e4ecf7;border-radius:12px;background:#ffffff;padding:10px 12px;text-align:left;display:flex;justify-content:space-between;gap:8px;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease}.GlobalChatWidget_companyRow__wzHuB:hover{border-color:#c9ddf5;box-shadow:0 4px 14px rgba(42,93,152,.12)}.GlobalChatWidget_activeRow__3Zshg{border-color:#7eb2f4;box-shadow:0 6px 16px rgba(42,93,152,.18)}.GlobalChatWidget_companyName__2C6rJ{font-size:14px;font-weight:600;color:#1f3d5a}.GlobalChatWidget_companyMeta__kDZgP{font-size:12px;color:#7a8ea5}.GlobalChatWidget_rowRight__j0r_3{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.GlobalChatWidget_time__bP4B5{font-size:11px;color:#9aa7b5}.GlobalChatWidget_badge__XJyww{background:#f04f4f;color:white;border-radius:12px;padding:2px 6px;font-size:11px}.GlobalChatWidget_chatPane__xX1i9{flex:1 1 auto;display:flex;flex-direction:column;min-width:0}.GlobalChatWidget_placeholder__A5zuX{flex:1 1;display:flex;align-items:center;justify-content:center;color:#7a8ea5;font-size:14px}.GlobalChatWidget_chatHeader__HUzEK{padding:14px 18px;border-bottom:1px solid #e7eef7;display:flex;justify-content:space-between;align-items:center;gap:12px}.GlobalChatWidget_companyTitle__2dT6g{font-size:16px;font-weight:600;color:#1f3d5a}.GlobalChatWidget_companySub__b2IuA{font-size:12px;color:#7a8ea5}.GlobalChatWidget_modeToggle__YpjV8{display:flex;gap:8px}.GlobalChatWidget_modeToggle__YpjV8 button{border:1px solid #d7e3f2;border-radius:10px;padding:6px 10px;background:#f6f9fd;cursor:pointer;font-size:12px;color:#48637a}.GlobalChatWidget_modeToggle__YpjV8 button.GlobalChatWidget_activeMode__B8yxG{background:#2b6fda;border-color:#2b6fda;color:white}.GlobalChatWidget_orderList__w9m43{padding:14px 18px;display:flex;flex-direction:column;gap:10px;overflow-y:auto;flex:1 1 auto}.GlobalChatWidget_orderRow___dEMH{border:1px solid #e3edf9;border-radius:12px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;background:#ffffff;cursor:pointer}.GlobalChatWidget_orderRow___dEMH:hover{border-color:#c4d9f4}.GlobalChatWidget_orderTitle__FQ5ZJ{font-size:14px;font-weight:600;color:#1f3d5a}.GlobalChatWidget_orderMeta__dwkPZ{font-size:12px;color:#7a8ea5;margin-top:4px}.GlobalChatWidget_chatBody__DxPjw{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.GlobalChatWidget_orderBreadcrumb__c7ZWD{padding:10px 16px;border-bottom:1px solid #eef3f9;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#6f8194}.GlobalChatWidget_linkButton__vc0nr{border:none;background:none;color:#2b6fda;cursor:pointer;font-size:12px}.GlobalChatWidget_muted__743iU{color:#8a9bb0;font-size:12px}@media (max-width:900px){.GlobalChatWidget_panel__58qgn{right:2vw;width:96vw}.GlobalChatWidget_sidebar__dyDUT{width:220px}}@media (max-width:700px){.GlobalChatWidget_panel__58qgn{right:0;bottom:-100vh;width:100vw;height:100vh;border-radius:0}.GlobalChatWidget_panel__58qgn.GlobalChatWidget_open__8U8Nq{bottom:0}.GlobalChatWidget_content__rvr0c{flex-direction:column}.GlobalChatWidget_sidebar__dyDUT{width:100%;border-right:none;border-bottom:1px solid #e7eef7}}