.chatView_chatView__lvVyy{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;opacity:1;position:relative;width:100%;max-width:none;margin:0}.chatView_scrollArea__okmWl{padding:12px 0;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--cdme) transparent}.chatView_scrollArea__okmWl::-webkit-scrollbar{width:6px}.chatView_scrollArea__okmWl::-webkit-scrollbar-track{background:transparent}.chatView_scrollArea__okmWl::-webkit-scrollbar-thumb{background:var(--color-secondary);border-radius:999px}.chatView_scrollAreaSearch__kE9jC{padding-top:64px}.chatView_scrollAreaWithComposer__VaWGH{padding-bottom:16px}.chatView_scrollAreaWithFormattingDrawer__UDHGY{padding-bottom:72px}.chatView_emptyState__VyBcr{display:flex;min-height:180px;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:32px 20px;color:var(--color-dark-muted);text-align:center}.chatView_emptyStateIcon__Ki7Zv{width:68px;height:68px;color:var(--color-primary);opacity:.82}.chatView_emptyStateTitle__1nt46{color:var(--color-dark);font-size:1rem;font-weight:600}.chatView_emptyStateCopy__hrhqL{font-size:.82rem;line-height:1.45}.chatView_typingIndicatorPosition__6_Wnf{position:absolute;bottom:12px;left:50%;z-index:7;width:min(100%,1000px);padding:0 16px;box-sizing:border-box;transform:translateX(-50%);pointer-events:none}.chatView_typingIndicatorPositionWithComposer__petW0{bottom:60px}.chatView_typingIndicator__6eOkc{display:inline-flex;align-items:center;gap:8px;padding:8px 12px 6px;border:none;border-radius:var(--border-radius-large);border-top-left-radius:var(--border-radius-small);background:var(--color-primary);box-shadow:none;color:var(--color-white);font-size:.8rem;animation:chatView_typingIndicatorIn__3Ov9b .18s ease-out both}.chatView_typingIndicatorExiting__vcPXI{animation:chatView_typingIndicatorOut__Jmp7A .18s ease-in both}@keyframes chatView_typingIndicatorIn__3Ov9b{0%{opacity:0;transform:translateY(4px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes chatView_typingIndicatorOut__Jmp7A{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(4px) scale(.97)}}.chatView_typingDots__x1XCL{display:inline-flex;align-items:center;gap:3px}.chatView_typingDots__x1XCL i{width:5px;height:5px;border-radius:50%;background:var(--color-white);animation:chatView_typingBounce__2wx_V 1s ease-in-out infinite}.chatView_typingDots__x1XCL i:nth-child(2){animation-delay:.12s}.chatView_typingDots__x1XCL i:nth-child(3){animation-delay:.24s}@keyframes chatView_typingBounce__2wx_V{0%,60%,to{transform:translateY(0);opacity:.55}30%{transform:translateY(-4px);opacity:1}}.chatView_searchOverlay__llaQY{position:absolute;top:12px;left:16px;right:16px;z-index:5;display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--color-container);border:1px solid var(--color-white-blue);border-radius:var(--border-radius-large);box-shadow:var(--drop-shadow-subtle)}.chatView_searchInput__O_XlX{height:36px;border-radius:var(--border-radius-medium);padding:6px 10px;background:var(--color-plain-bg);border:1px solid var(--color-white-blue);flex:1}.chatView_searchClose__mmZVO{width:32px;height:32px;border-radius:999px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-dark-muted)}.chatView_searchClose__mmZVO:hover{background:var(--color-plain-bg);color:var(--color-plain)}.chatView_newMessageButton__pK7X6{position:absolute;box-sizing:border-box;left:50%;bottom:16px;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;border:1px solid var(--color-white-blue);background:var(--color-white);color:var(--color-dark);box-shadow:var(--drop-shadow-slight);cursor:pointer;font-size:.85rem;z-index:6;transform:translateX(-50%);transition:left .16s ease,bottom .16s ease,transform .16s ease}.chatView_newMessageButton__pK7X6:hover{background:var(--color-white);color:var(--color-plain)}.chatView_newMessageButton__pK7X6[data-drawer-aligned=true]{padding:6px 10px;color:var(--color-plain);font-size:.78rem;line-height:1.2}.chatView_newMessageButton__pK7X6[data-compact=true]{justify-content:center;min-width:36px;padding:6px;gap:0}.chatView_messageRow__oMa8I{display:flex;width:100%;max-width:1000px;min-width:0;margin-left:auto;margin-right:auto;margin-bottom:8px;padding:2px 16px;position:relative;z-index:1;box-sizing:border-box}.chatView_messageRow__oMa8I>*{min-width:0}.chatView_messageRowReplySelected__qfstf{background:color-mix(in srgb,var(--color-plain-bg) 78%,var(--color-plain));border-radius:var(--border-radius-medium);transition:background .16s ease}.chatView_rightRow__zcft1{width:100%;justify-content:flex-end}.chatView_messageStack__4Ye7D{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;max-width:75%;transform:translateX(var(--swipe-x,0));transition:transform .16s ease-out;touch-action:pan-y}.chatView_messageRow__oMa8I[data-swipe-dragging=true] .chatView_messageStack__4Ye7D{transition:none;cursor:grabbing;will-change:transform;user-select:none;-webkit-user-select:none}.chatView_messageStackRight__8GqJP{width:auto;max-width:min(70%,620px);align-items:flex-end}.chatView_messageStackWithSenderAvatar__9cyCL{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;column-gap:8px;box-sizing:border-box}.chatView_messageStackContent__GHh7c{display:flex;flex-direction:column;align-items:inherit;gap:6px;min-width:0;max-width:100%}.chatView_messageSenderAvatar__twF69{position:sticky;top:0;z-index:2;align-self:start;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;overflow:hidden;border:1px solid var(--color-white-blue);border-radius:var(--border-radius-round);background:var(--color-blue-transparentest);color:var(--color-blue-medium);font-size:.64rem;font-weight:700;line-height:1}.chatView_messageSenderAvatar__twF69 img{width:100%;height:100%;object-fit:cover}.chatView_messageAttachmentsPane__4awVo{display:flex;width:min(320px,72vw);max-width:100%;flex-direction:column;gap:8px;box-sizing:border-box;padding:6px;overflow:hidden;border-radius:var(--border-radius-large)}.chatView_messageAttachmentsPaneMine__s_UR_{align-items:flex-end;border:1px solid rgba(0,0,0,.02);background:var(--color-secondary);color:var(--color-white)}.chatView_messageAttachmentsPaneMine__s_UR_ .chatView_editedTag__gE2sO,.chatView_messageAttachmentsPaneMine__s_UR_ .chatView_pendingText__ifNX9,.chatView_messageAttachmentsPaneMine__s_UR_ .chatView_time__XGfqB{color:rgba(255,255,255,.85)}.chatView_messageAttachmentsPaneMine__s_UR_ .chatView_failedText__na6kh{color:#ffd6d6}.chatView_messageAttachmentsPaneMine__s_UR_ .chatView_pendingSpinner__m4O9Q{border-color:#fff rgba(255,255,255,.35) rgba(255,255,255,.35)}.chatView_messageAttachmentsPaneOther__2Np3_{align-items:flex-start;border:1px solid var(--color-white-blue);background:var(--color-white);color:var(--color-dark)}.chatView_messageAttachmentsPaneOther__2Np3_ .chatView_attachmentCard__TWZ65{background:var(--color-container);border-color:var(--color-white-blue)}.chatView_messageAttachmentsPane__4awVo .chatView_chatImageGrid__U2pE7{width:100%;height:auto;aspect-ratio:1/1;border-radius:calc(var(--border-radius-large) - 6px)}.chatView_messageAttachmentsPane__4awVo .chatView_chatAttachmentImageButton__P424L,.chatView_messageAttachmentsPane__4awVo .chatView_chatAttachmentImage__mw67L{border-radius:inherit}.chatView_messageAttachmentsPane__4awVo .chatView_attachmentCard__TWZ65{width:100%}.chatView_messageAttachmentsPane__4awVo .chatView_chatImageGridSingle__ff5fW .chatView_chatAttachmentImageButton__P424L,.chatView_messageAttachmentsPane__4awVo .chatView_chatImageGridSingle__ff5fW .chatView_chatAttachmentImage__mw67L{height:100%}.chatView_messageAttachmentsPane__4awVo .chatView_chatImageGridSingle__ff5fW .chatView_chatAttachmentImage__mw67L{max-height:none;object-fit:cover}.chatView_messageAttachmentsPane__4awVo .chatView_chatImageGridMultiple__73XKL{aspect-ratio:1/1}.chatView_messageAttachmentsPaneWithFooter__Q_qbZ{gap:0}.chatView_attachmentFooter__e8BzJ{display:flex;align-items:center;min-height:28px;gap:8px;padding:6px 2px 0}.chatView_messageAttachmentsPaneOther__2Np3_ .chatView_attachmentFooter__e8BzJ{align-self:stretch;justify-content:flex-end}.chatView_attachmentFooter__e8BzJ .chatView_meta__ez4qv{align-self:center;margin:0 0 0 auto}.chatView_attachmentFooter__e8BzJ .chatView_messageReadBy__ho3iI{align-self:center;margin-right:auto;padding-right:0}.chatView_attachmentFooter__e8BzJ button[title="Message actions"]{flex:0 0 auto}.chatView_swipeReplyIndicator___Cot6{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius-round);background:var(--color-plain);color:var(--color-white);opacity:var(--swipe-opacity,0);transition:opacity .16s ease-out;pointer-events:none;z-index:1}.chatView_swipeReplyIndicatorMine__zbwyo{right:8px}.chatView_swipeReplyIndicatorOther__hADjs{left:8px}.chatView_messageRow__oMa8I[data-swipe-dragging=true] .chatView_swipeReplyIndicator___Cot6{transition:none}.chatView_messageBubbleRow__S5Oy9{position:relative;display:inline-block;min-width:0;max-width:100%;overflow:visible}.chatView_messageBubbleRowMine___OR2y:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:48px}.chatView_messageBubbleRowOther__huNKo:after{content:"";position:absolute;top:0;bottom:0;left:100%;width:48px}.chatView_messageBubbleRowMine___OR2y .chatView_messageSideReactions__t6FuP{position:absolute;top:50%;right:calc(100% + 6px);transform:translateY(-50%);z-index:12}.chatView_messageBubbleRowOther__huNKo .chatView_messageSideReactions__t6FuP{position:absolute;top:50%;left:calc(100% + 6px);transform:translateY(-50%);z-index:12}.chatView_messageSideReactionPopover__TzRXd{box-shadow:none!important;overflow:visible}.chatView_messageSideReactions__t6FuP{position:relative;width:28px;height:28px;flex-shrink:0;overflow:visible}.chatView_messageSideReactionButton__1FjUZ{border:1px solid var(--color-white-blue);background:var(--color-white);width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--border-radius-round);cursor:pointer;color:var(--color-dark-muted);font-size:1rem;box-shadow:var(--drop-shadow-subtle)}.chatView_messageSideReactionButton__1FjUZ:hover{background:var(--color-success-bg);color:var(--color-secondary)}.chatView_messageRowHighlight__hgtti .chatView_bubbleLeft__BSdRE,.chatView_messageRowHighlight__hgtti .chatView_bubbleRight__1rXwx,.chatView_messageRowHighlight__hgtti .chatView_messageAttachmentsPane__4awVo{box-shadow:0 0 0 2px var(--color-plain)}.chatView_attachmentCard__TWZ65{width:100%;min-width:0;box-sizing:border-box;margin-top:0;padding:8px 10px;border:1px solid;border-radius:var(--border-radius-medium);cursor:pointer;background:rgba(255,255,255,.16);color:inherit;display:flex;align-items:center;gap:8px;overflow:hidden;text-align:left}.chatView_bubbleLeft__BSdRE .chatView_attachmentCard__TWZ65{color:var(--color-dark);background:var(--color-container);border-color:var(--color-white-blue)}.chatView_attachmentCard__TWZ65:hover{filter:brightness(.98)}.chatView_attachmentIcon__51Ur_{flex:0 0 auto;width:17px;height:17px;color:currentColor;opacity:.9}.chatView_attachmentText__e3pgs{min-width:0;flex:1 1 auto;font-size:.85rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatView_bubbleLeft__BSdRE,.chatView_bubbleRight__1rXwx{display:inline-flex;flex-direction:column;width:auto;max-width:100%;min-width:0;overflow:visible;padding:8px 12px 6px;border-radius:var(--border-radius-large);position:relative;box-shadow:var(--drop-shadow-slight);box-sizing:border-box}.chatView_messageStackRight__8GqJP .chatView_bubbleRight__1rXwx{width:auto;min-width:106px;max-width:100%}.chatView_bubbleLeft__BSdRE{background:var(--color-white);border:1px solid var(--color-white-blue);border-top-left-radius:var(--border-radius-small)}.chatView_bubbleRight__1rXwx{color:white;background:var(--color-secondary);border:1px solid rgba(0,0,0,.02);align-items:stretch;border-top-right-radius:var(--border-radius-small)}.chatView_bubbleRight__1rXwx [data-mention]{background:rgba(255,255,255,.18);color:var(--color-white)}.chatView_bubbleLarge__TOQF8,.chatView_bubbleMedium__RbKhl,.chatView_bubbleSmall__Ww_gG,.chatView_bubbleTiny__GUmh5{width:fit-content;min-width:106px;max-width:min(75vw,520px)}.chatView_bubbleMultiline__ofaJs{min-width:128px}.chatView_bubbleRight__1rXwx .chatView_editedTag__gE2sO,.chatView_bubbleRight__1rXwx .chatView_pendingText__ifNX9,.chatView_bubbleRight__1rXwx .chatView_time__XGfqB{color:rgba(255,255,255,.85)}.chatView_bubbleRight__1rXwx .chatView_failedText__na6kh{color:#ffd6d6}.chatView_bubbleRight__1rXwx .chatView_pendingSpinner__m4O9Q{border-color:#fff rgba(255,255,255,.35) rgba(255,255,255,.35)}.chatView_bubbleRight__1rXwx .chatView_readIconDelivered__OU5uy{color:rgba(255,255,255,.6)}.chatView_bubbleRight__1rXwx .chatView_readIconRead__5SWD3{color:#fff}.chatView_messageHeader__i0oeo{display:block;width:100%;max-width:100%;min-width:0;align-items:flex-start;gap:8px;box-sizing:border-box}.chatView_messageStackRight__8GqJP .chatView_messageHeader__i0oeo{display:block;width:100%;max-width:100%;min-width:0;padding-left:4px;box-sizing:border-box}.chatView_messageHeaderWithMenu__NRVoq{padding-right:28px}.chatView_senderName___n_sa{font-size:.72rem;font-weight:600;color:var(--color-dark-muted);white-space:nowrap}.chatView_messageContent___F_VP{display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;min-width:0;overflow:visible;flex:1;box-sizing:border-box}.chatView_messageStackRight__8GqJP .chatView_messageContent___F_VP{display:flex;flex-direction:column;width:100%;max-width:100%;min-width:0}.chatView_messageContentReply__D0UMN{gap:10px}.chatView_messageText__vbA_h,.chatView_messageText__vbA_h span{min-width:0;max-width:100%;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;font-size:.9rem;line-height:1.5;box-sizing:border-box}.chatView_messageStackRight__8GqJP .chatView_messageText__vbA_h{display:block;width:100%;max-width:100%;min-width:0;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.chatView_meta__ez4qv{position:static;transform:none;z-index:auto;display:inline-flex;align-self:flex-end;justify-content:flex-end;align-items:center;gap:7px;margin-top:4px;margin-left:48px;line-height:1;font-size:.68rem;white-space:nowrap}.chatView_time__XGfqB{font-size:.68rem;flex:0 0 auto}.chatView_readIcon__6sVBx{margin-left:0;font-size:.92rem;flex:0 0 auto}.chatView_readIconDelivered__OU5uy{color:rgba(255,255,255,.6)}.chatView_readIconRead__5SWD3{color:#fff}.chatView_pendingText__ifNX9{color:var(--color-dark-muted)}.chatView_failedText__na6kh,.chatView_pendingText__ifNX9{font-size:.72rem;display:inline-flex;align-items:center;gap:6px}.chatView_failedText__na6kh{color:var(--danger)}.chatView_retryButton__pOdyG{appearance:none;border:0;border-radius:var(--border-radius-small);background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;cursor:pointer;font:inherit;font-weight:600;line-height:1;padding:3px 6px}.chatView_retryButton__pOdyG:hover{background:color-mix(in srgb,currentColor 20%,transparent)}.chatView_pendingSpinner__m4O9Q{width:12px;height:12px;border-radius:999px;border:2px solid var(--color-white-blue);border-top-color:var(--color-plain);animation:chatView_spin__Vvpzn .8s linear infinite}@keyframes chatView_spin__Vvpzn{to{transform:rotate(1turn)}}.chatView_menuContainer__vpGeG{position:absolute;top:6px;right:6px;z-index:2;display:inline-flex;align-items:center;justify-content:center}.chatView_menuContainerWithSender__iYnXk{top:26px}.chatView_replyPreview__Rr3Fv{min-width:0;padding:8px 10px;border-radius:var(--border-radius-medium);background:rgba(255,255,255,.7);border:1px solid var(--color-white-blue);margin-bottom:8px}.chatView_replyPreviewBubble__zivy5{width:fit-content;max-width:92%;padding:8px 10px;border-radius:var(--border-radius-medium);background:var(--color-success-bg);border:1px solid color-mix(in srgb,var(--color-success) 30%,transparent);color:var(--color-success);appearance:none;cursor:pointer;font:inherit;text-align:left;transition:background-color .16s ease,border-color .16s ease}.chatView_replyPreviewBubble__zivy5:focus-visible:not(:disabled),.chatView_replyPreviewBubble__zivy5:hover:not(:disabled){background:color-mix(in srgb,var(--color-success-bg) 78%,var(--color-success));border-color:color-mix(in srgb,var(--color-success) 55%,transparent)}.chatView_replyPreviewBubble__zivy5:focus-visible{outline:2px solid var(--color-success);outline-offset:2px}.chatView_replyPreviewBubble__zivy5:disabled{cursor:default}.chatView_replyTitle__xUOJy{font-size:.72rem;color:var(--color-success);font-weight:600;margin-bottom:4px}.chatView_replyMessage__0FBb0{font-size:.8rem;color:var(--color-success);display:flex;align-items:center;gap:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatView_replyMessage__0FBb0 span{min-width:0;overflow:hidden;text-overflow:ellipsis}.chatView_replyAttachmentIcon__ZO2di{flex:0 0 auto;font-size:.9em}.chatView_messageActionBar__NWwAV{position:fixed;display:inline-flex;align-items:center;gap:6px;padding:4px 6px;background:var(--color-white);border:1px solid var(--color-white-blue);border-radius:999px;box-shadow:var(--drop-shadow-subtle)}.chatView_messageActionButton__FizFo{border:none;background:transparent;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;cursor:pointer;color:var(--color-dark-muted);font-size:1rem}.chatView_messageActionButton__FizFo:hover,.chatView_messageActionReply__iNqT2{background:var(--color-success-bg);color:var(--color-secondary)}.chatView_messageActionReply__iNqT2{border:none;height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;font-size:.75rem;cursor:pointer}.chatView_messageActionReply__iNqT2:hover{background:var(--color-white-blue)}.chatView_messageActionReply__iNqT2 svg{font-size:.95rem}.chatView_reactionPicker__PesDJ{position:fixed;background:var(--color-white);border:1px solid var(--color-white-blue);border-radius:var(--border-radius-large);padding:6px;display:flex;gap:4px;box-shadow:var(--drop-shadow-medium)}.chatView_reactionPick__vqQ7X{border:none;background:transparent;font-size:18px;cursor:pointer;padding:4px;border-radius:6px}.chatView_reactionPick__vqQ7X:hover{background:var(--color-plain-bg)}.chatView_reactionRow__FDIJX{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.chatView_reactionRowOutside__I1Bfj{margin-top:0}.chatView_messageReadBy__ho3iI{display:flex;align-items:center;align-self:flex-end;min-height:18px;padding-right:2px}.chatView_messageReadByAvatar___9zU9{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:-4px;overflow:hidden;border:2px solid var(--color-container);border-radius:var(--border-radius-round);background:var(--color-primary);color:var(--color-white);font-size:.48rem;font-weight:700;line-height:1}.chatView_messageReadByAvatar___9zU9:first-child{margin-left:0}.chatView_messageReadByAvatar___9zU9 img{width:100%;height:100%;object-fit:cover}.chatView_messageReadByMore__02oFT{background:var(--color-white-blue);color:var(--color-dark-muted);font-size:.5rem}.chatView_chatStackedReactions__uLbLw{height:24px;transform:scale(.8);transform-origin:left center}.chatView_reactionChip__WSMdJ{border:1px solid var(--color-white-blue);background:var(--color-white);border-radius:999px;padding:2px 8px;display:inline-flex;align-items:center;gap:4px;font-size:.8rem;cursor:pointer}.chatView_reactionChipActive__g2Nhj{background:var(--color-plain-bg);border-color:var(--color-plain);color:var(--color-plain)}.chatView_reactionCount__ElQNo{font-size:.75rem;color:var(--color-dark-muted)}.chatView_deletedText__68KZp{opacity:.6;font-style:italic;pointer-events:none}.chatView_editedTag__gE2sO{font-size:.7rem;opacity:.75;margin-left:0;vertical-align:middle;flex:0 0 auto}.chatView_editedInline__zvQIv{display:inline;margin-left:6px;font-size:.7rem;opacity:.75;white-space:nowrap;vertical-align:baseline}.chatView_pdfPreviewContainer__GSmfL{width:90vw;height:80vh}.chatView_imagePreview__BJYz3{max-width:100%;max-height:100%;object-fit:contain}.chatView_imagePreviewContainer__KLEgT{width:50vw;max-width:720px;height:75vh;margin:0 auto;display:flex;align-items:center;justify-content:center;overflow:auto}.chatView_chatAttachmentImage__mw67L{display:block;width:100%;max-width:320px;max-height:320px;height:auto;object-fit:contain;border-radius:10px}.chatView_chatAttachmentImageButton__P424L{border:none;background:transparent;padding:0;margin-top:8px;width:100%;cursor:pointer;display:flex;justify-content:center}.chatView_historyLoader__HlbD2{display:flex;align-items:center;justify-content:center;min-height:28px;padding:8px 0;width:100%;color:var(--color-dark-muted);font-size:.78rem;font-weight:600}.chatView_showMoreTextButton__7IO_f{display:flex;align-items:center;width:fit-content;border:none;background:transparent;color:var(--online);font-weight:600;font-size:.78rem;cursor:pointer;padding:0;margin-top:4px}.chatView_bubbleRight__1rXwx .chatView_showMoreTextButton__7IO_f{color:var(--teal)}.chatView_showMoreTextButton__7IO_f:hover{text-decoration:underline}.chatView_messageOrderedList__jKnS6,.chatView_messageUnorderedList__1O8uW{margin:0;padding-left:20px;white-space:normal}.chatView_messageOrderedList__jKnS6 li,.chatView_messageUnorderedList__1O8uW li{margin:2px 0;padding-left:2px}.chatView_messageBlankLine__3jNt8{display:block;min-height:.75em}.chatView_messageLink__Qn_EQ,.chatView_richMessageText__f9_7r a{color:#fff;text-decoration:underline;text-underline-offset:2px;font-weight:500;word-break:break-word;overflow-wrap:anywhere}.chatView_bubbleRight__1rXwx .chatView_richMessageText__f9_7r a,.chatView_messageLinkMine__3ybPg{color:#fff}.chatView_bubbleLeft__BSdRE .chatView_richMessageText__f9_7r a,.chatView_messageLinkOther__PABnA{color:var(--color-plain)}.chatView_messageLink__Qn_EQ:hover,.chatView_richMessageText__f9_7r a:hover{opacity:.85}.chatView_richMessageText__f9_7r{display:block;width:100%;white-space:pre-wrap;line-height:1.45}.chatView_richMessageText__f9_7r,.chatView_richMessageText__f9_7r *,.chatView_richMessageText__f9_7r b,.chatView_richMessageText__f9_7r em,.chatView_richMessageText__f9_7r i,.chatView_richMessageText__f9_7r span,.chatView_richMessageText__f9_7r strong,.chatView_richMessageText__f9_7r u{max-width:100%;min-width:0;word-break:break-word;overflow-wrap:anywhere;box-sizing:border-box}.chatView_messageTruncationMeasure__yIpiC{position:fixed;top:0;left:-10000px;visibility:hidden;pointer-events:none;overflow:visible}.chatView_richMessageText__f9_7r div,.chatView_richMessageText__f9_7r p{margin:0}.chatView_richMessageText__f9_7r div+div,.chatView_richMessageText__f9_7r p+p{margin-top:4px}.chatView_richMessageText__f9_7r h1,.chatView_richMessageText__f9_7r h2,.chatView_richMessageText__f9_7r h3{margin:8px 0 4px;color:inherit;font-weight:700;line-height:1.2}.chatView_richMessageText__f9_7r h1{font-size:1.15rem}.chatView_richMessageText__f9_7r h2{font-size:1.05rem}.chatView_richMessageText__f9_7r h3{font-size:.95rem}.chatView_richMessageText__f9_7r ol,.chatView_richMessageText__f9_7r ul{margin:0;padding-left:20px;white-space:normal}.chatView_richMessageText__f9_7r li{margin:2px 0;padding-left:2px}.chatView_richMessageText__f9_7r hr{border:0;height:1px;margin:6px 0;background:currentColor;opacity:.25}.chatView_richMessageText__f9_7r blockquote{margin:6px 0;padding:4px 0 4px 10px;border-left:3px solid var(--color-plain);color:var(--color-dark-muted);font-style:italic}.chatView_bubbleRight__1rXwx .chatView_richMessageText__f9_7r blockquote{border-left-color:rgba(255,255,255,.8);color:rgba(255,255,255,.9)}.chatView_richMessageText__f9_7r code,.chatView_richMessageText__f9_7r pre{font-family:var(
        --font-mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace
    )}.chatView_richMessageText__f9_7r code{padding:.1em .35em;font-size:.9em}.chatView_richMessageText__f9_7r code,.chatView_richMessageText__f9_7r pre{border:1px solid var(--color-white-blue);border-radius:var(--border-radius-small);background:var(--color-container);color:var(--color-dark)}.chatView_richMessageText__f9_7r pre{max-width:100%;margin:6px 0;padding:10px;overflow-x:auto;white-space:pre}.chatView_richMessageText__f9_7r pre code{padding:0;border:0;border-radius:0;background:transparent;color:inherit;font-size:inherit}.chatView_bubbleRight__1rXwx .chatView_richMessageText__f9_7r code{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.18);color:var(--color-white)}.chatView_bubbleRight__1rXwx .chatView_richMessageText__f9_7r pre{border-color:rgba(255,255,255,.22);background:rgba(0,0,0,.14);color:var(--color-white)}.chatView_bubbleRight__1rXwx .chatView_richMessageText__f9_7r pre code{border:0;background:transparent;color:inherit}.chatView_richMessageText__f9_7r b,.chatView_richMessageText__f9_7r b *,.chatView_richMessageText__f9_7r strong,.chatView_richMessageText__f9_7r strong *{font-weight:700!important}.chatView_richMessageText__f9_7r em,.chatView_richMessageText__f9_7r em *,.chatView_richMessageText__f9_7r i,.chatView_richMessageText__f9_7r i *{font-style:italic!important}.chatView_richMessageText__f9_7r u,.chatView_richMessageText__f9_7r u *{text-decoration:underline!important;text-underline-offset:2px}.chatView_richMessageText__f9_7r img{display:block;width:240px;max-width:240px;max-height:240px;height:auto;border-radius:10px;object-fit:cover;margin-top:6px}.chatView_dateDivider__eJ4Zy{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;margin:14px 0;padding:0 12px;pointer-events:none}.chatView_dateDividerLabel__1iUbz{display:inline-flex;align-items:center;justify-content:center;padding:0 12px;color:var(--color-dark-muted);font-family:var(--font-primary);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.01em;white-space:nowrap}.chatView_dateDivider__eJ4Zy:after,.chatView_dateDivider__eJ4Zy:before{content:"";flex:1;height:1px;background-color:var(--color-white-blue)}.chatView_dateDivider__eJ4Zy:before{margin-right:12px}.chatView_dateDivider__eJ4Zy:after{margin-left:12px}.chatView_chatImageGrid__U2pE7{width:min(320px,72vw);max-width:100%;margin-top:0;overflow:hidden;border-radius:var(--border-radius-small)}.chatView_chatImageGridSingle__ff5fW{display:block}.chatView_chatImageGridSingle__ff5fW .chatView_chatAttachmentImageButton__P424L{display:block;width:100%;height:auto;margin-top:0;line-height:0}.chatView_chatImageGridSingle__ff5fW .chatView_chatAttachmentImage__mw67L{display:block;width:100%;max-width:none;height:auto;max-height:360px;object-fit:contain}.chatView_chatImageGridMultiple__73XKL{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;aspect-ratio:1/1}.chatView_chatImageGridMultiple__73XKL .chatView_chatAttachmentImageButton__P424L{position:relative;display:block;width:100%;height:100%;min-width:0;min-height:0;margin-top:0;overflow:hidden}.chatView_chatImageGridMultiple__73XKL .chatView_chatAttachmentImage__mw67L{display:block;width:100%;max-width:none;height:100%;max-height:none;border-radius:0;object-fit:cover}.chatView_chatImageMoreOverlay__V_azN{position:absolute;inset:0;z-index:2;display:grid;place-items:center;background:color-mix(in srgb,var(--color-dark) 72%,transparent);color:var(--color-white);font-size:28px;font-weight:600}.chatView_pendingAttachmentTile__WvXkx{display:grid;place-items:center;width:100%;height:100%;background:color-mix(in srgb,var(--color-dark) 10%,transparent)}.chatView_pendingAttachmentSpinner___kYpg{width:24px;height:24px;border:2px solid color-mix(in srgb,var(--color-dark) 24%,transparent);border-top:2px solid;border-radius:50%;animation:chatView_chatAttachmentSpin__wBoBr .8s linear infinite}@keyframes chatView_chatAttachmentSpin__wBoBr{to{transform:rotate(1turn)}}.chatView_imageViewer__gdp0H{padding:20px 84px 52px;border-radius:var(--border-radius-small);background:var(--color-dark);box-sizing:border-box}.chatView_imageViewer__gdp0H,.chatView_imageViewer__gdp0H .chatView_imagePreviewContainer__KLEgT{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:0;overflow:hidden}.chatView_imageViewer__gdp0H .chatView_imagePreviewContainer__KLEgT{min-width:0;max-width:none;max-height:none;margin:0}.chatView_imageViewerImage__C4KIV{user-select:none;transition:opacity .12s ease}.chatView_imageViewerImage__C4KIV,.chatView_imageViewerVideo__DK4Vw{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center;border:1px solid color-mix(in srgb,var(--color-white) 34%,transparent)}.chatView_imageViewerVideo__DK4Vw{background:var(--color-dark)}.chatView_imageViewerImageLoading__00V_i{opacity:0}.chatView_imageViewerImageLoaded__E71bo{opacity:1}@keyframes chatView_imageViewerSpin__KmBBf{to{transform:rotate(1turn)}}.chatView_imageViewerButton__pep2m{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid color-mix(in srgb,var(--color-white) 32%,transparent);border-radius:50%;background:color-mix(in srgb,var(--color-dark) 58%,transparent);color:var(--color-white);cursor:pointer;transform:translateY(-50%);transition:background-color .16s ease}.chatView_imageViewerButton__pep2m:focus-visible,.chatView_imageViewerButton__pep2m:hover{background:color-mix(in srgb,var(--color-white) 18%,var(--color-dark))}.chatView_imageViewerButtonPrevious__kq8E_{left:8px}.chatView_imageViewerButtonNext__4LkHn{right:8px}.chatView_imageViewerCounter__tAwTW{position:absolute;bottom:10px;left:50%;z-index:2;padding:5px 10px;border:1px solid color-mix(in srgb,var(--color-white) 32%,transparent);border-radius:999px;background:color-mix(in srgb,var(--color-dark) 58%,transparent);color:var(--color-white);font-size:13px;transform:translateX(-50%)}@media (max-width:640px){.chatView_chatImageGrid__U2pE7{width:min(300px,76vw)}.chatView_imageViewer__gdp0H{width:100%;height:100%;min-height:0;padding:12px 44px 44px}.chatView_imageViewerButton__pep2m{width:36px;height:36px}.chatView_imageViewerButtonPrevious__kq8E_{left:4px}.chatView_imageViewerButtonNext__4LkHn{right:4px}}