.ZohoCliqAvatar-module__MFDG7W__avatar{width:var(--chat-avatar-size);height:var(--chat-avatar-size);border:var(--stroke-thin) solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-primary-soft);color:var(--color-primary-strong);flex:none;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:visible}.ZohoCliqAvatar-module__MFDG7W__avatar[data-size=medium]{width:var(--chat-avatar-size-large);height:var(--chat-avatar-size-large)}.ZohoCliqAvatar-module__MFDG7W__avatarImage,.ZohoCliqAvatar-module__MFDG7W__avatarFallback{border-radius:inherit;width:100%;height:100%;display:block}.ZohoCliqAvatar-module__MFDG7W__avatarImage{object-fit:cover}.ZohoCliqAvatar-module__MFDG7W__avatarFallback{font-size:var(--text-xs);place-items:center;font-weight:600;display:grid}.ZohoCliqAvatar-module__MFDG7W__avatarFallback svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1.2rem;height:1.2rem}.ZohoCliqAvatar-module__MFDG7W__avatar[data-kind=bot]{background:var(--color-warning-soft);color:var(--color-warning)}.ZohoCliqAvatar-module__MFDG7W__avatar[data-kind=group]{background:var(--color-info-bg);color:var(--color-primary-strong)}.ZohoCliqAvatar-module__MFDG7W__avatarPresence{right:calc(var(--stroke-thin) * -1);bottom:calc(var(--stroke-thin) * -1);width:var(--chat-presence-size);height:var(--chat-presence-size);border:var(--stroke-thin) solid var(--color-surface);border-radius:var(--radius-pill);background:var(--color-text-muted);position:absolute}.ZohoCliqAvatar-module__MFDG7W__avatarPresence[data-presence=available]{background:var(--color-success)}.ZohoCliqAvatar-module__MFDG7W__avatarPresence[data-presence=busy],.ZohoCliqAvatar-module__MFDG7W__avatarPresence[data-presence=dnd]{background:var(--color-danger)}.ZohoCliqAvatar-module__MFDG7W__avatarPresence[data-presence=idle],.ZohoCliqAvatar-module__MFDG7W__avatarPresence[data-presence=away]{background:var(--color-warning)}
.ZohoCliqChatWorkspace-module__qNlxia__page{flex-direction:column;flex:1;min-width:0;height:100%;min-height:0;padding:0;display:flex;overflow:hidden}.ZohoCliqChatWorkspace-module__qNlxia__sidebarHeader h2,.ZohoCliqChatWorkspace-module__qNlxia__conversationHeader h2,.ZohoCliqChatWorkspace-module__qNlxia__conversationHeader p,.ZohoCliqChatWorkspace-module__qNlxia__noSelection h2,.ZohoCliqChatWorkspace-module__qNlxia__noSelection p{margin:0}.ZohoCliqChatWorkspace-module__qNlxia__conversationHeader p,.ZohoCliqChatWorkspace-module__qNlxia__noSelection p{color:var(--color-text-muted);font-size:var(--text-sm)}.ZohoCliqChatWorkspace-module__qNlxia__workspace{grid-template-columns:minmax(0, min(var(--chat-sidebar-width), 45%)) var(--chat-sidebar-resize-handle-width) minmax(0, 1fr);flex:1;min-width:0;min-height:0;display:grid;overflow:hidden}.ZohoCliqChatWorkspace-module__qNlxia__sidebarResizeHandle{z-index:1;width:var(--chat-sidebar-resize-handle-width);min-width:var(--chat-sidebar-resize-handle-width);border:0;border-right:var(--stroke-thin) solid var(--color-border);background:var(--color-surface-sunken);cursor:col-resize;padding:0;position:relative}.ZohoCliqChatWorkspace-module__qNlxia__sidebarResizeHandle:before{border-radius:var(--radius-pill);background:var(--color-border-strong);content:"";opacity:0;width:2px;height:2.75rem;transition:opacity var(--dur-fast) var(--ease-out);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ZohoCliqChatWorkspace-module__qNlxia__sidebarResizeHandle:hover,.ZohoCliqChatWorkspace-module__qNlxia__sidebarResizeHandle:focus-visible,.ZohoCliqChatWorkspace-module__qNlxia__sidebarResizeHandle[data-dragging=true]{background:var(--color-primary-soft)}.ZohoCliqChatWorkspace-module__qNlxia__sidebarResizeHandle:hover:before,.ZohoCliqChatWorkspace-module__qNlxia__sidebarResizeHandle:focus-visible:before,.ZohoCliqChatWorkspace-module__qNlxia__sidebarResizeHandle[data-dragging=true]:before{opacity:1}.ZohoCliqChatWorkspace-module__qNlxia__sidebar{border-right:var(--stroke-thin) solid var(--color-border);background:var(--color-surface-sunken);flex-direction:column;min-width:0;min-height:0;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__sidebarHeader{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-3);border-bottom:var(--stroke-thin) solid var(--color-border);background:var(--color-surface);min-height:4.5rem;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__sidebarHeader>button{white-space:nowrap;flex:none}.ZohoCliqChatWorkspace-module__qNlxia__sidebarHeader h2,.ZohoCliqChatWorkspace-module__qNlxia__conversationHeader h2,.ZohoCliqChatWorkspace-module__qNlxia__noSelection h2{font-size:var(--text-base)}.ZohoCliqChatWorkspace-module__qNlxia__sidebarTitle{align-items:center;gap:var(--space-2);min-width:0;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__sidebarTools{gap:var(--space-2);padding:var(--space-3);border-bottom:var(--stroke-thin) solid var(--color-border);background:var(--color-surface);flex-direction:column;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__searchField{align-items:center;min-width:0;display:flex;position:relative}.ZohoCliqChatWorkspace-module__qNlxia__searchField input{width:100%;padding-inline:var(--space-8) var(--space-6)}.ZohoCliqChatWorkspace-module__qNlxia__searchIcon{left:var(--space-2);z-index:1;color:var(--color-text-muted);font-size:var(--text-lg);pointer-events:none;line-height:1;position:absolute}.ZohoCliqChatWorkspace-module__qNlxia__clearSearch{right:var(--space-2);width:var(--space-5);height:var(--space-5);border-radius:var(--radius-pill);color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:absolute}.ZohoCliqChatWorkspace-module__qNlxia__clearSearch:hover,.ZohoCliqChatWorkspace-module__qNlxia__clearSearch:focus-visible{background:var(--color-surface-tint);color:var(--color-text)}.ZohoCliqChatWorkspace-module__qNlxia__filterTabs{gap:var(--space-1);min-width:0;padding:var(--space-1);border-radius:var(--radius-md);background:var(--color-surface-tint);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.ZohoCliqChatWorkspace-module__qNlxia__filterTab{min-height:var(--touch-target-min);justify-content:center;align-items:center;gap:var(--space-1);min-width:0;padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);color:var(--color-text-muted);font-size:var(--text-xs);text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:0 0;border:0;font-weight:600;display:inline-flex;overflow:hidden}.ZohoCliqChatWorkspace-module__qNlxia__filterTab[data-active=true]{background:var(--cat-ciano-bg);box-shadow:none;color:var(--cat-ciano-fg);outline:var(--stroke-thin) solid var(--cat-ciano-fg);outline-offset:calc(-1 * var(--stroke-thin))}.ZohoCliqChatWorkspace-module__qNlxia__filterTab:hover,.ZohoCliqChatWorkspace-module__qNlxia__filterTab:focus-visible{color:var(--color-text)}.ZohoCliqChatWorkspace-module__qNlxia__filterCount{min-width:var(--space-4);height:var(--space-4);padding-inline:var(--space-1);border-radius:var(--radius-pill);background:var(--color-primary);color:var(--color-surface);font-size:var(--text-xs);place-items:center;line-height:1;display:inline-grid}.ZohoCliqChatWorkspace-module__qNlxia__notificationNotice,.ZohoCliqChatWorkspace-module__qNlxia__staleNotice{align-items:flex-start;gap:var(--space-2);margin:var(--space-2) var(--space-3) 0;padding:var(--space-2);border:var(--stroke-thin) solid var(--color-warning);border-radius:var(--radius-md);background:var(--color-warning-soft);color:var(--color-text);font-size:var(--text-xs);flex:none;grid-template-columns:auto minmax(0,1fr);display:grid}.ZohoCliqChatWorkspace-module__qNlxia__notificationNotice>div{flex:1;min-width:0}.ZohoCliqChatWorkspace-module__qNlxia__notificationNotice strong{font-size:var(--text-xs);display:block}.ZohoCliqChatWorkspace-module__qNlxia__notificationNotice p,.ZohoCliqChatWorkspace-module__qNlxia__staleNotice span{color:var(--color-text-muted);line-height:var(--leading-normal);margin:0}.ZohoCliqChatWorkspace-module__qNlxia__noticeIcon{width:1.25rem;height:1.25rem;color:var(--color-warning);flex:none;place-items:center;display:grid}.ZohoCliqChatWorkspace-module__qNlxia__noticeIcon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1.1rem;height:1.1rem}.ZohoCliqChatWorkspace-module__qNlxia__notificationNotice button{grid-column:2;justify-self:start}.ZohoCliqChatWorkspace-module__qNlxia__notificationNotice[data-muted=true]{border-color:var(--color-border);background:var(--color-surface-tint)}.ZohoCliqChatWorkspace-module__qNlxia__staleNotice{border-color:var(--color-border);background:var(--color-surface-tint);align-items:center}.ZohoCliqChatWorkspace-module__qNlxia__staleNotice span{overflow-wrap:anywhere;flex:1;min-width:0}.ZohoCliqChatWorkspace-module__qNlxia__staleNotice button{flex:none}.ZohoCliqChatWorkspace-module__qNlxia__unreadSummary{color:var(--color-primary-strong);font-size:var(--text-xs);font-weight:var(--weight-semibold);white-space:nowrap}.ZohoCliqChatWorkspace-module__qNlxia__conversationList{min-height:0;padding:var(--space-2);scrollbar-gutter:stable;flex:1;overflow-y:auto}.ZohoCliqChatWorkspace-module__qNlxia__conversationButton{width:100%;min-width:0;min-height:var(--touch-target-min);gap:var(--space-1) var(--space-2);margin-bottom:var(--space-1);padding:var(--space-2) var(--space-3);border:var(--stroke-thin) solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);text-align:left;cursor:pointer;grid-template-columns:auto minmax(0,1fr);display:grid}.ZohoCliqChatWorkspace-module__qNlxia__conversationButton:hover,.ZohoCliqChatWorkspace-module__qNlxia__conversationButton:focus-visible{background:var(--color-surface-tint)}.ZohoCliqChatWorkspace-module__qNlxia__conversationButtonSelected,.ZohoCliqChatWorkspace-module__qNlxia__conversationButtonSelected:hover,.ZohoCliqChatWorkspace-module__qNlxia__conversationButtonSelected:focus-visible{border-color:var(--color-primary);background:var(--color-primary-soft)}.ZohoCliqChatWorkspace-module__qNlxia__conversationButtonUnread:not(.ZohoCliqChatWorkspace-module__qNlxia__conversationButtonSelected){border-color:var(--color-primary);background:var(--color-surface-tint)}.ZohoCliqChatWorkspace-module__qNlxia__conversationTitle{min-width:0;color:var(--color-text);font-size:var(--text-sm);font-weight:var(--weight-semibold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ZohoCliqChatWorkspace-module__qNlxia__conversationDetails{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__conversationTopline,.ZohoCliqChatWorkspace-module__qNlxia__conversationSubline{justify-content:space-between;align-items:center;gap:var(--space-2);min-width:0;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__conversationTopline time{color:var(--color-text-muted);font-size:var(--text-xs);font-variant-numeric:tabular-nums;flex:none}.ZohoCliqChatWorkspace-module__qNlxia__conversationSubline{justify-content:flex-start}.ZohoCliqChatWorkspace-module__qNlxia__conversationType{color:var(--color-text-muted);font-size:var(--text-2xs)}.ZohoCliqChatWorkspace-module__qNlxia__unreadBadge{padding:0 var(--space-1);border-radius:var(--radius-pill);background:var(--color-primary);color:var(--color-surface);font-size:var(--text-2xs);font-weight:var(--weight-semibold);line-height:var(--leading-normal);justify-self:end}.ZohoCliqChatWorkspace-module__qNlxia__conversationPreview{min-width:0;color:var(--color-text-muted);font-size:var(--text-xs);text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;overflow:hidden}.ZohoCliqChatWorkspace-module__qNlxia__conversationPreviewUnread{color:var(--color-text);font-weight:var(--weight-semibold)}.ZohoCliqChatWorkspace-module__qNlxia__messagePanel{background:var(--color-surface-sunken);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.ZohoCliqChatWorkspace-module__qNlxia__conversationHeader{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:var(--stroke-thin) solid var(--color-border);background:var(--color-surface);min-height:4.5rem;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__conversationHeading{align-items:center;gap:var(--space-3);min-width:0;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__conversationMeta{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__presenceBadge{align-items:center;gap:var(--space-1);color:var(--color-text-muted);font-size:var(--text-2xs);line-height:var(--leading-normal);display:inline-flex}.ZohoCliqChatWorkspace-module__qNlxia__presenceDot{width:var(--space-2);height:var(--space-2);border-radius:var(--radius-pill);background:var(--color-text-muted);flex:none}.ZohoCliqChatWorkspace-module__qNlxia__presenceBadge[data-presence=available] .ZohoCliqChatWorkspace-module__qNlxia__presenceDot{background:var(--color-success)}.ZohoCliqChatWorkspace-module__qNlxia__presenceBadge[data-presence=busy] .ZohoCliqChatWorkspace-module__qNlxia__presenceDot,.ZohoCliqChatWorkspace-module__qNlxia__presenceBadge[data-presence=dnd] .ZohoCliqChatWorkspace-module__qNlxia__presenceDot{background:var(--color-danger)}.ZohoCliqChatWorkspace-module__qNlxia__presenceBadge[data-presence=idle] .ZohoCliqChatWorkspace-module__qNlxia__presenceDot,.ZohoCliqChatWorkspace-module__qNlxia__presenceBadge[data-presence=away] .ZohoCliqChatWorkspace-module__qNlxia__presenceDot{background:var(--color-warning)}.ZohoCliqChatWorkspace-module__qNlxia__messageFeed{min-width:0;min-height:0;padding:var(--space-4);scrollbar-gutter:stable;flex-direction:column;flex:1;display:flex;overflow-y:auto}.ZohoCliqChatWorkspace-module__qNlxia__noSelection,.ZohoCliqChatWorkspace-module__qNlxia__emptyMessages,.ZohoCliqChatWorkspace-module__qNlxia__emptyList{justify-content:center;align-items:center;gap:var(--space-2);text-align:center;flex-direction:column;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__noSelection,.ZohoCliqChatWorkspace-module__qNlxia__emptyMessages{padding:var(--space-4);color:var(--color-text-muted);flex:1}.ZohoCliqChatWorkspace-module__qNlxia__emptyList{padding:var(--space-4) var(--space-2);color:var(--color-text-muted);font-size:var(--text-xs)}.ZohoCliqChatWorkspace-module__qNlxia__sidebarError,.ZohoCliqChatWorkspace-module__qNlxia__messageError{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);flex-direction:column;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__sidebarError p,.ZohoCliqChatWorkspace-module__qNlxia__messageError p,.ZohoCliqChatWorkspace-module__qNlxia__sendError{color:var(--color-danger);font-size:var(--text-xs);overflow-wrap:anywhere;margin:0}.ZohoCliqChatWorkspace-module__qNlxia__messageError{margin:auto}.ZohoCliqChatWorkspace-module__qNlxia__sendError{padding:var(--space-2) var(--space-3) 0;background:var(--color-surface)}.ZohoCliqChatWorkspace-module__qNlxia__composer{align-items:stretch;gap:var(--space-2);padding:var(--space-3);border-top:var(--stroke-thin) solid var(--color-border);background:var(--color-surface);flex-direction:column;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__composerRow{align-items:flex-end;gap:var(--space-2);min-width:0;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__composerTools{align-items:center;gap:var(--space-2);flex:none;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__attachmentQueue{gap:var(--space-1);min-width:0;max-width:100%;padding:var(--space-2);border:var(--stroke-thin) solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-tint);flex-wrap:wrap;display:flex}.ZohoCliqChatWorkspace-module__qNlxia__attachmentChip{align-items:center;gap:var(--space-1);max-width:14rem;padding:var(--space-1) var(--space-2);border:var(--stroke-thin) solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface-tint);color:var(--color-text);font-size:var(--text-2xs);display:inline-flex}.ZohoCliqChatWorkspace-module__qNlxia__attachmentChip img{border-radius:var(--radius-sm);object-fit:cover;width:1.5rem;height:1.5rem}.ZohoCliqChatWorkspace-module__qNlxia__attachmentChip>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ZohoCliqChatWorkspace-module__qNlxia__removeAttachment{color:var(--color-text-muted);cursor:pointer;background:0 0;border:0}.ZohoCliqChatWorkspace-module__qNlxia__attachmentError{color:var(--color-danger);font-size:var(--text-2xs);margin:0}.ZohoCliqChatWorkspace-module__qNlxia__messageAttachment{align-items:center;gap:var(--space-2);margin-top:var(--space-2);padding-top:var(--space-2);border-top:var(--stroke-thin) solid var(--color-border);font-size:var(--text-xs);display:flex}.ZohoCliqChatWorkspace-module__qNlxia__messageAttachment>span:not(.ZohoCliqChatWorkspace-module__qNlxia__attachmentError){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ZohoCliqChatWorkspace-module__qNlxia__composer textarea{min-width:0;min-height:var(--chat-composer-height);max-height:var(--chat-composer-max-height);resize:none;flex:1;overflow-y:auto}.ZohoCliqChatWorkspace-module__qNlxia__composer button{min-height:var(--chat-composer-height)}@media (max-width:48rem){.ZohoCliqChatWorkspace-module__qNlxia__workspace{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.ZohoCliqChatWorkspace-module__qNlxia__sidebarResizeHandle{display:none}.ZohoCliqChatWorkspace-module__qNlxia__sidebar{border-right:0;border-bottom:var(--stroke-thin) solid var(--color-border)}.ZohoCliqChatWorkspace-module__qNlxia__conversationList{gap:var(--space-2);flex-direction:column;display:flex;overflow:hidden auto}.ZohoCliqChatWorkspace-module__qNlxia__conversationButton{flex-shrink:0;min-width:0;margin-bottom:0}}.ZohoCliqChatWorkspace-module__qNlxia__workspace[data-sidebar-hidden]{grid-template-columns:minmax(0,1fr)}
.ZohoCliqEnhancements-module__jhBDCW__enhanced{position:relative}.ZohoCliqEnhancements-module__jhBDCW__toolbar{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-bottom:var(--stroke-thin) solid var(--color-border);font-size:var(--text-xs);display:flex}.ZohoCliqEnhancements-module__jhBDCW__appearance{position:relative}.ZohoCliqEnhancements-module__jhBDCW__appearanceMenu{z-index:var(--z-dropdown);gap:var(--space-3);padding:var(--space-4);width:min(22rem, calc(100vw - var(--space-6)));background:var(--color-surface);max-height:65vh;color:var(--color-text);border:var(--stroke-thin) solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--elev-3);flex-direction:column;display:flex;position:absolute;top:100%;right:0;overflow:auto}.ZohoCliqEnhancements-module__jhBDCW__appearanceMenu label{align-items:center;gap:var(--space-2);font-size:var(--text-sm);flex-wrap:wrap;display:flex}.ZohoCliqEnhancements-module__jhBDCW__appearanceMenu select{width:100%}.ZohoCliqEnhancements-module__jhBDCW__messageRow{min-width:0}.ZohoCliqEnhancements-module__jhBDCW__messageActions{gap:var(--space-1);margin:var(--space-1) 0 var(--space-2);flex-wrap:wrap;justify-content:flex-end;display:flex}.ZohoCliqEnhancements-module__jhBDCW__messageActions button{font-size:var(--text-2xs)}.ZohoCliqEnhancements-module__jhBDCW__quote{padding:var(--space-2);border-left:var(--stroke-thin) solid currentColor;background:var(--color-surface-sunken);color:var(--color-text);font-size:var(--text-xs);overflow-wrap:anywhere;flex-direction:column;margin:0;display:flex}.ZohoCliqEnhancements-module__jhBDCW__quote span{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ZohoCliqEnhancements-module__jhBDCW__replyTarget{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);display:flex}.ZohoCliqEnhancements-module__jhBDCW__replyTarget blockquote{flex:1;min-width:0}.ZohoCliqEnhancements-module__jhBDCW__editMessage{padding:var(--space-3);border:var(--stroke-thin) solid var(--color-border);border-radius:var(--radius-md)}.ZohoCliqEnhancements-module__jhBDCW__editMessage label{gap:var(--space-2);flex-direction:column;display:flex}.ZohoCliqEnhancements-module__jhBDCW__mobileBack{display:none}.ZohoCliqEnhancements-module__jhBDCW__enhanced[data-cliq-font=compact]{--cliq-message-font:var(--text-xs)}.ZohoCliqEnhancements-module__jhBDCW__enhanced[data-cliq-font=default]{--cliq-message-font:var(--text-sm)}.ZohoCliqEnhancements-module__jhBDCW__enhanced[data-cliq-font=large]{--cliq-message-font:var(--text-base)}.ZohoCliqEnhancements-module__jhBDCW__enhanced[data-cliq-font=larger]{--cliq-message-font:var(--text-lg)}.ZohoCliqEnhancements-module__jhBDCW__enhanced[data-cliq-density=compact]{--cliq-group-gap:var(--space-1);--cliq-message-padding:var(--space-1)}.ZohoCliqEnhancements-module__jhBDCW__enhanced[data-cliq-color=azul]{--cliq-bubble-bg:var(--cat-azul-bg);--cliq-bubble-fg:var(--cat-azul-fg)}.ZohoCliqEnhancements-module__jhBDCW__enhanced[data-cliq-color=ciano]{--cliq-bubble-bg:var(--cat-ciano-bg);--cliq-bubble-fg:var(--cat-ciano-fg)}.ZohoCliqEnhancements-module__jhBDCW__enhanced[data-cliq-color=violeta]{--cliq-bubble-bg:var(--cat-violeta-bg);--cliq-bubble-fg:var(--cat-violeta-fg)}.ZohoCliqEnhancements-module__jhBDCW__enhanced[data-cliq-color=rosa]{--cliq-bubble-bg:var(--cat-rosa-bg);--cliq-bubble-fg:var(--cat-rosa-fg)}.ZohoCliqEnhancements-module__jhBDCW__enhanced[data-cliq-color=ambar]{--cliq-bubble-bg:var(--cat-ambar-bg);--cliq-bubble-fg:var(--cat-ambar-fg)}.ZohoCliqEnhancements-module__jhBDCW__enhanced[data-cliq-color=cinza]{--cliq-bubble-bg:var(--cat-cinza-bg);--cliq-bubble-fg:var(--cat-cinza-fg)}@media (max-width:48rem){.ZohoCliqEnhancements-module__jhBDCW__mobileBack{display:inline-flex}.ZohoCliqEnhancements-module__jhBDCW__desktopToggle{display:none}}.ZohoCliqEnhancements-module__jhBDCW__attachmentViewer{width:min(64rem,95vw);height:min(50rem,90vh);padding:var(--space-4);border:var(--stroke-thin) solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text);background:var(--color-surface);margin:auto}.ZohoCliqEnhancements-module__jhBDCW__attachmentViewer[open]{gap:var(--space-3);flex-direction:column;display:flex}.ZohoCliqEnhancements-module__jhBDCW__attachmentViewer::backdrop{background:var(--color-overlay,var(--color-surface-sunken))}.ZohoCliqEnhancements-module__jhBDCW__attachmentContent{flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.ZohoCliqEnhancements-module__jhBDCW__attachmentContent img{object-fit:contain;max-width:100%;max-height:100%}.ZohoCliqEnhancements-module__jhBDCW__attachmentContent iframe{border:0;width:100%;height:100%}.ZohoCliqEnhancements-module__jhBDCW__directory{gap:var(--space-2);padding:var(--space-2);max-height:35%;font-size:var(--text-xs);flex-direction:column;display:flex;overflow:auto}.ZohoCliqEnhancements-module__jhBDCW__directory button{flex-direction:column;flex-shrink:0;align-items:flex-start}.ZohoCliqEnhancements-module__jhBDCW__directory small{color:var(--color-text-muted)}
.ChatMessageBubble-module__jDLxxa__row{max-width:100%;margin-bottom:var(--space-1);flex-direction:column;display:flex}.ChatMessageBubble-module__jDLxxa__groupStart{margin-top:var(--cliq-group-gap,var(--space-3))}.ChatMessageBubble-module__jDLxxa__mine{align-items:flex-end}.ChatMessageBubble-module__jDLxxa__received{align-items:flex-start}.ChatMessageBubble-module__jDLxxa__sender{margin:0 0 var(--space-1);padding:0 var(--space-2);color:var(--color-text-muted);font-size:var(--text-2xs);font-weight:var(--weight-semibold)}.ChatMessageBubble-module__jDLxxa__bubble{max-width:var(--chat-message-max-width);gap:var(--space-1);padding:var(--cliq-message-padding,var(--space-2)) var(--space-3);overflow-wrap:anywhere;flex-direction:column;display:flex}.ChatMessageBubble-module__jDLxxa__mine .ChatMessageBubble-module__jDLxxa__bubble{border-radius:var(--radius-md) var(--radius-sm) var(--radius-md) var(--radius-md);background:var(--cliq-bubble-bg,var(--color-primary));color:var(--cliq-bubble-fg,var(--color-surface))}.ChatMessageBubble-module__jDLxxa__received .ChatMessageBubble-module__jDLxxa__bubble{border:var(--stroke-thin) solid var(--color-border);border-radius:var(--radius-sm) var(--radius-md) var(--radius-md) var(--radius-md);background:var(--color-surface);color:var(--color-text)}.ChatMessageBubble-module__jDLxxa__content{font-size:var(--cliq-message-font,var(--text-sm));line-height:var(--leading-normal);white-space:pre-wrap;margin:0}.ChatMessageBubble-module__jDLxxa__time{margin-top:var(--space-1);color:var(--color-text-muted);font-size:var(--text-2xs);font-variant-numeric:tabular-nums;align-self:flex-end}.ChatMessageBubble-module__jDLxxa__mine .ChatMessageBubble-module__jDLxxa__time{color:var(--cliq-bubble-fg,var(--color-primary-soft))}.ChatMessageBubble-module__jDLxxa__cardPreview{gap:var(--space-1);margin-top:var(--space-1);padding:var(--space-2);border-radius:var(--radius-sm);background:var(--color-surface-sunken);color:var(--color-text);flex-direction:column;text-decoration:none;display:flex}.ChatMessageBubble-module__jDLxxa__cardPreviewMine{background:var(--color-primary-strong);color:var(--color-surface)}.ChatMessageBubble-module__jDLxxa__cardPreviewHeader{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.ChatMessageBubble-module__jDLxxa__cardPreviewHeader strong,.ChatMessageBubble-module__jDLxxa__cardPreviewMeta{font-size:var(--text-2xs)}@media (max-width:48rem){.ChatMessageBubble-module__jDLxxa__bubble{max-width:var(--chat-message-mobile-max-width)}}
.ZohoCliqConnectPanel-module__iEX0HG__shell{background:var(--color-surface);flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow-y:auto}.ZohoCliqConnectPanel-module__iEX0HG__content{text-align:center;width:100%;max-width:28rem;padding:var(--space-8) var(--space-6);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;margin:auto;display:flex}.ZohoCliqConnectPanel-module__iEX0HG__iconWrapper{width:4.5rem;height:4.5rem;margin-bottom:var(--space-4);padding:var(--space-3);border-radius:var(--radius-lg);background:var(--color-primary-soft);border:1px solid var(--color-border);box-shadow:var(--elev-1);justify-content:center;align-items:center;display:flex}.ZohoCliqConnectPanel-module__iEX0HG__iconWrapper svg{width:100%;height:100%}.ZohoCliqConnectPanel-module__iEX0HG__title{margin:0 0 var(--space-2) 0;font-size:var(--text-xl);color:var(--color-text);text-align:center;font-weight:600;line-height:1.3}.ZohoCliqConnectPanel-module__iEX0HG__description{max-width:24rem;margin:0 auto var(--space-6) auto;font-size:var(--text-sm);color:var(--color-text-muted);text-align:center;line-height:1.5}.ZohoCliqConnectPanel-module__iEX0HG__connectButton{justify-content:center;align-items:center;gap:var(--space-2);width:100%;max-width:18rem;padding:var(--space-3) var(--space-6);border-radius:var(--radius-md);font-size:var(--text-sm);margin:0 auto;font-weight:600;display:inline-flex}.ZohoCliqConnectPanel-module__iEX0HG__errorState{width:100%;max-width:24rem;margin-top:var(--space-4);padding:var(--space-3);border-radius:var(--radius-md);background:oklch(var(--ink-oklch) / 4%);border:1px solid var(--color-danger);color:var(--color-danger);font-size:var(--text-xs);text-align:left}.ZohoCliqConnectPanel-module__iEX0HG__errorState strong{margin-bottom:var(--space-1);font-weight:600;display:block}.ZohoCliqConnectPanel-module__iEX0HG__warningBox{align-items:center;gap:var(--space-3);flex-direction:column;max-width:24rem;display:flex}.ZohoCliqConnectPanel-module__iEX0HG__warningIcon{border-radius:var(--radius-lg);background:oklch(var(--ink-oklch) / 6%);width:3.5rem;height:3.5rem;color:var(--color-warning);justify-content:center;align-items:center;display:flex}
.ZohoCliqChatWidget-module__OiXU8G__floatingButton{z-index:35;right:calc(var(--space-4) + 3.5rem);bottom:var(--space-4);border:var(--stroke-thin) solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);width:3rem;height:3rem;color:var(--color-text);box-shadow:var(--elev-2);cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;place-items:center;transition:transform .15s,box-shadow .15s;display:grid;position:fixed}.ZohoCliqChatWidget-module__OiXU8G__floatingButton:hover,.ZohoCliqChatWidget-module__OiXU8G__floatingButton:focus-visible{background:var(--color-surface);box-shadow:var(--elev-3);transform:scale(1.05)}.ZohoCliqChatWidget-module__OiXU8G__floatingButton[data-dragging=true]{cursor:grabbing;box-shadow:var(--elev-3)}.ZohoCliqChatWidget-module__OiXU8G__floatingButton svg{width:1.6rem;height:1.6rem}.ZohoCliqChatWidget-module__OiXU8G__badge{min-width:1.25rem;padding:0 var(--space-1);border-radius:var(--radius-pill);background:var(--color-primary);color:var(--color-surface);font-size:var(--text-2xs);font-weight:var(--weight-semibold);text-align:center;line-height:1.25rem;position:absolute;top:-.25rem;right:-.25rem}.ZohoCliqChatWidget-module__OiXU8G__unreadCards{right:var(--space-4);bottom:calc(var(--space-8) * 2);gap:var(--space-2);z-index:var(--z-dropdown);max-width:min(22rem, calc(100vw - var(--space-8)));flex-direction:column;display:flex;position:fixed}.ZohoCliqChatWidget-module__OiXU8G__unreadCards button{text-align:left;box-shadow:var(--elev-2);flex-direction:column;align-items:flex-start;display:flex}.ZohoCliqChatWidget-module__OiXU8G__unreadCards span{font-size:var(--text-xs);overflow-wrap:anywhere}
.ZohoCliqDemoPopup-module__8aq5Kq__launcher{right:var(--space-4);bottom:var(--space-4);z-index:35;align-items:center;gap:var(--space-2);min-height:var(--touch-target-min);padding:var(--space-2) var(--space-3);border:var(--stroke-thin) solid var(--color-primary);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-primary-strong);box-shadow:var(--elev-2);cursor:pointer;font-size:var(--text-xs);font-weight:600;display:inline-flex;position:fixed}.ZohoCliqDemoPopup-module__8aq5Kq__launcher:hover,.ZohoCliqDemoPopup-module__8aq5Kq__launcher:focus-visible{background:var(--color-primary-soft)}.ZohoCliqDemoPopup-module__8aq5Kq__launcher svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1.25rem;height:1.25rem}.ZohoCliqDemoPopup-module__8aq5Kq__backdrop{z-index:40;padding:var(--space-4);background:color-mix(in oklch, var(--chrome-bg) 10%, transparent);pointer-events:none;justify-content:flex-end;align-items:flex-end;display:flex;position:fixed;inset:0}.ZohoCliqDemoPopup-module__8aq5Kq__drawer{width:min(66rem, calc(100vw - 2 * var(--space-4)));height:min(46rem, calc(100vh - 2 * var(--space-4)));border:var(--stroke-thin) solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);min-width:0;min-height:0;box-shadow:var(--elev-3);pointer-events:auto;flex-direction:column;display:flex;overflow:hidden}.ZohoCliqDemoPopup-module__8aq5Kq__header{justify-content:space-between;align-items:center;gap:var(--space-3);min-height:4.25rem;padding:var(--space-3) var(--space-4);border-bottom:var(--stroke-thin) solid var(--color-border);background:var(--cat-ciano-bg);color:var(--cat-ciano-fg);display:flex}.ZohoCliqDemoPopup-module__8aq5Kq__header strong,.ZohoCliqDemoPopup-module__8aq5Kq__header span{display:block}.ZohoCliqDemoPopup-module__8aq5Kq__header strong{font-size:var(--text-base)}.ZohoCliqDemoPopup-module__8aq5Kq__header span{margin-top:var(--space-1);color:var(--cat-ciano-fg);font-size:var(--text-xs)}.ZohoCliqDemoPopup-module__8aq5Kq__headerActions{align-items:center;gap:var(--space-2);display:flex}.ZohoCliqDemoPopup-module__8aq5Kq__workspace{flex:1;min-width:0;min-height:0;display:flex}@media (max-width:48rem){.ZohoCliqDemoPopup-module__8aq5Kq__backdrop{padding:0}.ZohoCliqDemoPopup-module__8aq5Kq__drawer{border-radius:0;width:100%;height:100%}.ZohoCliqDemoPopup-module__8aq5Kq__header{flex-direction:column;align-items:flex-start}.ZohoCliqDemoPopup-module__8aq5Kq__headerActions{justify-content:flex-end;width:100%}}
.ZohoCliqChatDrawer-module__KUGndW__backdrop{z-index:var(--z-dropdown);pointer-events:none;justify-content:flex-end;align-items:flex-end;display:flex;position:fixed;inset:0}.ZohoCliqChatDrawer-module__KUGndW__drawer{left:var(--cliq-panel-left,auto);top:var(--cliq-panel-top,auto);width:var(--cliq-panel-width,min(48rem, calc(100vw - 2 * var(--space-4))));height:var(--cliq-panel-height,min(46rem, 100%));max-height:calc(100vh - var(--space-4));border-radius:var(--radius-lg);background:var(--color-surface);min-width:0;min-height:0;box-shadow:var(--elev-3);pointer-events:auto;flex-direction:column;margin:0;display:flex;position:absolute;overflow:hidden}.ZohoCliqChatDrawer-module__KUGndW__drawerHeader{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--cat-ciano-bg);color:var(--cat-ciano-fg);border-bottom:var(--stroke-thin) solid var(--color-border);display:flex}.ZohoCliqChatDrawer-module__KUGndW__drawerHeader h2,.ZohoCliqChatDrawer-module__KUGndW__drawerHeader p,.ZohoCliqChatDrawer-module__KUGndW__state h3,.ZohoCliqChatDrawer-module__KUGndW__state p{margin:0}.ZohoCliqChatDrawer-module__KUGndW__drawerHeader h2,.ZohoCliqChatDrawer-module__KUGndW__state h3{font-size:var(--text-base)}.ZohoCliqChatDrawer-module__KUGndW__drawerHeader p{color:var(--cat-ciano-fg);font-size:var(--text-xs)}.ZohoCliqChatDrawer-module__KUGndW__state p{color:var(--color-text-muted);font-size:var(--text-xs)}.ZohoCliqChatDrawer-module__KUGndW__headerActions{align-items:center;gap:var(--space-2);display:flex}.ZohoCliqChatDrawer-module__KUGndW__workspace{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.ZohoCliqChatDrawer-module__KUGndW__unreadNotice{gap:var(--space-1);padding:var(--space-2) var(--space-4);border-bottom:var(--stroke-thin) solid var(--color-border);background:var(--color-primary-soft);color:var(--color-text);font-size:var(--text-xs);flex-direction:column;display:flex}.ZohoCliqChatDrawer-module__KUGndW__unreadNotice span{color:var(--color-text-muted)}.ZohoCliqChatDrawer-module__KUGndW__workspace>main{flex:1;min-height:0}.ZohoCliqChatDrawer-module__KUGndW__state{justify-content:center;align-items:center;gap:var(--space-2);min-height:15rem;padding:var(--space-6);text-align:center;flex-direction:column;flex:1;display:flex}@media (max-width:48rem){.ZohoCliqChatDrawer-module__KUGndW__drawer{border-radius:0;width:100%;height:100%;max-height:none;margin:0}}.ZohoCliqChatDrawer-module__KUGndW__moveHandle{min-width:0;color:inherit;cursor:move;touch-action:none;text-align:left;background:0 0;border:0;flex-direction:column;align-items:flex-start;display:flex}.ZohoCliqChatDrawer-module__KUGndW__moveHandle strong{font-size:var(--text-base)}.ZohoCliqChatDrawer-module__KUGndW__moveHandle span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:var(--text-xs);overflow:hidden}.ZohoCliqChatDrawer-module__KUGndW__resizeHandle{color:var(--color-text-muted);background:var(--color-surface);cursor:nwse-resize;touch-action:none;font-size:var(--text-base);border:0;position:absolute;bottom:0;right:0}.ZohoCliqChatDrawer-module__KUGndW__drawer[data-expanded]{inset:var(--space-4);width:auto;height:auto}@media (max-width:48rem){.ZohoCliqChatDrawer-module__KUGndW__drawer,.ZohoCliqChatDrawer-module__KUGndW__drawer[data-expanded]{width:100%;height:100%;inset:0}.ZohoCliqChatDrawer-module__KUGndW__resizeHandle{display:none}.ZohoCliqChatDrawer-module__KUGndW__drawerHeader{padding:var(--space-2);gap:var(--space-1)}.ZohoCliqChatDrawer-module__KUGndW__headerActions{gap:var(--space-1)}}
