.Chat-module__s9cGHa__floatingButton{cursor:pointer;z-index:40;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;transition:all .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #00000026}.Chat-module__s9cGHa__floatingButton.Chat-module__s9cGHa__light{background:linear-gradient(135deg,#e85d04,#f77f00)}.Chat-module__s9cGHa__floatingButton.Chat-module__s9cGHa__dark,.Chat-module__s9cGHa__floatingButton.Chat-module__s9cGHa__light{color:#fff;animation:2s ease-in-out infinite Chat-module__s9cGHa__pulse-glow}.Chat-module__s9cGHa__floatingButton.Chat-module__s9cGHa__dark{background:linear-gradient(135deg,#f77f00,#e85d04)}@keyframes Chat-module__s9cGHa__pulse-glow{0%,to{box-shadow:0 4px 12px #e85d044d,0 0 20px #e85d041a}50%{box-shadow:0 6px 20px #e85d0480,0 0 30px #e85d0440}}.Chat-module__s9cGHa__floatingButton:hover{box-shadow:0 6px 20px #0003}.Chat-module__s9cGHa__floatingButton:active{box-shadow:0 2px 8px #00000026}.Chat-module__s9cGHa__icon{width:24px;height:24px;font-size:24px}.Chat-module__s9cGHa__badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:600;display:flex;position:absolute;top:-8px;right:-8px}.Chat-module__s9cGHa__chatContainer{z-index:9999;border-radius:12px;flex-direction:column;width:90vw;max-width:420px;height:80vh;max-height:600px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 40px #0003}.Chat-module__s9cGHa__chatContainer.Chat-module__s9cGHa__light{background:#fff;border:1px solid #e5e7eb}.Chat-module__s9cGHa__chatContainer.Chat-module__s9cGHa__dark{background:#1f2937;border:1px solid #374151}@media (max-width:640px){.Chat-module__s9cGHa__chatContainer{border-radius:0;width:100vw;max-width:100%;height:100vh;max-height:100%;bottom:0;right:0}.Chat-module__s9cGHa__floatingButton{width:50px;height:50px;font-size:20px;bottom:16px;right:16px}.Chat-module__s9cGHa__icon{width:20px;height:20px;font-size:20px}.Chat-module__s9cGHa__header{padding:12px}.Chat-module__s9cGHa__title{font-size:14px}.Chat-module__s9cGHa__titleIcon{font-size:16px}.Chat-module__s9cGHa__subtitle{font-size:11px}.Chat-module__s9cGHa__messagesList{gap:10px;padding:12px}.Chat-module__s9cGHa__messageBubble{max-width:90%;padding:8px 10px;font-size:13px}.Chat-module__s9cGHa__messageSystem{padding:10px 12px;font-size:12px}.Chat-module__s9cGHa__autoReplyMessage{padding:8px 12px;font-size:12px}.Chat-module__s9cGHa__inputArea{padding:10px}.Chat-module__s9cGHa__inputField{padding:8px 10px;font-size:14px}.Chat-module__s9cGHa__sendButton{min-width:45px;padding:8px 10px;font-size:13px}}.Chat-module__s9cGHa__header{border-bottom:1px solid;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px;display:flex}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__header{border-bottom-color:#e5e7eb}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__header{border-bottom-color:#374151}.Chat-module__s9cGHa__headerContent{flex:1}.Chat-module__s9cGHa__title{align-items:center;gap:8px;margin-bottom:4px;font-size:16px;font-weight:600;display:flex}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__title{color:#1f2937}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__title{color:#f3f4f6}.Chat-module__s9cGHa__titleIcon{color:#e85d04;font-size:18px}.Chat-module__s9cGHa__subtitle{margin:0;font-size:12px}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__subtitle{color:#6b7280}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__subtitle{color:#9ca3af}.Chat-module__s9cGHa__closeButton{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:6px;font-size:18px;transition:transform .2s}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__closeButton{color:#6b7280}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__closeButton{color:#d1d5db}.Chat-module__s9cGHa__closeButton:hover{transform:rotate(90deg)}.Chat-module__s9cGHa__messagesList{scroll-behavior:smooth;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.Chat-module__s9cGHa__messagesList::-webkit-scrollbar{width:6px}.Chat-module__s9cGHa__messagesList::-webkit-scrollbar-track{background:0 0}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__messagesList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__messagesList::-webkit-scrollbar-thumb:hover{background:#9ca3af}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__messagesList::-webkit-scrollbar-thumb{background:#4b5563;border-radius:3px}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__messagesList::-webkit-scrollbar-thumb:hover{background:#6b7280}.Chat-module__s9cGHa__message{gap:8px;animation:.3s ease-out Chat-module__s9cGHa__slideIn;display:flex}@keyframes Chat-module__s9cGHa__slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.Chat-module__s9cGHa__message.Chat-module__s9cGHa__sent{justify-content:flex-end}.Chat-module__s9cGHa__messageBubble{word-wrap:break-word;border-radius:12px;max-width:85%;padding:10px 12px;font-size:14px;line-height:1.4}.Chat-module__s9cGHa__message.Chat-module__s9cGHa__received .Chat-module__s9cGHa__messageBubble{color:#1f2937;background:#f3f4f6;border-bottom-left-radius:4px}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__message.Chat-module__s9cGHa__received .Chat-module__s9cGHa__messageBubble{color:#f3f4f6;background:#374151}.Chat-module__s9cGHa__message.Chat-module__s9cGHa__sent .Chat-module__s9cGHa__messageBubble{color:#fff;background:linear-gradient(135deg,#e85d04,#f77f00);border-bottom-right-radius:4px}.Chat-module__s9cGHa__messageContent{margin-bottom:4px}.Chat-module__s9cGHa__messageSystem{text-align:center;white-space:pre-wrap;padding:12px 16px;font-size:13px;line-height:1.5}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__messageSystem{color:#a84300;background:#fff4e6;border-radius:12px}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__messageSystem{color:#f77f00;background:#e85d0426;border-radius:12px}.Chat-module__s9cGHa__messageTime{opacity:.7;margin-top:4px;font-size:12px}.Chat-module__s9cGHa__messageActions{opacity:0;gap:8px;margin-top:6px;transition:opacity .2s;display:flex}.Chat-module__s9cGHa__message:hover .Chat-module__s9cGHa__messageActions{opacity:1}.Chat-module__s9cGHa__actionButton{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:12px;transition:all .2s}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__actionButton{color:#6b7280}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__actionButton:hover{color:#1f2937;background:#0000001a}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__actionButton{color:#9ca3af}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__actionButton:hover{color:#f3f4f6;background:#ffffff1a}.Chat-module__s9cGHa__replyTo{border-left:3px solid #e85d04;margin-bottom:6px;padding:6px 8px;font-size:12px}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__replyTo{color:#a84300;background:#fff4e6}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__replyTo{color:#f77f00;background:#e85d0426}.Chat-module__s9cGHa__replyToName{margin-bottom:2px;font-weight:600}.Chat-module__s9cGHa__replyToContent{opacity:.8;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Chat-module__s9cGHa__inputArea{border-top:1px solid;flex-direction:column;gap:8px;padding:12px;display:flex}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__inputArea{border-top-color:#e5e7eb}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__inputArea{border-top-color:#374151}.Chat-module__s9cGHa__inputWrapper{align-items:flex-end;gap:8px;display:flex}.Chat-module__s9cGHa__inputField{resize:none;border:1px solid;border-radius:8px;flex:1;max-height:80px;padding:8px 12px;font-family:inherit;font-size:14px;transition:all .2s}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__inputField{color:#1f2937;background:#fff;border-color:#d1d5db}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__inputField:focus{border-color:#e85d04;outline:none;box-shadow:0 0 0 2px #e85d0426}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__inputField{color:#f3f4f6;background:#111827;border-color:#4b5563}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__inputField:focus{border-color:#f77f00;outline:none;box-shadow:0 0 0 2px #f77f0040}.Chat-module__s9cGHa__sendButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e85d04,#f77f00);border:none;border-radius:8px;justify-content:center;align-items:center;min-width:50px;height:36px;padding:8px 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.Chat-module__s9cGHa__sendButton:hover:not(:disabled){background:linear-gradient(135deg,#dc2f02,#e85d04);box-shadow:0 4px 12px #e85d044d}.Chat-module__s9cGHa__sendButton:active:not(:disabled){transform:scale(.95)}.Chat-module__s9cGHa__sendButton:disabled{cursor:not-allowed;opacity:.5}.Chat-module__s9cGHa__autocomplete{z-index:10;border-radius:8px;max-height:150px;margin-bottom:4px;position:absolute;bottom:100%;left:12px;right:12px;overflow-y:auto;box-shadow:0 -4px 12px #0000001a}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__autocomplete{background:#fff;border:1px solid #d1d5db}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__autocomplete{background:#111827;border:1px solid #4b5563}.Chat-module__s9cGHa__autocompleteItem{cursor:pointer;padding:8px 12px;font-size:13px;transition:background-color .2s}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__autocompleteItem:hover{color:#1f2937;background:#f3f4f6}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__autocompleteItem:hover{color:#f3f4f6;background:#1f2937}.Chat-module__s9cGHa__autocompleteItem.Chat-module__s9cGHa__active{color:#fff;background:#e85d04}.Chat-module__s9cGHa__autocompleteLabel{letter-spacing:.5px;opacity:.7;text-transform:uppercase;margin-top:4px;margin-bottom:2px;padding:4px 12px 0;font-size:11px;font-weight:600}.Chat-module__s9cGHa__mentionHighlight{color:#e85d04;background:#e85d0426;border-radius:3px;padding:2px 4px;font-weight:500}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__mentionHighlight{color:#f77f00;background:#f77f0040}.Chat-module__s9cGHa__loadingSpinner{justify-content:center;align-items:center;padding:24px;display:flex}.Chat-module__s9cGHa__spinner{border:2px solid #d1d5db;border-top-color:#e85d04;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite Chat-module__s9cGHa__spin}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__spinner{border-color:#f77f00 #4b5563 #4b5563}@keyframes Chat-module__s9cGHa__spin{to{transform:rotate(1turn)}}.Chat-module__s9cGHa__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:24px;display:flex}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__emptyState{color:#6b7280}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__emptyState{color:#9ca3af}.Chat-module__s9cGHa__emptyIcon{opacity:.5;margin-bottom:12px;font-size:48px}.Chat-module__s9cGHa__emptyText{margin:0;font-size:14px}.Chat-module__s9cGHa__emptyStateInline{text-align:center;margin:8px 0;padding:12px}.Chat-module__s9cGHa__emptyTextSmall{opacity:.6;margin:0;font-size:13px;font-style:italic}.Chat-module__s9cGHa__attachButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px;font-size:16px;transition:all .2s;display:flex}.Chat-module__s9cGHa__attachButton:hover:not(:disabled){color:#e85d04;background:#e85d041a}.Chat-module__s9cGHa__attachButton:disabled{cursor:not-allowed;opacity:.5}.Chat-module__s9cGHa__attachmentsPreview{border-radius:8px;flex-direction:column;gap:8px;margin-bottom:8px;padding:12px;display:flex}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__attachmentsPreview{background:#f9fafb;border:1px solid #e5e7eb}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__attachmentsPreview{background:#1f2937;border:1px solid #374151}.Chat-module__s9cGHa__attachmentItem{border-radius:6px;align-items:center;gap:10px;padding:8px;transition:background .2s;display:flex}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__attachmentItem{background:#fff;border:1px solid #e5e7eb}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__attachmentItem{background:#111827;border:1px solid #374151}.Chat-module__s9cGHa__attachmentIcon{border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__attachmentIcon{color:#e85d04;background:#fff4e6}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__attachmentIcon{color:#f77f00;background:#e85d0426}.Chat-module__s9cGHa__attachmentInfo{flex:1;min-width:0}.Chat-module__s9cGHa__attachmentName{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__attachmentName{color:#1f2937}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__attachmentName{color:#f3f4f6}.Chat-module__s9cGHa__attachmentSize{opacity:.6;margin-top:2px;font-size:11px}.Chat-module__s9cGHa__removeAttachment{cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.Chat-module__s9cGHa__removeAttachment:hover{opacity:1}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__removeAttachment{color:#ef4444}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__removeAttachment:hover{background:#ef44441a}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__removeAttachment{color:#f87171}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__removeAttachment:hover{background:#f872721a}.Chat-module__s9cGHa__uploadProgress{margin-bottom:8px;padding:8px 12px}.Chat-module__s9cGHa__progressItem{align-items:center;gap:8px;margin-bottom:4px;display:flex}.Chat-module__s9cGHa__progressBar{border-radius:2px;flex:1;height:4px;overflow:hidden}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__progressBar{background:#e5e7eb}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__progressBar{background:#374151}.Chat-module__s9cGHa__progressFill{background:linear-gradient(90deg,#e85d04,#f77f00);height:100%;transition:width .3s}.Chat-module__s9cGHa__progressText{opacity:.7;text-align:right;min-width:35px;font-size:11px}.Chat-module__s9cGHa__messageAttachments{flex-direction:column;gap:6px;margin-top:8px;display:flex}.Chat-module__s9cGHa__messageAttachment{cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:8px;text-decoration:none;transition:all .2s;display:flex}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__messageAttachment{background:#f3f4f6;border:1px solid #e5e7eb}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__messageAttachment:hover{background:#e5e7eb;border-color:#d1d5db}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__messageAttachment{background:#374151;border:1px solid #4b5563}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__messageAttachment:hover{background:#4b5563;border-color:#6b7280}.Chat-module__s9cGHa__messageAttachmentIcon{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__messageAttachmentIcon{color:#e85d04;background:#fff4e6}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__messageAttachmentIcon{color:#f77f00;background:#e85d0426}.Chat-module__s9cGHa__messageAttachmentInfo{flex:1;min-width:0}.Chat-module__s9cGHa__messageAttachmentName{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__messageAttachmentName{color:#1f2937}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__messageAttachmentName{color:#f3f4f6}.Chat-module__s9cGHa__messageAttachmentSize{opacity:.6;margin-top:2px;font-size:10px}.Chat-module__s9cGHa__messageImageAttachment{cursor:pointer;border-radius:8px;max-width:300px;text-decoration:none;transition:all .2s;display:block;position:relative;overflow:hidden}.Chat-module__s9cGHa__messageImageAttachment:hover{transform:scale(1.02)}.Chat-module__s9cGHa__messageImage{border-radius:8px;width:100%;height:auto;display:block}.Chat-module__s9cGHa__messageImageOverlay{color:#fff;opacity:0;background:linear-gradient(#0000,#000000b3);align-items:center;gap:8px;padding:8px 12px;font-size:12px;transition:opacity .2s;display:flex;position:absolute;bottom:0;left:0;right:0}.Chat-module__s9cGHa__messageImageAttachment:hover .Chat-module__s9cGHa__messageImageOverlay{opacity:1}.Chat-module__s9cGHa__messageImageOverlay span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Chat-module__s9cGHa__autoReplyMessage{text-align:center;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:13px;line-height:1.5;animation:.3s ease-out Chat-module__s9cGHa__slideIn;display:flex}.Chat-module__s9cGHa__light .Chat-module__s9cGHa__autoReplyMessage{color:#a84300;background:linear-gradient(135deg,#fff4e6,#ffe8cc);border:1px solid #e85d0433;border-radius:12px}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__autoReplyMessage{color:#f77f00;background:linear-gradient(135deg,#e85d0426,#f77f001a);border:1px solid #f77f0033;border-radius:12px}.Chat-module__s9cGHa__typingIndicator{align-items:center;gap:4px;padding:8px 12px;display:flex}.Chat-module__s9cGHa__typingDot{background:#e85d04;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite Chat-module__s9cGHa__typingBounce}.Chat-module__s9cGHa__dark .Chat-module__s9cGHa__typingDot{background:#f77f00}.Chat-module__s9cGHa__typingDot:first-child{animation-delay:0s}.Chat-module__s9cGHa__typingDot:nth-child(2){animation-delay:.2s}.Chat-module__s9cGHa__typingDot:nth-child(3){animation-delay:.4s}@keyframes Chat-module__s9cGHa__typingBounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.Chat-module__s9cGHa__welcomeHeader{align-items:center;gap:6px;margin-bottom:8px;font-size:15px;font-weight:600;display:flex}
