.SupportChatWidget-module__hpmo1G__floatingButton{cursor:pointer;color:#fff;z-index:999;background:linear-gradient(135deg,var(--brand-color,#226361)0%,#1a4d4b 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;box-shadow:0 8px 30px #00000026}.SupportChatWidget-module__hpmo1G__floatingButton:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 12px 40px #00000040}.SupportChatWidget-module__hpmo1G__floatingButton:active{transform:scale(.95)}.SupportChatWidget-module__hpmo1G__badge{color:#fff;background-color:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 8px #ef44444d}.SupportChatWidget-module__hpmo1G__chatWidget{-webkit-backdrop-filter:blur(16px)saturate(120%);z-index:999;background:#fffffffa;border:1px solid #00000014;border-radius:20px;flex-direction:column;width:400px;height:600px;font-family:-apple-system,BlinkMacSystemFont,Inter,Outfit,Segoe UI,sans-serif;animation:.4s cubic-bezier(.16,1,.3,1) SupportChatWidget-module__hpmo1G__slideUp;display:flex;position:fixed;overflow:hidden;box-shadow:0 12px 40px #0000001f,0 2px 12px #0000000a}@keyframes SupportChatWidget-module__hpmo1G__slideUp{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.SupportChatWidget-module__hpmo1G__header{color:#fff;background:linear-gradient(135deg,var(--brand-color,#226361)0%,#1a4d4b 100%);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:18px 24px;display:flex}.SupportChatWidget-module__hpmo1G__headerContent{flex:1}.SupportChatWidget-module__hpmo1G__title{letter-spacing:-.01em;margin:0;font-size:18px;font-weight:700;line-height:1.3}.SupportChatWidget-module__hpmo1G__subtitle{opacity:.85;margin:4px 0 0;font-size:13px;font-weight:400}.SupportChatWidget-module__hpmo1G__headerActions{gap:8px;display:flex}.SupportChatWidget-module__hpmo1G__clearButton,.SupportChatWidget-module__hpmo1G__closeButton{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff26;border-radius:10px;justify-content:center;align-items:center;padding:8px;font-size:16px;transition:all .2s;display:flex;position:relative}.SupportChatWidget-module__hpmo1G__clearButton:hover,.SupportChatWidget-module__hpmo1G__closeButton:hover{background:#ffffff40;transform:translateY(-1px)}.SupportChatWidget-module__hpmo1G__clearButton:after,.SupportChatWidget-module__hpmo1G__closeButton:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:1000;background:#0f172af2;border-radius:6px;padding:6px 10px;font-size:11px;font-weight:500;line-height:1.2;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-38px;left:50%;transform:translate(-50%,4px)scale(.95);box-shadow:0 4px 12px #00000026}.SupportChatWidget-module__hpmo1G__clearButton:before,.SupportChatWidget-module__hpmo1G__closeButton:before{content:"";opacity:0;pointer-events:none;z-index:1000;border:5px solid #0000;border-bottom-color:#0f172af2;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-10px;left:50%;transform:translate(-50%,4px)scale(.95)}.SupportChatWidget-module__hpmo1G__clearButton:hover:after,.SupportChatWidget-module__hpmo1G__closeButton:hover:after,.SupportChatWidget-module__hpmo1G__clearButton:hover:before,.SupportChatWidget-module__hpmo1G__closeButton:hover:before{opacity:1;transform:translate(-50%)scale(1)}.SupportChatWidget-module__hpmo1G__messagesContainer{background-color:#f8fafc;flex-direction:column;flex:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.SupportChatWidget-module__hpmo1G__messagesContainer::-webkit-scrollbar{width:6px}.SupportChatWidget-module__hpmo1G__messagesContainer::-webkit-scrollbar-track{background:0 0}.SupportChatWidget-module__hpmo1G__messagesContainer::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.SupportChatWidget-module__hpmo1G__messagesContainer::-webkit-scrollbar-thumb:hover{background:#94a3b8}.SupportChatWidget-module__hpmo1G__message{align-items:flex-end;gap:10px;animation:.3s cubic-bezier(.16,1,.3,1) SupportChatWidget-module__hpmo1G__fadeIn;display:flex}@keyframes SupportChatWidget-module__hpmo1G__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.SupportChatWidget-module__hpmo1G__message.SupportChatWidget-module__hpmo1G__user{justify-content:flex-end}.SupportChatWidget-module__hpmo1G__message.SupportChatWidget-module__hpmo1G__assistant{justify-content:flex-start}.SupportChatWidget-module__hpmo1G__avatar{background:var(--brand-color,#226361);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex;box-shadow:0 2px 8px #0000000d}.SupportChatWidget-module__hpmo1G__messageContent{word-wrap:break-word;background-color:#fff;border-radius:18px;max-width:80%;padding:12px 16px;font-size:14px;line-height:1.5;box-shadow:0 1px 3px #00000005}.SupportChatWidget-module__hpmo1G__message.SupportChatWidget-module__hpmo1G__user .SupportChatWidget-module__hpmo1G__messageContent{background:linear-gradient(135deg,var(--brand-color,#226361)0%,#1c5250 100%);color:#fff;border-bottom-right-radius:4px;box-shadow:0 4px 12px #22636126}.SupportChatWidget-module__hpmo1G__message.SupportChatWidget-module__hpmo1G__assistant .SupportChatWidget-module__hpmo1G__messageContent{color:#1e293b;background-color:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.SupportChatWidget-module__hpmo1G__messageContent p{margin:0;padding:0}.SupportChatWidget-module__hpmo1G__messageContent p:not(:last-child){margin-bottom:8px}.SupportChatWidget-module__hpmo1G__messageContent ul,.SupportChatWidget-module__hpmo1G__messageContent ol{margin:8px 0;padding-left:20px;list-style-position:outside}.SupportChatWidget-module__hpmo1G__messageContent ul{list-style-type:disc}.SupportChatWidget-module__hpmo1G__messageContent ol{list-style-type:decimal}.SupportChatWidget-module__hpmo1G__messageContent li{margin-bottom:4px}.SupportChatWidget-module__hpmo1G__messageContent strong{font-weight:700}.SupportChatWidget-module__hpmo1G__faqMatches{opacity:.85;border-top:1px solid #f1f5f9;flex-direction:column;gap:4px;margin-top:8px;padding-top:8px;font-size:12px;display:flex}.SupportChatWidget-module__hpmo1G__faqMatches small{display:block}.SupportChatWidget-module__hpmo1G__loadingState{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;display:flex}.SupportChatWidget-module__hpmo1G__spinner{width:28px;height:28px;color:var(--brand-color,#226361);animation:1s linear infinite SupportChatWidget-module__hpmo1G__spin}@keyframes SupportChatWidget-module__hpmo1G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SupportChatWidget-module__hpmo1G__inputForm{background-color:#fff;border-top:1px solid #e2e8f0;align-items:center;gap:12px;padding:16px 20px;display:flex}.SupportChatWidget-module__hpmo1G__input{color:#1e293b;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.SupportChatWidget-module__hpmo1G__input:focus{border-color:var(--brand-color,#226361);background-color:#fff;box-shadow:0 0 0 4px #2263611a}.SupportChatWidget-module__hpmo1G__input:disabled{cursor:not-allowed;background-color:#f1f5f9}.SupportChatWidget-module__hpmo1G__sendButton{background:linear-gradient(135deg,var(--brand-color,#226361)0%,#1c5250 100%);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:18px;transition:all .2s;display:flex;box-shadow:0 4px 10px #22636133}.SupportChatWidget-module__hpmo1G__sendButton:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 14px #2263614d}.SupportChatWidget-module__hpmo1G__sendButton:active:not(:disabled){transform:scale(.95)}.SupportChatWidget-module__hpmo1G__sendButton:disabled{opacity:.4;box-shadow:none;cursor:not-allowed}.SupportChatWidget-module__hpmo1G__footer{text-align:center;color:#94a3b8;letter-spacing:.02em;background-color:#f8fafc;border-top:1px solid #f1f5f9;padding:10px 16px;font-size:11px;font-weight:500}.SupportChatWidget-module__hpmo1G__escalationArea{justify-content:center;margin:8px 0;animation:.3s ease-in SupportChatWidget-module__hpmo1G__fadeIn;display:flex}.SupportChatWidget-module__hpmo1G__escalateButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:30px;padding:10px 20px;font-size:13px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #ef444440}.SupportChatWidget-module__hpmo1G__escalateButton:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ef444459}.SupportChatWidget-module__hpmo1G__escalateButton:active{transform:translateY(0)}@media (max-width:768px){.SupportChatWidget-module__hpmo1G__chatWidget{border:none!important;border-radius:0!important;width:100vw!important;max-width:100%!important;height:100dvh!important;max-height:100%!important;inset:0!important}.SupportChatWidget-module__hpmo1G__header{border-radius:0!important;padding:16px 20px!important}.SupportChatWidget-module__hpmo1G__inputForm{border-radius:0!important;padding:12px 16px 24px!important}.SupportChatWidget-module__hpmo1G__messageContent{max-width:85%}.SupportChatWidget-module__hpmo1G__message{gap:8px}.SupportChatWidget-module__hpmo1G__floatingButton{width:56px;height:56px;bottom:16px!important;right:16px!important}}@media print{.SupportChatWidget-module__hpmo1G__floatingButton,.SupportChatWidget-module__hpmo1G__chatWidget{display:none!important}}
