.floating-chat-module__LvrgfW__widgetContainer{z-index:99999;flex-direction:column;align-items:flex-end;gap:6px;font-family:inherit;display:flex;position:fixed;bottom:24px;right:24px}.floating-chat-module__LvrgfW__chatWindow{color:#0f172a;background:#fff;border:1px solid #00000014;border-radius:16px;flex-direction:column;width:400px;height:32rem;max-height:calc(100vh - 98px);display:flex;overflow:hidden;box-shadow:0 20px 40px -10px #00000026}.floating-chat-module__LvrgfW__header{background:#fff;border-bottom:1px solid #0000000f;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px;display:flex;position:relative}.floating-chat-module__LvrgfW__agentInfo{align-items:center;gap:12px;display:flex}.floating-chat-module__LvrgfW__avatarWrapper{position:relative}.floating-chat-module__LvrgfW__avatar{background:#fff;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:4px;display:flex;overflow:hidden}.floating-chat-module__LvrgfW__avatar img{object-fit:contain;width:100%;height:100%}.floating-chat-module__LvrgfW__statusDot{background:#10b981;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.floating-chat-module__LvrgfW__agentName{color:#1e293b;margin:0;font-size:15px;font-weight:600}.floating-chat-module__LvrgfW__agentRole{color:#10b981;align-items:center;gap:4px;margin:0;font-size:12px;font-weight:500;display:flex}.floating-chat-module__LvrgfW__headerActions{align-items:center;gap:8px;display:flex}.floating-chat-module__LvrgfW__iconButton{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #0000000f;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.floating-chat-module__LvrgfW__iconButton:hover{color:#0f172a;background:#e2e8f0}.floating-chat-module__LvrgfW__iconButtonActive{color:#fff;background:#2563eb;border-color:#2563eb}.floating-chat-module__LvrgfW__chatArea{scrollbar-width:thin;scrollbar-color:#94a3b899 transparent;background:linear-gradient(-45deg,#f0f9ff,#fdf2f8,#faf5ff,#f0fdf4,#fffbeb) 0 0/400% 400%;flex-direction:column;flex:auto;gap:20px;min-height:80px;padding:24px 20px;animation:15s infinite floating-chat-module__LvrgfW__funkyGradient;display:flex;overflow-y:auto}@keyframes floating-chat-module__LvrgfW__funkyGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.floating-chat-module__LvrgfW__chatArea::-webkit-scrollbar{width:5px}.floating-chat-module__LvrgfW__chatArea::-webkit-scrollbar-track{background:0 0}.floating-chat-module__LvrgfW__chatArea::-webkit-scrollbar-thumb{background-color:#94a3b899;border-radius:10px}.floating-chat-module__LvrgfW__chatArea::-webkit-scrollbar-thumb:hover{background-color:#94a3b8cc}.floating-chat-module__LvrgfW__messageRow{gap:12px;display:flex}.floating-chat-module__LvrgfW__messageRowReverse{flex-direction:row-reverse;align-self:flex-end;gap:12px;display:flex}.floating-chat-module__LvrgfW__messageAvatar{background:#fff;border:1px solid #00000014;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;display:flex;overflow:hidden}.floating-chat-module__LvrgfW__messageAvatar img{object-fit:contain;width:100%;height:100%}.floating-chat-module__LvrgfW__messageContent{flex-direction:column;gap:4px;max-width:85%;display:flex}.floating-chat-module__LvrgfW__messageContentReverse{align-items:flex-end}.floating-chat-module__LvrgfW__messageSender{color:#475569;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.floating-chat-module__LvrgfW__messageBubble{color:#334155;background:#fff;border:1px solid #0000000f;border-radius:4px 16px 16px;padding:12px 16px;font-size:14px;line-height:1.5;box-shadow:0 2px 5px #00000005}.floating-chat-module__LvrgfW__messageBubbleReverse{color:#fff;white-space:pre-wrap;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px 4px 16px 16px;padding:12px 16px;font-size:14px;line-height:1.5;box-shadow:0 4px 10px #2563eb26}.floating-chat-module__LvrgfW__markdownContent{white-space:normal;flex-direction:column;gap:8px;display:flex}.floating-chat-module__LvrgfW__markdownContent p{margin:0}.floating-chat-module__LvrgfW__markdownContent strong{font-weight:700}.floating-chat-module__LvrgfW__markdownContent ul,.floating-chat-module__LvrgfW__markdownContent ol{margin:0;padding-left:20px}.floating-chat-module__LvrgfW__markdownContent li{margin-bottom:4px}.floating-chat-module__LvrgfW__markdownContent a{color:#2563eb;text-decoration:underline}.floating-chat-module__LvrgfW__markdownContent code{background:#0000000d;border-radius:4px;padding:2px 4px;font-family:monospace;font-size:.9em}.floating-chat-module__LvrgfW__typingIndicator{align-items:center;gap:4px;padding:8px 0;display:flex}.floating-chat-module__LvrgfW__dot{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both floating-chat-module__LvrgfW__bounce}.floating-chat-module__LvrgfW__dot:first-child{animation-delay:-.32s}.floating-chat-module__LvrgfW__dot:nth-child(2){animation-delay:-.16s}@keyframes floating-chat-module__LvrgfW__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.floating-chat-module__LvrgfW__suggestionsInline{background:#fff;border-top:1px solid #0000000f;flex-direction:column;flex-shrink:0;height:180px;display:flex}.floating-chat-module__LvrgfW__suggestionsPopover{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:50;background:linear-gradient(#fff,#fcfdfd);border:none;border-radius:16px;flex-direction:column;width:320px;max-width:calc(100% - 32px);height:250px;display:flex;position:absolute;top:64px;right:16px;overflow:visible;box-shadow:0 24px 48px -12px #0000002e,0 0 0 1px #0000000a,0 8px 16px -8px #00000014}.floating-chat-module__LvrgfW__suggestionsPopover:before{content:"";filter:drop-shadow(0 -2px 2px #0000000a);border-bottom:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;position:absolute;top:-8px;right:88px}.floating-chat-module__LvrgfW__suggestionsContainer{border-radius:16px;flex-direction:column;height:100%;display:flex;overflow:hidden}.floating-chat-module__LvrgfW__pickQuestionText{color:#3b82f6;text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:6px;padding:16px 20px 8px;font-size:11.5px;font-weight:700;display:flex}.floating-chat-module__LvrgfW__faqList{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;flex-direction:column;gap:8px;padding:4px 16px 16px;display:flex;overflow-y:auto}.floating-chat-module__LvrgfW__faqList::-webkit-scrollbar{width:4px}.floating-chat-module__LvrgfW__faqList::-webkit-scrollbar-track{background:0 0}.floating-chat-module__LvrgfW__faqList::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.floating-chat-module__LvrgfW__faqList:after{content:"";flex-shrink:0;height:8px;display:block}.floating-chat-module__LvrgfW__faqItem{color:#475569;cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #0000;border-radius:12px;align-items:center;padding:10px 14px;font-size:13.5px;font-weight:500;line-height:1.4;transition:all .25s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 1px 2px #00000005}.floating-chat-module__LvrgfW__faqItem:hover{color:#1d4ed8;background:#eff6ff;border-color:#3b82f633;transform:translate(4px);box-shadow:0 4px 12px #3b82f614}.floating-chat-module__LvrgfW__inputArea{background:#fff;flex-shrink:0;padding:12px 16px}.floating-chat-module__LvrgfW__form{align-items:center;display:flex;position:relative}.floating-chat-module__LvrgfW__input{color:#0f172a;background:#f8fafc;border:1px solid #0000001a;border-radius:24px;outline:none;width:100%;padding:14px 48px 14px 20px;font-size:14px;transition:all .2s}.floating-chat-module__LvrgfW__input:focus{background:#fff;border-color:#94a3b8;box-shadow:0 0 0 2px #00000008}.floating-chat-module__LvrgfW__sendButton{color:#64748b;cursor:pointer;background:#e2e8f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex;position:absolute;right:6px}.floating-chat-module__LvrgfW__sendButtonActive{color:#fff;background:#2563eb}.floating-chat-module__LvrgfW__sendButton:disabled{opacity:.5;cursor:not-allowed}.floating-chat-module__LvrgfW__toggleButton{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 25px -5px #0003,0 8px 10px -6px #0000001a}.floating-chat-module__LvrgfW__toggleButtonOpen{color:#0f172a;background:#fff;border:1px solid #00000014}.floating-chat-module__LvrgfW__toggleButtonClosed{color:#fff;background:#006ae6;border:none}.floating-chat-module__LvrgfW__toggleButtonClosed:hover{box-shadow:0 10px 25px -5px #0000004d}
