.chat-header-link{color:var(--ink-soft);white-space:nowrap;align-items:center;gap:7px;font-size:12px;text-decoration:none;display:flex;position:relative}.chat-header-link i{background:#536eaf;border-radius:50%;width:7px;height:7px;position:absolute;top:-3px;right:-7px}.chat-app{min-width:0}.chat-layout{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:260px minmax(0,1fr);height:min(850px,100dvh - 190px);min-height:560px;display:grid;position:relative;overflow:hidden}.chat-inbox{border-right:1px solid var(--line);background:#fbfcfe;flex-direction:column;min-width:0;display:flex;overflow:hidden}.chat-inbox-controls{border-bottom:1px solid var(--line);padding:18px 16px}.chat-inbox-controls .field{margin-bottom:10px}.chat-inbox-controls .field label{font-size:11px}.chat-inbox-controls input{padding:9px;font-size:12px}.chat-inbox-controls select{border:1px solid var(--control-line);background:#fff;border-radius:6px;width:100%;min-height:38px;padding:6px 10px;font-size:12px}.chat-inbox-controls>.text-button{margin-top:13px;font-size:11px;display:block}.chat-inbox-list{overscroll-behavior:contain;min-height:0;overflow-y:auto}.chat-conversation{color:var(--ink-soft);border-bottom:1px solid #edf1f7;grid-template-columns:32px minmax(0,1fr) 7px;gap:10px;padding:17px 14px;text-decoration:none;display:grid}.chat-conversation:hover,.chat-conversation.selected{background:#edf3fc}.chat-conversation.selected{box-shadow:inset 3px 0 #789bd3}.chat-room-symbol{color:#5272a8;background:#eff5ff;border:1px solid #d9e5f4;border-radius:8px;place-items:center;width:32px;height:32px;font-size:13px;display:grid}.chat-room-symbol.internal{color:#76698f;background:#f2f1f7;border-color:#e3dfed}.chat-conversation>span{min-width:0}.chat-conversation strong{white-space:nowrap;text-overflow:ellipsis;color:var(--ink);font-size:12px;font-weight:550;display:block;overflow:hidden}.chat-conversation.unread strong{font-weight:750}.chat-conversation small{margin-top:4px;font-size:10px;display:block}.chat-last-message{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-conversation time{margin-top:5px;font-size:9px;display:block}.chat-conversation>i{background:#5376b7;border-radius:50%;width:6px;height:6px;margin-top:7px}.chat-list-state{color:var(--ink-soft);padding:22px 18px;font-size:12px}.chat-inbox-list>.btn{margin:15px}.chat-conversation-pane{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.chat-welcome{text-align:center;max-width:440px;color:var(--ink-soft);margin:auto;padding:30px}.chat-welcome>span{background:var(--accent-soft);border-radius:18px;place-items:center;width:64px;height:64px;margin:0 auto 23px;display:grid}.chat-welcome h2{font-size:21px}.chat-welcome p{font-size:13px;line-height:1.9}.chat-room-heading{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 22px;display:flex}.chat-room-heading>div{min-width:0}.chat-room-heading h2{margin-bottom:6px;font-size:17px}.chat-room-heading .btn{flex-shrink:0}.chat-audience{color:#517197;margin:0 0 6px;font-size:11px}.chat-audience.internal{color:#76698f}.chat-room-heading small{color:var(--ink-soft);font-size:10px}.chat-back-link{display:none}.chat-room-toolbar{border-bottom:1px solid var(--line);gap:4px;padding:8px 16px;display:flex}.chat-room-toolbar>button,.chat-room-toolbar summary,.chat-message-actions button,.chat-composer-tools>div>button{color:var(--ink-soft);background:0 0;border:0;border-radius:5px;padding:6px 8px;font-size:11px}.chat-room-toolbar>button:hover,.chat-message-actions button:hover,.chat-composer-tools>div>button:hover{background:var(--mist);color:var(--accent)}.chat-room-toolbar details{margin-left:auto;position:relative}.chat-room-toolbar details>div{z-index:3;border:1px solid var(--line);background:#fff;border-radius:8px;width:190px;padding:8px;position:absolute;top:34px;right:0;box-shadow:0 10px 30px #47556920}.chat-room-toolbar details>div>button{text-align:left;width:100%;color:var(--ink);background:#fff;border:0;padding:10px;font-size:12px;display:block}.chat-message-log{scrollbar-gutter:stable;overscroll-behavior:contain;flex:1;min-height:80px;padding:12px 22px;overflow-y:auto}.chat-empty-messages{text-align:center;max-width:420px;color:var(--ink-soft);margin:40px auto;font-size:12px}.chat-empty-messages h3{color:var(--ink)}.chat-message{border-radius:6px;align-items:flex-start;gap:10px;padding:13px 4px;scroll-margin:15px;display:flex;position:relative}.chat-message.highlight{background:#fff9e8}.chat-message-avatar{border:1px solid var(--line);width:29px;height:29px;color:var(--ink-soft);background:#eef3fa;border-radius:8px;flex-shrink:0;place-items:center;font-size:9px;display:grid}.chat-message.mine .chat-message-avatar{color:var(--accent);background:#e8f0fd}.chat-message-main{flex:1;min-width:0}.chat-message-byline{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:5px;display:flex}.chat-message-byline strong{font-size:12px;font-weight:600}.chat-message-byline time,.chat-message-byline small{color:var(--ink-soft);font-size:9px}.chat-message-text{white-space:pre-wrap;overflow-wrap:anywhere;color:#35465d;font-size:13px;line-height:1.7}.chat-message-text pre{white-space:pre;background:#f1f4f8;border-radius:6px;max-width:100%;padding:12px;overflow:auto}.chat-message-text code{background:#f1f4f8;border-radius:3px;padding:1px 3px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px}.chat-message-actions{flex-wrap:wrap;gap:0;margin:5px -6px 0;display:flex}.chat-message-actions button{padding:4px 6px;font-size:10px}.chat-message-files{gap:7px;max-width:400px;margin-top:10px;display:grid}.chat-message-files>button{border:1px solid var(--line);text-align:left;color:var(--ink);background:#f8fafd;border-radius:7px;align-items:center;gap:10px;min-width:0;padding:10px 12px;display:flex}.chat-message-files>button>span{min-width:0}.chat-message-files strong{overflow-wrap:anywhere;font-size:12px;display:block}.chat-message-files small{color:var(--ink-soft);margin-top:3px;font-size:10px;display:block}.chat-reactions{flex-wrap:wrap;gap:5px;margin-top:7px;display:flex}.chat-reactions:empty{display:none}.chat-reactions button{border:1px solid var(--line);background:#f7f9fc;border-radius:6px;padding:3px 7px;font-size:12px}.chat-reactions button.mine{background:#edf3ff;border-color:#98b4e3}.chat-reactions span{color:var(--ink-soft);font-size:10px}.chat-reaction-picker{border:1px solid var(--line);border-radius:8px;flex-wrap:wrap;gap:5px;max-width:300px;margin-top:8px;padding:8px;display:flex}.chat-reaction-picker button{background:0 0;border:0;min-width:35px;min-height:35px;font-size:21px}.chat-removed{color:var(--ink-soft);margin:8px 0;font-size:12px;font-style:italic}.chat-you-mentioned{color:#816419;margin-top:5px;font-size:10px;display:block}.chat-quoted-link{color:var(--ink-soft);background:#f5f8fd;border:0;border-left:2px solid #aac1e6;margin:0 0 8px;padding:7px 10px;font-size:11px}.chat-pin-label{background:#fff4db;border-radius:3px;padding:2px 5px}.chat-older{margin:5px auto 15px;display:flex}.chat-composer{background:#fff;border:1px solid #cbd9ee;border-radius:9px;margin:0 16px 14px;padding:12px}.chat-composer textarea{resize:vertical;width:100%;min-height:62px;max-height:160px;color:var(--ink);border:0;padding:5px;font-size:13px;line-height:1.6}.chat-composer-tools{justify-content:space-between;align-items:center;gap:10px;margin-top:5px;display:flex}.chat-composer-tools>div{flex-wrap:wrap;align-items:center;display:flex}.chat-composer-tools>.btn{flex-shrink:0;min-height:36px;padding:7px 13px;font-size:12px}.chat-composer-hint{color:var(--ink-soft);justify-content:space-between;gap:10px;margin:9px 4px 0;font-size:9px;display:flex}.chat-composer-readonly{color:var(--ink-soft);background:#f4f7fb;padding:20px;font-size:12px}.chat-quote{background:#f6f9ff;border-left:2px solid #a4bce3;justify-content:space-between;gap:12px;margin-bottom:8px;padding:10px;font-size:11px;display:flex}.chat-quote span{min-width:0}.chat-quote small{white-space:nowrap;text-overflow:ellipsis;color:var(--ink-soft);display:block;overflow:hidden}.chat-quote button{flex-shrink:0}.chat-attachment-drafts{gap:6px;max-height:160px;margin-bottom:10px;display:grid;overflow:auto}.chat-attachment-drafts>div{border:1px solid var(--line);border-radius:5px;align-items:center;gap:10px;padding:8px;display:flex}.chat-attachment-drafts span{flex:1;min-width:0}.chat-attachment-drafts strong{overflow-wrap:anywhere;font-size:11px;display:block}.chat-attachment-drafts small{color:var(--ink-soft);font-size:10px;display:block}.chat-attachment-drafts button{font-size:10px}.chat-mention-picker{border:1px solid var(--line);max-height:150px;margin-top:8px;padding:6px;overflow:auto}.chat-mention-picker button{text-align:left;background:#fff;border:0;width:100%;padding:8px;font-size:12px;display:block}.chat-thread-heading{border-bottom:1px solid var(--line);background:#f3f6fc;justify-content:space-between;gap:15px;padding:12px 20px;font-size:12px;display:flex}.chat-thread-heading p{color:var(--ink-soft);margin:3px 0 0;font-size:11px}.chat-new-activity{border:0;border-bottom:1px solid var(--line);color:var(--accent);background:#edf4ff;padding:9px;font-size:11px}.chat-utility-panel{z-index:5;border-left:1px solid var(--line);background:#fff;width:min(410px,100%);padding:22px;position:absolute;top:0;bottom:0;right:0;overflow:auto;box-shadow:-10px 0 30px #44546d13}.chat-utility-panel>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.chat-utility-panel h2{margin:0}.chat-result{border:0;border-bottom:1px solid var(--line);text-align:left;width:100%;color:var(--ink);overflow-wrap:anywhere;background:#fff;padding:15px 0;font-size:12px;display:block}.chat-result>strong,.chat-result>span,.chat-result>small{display:block}.chat-result>small{color:var(--ink-soft);margin:5px 0;font-size:10px}.chat-result>span{white-space:pre-wrap;margin:5px 0}.chat-modal{border:1px solid var(--line);width:min(650px,100vw - 32px);max-height:calc(100dvh - 24px);color:var(--ink);border-radius:12px;padding:24px;overflow:auto;box-shadow:0 25px 70px #1c304130}.chat-modal::backdrop{background:#25354a66}.chat-modal-heading{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:20px;display:flex}.chat-modal-heading h2{margin:4px 0 0;font-size:20px}.chat-modal-footer{justify-content:space-between;align-items:center;gap:18px;margin-top:24px;display:flex}.chat-modal .hint{font-size:11px}.chat-form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.chat-audience-banner{color:#59738e;background:#eef5fc;border:1px solid #dce8f6;border-radius:7px;padding:12px 14px;font-size:12px}.chat-audience-banner.internal{color:#736688;background:#f4f2f8;border-color:#e7e1ef}.chat-people-results{max-height:230px;overflow:auto}.chat-people-results>label{border-bottom:1px solid var(--line);cursor:pointer;align-items:center;gap:12px;padding:11px 7px;display:flex}.chat-people-results strong{font-size:12px;font-weight:550}.chat-people-results small{color:var(--ink-soft);margin-top:3px;font-size:10px;display:block}.chat-selected-people{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.chat-selected-people:empty{display:none}.chat-selected-people button{border:1px solid var(--accent-line);background:var(--accent-soft);color:var(--accent);border-radius:5px;padding:5px 8px;font-size:11px}.chat-member-list{max-height:330px;overflow:auto}.chat-member-list>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}.chat-member-list strong{font-size:12px}.chat-member-list small{color:var(--ink-soft);margin-top:3px;font-size:10px;display:block}.chat-member-controls{gap:10px;font-size:11px;display:flex}.chat-mini-tabs{border-bottom:1px solid var(--line);gap:6px;margin:18px 0;display:flex}.chat-mini-tabs button{color:var(--ink-soft);background:#fff;border:0;border-bottom:2px solid #0000;padding:10px;font-size:12px}.chat-mini-tabs button[aria-pressed=true]{border-color:var(--accent);color:var(--accent)}.chat-add-members,.chat-leave{border-top:1px solid var(--line);margin:20px 0;padding-top:15px}.chat-add-members summary,.chat-leave summary{color:var(--accent);margin-bottom:12px;font-size:12px}.chat-modal blockquote{white-space:pre-wrap;overflow-wrap:anywhere;border-left:2px solid var(--line);padding-left:15px;font-size:12px}.chat-modal details>.staff-record-picker{margin-top:15px}@media (width<=1200px){.chat-layout{grid-template-columns:225px minmax(0,1fr)}.chat-room-heading{padding:15px}.chat-room-heading h2{font-size:15px}.chat-room-heading>.btn{padding:5px 8px;font-size:10px}.chat-message-log{padding:10px 14px}.chat-composer-tools{align-items:flex-end}.chat-composer-tools>div>button{padding:6px;font-size:10px}.chat-composer-hint{font-size:8px}.chat-header-link>span{display:none}}@media (width<=900px){.chat-layout{grid-template-columns:1fr;height:calc(100dvh - 200px);min-height:650px}.chat-has-conversation .chat-inbox,.chat-app:not(.chat-has-conversation) .chat-conversation-pane{display:none}.chat-back-link{margin-bottom:9px;font-size:11px;display:inline-block}.chat-inbox{border-right:0}.chat-conversation{grid-template-columns:38px 1fr 7px;padding:18px}.chat-room-symbol{width:38px;height:38px}.chat-conversation strong{font-size:14px}.chat-conversation small{font-size:12px}.chat-conversation time{font-size:10px}.chat-header-link{margin-left:auto}}@media (width<=700px){.chat-layout{height:calc(100dvh - 215px);min-height:560px}.chat-room-heading{gap:8px}.chat-room-heading h2{font-size:15px}.chat-room-heading .btn{max-width:90px}.chat-room-toolbar{gap:0;padding:7px 9px}.chat-room-toolbar>button,.chat-room-toolbar summary{padding:7px;font-size:10px}.chat-message-log{padding:8px 10px}.chat-message{gap:8px}.chat-message-avatar{width:25px;height:25px;font-size:8px}.chat-message-byline strong{font-size:11px}.chat-message-text{font-size:13px}.chat-composer{margin:0 8px 9px;padding:9px}.chat-composer textarea{min-height:58px;font-size:16px}.chat-composer-tools{flex-wrap:wrap}.chat-composer-tools>.btn{margin-left:auto}.chat-composer-hint{font-size:8px}.chat-form-grid{grid-template-columns:1fr;gap:0}.chat-modal{padding:20px 16px}.chat-modal .field input,.chat-modal .field textarea,.chat-modal .field select{font-size:16px}.chat-modal-footer{flex-direction:column;align-items:stretch}.chat-member-list>div{flex-wrap:wrap;align-items:flex-start}.chat-utility-panel{padding:18px}.chat-thread-heading{padding:10px}.chat-thread-heading .btn{max-width:100px;font-size:10px}.chat-selected-people button{overflow-wrap:anywhere;max-width:100%}}.chat-layout{min-height:420px}.chat-composer{flex-shrink:0;max-height:55%;overflow:auto}.chat-room-heading,.chat-room-toolbar,.chat-thread-heading{flex-shrink:0}.chat-file-entry{flex-direction:column;gap:4px;min-width:0;display:flex}.chat-file-entry>button:first-child{text-align:left;border:1px solid var(--line);color:var(--ink);background:#f8fafd;border-radius:7px;align-items:center;gap:10px;padding:10px 12px;display:flex}.chat-file-entry>button:first-child>span{min-width:0}.chat-file-entry>.text-button{align-self:flex-start;padding:4px;font-size:11px}.chat-image-preview{object-fit:contain;max-width:100%;max-height:70dvh;margin:auto;display:block}.chat-embedded{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.chat-embedded .chat-layout{border:0;border-radius:0;flex:1;height:auto;min-height:0}.chat-client-controls{border-bottom:1px solid var(--line);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:10px 16px;display:flex}.chat-client-controls>strong{font-size:13px}.chat-client-controls .row{gap:8px;margin-left:auto}.chat-client-controls .btn{min-height:36px;padding:7px 10px;font-size:12px}.chat-embedded>.msg{border-radius:0;flex-shrink:0;margin:0;font-size:12px}.chat-embedded .chat-inbox,.chat-embedded .chat-inbox-list{min-height:0}.chat-embedded .chat-inbox-list{flex:1}.chat-embedded .chat-room-heading h2{overflow-wrap:anywhere}.chat-embedded .chat-back-link{flex-shrink:0;min-height:36px;margin:0;font-size:12px}.chat-compact .chat-layout{grid-template-columns:minmax(0,1fr)}.chat-compact.chat-has-conversation .chat-inbox,.chat-compact:not(.chat-has-conversation) .chat-conversation-pane{display:none}.chat-compact .chat-back-link{align-items:center;display:inline-flex}.chat-compact .chat-client-controls{padding:8px 10px}.chat-compact .chat-client-controls .row{gap:4px}.chat-compact .chat-client-controls .btn{padding:7px 8px;font-size:11px}.chat-compact .chat-inbox{border-right:0}.chat-compact .chat-room-heading{gap:10px;padding:12px}.chat-compact .chat-room-heading h2{font-size:16px}.chat-compact .chat-room-heading .btn{max-width:92px;min-height:36px;padding:7px 9px;font-size:11px}.chat-compact .chat-room-toolbar{gap:0;padding:4px 6px}.chat-compact .chat-room-toolbar>button,.chat-compact .chat-room-toolbar summary{min-height:36px;padding:8px 6px;font-size:11px}.chat-compact .chat-message-log{min-height:64px;padding:8px 10px}.chat-compact .chat-message{gap:8px}.chat-compact .chat-composer{margin:0 8px 8px;padding:9px}.chat-compact .chat-composer-tools{flex-wrap:wrap}.chat-compact .chat-composer-tools>.btn{margin-left:auto}.chat-compact .chat-thread-heading{padding:10px}.chat-compact .chat-thread-heading p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (pointer:coarse){.chat-embedded .chat-client-controls button,.chat-embedded .chat-room-toolbar>button,.chat-embedded .chat-room-toolbar summary,.chat-embedded .chat-room-heading .btn,.chat-embedded .chat-message-actions button,.chat-embedded .chat-composer-tools button{min-height:44px}}.chat-embedded .chat-layout{background:#fff;grid-template-columns:minmax(230px,31%) minmax(0,1fr)}.chat-embedded.chat-compact .chat-layout{grid-template-columns:minmax(0,1fr)}.chat-embedded .chat-inbox{background:#fff}.chat-list-heading{flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;min-height:62px;padding:10px 16px 6px;display:flex}.chat-list-heading h2{letter-spacing:-.02em;margin:0;font-size:19px;font-weight:650}.chat-heading-actions{flex-shrink:0;align-items:center;gap:3px;display:flex}.chat-icon-button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;min-height:34px;padding:5px;text-decoration:none;display:inline-flex}.chat-icon-button:hover,.chat-menu[open]>.chat-icon-button{color:#34465e;background:#edf2f7}.chat-icon-button:focus-visible,.chat-recipient-name:focus-visible,.chat-menu-items button:focus-visible,.chat-thread-replies:focus-visible{outline-offset:2px;outline:2px solid #5e87bc}.chat-icon-button>span{letter-spacing:1px;font-size:23px;line-height:.65;transform:translateY(-3px)}.chat-menu{position:relative}.chat-menu>summary{list-style:none}.chat-menu>summary::-webkit-details-marker{display:none}.chat-menu>.chat-menu-items{z-index:15;background:#fff;border:1px solid #dbe3ec;border-radius:10px;width:210px;max-width:calc(100vw - 32px);max-height:min(410px,100dvh - 145px);margin:0;padding:6px;position:absolute;top:calc(100% + 5px);right:0;overflow:auto;box-shadow:0 8px 30px #26364b24}.chat-menu:not([open])>.chat-menu-items{display:none}.chat-menu .chat-menu-items>button{text-align:left;color:#42526a;background:0 0;border:0;border-radius:5px;width:100%;padding:9px 10px;font-size:12px;line-height:1.4;display:block}.chat-menu .chat-menu-items>button:hover{color:#274a76;background:#f0f4f9}.chat-menu-items hr{border:0;border-top:1px solid #e8edf3;margin:5px 4px}.chat-embedded .chat-inbox-controls{border-bottom:1px solid #edf1f5;padding:6px 14px 12px}.chat-embedded .chat-inbox-controls .field{margin-bottom:8px}.chat-embedded .chat-inbox-controls input{background:#f1f4f7;border-color:#0000;border-radius:9px;padding:10px 12px;font-size:13px}.chat-embedded .chat-inbox-controls select{color:#607087;background-color:#fff;border:1px solid #e0e7ef;border-radius:16px;width:auto;min-width:82px;height:30px;min-height:30px;padding:3px 25px 3px 12px;font-size:11px}.chat-embedded .chat-conversation{border:0;border-radius:9px;grid-template-columns:40px minmax(0,1fr) 7px;gap:10px;margin:2px 7px;padding:12px 9px}.chat-embedded .chat-conversation:hover{background:#f3f6fa}.chat-embedded .chat-conversation.selected{box-shadow:none;background:#eaf1fa}.chat-embedded .chat-room-symbol{color:#5377a4;background:#e8eff8;border:0;border-radius:50%;width:40px;height:40px;font-size:12px;font-weight:600}.chat-embedded .chat-room-symbol.internal{color:#827099;background:#efedf6}.chat-list-topline{justify-content:space-between;align-items:baseline;gap:8px;min-width:0;display:flex}.chat-embedded .chat-conversation strong{font-size:13px;font-weight:600;line-height:1.4}.chat-embedded .chat-conversation.unread strong{font-weight:750}.chat-embedded .chat-list-topline time{color:#78869a;white-space:nowrap;flex-shrink:0;margin:0;font-size:10px}.chat-embedded .chat-conversation small{margin-top:3px;font-size:12px;line-height:1.4}.chat-embedded .chat-conversation .chat-room-audience{color:#78869a;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.chat-embedded .chat-conversation>i{background:#668abb;margin-top:9px}.chat-embedded .chat-room-heading{border-bottom:1px solid #e7ecf2;justify-content:flex-start;align-items:center;gap:10px;min-height:67px;padding:10px 14px}.chat-recipient-copy{flex:1;min-width:0}.chat-embedded .chat-room-heading h2{margin:0;font-size:15px;line-height:1.35}.chat-recipient-name{text-align:left;color:#273b53;width:100%;font:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:0;font-weight:650;overflow:hidden}.chat-recipient-name:hover{color:#3c6495}.chat-embedded .chat-room-heading .chat-audience{color:#73839a;white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0;font-size:11px;line-height:1.4;overflow:hidden}.chat-embedded .chat-room-heading .chat-audience.internal{color:#827393}.chat-embedded .chat-room-toolbar{border:0;gap:2px;padding:0}.chat-embedded .chat-room-toolbar>.chat-icon-button,.chat-embedded .chat-room-toolbar summary{width:32px;height:34px;min-height:34px;padding:5px}.chat-embedded .chat-room-toolbar details{margin:0}.chat-embedded .chat-room-toolbar details>.chat-menu-items{width:210px;padding:6px;top:calc(100% + 5px);right:0}.chat-embedded .chat-back-link{width:27px;min-height:34px;margin:0}.chat-embedded:not(.chat-compact) .chat-back-link{display:none}.chat-embedded.chat-compact .chat-back-link{display:inline-flex}.chat-embedded .chat-message-log{scrollbar-gutter:auto;background:#f6f8fb;padding:14px 18px 8px}.chat-date-divider{justify-content:center;align-items:center;margin:13px 0 20px;display:flex}.chat-date-divider span{color:#8792a1;background:#edf1f5;border-radius:12px;padding:4px 10px;font-size:10px;font-weight:550}.chat-embedded .chat-message{border-radius:12px;align-items:flex-end;gap:8px;margin:12px 0 0;padding:0}.chat-embedded .chat-message.grouped{margin-top:4px}.chat-embedded .chat-message.mine{justify-content:flex-end}.chat-embedded .chat-message-avatar{color:#718399;background:#e7edf5;border:0;border-radius:50%;width:25px;height:25px;margin-bottom:3px;font-size:8px}.chat-embedded .chat-message.grouped .chat-message-avatar{visibility:hidden}.chat-embedded .chat-message.mine .chat-message-avatar{display:none}.chat-embedded .chat-message-main{flex:0 auto;width:max-content;min-width:0;max-width:min(82%,640px);position:relative}.chat-embedded .chat-message.mine .chat-message-main{max-width:min(84%,640px)}.chat-embedded .chat-message-byline{margin:0 0 4px 10px}.chat-embedded .chat-message-byline strong{color:#718098;font-size:10px;font-weight:550}.chat-message-bubble{background:#fff;border:1px solid #e8edf3;border-radius:14px 14px 14px 4px;min-width:50px;padding:9px 12px 6px;position:relative}.chat-embedded .chat-message.mine .chat-message-bubble{background:#e7effb;border-color:#e0eaf8;border-radius:14px 14px 4px}.chat-embedded .chat-message.highlight{background:0 0}.chat-embedded .chat-message.highlight .chat-message-bubble{outline-offset:2px;outline:2px solid #e5c976}.chat-embedded .chat-message-text{color:#3c4c61;font-size:13px;line-height:1.65}.chat-message-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px;margin:4px 0 0;line-height:1.2;display:flex}.chat-message-meta time,.chat-message-meta small{color:#8491a3;font-size:9px}.chat-embedded .chat-message-menu{z-index:2;position:absolute;top:-5px;right:-27px}.chat-embedded .chat-message.mine .chat-message-menu{left:-27px;right:auto}.chat-embedded .chat-message-menu>summary{opacity:0;color:#8b99aa;border-radius:7px;width:25px;height:28px;min-height:28px}.chat-embedded .chat-message:hover .chat-message-menu>summary,.chat-embedded .chat-message:focus-within .chat-message-menu>summary,.chat-embedded .chat-message-menu[open]>summary{opacity:1}.chat-embedded .chat-message-menu .chat-message-actions{z-index:70;width:190px;min-width:160px;max-height:min(310px,100dvh - 32px);margin:0;display:block;position:fixed;top:0;left:0;right:auto}.chat-embedded .chat-message-menu:not([open]) .chat-message-actions{display:none}.chat-embedded .chat-message-actions button{padding:9px 10px;font-size:12px}.chat-embedded .chat-reactions{gap:4px;margin:4px 0 0 4px}.chat-embedded .chat-message.mine .chat-reactions{justify-content:flex-end}.chat-embedded .chat-reactions button{background:#fff;border-color:#e0e7f0;border-radius:11px;padding:2px 6px;font-size:12px}.chat-embedded .chat-reactions button.mine{background:#e8f0fc;border-color:#c1d3ed}.chat-embedded .chat-reaction-picker{background:#fff;border-color:#dde5ef;gap:0;padding:3px}.chat-embedded .chat-reaction-picker button{min-width:32px;min-height:34px;font-size:19px}.chat-thread-replies{color:#6283ae;padding:5px 4px;font-size:10px;display:block}.chat-message.mine .chat-thread-replies{margin-left:auto}.chat-typing-status{color:#8390a1;background:#f6f8fb;flex-shrink:0;min-height:22px;padding:3px 18px 5px;font-size:10px;line-height:1.4}.chat-embedded .chat-conversation-pane{background:#f6f8fb}.chat-embedded .chat-thread-heading{background:#eef3fa;padding:9px 14px}.chat-embedded .chat-thread-heading .btn{min-height:30px;font-size:10px}.chat-embedded .chat-welcome{max-width:360px;padding:24px}.chat-embedded .chat-welcome>span{color:#8aa0bc;background:#edf2f8;border-radius:50%;width:60px;height:60px;margin-bottom:18px}.chat-embedded .chat-welcome h2{font-size:19px;font-weight:600}.chat-embedded .chat-welcome p{font-size:13px;line-height:1.6}.chat-embedded .chat-empty-messages{color:#8491a2;max-width:290px;margin:25px auto}.chat-embedded .chat-empty-messages h3{color:#62738b;font-size:14px;font-weight:550}.chat-embedded .chat-empty-messages p{font-size:11px;line-height:1.6}.chat-embedded .chat-utility-panel{border-left-color:#e7edf4;padding:0 18px 18px}.chat-utility-panel>header{border-bottom:1px solid #e8edf3;min-height:62px;margin-bottom:12px;padding:12px 0}.chat-utility-panel h2{font-size:16px;font-weight:600}.chat-utility-panel .chat-result{padding:12px 0}.chat-embedded.chat-compact .chat-list-heading{padding-left:16px;padding-right:13px}.chat-embedded.chat-compact .chat-room-heading{gap:7px;padding:10px 10px 10px 7px}.chat-embedded.chat-compact .chat-recipient-avatar{width:34px;height:34px;font-size:11px}.chat-embedded.chat-compact .chat-room-heading h2{font-size:14px}.chat-embedded.chat-compact .chat-message-log{padding:10px 13px 8px}.chat-embedded.chat-compact .chat-message-main{max-width:82%}.chat-embedded.chat-compact .chat-message.mine .chat-message-main{max-width:84%}@media (width<=700px){.chat-embedded .chat-inbox-controls input{font-size:16px}.chat-embedded .chat-icon-button{min-height:36px}.chat-embedded .chat-message-log{padding-left:12px;padding-right:12px}.chat-embedded .chat-message-avatar{width:22px;height:22px}}@media (hover:none),(pointer:coarse){.chat-embedded .chat-message-menu>summary{opacity:.8}.chat-embedded .chat-menu-items>button{min-height:44px}.chat-embedded .chat-message-menu>summary{width:28px;height:34px;min-height:34px}.chat-embedded .chat-list-heading .chat-icon-button,.chat-embedded .chat-room-toolbar>.chat-icon-button,.chat-embedded .chat-room-toolbar summary{min-width:38px;height:40px;min-height:40px}}.chat-embedded:not(.chat-compact) .chat-inbox,.chat-embedded:not(.chat-compact):not(.chat-has-conversation) .chat-conversation-pane{display:flex}.chat-embedded .chat-message-menu[open]{z-index:70}
