.chat-page-container{max-width:none}.workspace-page.chat-page-container{display:flex;flex-direction:column}.chat-state-panel{padding:22px}.chat-list-shell{display:flex;min-height:0;flex:1 1;flex-direction:column;gap:14px}.chat-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px}.chat-list-toolbar strong{color:var(--bassario-blue);font-size:20px;letter-spacing:-.03em}.chat-support-promo{display:flex;align-items:center;width:100%;gap:14px;border:0;padding:14px;border-radius:14px;background:#e5f5ff;color:var(--ink);cursor:pointer;text-align:left}.chat-support-promo:disabled{cursor:wait;opacity:.7}.chat-support-promo-icon{display:grid;width:64px;height:64px;flex:0 0 64px;place-items:center;border-radius:50%;background:#fff;color:#0b89cf}.chat-support-promo-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.chat-support-promo-copy{display:grid;grid-gap:3px;gap:3px}.chat-support-promo-copy strong{font-size:18px;font-weight:900}.chat-support-promo-copy span{color:var(--muted);font-size:14px}.chat-thread-list{display:grid;overflow:hidden;grid-gap:0;gap:0}.chat-thread-list[hidden]{display:none}.chat-thread-groups{display:grid;grid-gap:18px;gap:18px}.chat-listing-group{display:grid;grid-gap:6px;gap:6px}.chat-listing-group-toggle{width:100%;display:flex;align-items:center;gap:9px;margin:0;padding:2px 0;border:0;background:transparent;color:var(--ink);font:inherit;font-size:18px;font-weight:900;letter-spacing:-.025em;text-align:left;cursor:pointer}.chat-listing-group-unread{min-width:22px;height:22px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:#e53935;color:#fff;font-size:11px;line-height:1}.chat-listing-group-chevron{font-size:22px;line-height:1;transition:transform .16s ease}.chat-listing-group-chevron.collapsed{transform:rotate(-90deg)}.chat-thread-meta{display:inline-flex;align-items:center;gap:10px}.chat-thread-card{position:relative;padding:0 14px;transition:background .16s ease}.chat-thread-card+.chat-thread-card{border-top:1px solid var(--line)}.chat-thread-card:hover{background:rgba(16,37,111,.035)}.chat-thread-main{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:start;grid-gap:12px;gap:12px;min-height:88px;padding:12px 0;color:inherit}.chat-dialog-avatar,.chat-thread-image{position:relative;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,rgba(33,200,116,.18),rgba(16,37,111,.1));color:var(--bassario-blue);font-weight:850}.chat-presence-dot{display:inline-block;width:9px;height:9px;margin-left:8px;border-radius:50%;vertical-align:middle}.chat-presence-dot.online{background:#22c55e}.chat-presence-dot.offline{background:#c2c2c2}.chat-connecting-badge{margin-left:auto;padding:4px 10px;border-radius:999px;background:#fdecc8;color:#7a5900;font-size:12px;font-weight:700;white-space:nowrap}.chat-thread-image{width:64px;height:64px}.chat-thread-image svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.chat-thread-image.support{background:#e5f5ff}.chat-thread-image.support svg{color:#0b89cf}.chat-dialog-avatar img,.chat-thread-image img{width:100%;height:100%;object-fit:cover}.chat-thread-copy{min-width:0;display:grid;grid-gap:3px;gap:3px}.chat-thread-line{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.chat-thread-line strong{min-width:0;overflow:hidden;color:var(--ink);font-size:17px;font-weight:850;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap}.chat-thread-line time{flex:0 0 auto;color:var(--muted);font-size:13px}.chat-thread-important{margin-right:6px;color:#f5a623;font-weight:400}.chat-thread-last,.chat-thread-peer{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-thread-last{margin:0;color:var(--ink);font-size:15px;line-height:1.25}.chat-thread-last-row{display:flex;align-items:center;gap:8px;min-width:0}.chat-thread-last-row .chat-thread-last{flex:1 1}.chat-delete-button{position:absolute;top:10px;right:10px;display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:999px;background:rgba(244,246,249,.92);color:var(--muted);cursor:pointer;font-size:20px;line-height:1}.chat-delete-button:hover{background:rgba(255,59,78,.12);color:#d91f39}.chat-empty-state{display:grid;flex:1 1;justify-items:center;align-content:center;grid-gap:12px;gap:12px;padding:34px 18px;text-align:center}.chat-empty-state strong{color:var(--muted);font-weight:600}.chat-empty-state.compact{align-self:center;justify-self:center;max-width:360px;border:1px dashed var(--line);border-radius:24px;background:rgba(255,255,255,.7)}.chat-inline-error,.chat-list-error{margin:0;color:var(--danger);font-size:14px}.listing-chat-action{display:grid;grid-gap:8px;gap:8px}.listing-chat-action .primary-button{width:100%}.listing-call-action,.listing-chat-action{position:relative}.action-flash{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:3;margin:0;padding:8px 12px;border:0;border-radius:12px;background:#3a4050;box-shadow:0 10px 24px rgba(17,19,24,.28);color:#fff;font-size:13px;line-height:1.35;text-align:center;pointer-events:none;animation:action-flash 3.2s ease forwards}@keyframes action-flash{0%{opacity:0;transform:translateY(-4px)}78%,8%{opacity:1;transform:none}to{opacity:0;transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.action-flash{animation:none}}.panel.chat-dialog-shell{--chat-control-size:42px;--chat-gutter:8px;position:relative;container:chat-shell/inline-size;display:flex;flex-direction:column;height:clamp(520px,var(--workspace-height),100dvh);gap:0;overflow:hidden;padding:0;background-color:#76c9d4;background-image:url(/design/chat-pattern.svg),radial-gradient(120% 90% at 12% 0,rgba(255,255,255,.3) 0,rgba(255,255,255,0) 62%),linear-gradient(140deg,#84cdef,#65bddd 48%,#78d5bd);background-position:0 0,0 0,0 0;background-size:480px 480px,100% 100%,100% 100%}.chat-dialog-body{display:flex;flex:1 1 auto;min-width:0;min-height:0;overflow:hidden}.chat-composer-emoji-panel{display:flex;flex:0 0 clamp(260px,27vw,330px);min-width:0;min-height:0;flex-direction:column;padding-bottom:calc(var(--chat-control-size) + 16px);border-right:1px solid rgba(17,71,112,.16);background:rgba(248,251,253,.96);box-shadow:8px 0 22px rgba(8,40,78,.08)}.chat-composer-emoji-grid{display:grid;flex:1 1 auto;min-height:0;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));align-content:start;grid-gap:2px;gap:2px;overflow-y:auto;padding:10px;scrollbar-color:rgba(17,71,112,.35) transparent;scrollbar-width:thin}.chat-composer-emoji-grid button,.chat-composer-emoji-groups button{display:grid;min-width:0;place-items:center;padding:0;border:0;background:transparent;cursor:pointer;line-height:1}.chat-composer-emoji-grid button{height:40px;border-radius:10px;font-size:27px}.chat-composer-emoji-grid button:hover,.chat-composer-emoji-groups button.selected,.chat-composer-emoji-groups button:hover{background:rgba(51,144,236,.13)}.chat-composer-emoji-groups{display:grid;flex:0 0 42px;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:2px;gap:2px;padding:3px 6px;border-top:1px solid rgba(17,71,112,.12)}.chat-composer-emoji-groups button{border-radius:9px;font-size:21px}.chat-dialog-header{flex:0 0 auto;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:14px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.92)}.chat-back-link{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:999px;color:var(--bassario-blue);font-size:30px;line-height:1;background:none;cursor:pointer;padding:0}.chat-dialog-avatar{width:54px;height:54px;border-radius:16px;font-size:20px}.chat-dialog-avatar.support{background:#e5f5ff}.chat-dialog-avatar svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;color:#0b89cf}.chat-dialog-title{min-width:0;display:grid;grid-gap:2px;gap:2px}.chat-dialog-title .chat-listing-subtitle,.chat-dialog-title span,.chat-dialog-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-dialog-title strong{color:var(--ink);font-size:17px;font-weight:850;letter-spacing:-.035em}.chat-dialog-title .chat-listing-subtitle,.chat-dialog-title span{color:var(--muted);font-size:13px}.chat-dialog-title .chat-listing-subtitle{display:block;text-decoration:none}.chat-dialog-title .chat-listing-subtitle:focus-visible,.chat-dialog-title .chat-listing-subtitle:hover{color:var(--ink);text-decoration:underline}.chat-dialog-actions{display:flex;min-width:0;align-items:center;justify-content:flex-end;justify-self:end;gap:8px;white-space:nowrap}.chat-dialog-actions .chat-connecting-badge,.chat-dialog-actions .chat-rate-chip{margin-left:0}.chat-peer-link{color:inherit;text-decoration:none}.chat-peer-link:hover{color:var(--accent,#06a9e6);text-decoration:underline}.chat-dialog-messages{display:flex;flex:1 1 auto;min-height:0;min-width:0;flex-direction:column;gap:6px;overflow-y:auto;padding:18px 18px var(--chat-bottom-obstruction,calc(var(--chat-control-size) + 28px));background:transparent;scrollbar-color:rgba(17,71,112,.48) transparent;scrollbar-width:thin}.chat-dialog-messages::-webkit-scrollbar{width:8px}.chat-dialog-messages::-webkit-scrollbar-corner,.chat-dialog-messages::-webkit-scrollbar-track{background:transparent}.chat-dialog-messages::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:rgba(17,71,112,.48);background-clip:padding-box}.chat-unread-divider{display:flex;align-items:center;gap:10px;margin:7px 0;color:rgba(8,40,78,.62);font-size:13px;font-weight:600}.chat-unread-divider:after,.chat-unread-divider:before{content:"";flex:1 1 auto;height:1px;background:rgba(255,255,255,.72)}.chat-scroll-down{position:absolute;right:var(--chat-gutter);bottom:78px;z-index:4;display:grid;width:var(--chat-control-size);height:var(--chat-control-size);place-items:center;padding:0;border:0;border-radius:50%;background:var(--surface,#fff);box-shadow:0 3px 12px rgba(8,40,78,.24);color:#3390ec;cursor:pointer}.chat-scroll-down-icon{display:block;width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.chat-scroll-down strong{position:absolute;top:-8px;right:-8px;min-width:23px;padding:3px 6px;border-radius:12px;background:#3390ec;color:#fff;font-size:11px;line-height:17px;text-align:center}.chat-empty-messages{display:flex;flex:1 1 auto;min-height:180px;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:rgba(8,40,78,.72);text-align:center}.chat-empty-messages span{font-size:14px}.chat-bubble-row{display:flex}.chat-system-divider{display:flex;justify-content:center;margin:10px 0}.chat-system-divider span{font-size:12.5px;color:#fff;background:rgba(0,0,0,.34);padding:4px 12px;border-radius:999px;text-align:center}.chat-rate-chip{margin-left:auto;border:1px solid color-mix(in srgb,var(--ink,#111318) 14%,transparent);background:transparent;color:var(--accent,#06a9e6);font-size:13px;padding:5px 12px;border-radius:999px;cursor:pointer;white-space:nowrap}.chat-rate-chip:disabled{opacity:.6;cursor:default}.chat-rate-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:60}.chat-rate-modal{background:var(--surface,#fff);border-radius:16px;padding:20px 24px 24px;max-width:340px;width:calc(100% - 48px);text-align:center;box-shadow:0 12px 40px rgba(0,0,0,.25)}.chat-rate-title{font-weight:700;margin:0 0 12px}.chat-rate-stars{display:flex;justify-content:center;gap:4px}.chat-rate-star{background:none;border:none;cursor:pointer;font-size:34px;line-height:1;color:var(--accent,#06a9e6);padding:2px 4px}.chat-rate-star:disabled{cursor:default;opacity:.6}.chat-bubble-row.outgoing{justify-content:flex-end}.chat-bubble-row.incoming{justify-content:flex-start}.chat-bubble{position:relative;max-width:min(620px,78%);padding:6px 10px 6px 12px;border-radius:16px;box-shadow:0 8px 24px rgba(16,37,111,.06);transition:background-color .3s ease}.chat-bubble.chat-bubble-media{width:-moz-fit-content;width:fit-content;max-width:min(594px,100%);display:inline-grid;grid-template-columns:minmax(0,max-content);padding:0;border-radius:10px;background:transparent!important;box-shadow:none}.chat-bubble-media .chat-bubble-footer{position:absolute;right:6px;bottom:6px;left:6px;z-index:3;width:auto;min-width:0;max-width:none;min-height:24px;margin:0;padding:0;flex-wrap:nowrap;pointer-events:none}.chat-bubble-media .chat-album,.chat-bubble-media .chat-attachment-photo-button,.chat-bubble-media .chat-video-wrap{min-width:100%;margin-bottom:0}.chat-bubble-media .chat-reactions{min-width:0;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;pointer-events:auto}.chat-bubble-media .chat-reactions::-webkit-scrollbar{display:none}.chat-bubble-media .chat-message-meta{flex:none;padding:2px 7px;border-radius:999px;background:rgba(8,40,78,.5)}.chat-bubble-media .chat-reactions button{border-color:#d7e6ee;background:rgba(246,250,252,.92);color:var(--ink);box-shadow:0 1px 3px rgba(20,60,90,.12);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.chat-bubble-media .chat-reactions button.selected{border-color:#3390ec;background:rgba(220,238,255,.94)}.chat-bubble-media .chat-media-unconsumed,.chat-bubble-media .chat-tick-note,.chat-bubble-media .chat-time{color:#fff}.chat-call-bubble{display:flex;align-items:center;gap:10px;width:232px;padding:10px 13px;border-radius:18px;background:#ffffff;box-shadow:0 8px 24px rgba(16,37,111,.06)}.chat-bubble-row.outgoing .chat-call-bubble{background:#def1fd}.chat-call-icon{display:grid;place-items:center;flex:0 0 auto;width:34px;height:34px;border-radius:50%;color:#1f9d55;background:rgba(31,157,85,.14)}.chat-call-bubble.failed .chat-call-icon{color:#e5484d;background:rgba(229,72,77,.14)}.chat-call-icon .call-history-icon{width:19px;height:19px;fill:currentColor}.call-history-icon.completed{transform:rotate(135deg);transform-origin:center}.chat-call-body{display:flex;flex-direction:column;min-width:0}.chat-call-label{font-size:14px;font-weight:600;color:#111111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-call-meta{font-size:12.5px;color:#8a99a8;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.chat-link{color:#3390ec;text-decoration:underline;word-break:break-word}.chat-bubble.chat-bubble-highlight{background:#fff3c2!important}.chat-quote{display:flex;align-items:center;gap:8px;width:100%;text-align:left;border:0;background:rgba(51,144,236,.08);border-radius:8px;padding:4px 10px 4px 6px;margin:0 0 6px;cursor:pointer;font:inherit;color:inherit}.chat-quote:before{content:"";flex:none;width:3px;height:32px;border-radius:2px;background:#3390ec}.chat-bubble-row.incoming .chat-quote{background:rgba(49,163,84,.08)}.chat-bubble-row.incoming .chat-quote:before{background:#31a354}.chat-quote-thumb{flex:none;width:32px;height:32px;border-radius:4px;object-fit:cover}.chat-quote-body{display:flex;flex-direction:column;min-width:0}.chat-quote-name{display:block;font-size:12.5px;font-weight:700;color:#3390ec}.chat-bubble-row.incoming .chat-quote-name{color:#31a354}.chat-quote-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;line-height:1.25;color:var(--ink-soft,#4a5568)}.chat-media-label{display:inline-flex;align-items:center;gap:3px;color:#3390ec;font-size:13px;line-height:1.25;white-space:nowrap}.chat-media-label.is-call{color:var(--green)}.chat-media-label.is-call.failed{color:#e5484d}.chat-media-label svg.chat-media-call{fill:currentColor;stroke:none}.chat-media-label svg{flex:none;width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.chat-thread-media-preview{font-size:inherit}.chat-message-menu{position:absolute;top:-14px;right:8px;display:none;z-index:20}.chat-bubble:focus-within .chat-message-menu,.chat-bubble:hover .chat-message-menu,.chat-message-menu[open]{display:block}.chat-message-menu summary{display:grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid rgba(16,37,111,.12);border-radius:999px;background:#fff;box-shadow:0 4px 14px rgba(16,37,111,.14);color:var(--ink);font-size:21px;line-height:1;cursor:pointer;list-style:none}.chat-message-menu summary::-webkit-details-marker{display:none}@media (hover:hover) and (pointer:fine){.chat-message-menu summary{display:none}}.chat-message-menu-list{position:absolute;top:34px;right:0;display:grid;grid-gap:8px;gap:8px;justify-items:end}.chat-reaction-picker{display:flex;flex-wrap:nowrap;gap:2px;padding:5px 8px;border:1px solid rgba(16,37,111,.1);border-radius:999px;background:rgba(250,255,247,.98);box-shadow:0 12px 30px rgba(16,37,111,.2)}.chat-reaction-picker.expanded{flex-wrap:wrap;justify-content:flex-start;width:296px;max-height:232px;overflow-y:auto;border-radius:18px}.chat-reaction-more{flex-basis:42px!important;width:42px;min-height:30px!important;align-self:center;border-radius:15px!important;background:rgba(102,117,107,.14)!important;color:var(--muted)}.chat-reaction-more svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.chat-reaction-picker button{display:grid;grid-template-columns:none;place-items:center;flex:0 0 34px;min-height:34px;padding:0;border:0;border-radius:999px;background:none;cursor:pointer;font-size:16px}.chat-reaction-picker button:not(.chat-reaction-more){font-size:25.875px}.chat-reaction-picker button:focus-visible,.chat-reaction-picker button:hover{background:rgba(51,144,236,.12);outline:none}.chat-message-actions{display:grid;min-width:205px;padding:7px;border:1px solid rgba(16,37,111,.1);border-radius:13px;background:rgba(250,255,247,.98);box-shadow:0 12px 30px rgba(16,37,111,.2)}.chat-bubble-row.incoming .chat-message-menu-list{right:auto;left:0;justify-items:start}.chat-message-actions button{display:grid;grid-template-columns:26px 1fr;align-items:center;grid-gap:10px;gap:10px;min-height:38px;padding:7px 10px;border:0;background:none;cursor:pointer;color:var(--ink);border-radius:8px;font:inherit;font-size:14px;font-weight:600;text-align:left}.chat-message-actions button span{font-size:20px;line-height:1;text-align:center}.chat-message-actions button:focus-visible,.chat-message-actions button:hover{background:rgba(51,144,236,.12);outline:none}.chat-attachment-photo{display:block;width:100%;height:100%;object-fit:cover}.chat-attachment-photo-button{display:block;max-width:100%;padding:0;border:0;border-radius:10px;overflow:hidden;margin-bottom:6px;background:transparent;cursor:zoom-in}.chat-media-unsized .chat-attachment-photo,.chat-media-unsized .chat-attachment-video{width:auto;height:auto;max-width:100%;max-height:320px;object-fit:contain}.chat-photo-viewer{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:72px 28px 28px;background:rgba(7,12,16,.92);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.chat-photo-viewer-stage{display:flex;width:min(92vw,1440px);height:calc(100vh - 108px);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:zoom-in;touch-action:pan-x;overscroll-behavior-x:contain}.chat-photo-viewer-stage::-webkit-scrollbar{display:none}.chat-photo-viewer-stage[data-zoomed=true]{overflow-x:hidden;cursor:-webkit-grab;cursor:grab;touch-action:none}.chat-photo-viewer-stage[data-zoomed=true]:active{cursor:-webkit-grabbing;cursor:grabbing}.chat-photo-viewer-slide{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;scroll-snap-align:center;scroll-snap-stop:always;overflow:hidden}.chat-photo-viewer-slide img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform}.chat-photo-viewer-tools{position:fixed;top:18px;right:22px;z-index:1001;display:flex;align-items:center;gap:6px;padding:5px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(20,27,32,.78)}.chat-photo-viewer-count{min-width:54px;padding:0 8px;color:#fff;font-size:13px;font-weight:650;text-align:center}.chat-photo-viewer-nav{position:fixed;top:50%;z-index:1001;width:48px;height:64px;margin-top:-32px;border:0;border-radius:999px;background:rgba(20,27,32,.62);color:#fff;font-size:42px;line-height:1;cursor:pointer}.chat-photo-viewer-nav.previous{left:20px}.chat-photo-viewer-nav.next{right:20px}.chat-photo-viewer-nav:disabled{opacity:.2;cursor:default}.chat-photo-viewer-tools button{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border:0;border-radius:999px;background:transparent;color:#fff;font:inherit;font-size:24px;cursor:pointer}.chat-photo-viewer-tools button:focus-visible,.chat-photo-viewer-tools button:hover{background:rgba(255,255,255,.14);outline:none}.chat-photo-viewer-tools button:disabled{opacity:.35;cursor:default}.chat-photo-viewer-tools .chat-photo-viewer-scale{min-width:62px;font-size:13px}@media (max-width:640px){.chat-photo-viewer{padding:64px 10px 10px}.chat-photo-viewer-stage{width:100%;height:calc(100vh - 82px)}.chat-photo-viewer-tools{top:10px;right:10px}.chat-photo-viewer-nav{display:none}}.chat-attachment-video{display:block;width:100%;height:100%;object-fit:cover}.chat-video-wrap{position:relative;display:block;max-width:100%;margin-bottom:6px;overflow:hidden;border-radius:10px;background:#000;container-type:inline-size}.chat-media-info{position:absolute;top:6px;left:6px;padding:3px 7px;border-radius:999px;background:rgba(0,0,0,.4);color:#fff;font-size:12px;line-height:1.2;pointer-events:none;display:inline-flex;align-items:center;gap:5px}.chat-media-unconsumed{width:16px;height:16px;flex:0 0 16px;color:currentColor;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.chat-album{position:relative;max-width:100%;margin-bottom:6px}.chat-album-tile{position:absolute;padding:0;border:0;overflow:hidden;background:rgba(16,37,111,.08);container-type:inline-size}.chat-album-tile>img,.chat-album-tile>video{display:block;width:100%;height:100%;object-fit:cover}button.chat-album-tile{cursor:zoom-in}.chat-album-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0 0 0 4px;border:0;border-radius:50%;background:rgba(0,0,0,.35);color:#ffffff;font-size:20px;line-height:1;cursor:pointer}@container (max-width: 139px){.chat-album-play{width:36px;height:36px;font-size:14px}}.chat-attachment-audio{display:block;width:min(320px,100%);margin-bottom:6px}.chat-voice{display:flex;align-items:center;gap:8px;width:min(var(--chat-voice-width,250px),calc(100vw - 110px));margin-bottom:0}.chat-voice-play{width:40px;height:40px;border:0;border-radius:50%;background:#3390ec;color:#ffffff;cursor:pointer;flex:none;display:grid;place-items:center}.chat-voice-play>span{display:block;width:0;height:0;margin-left:4px;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:14px solid #fff}.chat-voice-play[aria-label=pause]>span{width:14px;height:18px;margin-left:0;border:0;background:linear-gradient(90deg,#fff 0 38%,transparent 38% 62%,#fff 62%)}.chat-voice-body{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:1px}.chat-voice-unplayed{display:block;width:27px;height:27px;flex:0 0 27px;margin-left:7px;color:#55798f;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.chat-voice-wave{width:100%;height:20px}.chat-voice-wave line{stroke:rgba(51,144,236,.35);stroke-width:2;stroke-linecap:round}.chat-voice-wave line.played{stroke:#3390ec}.chat-voice-meta{display:flex;align-items:center;gap:10px;min-height:15px;white-space:nowrap;font-size:12px;color:var(--ink-soft,#4a5568)}.chat-action-notice{position:absolute;z-index:4;left:50%;bottom:74px;margin:0;transform:translateX(-50%);padding:8px 13px;border-radius:10px;background:rgba(23,33,43,.86);color:#fff;font-size:13px;box-shadow:0 3px 12px rgba(0,0,0,.2)}.chat-attachment-file{display:flex;align-items:center;gap:10px;margin-bottom:6px;color:inherit;text-decoration:none}.chat-attachment-file-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#3390ec;font-size:18px}.chat-attachment-file-body{display:flex;flex-direction:column;min-width:0}.chat-attachment-file-name{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-attachment-file-size{font-size:12.5px;color:var(--ink-soft,#4a5568)}.chat-attachment-name{font-size:14px}.chat-composer:has(.chat-attach-button){grid-template-columns:auto minmax(0,1fr) auto}.chat-attach-button{display:grid;width:var(--chat-control-size);height:var(--chat-control-size);place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 2px 9px rgba(8,40,78,.14);cursor:pointer;color:var(--ink);font-family:Arial,sans-serif;font-size:29px;font-weight:300;line-height:1;padding:0;align-self:center}.chat-attach-button:hover:not(:disabled){background:#fff}.chat-attach-button:disabled{opacity:.5;cursor:default}.chat-reply-bar{display:flex;align-items:center;gap:10px;padding:6px 10px 6px 14px;border-top:1px solid rgba(16,37,111,.08);background:#f7f9fc}.chat-reply-bar-icon{color:#3390ec;font-size:16px}.chat-reply-bar-body{flex:1 1;min-width:0;display:flex;flex-direction:column}.chat-reply-bar-name{font-size:12.5px;font-weight:700;color:#3390ec}.chat-reply-bar-text{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-reply-bar-cancel{border:0;background:none;cursor:pointer;font-size:18px;line-height:1;padding:6px 10px;color:var(--ink-soft,#4a5568)}.chat-bubble-row.incoming .chat-bubble{border-bottom-left-radius:6px;background:#ffffff;color:var(--ink)}.chat-bubble-row.outgoing .chat-bubble{border-bottom-right-radius:6px;background:#def1fd;color:var(--ink)}.chat-bubble p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:18px;line-height:1.3}.chat-bubble p.chat-emoji-only{line-height:1}.chat-inline-emoji{font-size:24px;line-height:1}.chat-bubble p.chat-emoji-only-1,.chat-bubble p.chat-emoji-only-2{font-size:30.6px}.chat-bubble p.chat-emoji-only-3{font-size:25.2px}.chat-bubble p.chat-emoji-only-4{font-size:19.8px}.chat-bubble p.chat-emoji-only-5{font-size:17.1px}.chat-bubble-footer{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:6px;margin-top:4px}.chat-message-meta{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;gap:4px;font-size:11px}.chat-reactions{display:flex;flex-wrap:wrap;gap:4px}.chat-bubble-row.incoming .chat-reactions,.chat-reactions{justify-content:flex-start}.chat-reactions button{display:inline-flex;align-items:center;gap:4px;min-height:30px;padding:2px 5px;border:1px solid #d7e6ee;border-radius:999px;background:#f6fafc;color:var(--ink);box-shadow:0 1px 3px rgba(20,60,90,.12);cursor:pointer;font:inherit;font-size:13px;line-height:1}.chat-reactions button>span:first-child{font-size:18px;line-height:1}.chat-reactions button.selected{border-color:#3390ec;background:#dceeff}:is(html.dark,html[data-theme=dark],[data-theme=dark]) .chat-reactions button{border-color:#43515e;background:#182533;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.24)}:is(html.dark,html[data-theme=dark],[data-theme=dark]) .chat-reactions button.selected{border-color:#3390ec;background:#182533}.chat-reactions button:disabled{cursor:default}.chat-time{color:#69acd8}.chat-tick-note{opacity:.7}.chat-retry-send{display:inline-grid;place-items:center;width:18px;height:18px;padding:0;border:0;border-radius:50%;background:#e53935;color:#fff;font:700 13px/1 sans-serif;cursor:pointer;opacity:1}.chat-retry-send:disabled{cursor:default;opacity:.6}.chat-tick{height:13px;width:auto;flex:none;fill:none;stroke:#8696a0;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.chat-tick-read{stroke:#34b7f1}.chat-typing{right:18px;left:18px;z-index:5;margin:0;padding:0;color:var(--muted);font-size:13px}.chat-dialog-shell>.chat-reply-bar,.chat-typing{position:absolute;bottom:calc(var(--chat-control-size) + 24px)}.chat-dialog-shell>.chat-reply-bar{right:10px;left:10px;z-index:6;border-radius:14px;box-shadow:0 2px 9px rgba(8,40,78,.14)}.chat-composer{position:absolute;right:0;bottom:0;left:0;z-index:5;isolation:isolate;flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:6px;gap:6px;padding:4px var(--chat-gutter);border:0;background:transparent}.chat-composer:before{content:"";position:absolute;z-index:0;inset:-24px 0 0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.04) 35%,rgba(255,255,255,.12) 68%,rgba(255,255,255,.2));-webkit-backdrop-filter:blur(13px) saturate(1.08);backdrop-filter:blur(13px) saturate(1.08);-webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.12) 28%,rgba(0,0,0,.62) 68%,#000);mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.12) 28%,rgba(0,0,0,.62) 68%,#000)}.chat-composer>*{position:relative;z-index:1}.chat-observe-note{flex:0 0 auto;margin:0;padding:16px 12px;border-top:1px solid var(--line);background:rgba(255,255,255,.96);text-align:center}.chat-composer-field{display:flex;align-self:end;width:100%;min-width:0;min-height:var(--chat-control-size);max-height:126px;align-items:flex-end;overflow:hidden;border-radius:calc(var(--chat-control-size) / 2);background:#fff;box-shadow:0 2px 9px rgba(8,40,78,.12)}.chat-composer-emoji-button{display:grid;flex:0 0 40px;width:40px;height:var(--chat-control-size);place-items:center;padding:0;border:0;background:transparent;color:#7f8c98;cursor:pointer}.chat-composer-emoji-button[aria-pressed=true]{color:#3390ec}.chat-composer-emoji-button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.chat-composer textarea{flex:1 1 auto;width:100%;min-height:var(--chat-control-size);max-height:126px;resize:none;overflow-y:hidden;border:0;border-radius:0;padding:9px 13px 9px 2px;background:transparent;box-shadow:none;color:var(--ink);font:inherit;font-size:18px;line-height:1.3;outline:none}.chat-composer-field:focus-within{box-shadow:0 0 0 4px rgba(6,169,230,.08)}.chat-send-button{display:grid;align-self:end;width:var(--chat-control-size);min-width:var(--chat-control-size);height:var(--chat-control-size);min-height:var(--chat-control-size);place-items:center;padding:0;border-radius:50%;border:0;background:rgba(255,255,255,.94);box-shadow:0 2px 9px rgba(8,40,78,.14);color:#3390ec;line-height:1}.chat-send-icon{display:block;width:25px;height:25px;fill:currentColor}.chat-send-pending{font-family:Arial,sans-serif;font-size:24px;line-height:1}.chat-send-button:hover:not(:disabled){background:#fff;color:#1688dc}.chat-send-button:disabled{opacity:1;background:rgba(255,255,255,.94);color:#3390ec;box-shadow:0 2px 9px rgba(8,40,78,.14)}@media (max-width:760px){.container.workspace-page{width:calc(100vw - 24px)}.container.workspace-page,.workspace-page.account-listings-page,.workspace-page.favorites-page{min-height:calc(100dvh - 126px)}.chat-page-container .section-head{padding-inline:0}.chat-list-toolbar{align-items:stretch;flex-direction:column}.chat-thread-main{grid-template-columns:58px minmax(0,1fr) auto;min-height:82px;padding:12px 42px 12px 12px}.chat-thread-image{width:58px;height:58px;border-radius:14px}.chat-dialog-shell{height:calc(100dvh - 110px);border-radius:0}.chat-dialog-header{grid-template-columns:auto auto minmax(0,1fr) auto;padding:10px}.chat-dialog-avatar{width:46px;height:46px;border-radius:14px}.chat-dialog-messages{padding:12px 10px calc(var(--chat-control-size) + 30px)}.chat-bubble{max-width:82%}.chat-composer{grid-template-columns:minmax(0,1fr) var(--chat-control-size);padding:4px 8px}.chat-send-button{min-width:var(--chat-control-size)}}@media (max-width:760px){body:has(.chat-dialog-shell) .site-footer{display:none}body:has(.chat-dialog-shell){background:#f5f7fb}.chat-page-container:has(.chat-dialog-shell){width:100%;padding-inline:0}.chat-page-container:has(.chat-dialog-shell) .chat-dialog-shell{height:calc(100dvh - 86px);border-right:0;border-left:0}.chat-composer{align-items:center}.chat-composer textarea{min-height:var(--chat-control-size);max-height:96px;resize:none}.chat-send-button{align-self:center}}@container chat-shell (max-width: 959px){.chat-dialog-body.emoji-open{flex-direction:column}.chat-dialog-body.emoji-open .chat-dialog-messages{order:1;width:100%}.chat-composer-emoji-panel{order:2;flex:0 0 clamp(180px,34dvh,300px);width:100%;min-height:0;padding-bottom:0;border-top:1px solid rgba(17,71,112,.16);border-right:0;box-shadow:0 -8px 22px rgba(8,40,78,.08)}}