:root{--ink: #182033;--muted: #65728a;--accent: #0f766e;--accent-hover: #115e59;--accent-soft: #e7f3f0;--accent-faint: #f2f8f6;--accent-border: #bcded8;--accent-ring: #5eaba3;--line: #e3e7ef;--pale: #f7f8fb;--selected: #e5f3f0;--green: #23834e;--danger: #b43d50;--danger-soft: #fff2f4;--warning-soft: #fff7e0;--list: clamp(324px, 26.7vw, 424px);--radius: 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;color:var(--ink);font-synthesis:none;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;background:#fff}button,input,textarea,select{font:inherit}button{cursor:pointer;color:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{transition:background .16s,color .16s,border-color .16s,box-shadow .16s,transform .16s}button:disabled{cursor:default;opacity:.45}button:active:not(:disabled){transform:translateY(1px)}button:focus-visible,a:focus-visible,select:focus-visible,[role=tab]:focus-visible{outline:3px solid var(--accent-ring);outline-offset:3px}input:focus-visible,textarea:focus-visible{outline:none}a{color:var(--accent)}h1,h2,h3,p{margin:0}h1{font-size:25px;letter-spacing:-1px;line-height:1.2}h2{font-size:20px;letter-spacing:-.6px;line-height:1.3}h3{font-size:14px;letter-spacing:-.15px}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{color:var(--muted)}*{scrollbar-width:thin;scrollbar-color:#ced6e6 transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#ced6e6;border-radius:8px}::-webkit-scrollbar-track{background:transparent}svg.icon{height:20px;width:20px;flex-shrink:0;display:block;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.icon-button{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:11px;flex-shrink:0;color:var(--muted);position:relative}.icon-button:hover{background:#edf0f8;color:var(--accent)}.icon-button[aria-pressed=true],.icon-button[aria-current=page]{color:var(--accent);background:var(--accent-soft)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:9px 15px;border:1px solid var(--line);border-radius:11px;background:#fff;font-size:13px;font-weight:600;white-space:nowrap;text-decoration:none;color:var(--ink)}.button:hover{background:var(--pale);border-color:#ccd3e2}.button .icon{width:17px;height:17px}.button.primary{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 2px 4px #0f766e12}.button.primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 3px 10px #0f766e22}.button.danger{color:var(--danger);border-color:#f1c9d0}.button.danger:hover{background:var(--danger-soft)}.button.small{min-height:32px;padding:5px 11px;font-size:12px;border-radius:9px}.text-button{border:0;background:transparent;padding:5px;color:var(--accent);font-size:12px;font-weight:600}.text-button:hover{text-decoration:underline}.text-button.danger{color:var(--danger)}.avatar{height:42px;width:42px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:#e8ecf5;color:#4e5f7b;font-weight:650;font-size:12px;position:relative;letter-spacing:-.15px}.avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.avatar.blue{background:#e0e8ff;color:#2249b5}.avatar.slate{background:#e9edf5;color:#506078}.avatar.sand{background:#ffe5d7;color:#91442e}.avatar.purple{background:#eee2ff;color:#703eb0}.avatar.mint{background:#d7f4e9;color:#166b54}.avatar.channel{background:var(--accent-soft);color:var(--accent)}.avatar.online:after{content:"";position:absolute;width:9px;height:9px;background:var(--green);border:2px solid #fff;border-radius:50%;right:0;bottom:0;box-sizing:content-box}.badge{font-size:11px;line-height:22px;min-width:22px;height:22px;padding:0 6px;background:var(--accent);color:#fff;border-radius:12px;font-weight:650;text-align:center;display:inline-block;flex-shrink:0}.badge.muted-badge{background:#cdd5e3;color:#45546e}.search-field{display:flex;align-items:center;gap:10px;border:1px solid #dce1ed;border-radius:11px;padding:0 12px;background:#fff;min-width:0;height:43px;color:var(--muted);transition:border-color .16s,box-shadow .16s}.search-field:focus-within{border-color:var(--accent-ring);box-shadow:0 0 0 3px #0f766e0c}.search-field input{width:100%;min-width:0;border:0;background:transparent;outline:none;color:var(--ink);height:100%;font-size:13px}.search-field input::placeholder{color:#758098}.search-field .icon{width:18px;height:18px}.search-field .clear-search{width:26px;height:28px}.search-field .clear-search .icon{width:15px;height:15px}.text-input,.select-input{width:100%;height:43px;border:1px solid #dce2ed;border-radius:10px;padding:9px 12px;font-size:13px;color:var(--ink);background:#fff}textarea.text-input{height:auto;min-height:80px;resize:vertical;line-height:1.5}.text-input:focus,.select-input:focus{border-color:var(--accent-ring);box-shadow:0 0 0 3px #0f766e0c;outline:none}.select-input{appearance:auto;padding-right:8px}.field-label{display:block;font-size:12px;font-weight:650;color:#425575;margin-bottom:8px}.field+.field{margin-top:16px}.field-error{font-size:11px;color:var(--danger);line-height:1.5;margin-top:7px}.field-help{font-size:11px;color:#6d7e98;margin-top:6px}.switch{position:relative;display:inline-flex;align-items:center;width:44px;height:26px;flex-shrink:0}.switch input{opacity:0;width:100%;height:100%;margin:0;position:absolute;inset:0;cursor:pointer;z-index:1}.switch span{position:absolute;inset:0;background:#cfd6e4;border-radius:13px;transition:background .16s}.switch span:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;transition:transform .16s}.switch input:checked+span{background:var(--accent)}.switch input:checked+span:after{transform:translate(18px)}.switch input:focus-visible+span{outline:3px solid var(--accent-ring);outline-offset:3px}.switch input:disabled+span{opacity:.5}.empty-state{padding:40px 20px;text-align:center;color:var(--muted);font-size:13px}.empty-state>.icon{margin:0 auto 14px;color:#7e8eac;width:30px;height:30px}.empty-state strong{display:block;color:var(--ink);font-size:15px;margin-bottom:6px}.empty-state .text-button{margin-top:10px}.spinner{width:18px;height:18px;border:2px solid var(--accent-border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;display:inline-block;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.toast-region{position:fixed;left:50%;bottom:28px;transform:translate(-50%);z-index:50;display:flex;flex-direction:column;gap:8px;align-items:center;width:max-content;max-width:min(460px,calc(100vw - 32px));pointer-events:none}.toast{background:#202e49;color:#fff;box-shadow:0 6px 24px #12253620;border-radius:13px;padding:12px 18px;font-size:13px;text-align:center;display:flex;align-items:center;gap:12px;pointer-events:auto}.toast .toast-action{border:0;background:transparent;color:#8fe0d5;font-weight:700;font-size:13px;padding:2px 4px;white-space:nowrap}.toast .toast-action:hover{text-decoration:underline}.toast .toast-close{border:0;background:transparent;color:#b6c1d6;padding:2px;display:flex}.toast .toast-close .icon{width:15px;height:15px}@keyframes dialog-in{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes drawer-in{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.button.primary.danger-fill{background:var(--danger);border-color:var(--danger)}.button.primary.danger-fill:hover{background:#983244;border-color:#983244}.app{height:100vh;height:100dvh;display:block;overflow:hidden}.main-workspace{height:100%;display:flex;flex-direction:column;min-width:0;min-height:0}.messaging{display:flex;flex:1;min-height:0;min-width:0;width:100%;background:#fff}.conversations{width:var(--list);flex:0 0 var(--list);border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0;background:var(--pale)}.chat-brand{min-height:78px;height:78px;flex-shrink:0;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);position:relative}.chat-wordmark{white-space:nowrap;font-size:26px;font-weight:850;line-height:1;letter-spacing:-1.3px;color:#121a2c;text-decoration:none}.chat-wordmark>span{font-size:22px;letter-spacing:-.8px;font-weight:550;color:#62708a;margin-left:3px}.new-message{font-size:12px;padding:9px 12px;min-height:40px;gap:6px}.new-message .icon{width:17px;height:17px}.brand-menu{top:64px;right:20px}.list-controls{padding:24px 24px 0}.list-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:19px}.messages-title{display:flex;align-items:center;gap:10px;min-width:0}.messages-title h1{font-weight:750}.messages-title .badge{color:var(--accent);background:var(--selected);font-size:12px;padding:0 8px;min-width:27px;height:23px;line-height:23px}.list-nav{display:flex;gap:2px;align-items:center}.list-nav .icon-button{width:34px;height:34px}.list-nav .icon{width:19px;height:19px}.status-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#7a5b12;background:var(--warning-soft);border:1px solid #f2dfa6;border-radius:10px;padding:2px 8px;white-space:nowrap}.status-pill.offline{color:#5b6780;background:#eef1f6;border-color:#dfe4ee}.status-pill .dot{width:6px;height:6px;border-radius:50%;background:currentColor}.filter-tabs{display:flex;margin-top:15px;background:#eceff6;padding:3px;border-radius:11px;gap:3px}.filter-tab{border:1px solid transparent;border-radius:8px;background:transparent;color:#62708a;flex:1;height:34px;font-size:12px;font-weight:600;min-width:0;padding:0 4px}.filter-tab:hover{background:#e2e7f2}.filter-tab[aria-selected=true]{color:var(--accent);background:#fff;border-color:#e2e6f0;box-shadow:0 2px 5px #1c355b08}.list-section-label{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#6e7b92;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:8px;margin:21px 0 11px}.list-section-label>span:last-child,.list-section-label>label{letter-spacing:0;font-weight:400;text-transform:none}.archived-toggle{display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-size:11px;color:#6e7b92}.archived-toggle input{accent-color:var(--accent);margin:0}.conversation-items{overflow:auto;overscroll-behavior:contain;flex:1;min-height:0;padding:0 12px 12px}.conversation-row{border:1px solid transparent;background:transparent;width:100%;text-align:left;border-radius:14px;display:flex;align-items:center;gap:12px;padding:15px 12px;min-height:81px;position:relative;text-decoration:none;color:inherit}.conversation-row+.conversation-row:before{content:"";height:1px;background:#e9edf4;position:absolute;top:-1px;left:67px;right:12px}.conversation-row:hover{background:#edf0f8}.conversation-row.active{background:var(--selected);border-color:var(--accent-border)}.conversation-row.active:before,.conversation-row.active+.conversation-row:before{display:none}.conversation-row .avatar{width:43px;height:43px;font-size:13px}.conversation-copy{flex:1;min-width:0}.conversation-title-line{display:flex;align-items:center;gap:8px;margin-bottom:5px}.conversation-name{font-size:14px;line-height:1.3;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0;letter-spacing:-.3px;display:flex;align-items:center;gap:5px}.conversation-name>span:first-child{overflow:hidden;text-overflow:ellipsis}.conversation-name .icon{width:13px;height:13px;color:#8391a8;flex-shrink:0}.conversation-name .managed-icon{color:#7d98a0}.conversation-time{font-size:11px;color:#69758c;white-space:nowrap;flex-shrink:0;font-variant-numeric:tabular-nums}.conversation-preview-line{display:flex;align-items:center;gap:9px;min-height:22px}.conversation-preview{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#6b7790;flex:1;min-width:0}.conversation-row.has-unread .conversation-preview{color:#53637f}.conversation-row.has-unread .conversation-name{font-weight:750}.conversation-row.active .conversation-time{color:#4b726e}.conversation-row.archived{opacity:.7}.admin-row-label{font-size:10px;font-weight:650;color:var(--accent);background:var(--accent-soft);border-radius:6px;padding:1px 6px;white-space:nowrap}.chat-account-footer{padding:15px 22px;border-top:1px solid var(--line);background:var(--pale)}.chat-account{display:flex;align-items:center;gap:12px;width:100%;padding:4px 0;border:0;border-radius:11px;background:transparent;text-align:left;text-decoration:none;color:inherit}.chat-account:hover{background:#edf0f8}.chat-account>.avatar{height:42px;width:42px;font-size:13px}.chat-account strong{display:block;font-size:13px;font-weight:650;letter-spacing:-.15px}.chat-account small{display:block;font-size:11px;color:var(--muted);margin-top:3px}.chat-account .account-label{margin-left:auto;color:var(--muted);font-size:11px;padding-right:2px}.inline-hint{margin:14px 0 0;padding:11px 12px;border:1px solid var(--accent-border);background:var(--accent-faint);border-radius:12px;font-size:12px;color:#3f5670;display:flex;gap:10px;align-items:flex-start}.inline-hint>.icon{color:var(--accent);width:18px;height:18px;margin-top:1px}.inline-hint strong{display:block;color:var(--ink);font-size:12px;margin-bottom:2px}.inline-hint .icon-button{width:26px;height:26px;margin-left:auto}.inline-hint .icon-button .icon{width:14px;height:14px}.chat{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;position:relative;background:#fff}.chat-empty{display:flex;flex:1;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:var(--muted);text-align:center;padding:30px}.chat-empty .icon{width:42px;height:42px;color:#8ea0c5}.chat-empty h2{margin-top:10px;color:var(--ink)}.back-button{display:none}.boot-screen{height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center}.chat-header{min-height:78px;flex-shrink:0;display:flex;align-items:center;padding:14px 28px;border-bottom:1px solid var(--line);gap:14px;background:#fff;z-index:2}.chat-header>.avatar{width:46px;height:46px;font-size:14px}.chat-heading{min-width:0;flex:1}.chat-heading h2{font-size:18px;font-weight:700;letter-spacing:-.55px;line-height:1.35;overflow-wrap:anywhere}.chat-heading h2:focus{outline:none}.chat-subtitle{color:var(--muted);font-size:12px;margin-top:4px;display:flex;align-items:center;gap:5px;min-width:0}.chat-subtitle>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.online-dot{height:7px;width:7px;display:inline-block;border-radius:50%;background:var(--green);margin-right:2px;flex-shrink:0}.member-stack{display:flex;margin-right:13px;margin-left:6px}.member-stack .avatar{height:33px;width:33px;border:2px solid #fff;font-size:10px;margin-left:-7px}.chat-actions{display:flex;gap:6px;margin-left:auto;position:relative}.chat-actions .icon{width:20px;height:20px}.count-dot{position:absolute;top:3px;right:3px;min-width:15px;height:15px;font-size:9px;line-height:15px;border-radius:8px;background:var(--accent);color:#fff;font-weight:700;padding:0 3px}.managed-badge{display:inline-flex;align-items:center;gap:5px;min-width:0;max-width:100%;flex-shrink:0;font-size:11px;font-weight:650;line-height:1.2;color:var(--accent-hover);background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:999px;padding:2px 8px 2px 6px;white-space:nowrap}.managed-badge-text{overflow:hidden;text-overflow:ellipsis}.managed-badge .icon{width:13px;height:13px}.chat-subtitle .managed-badge{max-width:60%;margin-right:3px}.admin-banner{display:flex;align-items:center;gap:12px;padding:10px 28px;background:var(--warning-soft);border-bottom:1px solid #f2dfa6;font-size:13px;color:#6b520f}.admin-banner .icon{width:18px;height:18px}.admin-banner .button{margin-left:auto}.archived-banner{display:flex;align-items:center;gap:10px;padding:9px 28px;background:#eef1f6;border-bottom:1px solid var(--line);font-size:12px;color:#52607a}.chat-history{overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;flex:1;min-height:0;padding:20px max(28px,calc((100% - 1040px)/2)) 18px;background:#fff;scrollbar-gutter:stable;position:relative}.chat-history:focus-visible{outline:2px solid var(--accent-ring);outline-offset:-2px}.history-status{display:flex;justify-content:center;align-items:center;gap:8px;padding:4px 0 18px;font-size:12px;color:var(--muted)}.date-divider{display:flex;align-items:center;gap:17px;color:#6e7c94;font-size:11px;margin:0 0 22px;white-space:nowrap}.date-divider:before,.date-divider:after{content:"";height:1px;flex:1;background:var(--line)}.new-divider{color:var(--accent);font-weight:650}.new-divider:before,.new-divider:after{background:var(--accent-border)}.jump-latest{position:absolute;right:28px;bottom:16px;z-index:4;box-shadow:0 6px 20px #1d2b501f}.message{display:flex;gap:11px;margin-bottom:15px;align-items:flex-start;border-radius:12px;transition:background .4s,box-shadow .4s}.message.continued{margin-top:-9px}.message>.avatar{width:36px;height:36px;font-size:11px;margin-top:23px}.message.continued>.avatar{visibility:hidden;height:1px;margin-top:0}.message-content{max-width:min(88%,700px);min-width:0}.message-meta{display:flex;align-items:center;gap:10px;font-size:12px;min-height:20px;margin-bottom:5px;color:var(--muted);position:relative}.message-meta strong{font-size:12px;font-weight:650;color:#3c4a64;letter-spacing:-.15px}.message-meta time{font-size:11px;color:#6f7c92;white-space:nowrap;font-variant-numeric:tabular-nums}.message-meta .edited{font-size:11px;color:#7a869b}.message.continued .message-meta{min-height:0;margin-bottom:3px}.message.continued .message-meta strong,.message.continued .message-meta time{display:none}.message-tools{display:flex;align-items:center;gap:2px;margin-left:4px;position:relative}.message-tools .icon-button{width:27px;height:24px;margin:-2px 0;color:#6a7b98;border-radius:7px}.message-tools .icon{width:15px;height:15px}.message-tools .icon-button:hover,.message-tools [aria-expanded=true]{color:var(--accent);background:var(--accent-soft)}@media(hover:hover)and (pointer:fine){.message-tools{opacity:0;transition:opacity .16s}.message:hover .message-tools,.message:focus-within .message-tools,.message-tools:has([aria-expanded=true]){opacity:1}}@media(min-width:768px){.message-tools{margin-left:auto}.message.mine .message-tools{position:absolute;right:calc(100% + 12px);top:0;margin:0}}.message-menu{top:26px;right:0;min-width:180px}.message.mine .message-menu{right:auto;left:0}.bubble{padding:10px 14px;border-radius:5px 15px 15px;background:#f0f2f7;font-size:14px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;width:fit-content;max-width:100%;color:#26344b}.message.mine{flex-direction:row-reverse;margin-top:1px;margin-bottom:17px}.message.mine.continued{margin-top:-11px}.message.mine .message-content{display:flex;flex-direction:column;align-items:flex-end}.message.mine .message-meta{justify-content:flex-end}.message.mine .bubble{background:var(--accent);border-radius:15px 5px 15px 15px;color:#fff}.message mark{background:#ffe397;color:#21324d;border-radius:3px;padding:1px 0}.bubble a{color:inherit;text-decoration:underline;text-underline-offset:2px}.message:not(.mine) .bubble a{color:var(--accent)}.bubble code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88em;background:#0000000d;padding:1px 5px;border-radius:5px}.message.mine .bubble code{background:#ffffff26}.bubble strong{font-weight:700}.mention{font-weight:650;color:var(--accent);border-radius:4px;padding:0 2px}.message.mine .mention{color:#fff;background:#ffffff1f}.mention.me{background:#ffe9a8;color:#5b4300;padding:0 3px}.message.mine .mention.me{background:#ffe397;color:#3f2f00}.bubble.deleted{background:transparent;border:1px dashed #d4dae6;color:#7b879b;font-style:italic}.message.mine .bubble.deleted{background:transparent;color:#7b879b}.message.pending .bubble{opacity:.72}.message.failed .bubble{box-shadow:0 0 0 2px #f1c9d0}.message.is-target{background:var(--accent-soft);box-shadow:0 0 0 8px var(--accent-soft)}.message:focus{outline:none}.message:focus-visible{outline:2px solid var(--accent-ring);outline-offset:6px;border-radius:8px}.edit-form{display:flex;flex-direction:column;gap:8px;width:min(560px,100%)}.edit-form textarea{width:100%;border:1px solid var(--accent-ring);border-radius:12px;padding:9px 12px;resize:vertical;min-height:64px;font-size:14px;line-height:1.5;box-shadow:0 0 0 3px #0f766e0c;outline:none}.edit-form .edit-actions{display:flex;justify-content:flex-end;gap:8px;align-items:center;font-size:11px;color:var(--muted)}.send-status{font-size:11px;display:flex;align-items:center;gap:6px;color:#64748f;margin-top:4px}.send-status.failed{color:var(--danger)}.send-status .icon{width:14px;height:14px}.send-status .text-button{padding:2px 4px;font-size:11px}.seen-by{display:flex;align-items:center;gap:4px;margin-top:5px;font-size:11px;color:#64748f}.seen-by .avatar{width:18px;height:18px;font-size:8px;margin-left:-4px;border:1.5px solid #fff}.seen-by .avatar:first-of-type{margin-left:0}.typing-indicator{min-height:22px;padding:0 max(28px,calc((100% - 1040px)/2));font-size:12px;color:var(--muted);display:flex;align-items:center;gap:7px;background:#fff}.typing-dots{display:inline-flex;gap:3px}.typing-dots i{width:5px;height:5px;border-radius:50%;background:#9aa7bd;animation:typing 1.2s infinite ease-in-out}.typing-dots i:nth-child(2){animation-delay:.15s}.typing-dots i:nth-child(3){animation-delay:.3s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.attachments{display:flex;flex-direction:column;gap:6px;margin-bottom:6px;max-width:100%}.message.mine .attachments{align-items:flex-end}.image-card{margin:0;background:#f0f2f7;border-radius:13px;padding:5px;width:264px;max-width:100%;border:0;text-align:left;display:block;overflow:hidden;position:relative}.image-card:hover{background:#e9edf7;box-shadow:0 2px 9px #22345a0a}.image-frame{position:relative;width:254px;max-width:100%;border-radius:9px;overflow:hidden;background:#e2e8f0}.image-frame canvas,.image-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.image-frame img{opacity:0;transition:opacity .2s}.image-frame img.loaded{opacity:1}.image-placeholder{height:105px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:9px;background:#e2e8f0;color:#657692;border-radius:9px;width:100%;font-size:12px}.image-placeholder .icon{width:30px;height:30px;stroke-width:1.5}.image-caption{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 9px 5px;font-size:13px;color:#33445f}.image-caption>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-caption>.icon{width:13px;height:13px;color:#6c7e9a}.document-card{display:flex;align-items:center;gap:13px;padding:12px 15px;border:1px solid #dce2ed;border-radius:12px;background:#fff;text-align:left;width:420px;max-width:100%;min-width:0;text-decoration:none;color:inherit}.document-card:hover{border-color:var(--accent-border);box-shadow:0 3px 10px #283f7409}.file-symbol{height:40px;width:35px;border:1px solid var(--accent-border);color:var(--accent);background:var(--accent-soft);border-radius:9px;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.file-symbol[data-file-type=PDF]{color:#c52f49;background:#ffecef;border-color:#ffe0e5}.file-symbol[data-file-type=XLSX],.file-symbol[data-file-type=XLS],.file-symbol[data-file-type=CSV]{color:#1d7a45;background:#e7f6ec;border-color:#cbead5}.file-symbol[data-file-type=DOCX],.file-symbol[data-file-type=DOC]{color:#2556b8;background:#e8efff;border-color:#d3e0ff}.file-symbol[data-file-type=PPTX]{color:#b3541e;background:#fff0e6;border-color:#fbdcc6}.file-info{min-width:0;flex:1}.file-info strong{font-size:12px;font-weight:600;display:block;overflow-wrap:anywhere;line-height:1.45;color:#33425b}.file-info small{font-size:11px;color:#6f7c94;display:block;margin-top:4px}.document-open{font-size:12px;color:var(--accent);font-weight:600;margin-left:7px}.start-chat{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100%;color:var(--muted);font-size:14px;text-align:center;padding:35px 20px}.start-chat .avatar{height:62px;width:62px;font-size:20px;margin-bottom:18px}.start-chat h3{font-size:20px;margin-bottom:9px;color:var(--ink)}.reply-quote{display:block;width:340px;max-width:100%;border:0;border-left:3px solid var(--accent-border);border-radius:3px 10px 10px 3px;background:var(--accent-faint);text-align:left;padding:9px 12px;margin:0 0 6px;min-width:0}.reply-quote:hover{background:var(--selected);border-left-color:var(--accent-ring)}.reply-quote strong{font-size:11px;color:var(--accent);font-weight:650;display:flex;gap:6px;align-items:center;margin-bottom:4px}.reply-quote strong>.icon{width:13px;height:13px}.reply-quote span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;line-height:1.5;color:#637495;overflow-wrap:anywhere;white-space:pre-wrap}.message.mine .reply-quote{background:var(--accent-soft)}.message-reactions{max-width:100%;width:fit-content}.reaction-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.message.mine .reaction-chips{justify-content:flex-end}.reaction-chip{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:44px;min-height:29px;border:1px solid var(--accent-border);border-radius:16px;padding:3px 9px;background:var(--accent-faint);color:#4e628a}.reaction-chip:hover{background:var(--accent-soft);border-color:var(--accent-border)}.reaction-chip[aria-pressed=true]{background:var(--accent-soft);border-color:var(--accent-ring);color:var(--accent)}.reaction-chip .reaction-emoji{font-size:16px;line-height:1.2}.reaction-chip .reaction-count{font-size:11px;font-weight:600}.popover.reaction-picker{position:static;display:flex;flex-wrap:wrap;gap:3px;min-width:0;max-width:100%;width:fit-content;padding:5px;margin-top:8px;box-shadow:0 4px 16px #172d4b10}.popover.reaction-picker button{width:34px;height:34px;padding:0;justify-content:center;font-size:21px;flex-shrink:0}.popover.reaction-picker button[aria-pressed=true]{background:var(--selected);box-shadow:inset 0 0 0 1px var(--accent-ring)}.popover{position:absolute;z-index:20;background:#fff;border:1px solid var(--line);border-radius:14px;padding:6px;box-shadow:0 9px 32px #1d2b501a;min-width:196px}.popover button,.popover a{width:100%;display:flex;align-items:center;gap:11px;border:0;background:#fff;border-radius:9px;padding:11px;text-align:left;font-size:13px;white-space:nowrap;color:var(--ink);text-decoration:none}.popover button:hover,.popover a:hover,.popover [data-active=true]{background:#f0f3fb}.popover button .icon,.popover a .icon{width:18px;height:18px;color:#6c7b94}.popover button.danger,.popover button.danger .icon{color:var(--danger)}.popover-label{font-size:10px;text-transform:uppercase;letter-spacing:.9px;color:#6b7891;padding:8px 11px}.more-menu{top:48px;right:0}.pinned-list{display:flex;flex-direction:column;gap:10px}.pinned-item{display:block;width:100%;text-align:left;border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px 13px}.pinned-item:hover{border-color:var(--accent-border);background:var(--accent-faint)}.pinned-item strong{font-size:12px;color:#3c4a64;display:flex;justify-content:space-between;gap:8px}.pinned-item strong time{font-weight:400;color:var(--muted);font-size:11px}.pinned-item p{font-size:13px;color:#43536e;margin-top:4px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap;overflow-wrap:anywhere}.bot-tag{display:inline-flex;align-items:center;flex-shrink:0;font-size:9.5px;font-weight:750;letter-spacing:.4px;line-height:1;color:#4d5b75;background:var(--pale);border:1px solid #d4dae6;border-radius:5px;padding:3px 4px 2px;cursor:default}.message-meta .bot-tag{margin-left:-4px}.chat-subtitle .bot-tag{margin-right:2px}.composer-area{padding:13px 28px 10px;border-top:1px solid var(--line);background:#fff;position:relative;z-index:3}.composer{display:flex;align-items:flex-end;gap:10px}.attachment-trigger{background:var(--accent-soft);color:var(--accent);width:43px;height:48px;align-self:flex-end;border-radius:13px}.attachment-trigger:hover{background:var(--selected)}.composer-input-wrap{flex:1;min-width:0;border:1px solid #dce2ed;border-radius:13px;display:flex;align-items:flex-end;padding:4px 7px 4px 14px;background:#fff;box-shadow:0 2px 5px #22345a03;transition:border-color .16s,box-shadow .16s}.composer-input-wrap:focus-within{border-color:var(--accent-ring);box-shadow:0 0 0 3px #0f766e08}.composer textarea{resize:none;height:36px;min-height:36px;max-height:116px;border:0;outline:none;width:100%;min-width:0;padding:9px 0 7px;background:transparent;color:var(--ink);font-size:14px;line-height:20px}.composer textarea::placeholder{color:#73809a}.composer .emoji-trigger{width:32px;height:36px;border-radius:9px}.composer .emoji-trigger .icon{width:20px;height:20px}.send-button{height:48px;gap:8px;padding:9px 19px;font-size:13px;border-radius:13px}.send-button .icon{width:20px;height:20px}.composer-note{font-size:10px;color:#6d7a92;display:flex;justify-content:flex-end;margin-top:8px;gap:4px}.composer-note kbd{font:inherit}.composer-note .over-limit{color:var(--danger);margin-right:auto}.composer-area.dragging{background:var(--accent-faint);box-shadow:inset 0 0 0 2px var(--accent-ring)}.composer-disabled{padding:16px 28px;border-top:1px solid var(--line);color:var(--muted);font-size:13px;text-align:center;background:var(--pale)}.emoji-menu{bottom:calc(100% - 6px);right:126px;display:grid;grid-template-columns:repeat(5,1fr);min-width:230px}.emoji-menu button{font-size:23px;padding:8px;justify-content:center}.mention-menu{bottom:calc(100% - 4px);left:80px;max-height:260px;overflow:auto;min-width:260px}.mention-menu button{padding:8px 10px}.mention-menu .avatar{width:28px;height:28px;font-size:10px}.mention-menu small{color:var(--muted);font-size:11px;margin-left:auto}.pending-attachments{display:flex;gap:9px;overflow:auto;padding:0 0 12px}.pending-file{display:flex;align-items:center;gap:9px;background:var(--pale);border:1px solid var(--line);border-radius:11px;padding:7px 10px;max-width:285px;flex-shrink:0;position:relative;overflow:hidden}.pending-file.error{border-color:#f1c9d0;background:var(--danger-soft)}.pending-file img{height:42px;width:42px;object-fit:cover;border-radius:7px}.pending-file .file-info strong{max-width:175px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pending-file .icon-button{height:28px;width:27px}.pending-file .icon-button .icon{height:15px;width:15px}.upload-progress{position:absolute;left:0;bottom:0;height:3px;background:var(--accent);transition:width .2s}.reply-draft{display:flex;align-items:center;gap:11px;margin:0 0 11px;padding:10px 12px;border-left:3px solid var(--accent-ring);border-radius:3px 11px 11px 3px;background:var(--accent-faint);min-width:0}.reply-draft>.icon{width:18px;height:18px;color:var(--accent)}.reply-draft-copy{flex:1;min-width:0}.reply-draft strong{display:block;font-size:12px;color:var(--accent);font-weight:650;margin-bottom:3px}.reply-draft p{font-size:12px;color:#657596;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reply-draft .icon-button{width:30px;height:30px}.reply-draft .icon-button>.icon{width:16px;height:16px}dialog{color:var(--ink);border:1px solid #e2e6ef;border-radius:20px;padding:0;box-shadow:0 22px 80px #18254228;max-height:calc(100dvh - 48px);max-width:calc(100vw - 32px);background:#fff}dialog::backdrop{background:#18243c45;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}dialog[open]{animation:dialog-in .18s ease-out;display:flex;flex-direction:column}.dialog-header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:23px 26px 19px;border-bottom:1px solid var(--line);flex-shrink:0}.dialog-header h2{font-size:21px;font-weight:700}.dialog-header .icon-button{width:32px;height:32px;background:#f3f5f9;border-radius:50%;flex-shrink:0}.dialog-header .icon-button:hover{background:#e9edfa}.dialog-description{font-size:12px;color:var(--muted);margin-top:5px;line-height:1.5}.dialog-body{padding:20px 26px;overflow:auto;min-height:0;flex:1}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;padding:0 26px 24px;flex-wrap:wrap}.dialog-footer{border-top:1px solid var(--line);padding:15px 26px 20px;background:#fff;flex-shrink:0}.dialog-footer p{font-size:12px;color:var(--muted);margin-bottom:12px;min-height:18px}.dialog-footer .dialog-actions{padding:0}.new-dialog{width:500px}.small-dialog{width:420px}.small-dialog .dialog-body p{font-size:13px;color:var(--muted);line-height:1.65}.create-entry{margin:17px 26px 0;display:flex;align-items:center;gap:12px;width:calc(100% - 52px);border:1px solid var(--accent-border);background:var(--accent-faint);border-radius:12px;text-align:left;padding:13px 14px;flex-shrink:0}.create-entry:hover{background:var(--selected);border-color:var(--accent-border)}.create-entry>.icon{color:var(--accent);width:23px;height:23px}.create-entry strong{font-size:13px;display:block;font-weight:650}.create-entry small{font-size:11px;color:#6b7c98;display:block;margin-top:3px}.picker-selection{display:flex;flex-wrap:wrap;gap:6px;max-height:80px;overflow:auto;margin-bottom:11px}.member-chip{display:inline-flex;align-items:center;gap:5px;background:var(--accent-soft);color:var(--accent);border-radius:15px;padding:5px 6px 5px 10px;font-size:11px}.member-chip button{border:0;background:none;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:3px;color:var(--accent)}.member-chip button:hover{background:var(--selected);color:var(--accent-hover)}.member-chip .icon{width:12px;height:12px}.picker-results{max-height:clamp(96px,calc(100dvh - 470px),280px);min-height:82px;overflow:auto;margin:0 -11px}.picker-person{display:flex;align-items:center;gap:11px;padding:11px;border-radius:11px;cursor:pointer;width:100%;border:0;background:transparent;text-align:left}.picker-person:hover{background:#f4f6fc}.picker-person[aria-pressed=true]{background:var(--accent-soft)}.picker-person .avatar{width:37px;height:37px;font-size:11px}.picker-person strong{display:block;font-size:13px;font-weight:600}.picker-person small{display:block;font-size:11px;color:#6c7d98;margin-top:3px}.picker-check{width:20px;height:20px;margin-left:auto;border:1px solid #cad5eb;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.picker-person[aria-pressed=true] .picker-check{background:var(--accent);border-color:var(--accent);color:#fff}.picker-check>.icon{width:12px;height:12px}.picker-status{padding:14px 11px;font-size:12px;color:var(--muted)}.drawer{margin:0 0 0 auto;height:100vh;height:100dvh;max-height:100dvh;max-width:100vw;width:390px;border-radius:0;border-width:0 0 0 1px}.drawer[open]{animation:drawer-in .2s ease-out}.drawer-content{overflow:auto;flex:1;padding:26px}.group-summary{text-align:center;padding:0 4px 25px;border-bottom:1px solid var(--line)}.group-summary>.avatar{height:66px;width:66px;font-size:22px;margin-bottom:16px}.group-summary h2{font-size:20px;line-height:1.4;overflow-wrap:anywhere}.group-summary p{font-size:12px;color:var(--muted);margin-top:6px;overflow-wrap:anywhere;white-space:pre-wrap}.policy-notice{display:flex;gap:9px;align-items:center;margin-top:16px;padding:9px 12px;border-radius:10px;background:var(--pale);border:1px solid var(--line);font-size:12px;color:#53627c;text-align:left}.policy-notice .icon{width:16px;height:16px;color:var(--accent)}.drawer-section{padding:25px 0 0}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px;gap:8px}.section-heading h3{font-size:14px;font-weight:650}.section-heading span{color:#6e7c94;font-size:11px}.member-row{display:flex;align-items:center;gap:11px;margin-bottom:15px;position:relative}.member-row .avatar{height:37px;width:37px;font-size:11px}.member-row .member-copy{min-width:0;flex:1}.member-row strong{display:block;font-size:13px;font-weight:550;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-row small{display:block;font-size:11px;color:#6b7b94;margin-top:3px}.member-row .you-label{font-size:10px;color:#647594;margin-left:auto}.member-tag{font-size:10px;font-weight:700;letter-spacing:.3px;color:var(--accent-hover);background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:6px;padding:1px 5px;flex-shrink:0;cursor:default}.managed-details{display:flex;flex-direction:column;align-items:center;margin-top:14px}.managed-details .policy-notice{margin-top:10px;align-self:stretch}.group-summary .managed-key{font-size:11px;margin-top:8px}.managed-key code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:#43536e;background:var(--pale);border:1px solid var(--line);border-radius:5px;padding:0 4px;overflow-wrap:anywhere}.drawer-note{display:flex;gap:8px;align-items:center;justify-content:center;font-size:12px;color:#53627c;padding:6px 8px;text-align:left}.drawer-note .icon{width:15px;height:15px;color:#7b8aa3}.member-row .popover{top:38px;right:0}.option-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #edf0f6;font-size:13px}.option-row:last-child{border-bottom:0}.option-row small{display:block;font-size:11px;color:var(--muted);margin-top:2px}.segmented{display:flex;background:#eceff6;padding:3px;border-radius:10px;gap:3px;flex-wrap:wrap}.segmented button{border:1px solid transparent;border-radius:7px;background:transparent;color:#62708a;flex:1;min-height:30px;font-size:12px;font-weight:600;padding:0 8px;white-space:nowrap}.segmented button[aria-pressed=true]{color:var(--accent);background:#fff;border-color:#e2e6f0}.drawer-footer{padding:17px 26px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:4px}.leave-group{background:none;border:0;display:flex;align-items:center;justify-content:center;gap:9px;color:#697991;font-size:12px;padding:8px;width:100%;border-radius:9px}.leave-group:hover{color:#b64556;background:#fff2f4}.leave-group .icon{width:16px;height:16px}.preview-dialog{width:760px}.preview-dialog .dialog-header h2{font-size:16px;overflow-wrap:anywhere}.preview-body{padding:20px 26px 26px;overflow:auto;max-height:calc(100dvh - 180px);display:flex;flex-direction:column;align-items:center;gap:16px}.preview-image{max-width:100%;max-height:68vh;display:block;margin:auto;border-radius:12px;background:#eef1f6}.preview-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:center}.bots-group{margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}.bots-group .section-heading h4{font-size:13px;font-weight:650}.drawer-hint{font-size:12px;color:var(--muted);margin:-4px 0 14px}.member-row .bot-tag{margin-left:auto}.member-row .bot-tag+.icon-button{margin-left:2px}.channel-id{margin-top:6px;padding:12px 14px;border-radius:12px;background:var(--pale);border:1px solid var(--line)}.channel-id .field-label{display:block;margin-bottom:6px}.channel-id-value{display:flex;align-items:center;gap:8px;min-width:0}.channel-id-value code{flex:1;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:#43536e;overflow-wrap:anywhere;-webkit-user-select:all;user-select:all}.channel-id .field-help{font-size:11px;line-height:1.5;color:#6d7e98;margin-top:8px}.bot-pick-list{list-style:none;margin:0;padding:0}.bot-pick-list .member-row{margin-bottom:12px}.bot-pick-list .member-row:last-child{margin-bottom:0}.group-summary .summary-bot-tag{margin-top:8px}.screen{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0}.screen-body{flex:1;overflow:auto;padding:24px max(28px,calc((100% - 900px)/2)) 40px;min-height:0}.screen-section{border:1px solid var(--line);border-radius:16px;padding:20px 22px;background:#fff}.screen-section+.screen-section{margin-top:18px}.screen-section>h3{font-size:15px;font-weight:700;margin-bottom:4px}.screen-section>.section-description{font-size:12px;color:var(--muted);margin-bottom:14px}.profile-card{display:flex;gap:16px;align-items:center}.profile-card .avatar{width:60px;height:60px;font-size:19px}.profile-card dl{margin:0;display:grid;grid-template-columns:max-content 1fr;gap:4px 14px;font-size:13px}.profile-card dt{color:var(--muted)}.profile-card dd{margin:0;overflow-wrap:anywhere}.row-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}.session-row{display:flex;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid #edf0f6}.session-row:last-child{border-bottom:0}.session-row>.icon{color:#7b8aa3}.session-row .session-copy{flex:1;min-width:0}.session-row strong{display:block;font-size:13px;font-weight:600;overflow-wrap:anywhere}.session-row small{display:block;font-size:11px;color:var(--muted);margin-top:2px}.current-tag{font-size:10px;font-weight:700;color:var(--accent);background:var(--accent-soft);padding:2px 7px;border-radius:8px;margin-left:6px}.search-form{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.search-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.search-filters label{font-size:11px;color:var(--muted);display:flex;flex-direction:column;gap:5px}.search-filters .text-input,.search-filters .select-input{height:38px;font-size:12px}.results-label{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#6e7b92;font-weight:600;margin:22px 0 10px;display:flex;align-items:center;gap:8px}.result-group{border:1px solid var(--line);border-radius:14px;overflow:hidden}.result-group+.result-group{margin-top:12px}.result-group-title{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--pale);border-bottom:1px solid var(--line);font-size:13px;font-weight:650}.result-group-title .avatar{width:26px;height:26px;font-size:9px}.search-hit{display:flex;gap:11px;width:100%;text-align:left;border:0;background:#fff;padding:12px 14px;border-bottom:1px solid #eef1f6}.search-hit:last-child{border-bottom:0}.search-hit:hover{background:var(--accent-faint)}.search-hit .avatar{width:32px;height:32px;font-size:10px}.search-hit .hit-copy{flex:1;min-width:0}.search-hit .hit-meta{display:flex;gap:8px;font-size:12px;color:var(--muted)}.search-hit .hit-meta strong{color:#3c4a64;font-weight:650}.search-hit p{font-size:13px;color:#33415a;margin-top:3px;white-space:pre-wrap;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.search-hit mark{background:#ffe397;color:#21324d;border-radius:3px;padding:0 1px}.load-more{display:flex;justify-content:center;margin-top:16px}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}.data-table{width:100%;border-collapse:collapse;font-size:13px;min-width:640px}.data-table th{text-align:left;color:var(--muted);font-size:11px;font-weight:600;padding:11px 14px;border-bottom:1px solid var(--line);background:var(--pale);white-space:nowrap}.data-table td{padding:11px 14px;border-bottom:1px solid #edf0f6;vertical-align:middle}.data-table tr:last-child td{border-bottom:0}.data-table .user-cell{display:flex;align-items:center;gap:10px;min-width:180px}.data-table .user-cell .avatar{width:32px;height:32px;font-size:10px}.data-table .user-cell small{display:block;color:var(--muted);font-size:11px}.data-table code{font-family:ui-monospace,monospace;font-size:11px;color:#43536e;white-space:pre-wrap;word-break:break-all}.admin-tabs{display:flex;gap:6px;margin-bottom:18px;flex-wrap:wrap}.admin-tabs a{text-decoration:none;font-size:13px;font-weight:600;padding:8px 14px;border-radius:10px;color:#62708a;border:1px solid transparent}.admin-tabs a:hover{background:#edf0f8}.admin-tabs a[aria-current=page]{color:var(--accent);background:var(--accent-soft);border-color:var(--accent-border)}.toolbar{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap;margin-bottom:16px}.toolbar .search-field{flex:1;min-width:200px}.toolbar label{font-size:11px;color:var(--muted);display:flex;flex-direction:column;gap:5px}.toolbar .text-input,.toolbar .select-input{height:40px}.notice{padding:12px 14px;border-radius:12px;background:var(--pale);border:1px solid var(--line);font-size:13px;color:#53627c}.notice.error{background:var(--danger-soft);border-color:#f1c9d0;color:var(--danger)}.sign-in{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,var(--pale),#fff)}.sign-in-card{width:min(420px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 22px 80px #18254214;padding:36px 32px;text-align:center}.sign-in-card .app-mark{width:72px;height:72px;margin:0 auto 20px;display:block}.sign-in-card .chat-wordmark{font-size:32px;display:inline-block;margin-bottom:14px}.sign-in-card p{color:var(--muted);font-size:14px;margin-bottom:26px}.sign-in-card .button{width:100%;min-height:48px;font-size:14px}.sign-in-card .notice{margin-top:18px;text-align:left}.device-gate .sign-in-card{padding-top:32px}.device-gate-icon{width:60px;height:60px;margin:0 auto 18px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent)}.device-gate-icon .icon{width:28px;height:28px}.device-gate-blocked .device-gate-icon{background:var(--danger-soft);color:var(--danger)}.device-gate-title{font-size:24px;margin-bottom:10px}.sign-in-card .device-gate-copy p{margin-bottom:14px}.device-code{display:flex;justify-content:center;align-items:center;gap:10px;margin:6px 0 16px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:34px;font-weight:700;letter-spacing:3px;color:var(--ink)}.sign-in-card .device-code{margin-bottom:16px;color:var(--ink)}.device-code-group{background:var(--pale);border:1px solid var(--line);border-radius:12px;padding:6px 12px}.device-code-sep{color:#9aa6ba;font-weight:500}.sign-in-card .device-gate-name{display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;margin-bottom:14px;color:#53627c}.device-gate-name .icon{width:16px;height:16px}.sign-in-card .device-gate-help{margin:0 0 16px;text-align:left;white-space:pre-wrap;overflow-wrap:anywhere}.sign-in-card .notice.error{margin:0 0 16px}.device-gate-actions{display:flex;flex-direction:column;gap:10px}.sign-in-card .device-auto-check{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;margin-bottom:18px}.device-pulse{width:8px;height:8px;border-radius:50%;background:var(--accent-ring);opacity:.55}.device-pulse.active{opacity:1;animation:device-pulse 1s ease-in-out infinite}@keyframes device-pulse{50%{transform:scale(1.6);opacity:.4}}.status-chip{display:inline-flex;align-items:center;font-size:11px;font-weight:650;line-height:1;padding:5px 8px;border-radius:8px;border:1px solid var(--line);background:var(--pale);color:#53627c;white-space:nowrap}.status-chip:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;margin-right:6px}.status-chip.status-approved{background:#e8f5ee;border-color:#bfe0cc;color:var(--green)}.status-chip.status-pending{background:var(--warning-soft);border-color:#f0dc9c;color:#8a6200}.status-chip.status-denied,.status-chip.status-revoked{background:var(--danger-soft);border-color:#f1c9d0;color:var(--danger)}.status-chip.status-expired,.status-chip.status-unbound{color:#62708a}.session-row .row-buttons{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.session-row .rename-form{display:flex;gap:6px;align-items:center;margin-top:6px;flex-wrap:wrap}.session-row .rename-form .text-input{height:34px;max-width:260px}.tab-badge{margin-left:6px;min-width:18px;height:18px;line-height:18px;font-size:10px;padding:0 5px}.nav-badge{position:absolute;top:2px;right:1px;min-width:16px;height:16px;line-height:16px;font-size:9px;padding:0 4px;pointer-events:none}.device-cell strong{display:block;font-weight:600}.device-cell small,.data-table td small{display:block;color:var(--muted);font-size:11px}.device-cell code{font-size:12px;font-weight:600;color:var(--ink)}.pending-list{display:flex;flex-direction:column;gap:10px}.pending-card{display:flex;gap:14px;align-items:center;flex-wrap:wrap;border:1px solid #f0dc9c;background:#fffdf5;border-radius:14px;padding:14px 16px}.pending-card .pending-copy{flex:1;min-width:220px}.pending-card strong{display:block;font-size:14px}.pending-card small{display:block;font-size:12px;color:var(--muted);margin-top:2px}.pending-card .device-code{font-size:20px;letter-spacing:1.5px;margin:0;justify-content:flex-start}.pending-card .device-code-group{padding:3px 8px;border-radius:8px}.pending-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-section-title{font-size:15px;font-weight:700;margin:4px 0 10px;display:flex;align-items:center;gap:8px}.admin-section-title+.section-description,.admin-section-description{font-size:12px;color:var(--muted);margin:-6px 0 12px}.detail-list{margin:0;display:grid;grid-template-columns:max-content 1fr;gap:6px 14px;font-size:13px}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0;overflow-wrap:anywhere}.audit-trail{list-style:none;margin:0;padding:0;font-size:12px}.audit-trail li{padding:8px 0;border-bottom:1px solid #edf0f6}.audit-trail li:last-child{border-bottom:0}.audit-trail small{display:block;color:var(--muted)}.status-chip.status-archived{color:#62708a}.status-chip.status-placeholder{background:var(--warning-soft);border-color:#f0dc9c;color:#8a6200}.data-table .user-cell .status-chip{margin-top:4px}.integrations-intro{display:flex;gap:14px 20px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;margin-bottom:18px}.integrations-intro p{flex:1;min-width:240px;max-width:620px;font-size:12px;color:var(--muted)}.integration-list{display:flex;flex-direction:column;gap:14px}.integration-card{border:1px solid var(--line);border-radius:16px;padding:18px 20px;background:#fff}.integration-card.revoked{background:var(--pale)}.integration-head{display:flex;gap:10px 14px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:14px}.integration-title{display:flex;gap:10px;align-items:center;min-width:0}.integration-title h3{font-size:15px;font-weight:700;overflow-wrap:anywhere}.integration-details{margin-bottom:16px}.chip-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.chip-list code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.6;color:#43536e;background:var(--pale);border:1px solid var(--line);border-radius:6px;padding:0 6px}.scope-chip{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.6;color:var(--accent-hover);background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:6px;padding:0 6px}.key-table .data-table{min-width:560px}.key-table code{white-space:nowrap;word-break:normal}.scope-fieldset{border:0;padding:0;margin:0;min-width:0}.scope-fieldset legend{padding:0}.check-row{display:flex;gap:10px;align-items:flex-start;padding:6px 0;font-size:13px;cursor:pointer}.check-row input{margin:3px 0 0;width:16px;height:16px;accent-color:var(--accent);flex-shrink:0}.check-row code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:600;color:var(--ink)}.check-row small{display:block;font-size:11px;color:var(--muted);margin-top:1px}ul.field-error{margin:7px 0 0;padding-left:16px}.key-dialog{width:500px}.key-warning{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;margin-bottom:16px;border-radius:12px;background:var(--warning-soft);border:1px solid #f0dc9c}.key-warning .icon{width:18px;height:18px;margin-top:2px;color:#8a6200}.small-dialog .dialog-body .key-warning p{color:#5f4808}.key-warning strong{color:#4a3700}.api-key-box{display:flex;gap:8px;align-items:flex-start}.api-key-box .text-input{flex:1;min-width:0;min-height:0;resize:none;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.small-dialog .dialog-body .field-error{font-size:11px;line-height:1.5;color:var(--danger)}.small-dialog .dialog-body .field-help{font-size:11px;line-height:1.5;color:#6d7e98}.small-dialog .dialog-body p+p{margin-top:10px}.sound-options.is-disabled{opacity:.55}.sound-controls{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.sound-volume{display:inline-flex;align-items:center;gap:10px;color:var(--muted);flex:0 1 240px;min-width:0}.sound-volume input[type=range]{width:100%;accent-color:var(--accent)}.option-row>label:not(.switch){display:flex;flex-direction:column;gap:2px}.bot-settings{border-top:1px solid var(--line);padding-top:16px;margin-bottom:16px}.bot-settings h4{font-size:13px;font-weight:650;margin-bottom:12px}.bot-identity{display:flex;gap:14px;align-items:flex-start}.bot-identity>.avatar{width:56px;height:56px;font-size:17px}.bot-identity-copy{min-width:0;flex:1}.bot-identity-copy .bot-name{display:flex;align-items:center;gap:7px;font-size:14px;overflow-wrap:anywhere}.bot-identity-copy .field-help{font-size:11px;line-height:1.5;color:#6d7e98;margin:4px 0 10px}.bot-identity-copy .field-error{font-size:12px;color:var(--danger);margin-top:8px}.bot-settings .option-row{margin-top:12px}.bot-installs{display:flex;align-items:center;justify-content:space-between;gap:8px 12px;flex-wrap:wrap;font-size:13px;padding-top:10px}.bot-channels section+section{margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.bot-channels h4{font-size:13px;font-weight:650;margin-bottom:10px}.bot-channels .text-input{width:100%;margin-bottom:10px}.bot-channel-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.bot-channel-list li{display:flex;align-items:center;gap:10px;justify-content:space-between}.bot-channel-copy{min-width:0;flex:1;font-size:13px}.bot-channel-copy strong{display:block;font-weight:600;overflow-wrap:anywhere}.bot-channel-copy small,.channel-pick-list small{display:block;font-size:11px;color:var(--muted);margin-top:2px}.channel-pick-list{max-height:260px;overflow-y:auto;border:1px solid var(--line);border-radius:10px;padding:4px 12px}.channel-pick-list strong{font-weight:600;overflow-wrap:anywhere}@media(max-width:480px){.bot-identity{flex-direction:column}.bot-channel-list li{align-items:flex-start}.channel-pick-list{max-height:200px}}@media(min-width:1101px){.conversation-name{font-size:15px}.conversation-preview{font-size:13px}.conversation-time{font-size:12px}.conversation-row{gap:14px}.conversation-row .avatar{height:46px;width:46px;font-size:14px}.list-section-label{font-size:11px;letter-spacing:.8px}.chat-heading h2{font-size:19px}.chat-subtitle{font-size:13px}.chat-header>.avatar{height:48px;width:48px;font-size:15px}.chat-history{padding-left:max(30px,calc((100% - 1200px)/2));padding-right:max(30px,calc((100% - 1200px)/2))}.message{gap:14px}.message>.avatar{height:42px;width:42px;font-size:12px}.message-meta strong{font-size:13px}.message-meta time{font-size:12px}.bubble{font-size:16px;line-height:1.5}.image-card{width:290px}.image-frame{width:280px}.image-placeholder{height:112px;font-size:13px}.image-caption{font-size:14px}.document-card{width:460px;gap:14px}.document-card .file-symbol{width:40px;height:42px;font-size:10px}.file-info strong{font-size:13px}.file-info small{font-size:12px}.document-open{font-size:13px}.send-button{font-size:14px}}@media(min-width:768px)and (max-width:1100px){:root{--list: 310px }.chat-brand{padding:0 18px;gap:8px}.chat-wordmark{font-size:23px}.chat-wordmark>span{font-size:19px}.new-message{font-size:11px;padding:8px 10px;min-height:37px}.list-controls{padding:22px 18px 0}.conversation-row{gap:10px;padding:14px 10px}.conversation-row .avatar{width:38px;height:38px;font-size:12px}.conversation-name{font-size:13px}.conversation-preview{font-size:11px}.conversation-time{font-size:10px}.chat-header{padding:14px 20px;gap:11px}.chat-header>.avatar{width:40px;height:40px;font-size:12px}.chat-heading h2{font-size:16px}.member-stack{display:none}.chat-actions{gap:0}.chat-actions .icon-button{width:33px}.chat-history{padding:19px 20px 16px}.typing-indicator{padding:0 20px}.message-content{max-width:calc(100% - 47px)}.composer-area{padding:13px 20px 10px}.send-button{padding:9px 13px}.send-button span,.composer-note{display:none}.document-card{width:390px}.message-meta{gap:8px}.message-meta strong{font-size:11px}.message-meta time{font-size:10px}.message-tools{gap:0}.admin-banner,.archived-banner{padding-left:20px;padding-right:20px}.search-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px)and (max-height:940px){.list-controls{padding-top:20px}.list-title-row{margin-bottom:15px}.list-controls .search-field{height:42px}.filter-tabs{margin-top:13px}.filter-tab{height:32px}.list-section-label{margin-top:18px;margin-bottom:9px}.conversation-row{min-height:74px;padding-top:12px;padding-bottom:12px}.chat-history{padding-top:14px;padding-bottom:10px}.date-divider{margin-bottom:14px}.message,.message.mine{margin-bottom:9px}.message-meta{min-height:18px;margin-bottom:4px}.message>.avatar{margin-top:22px}.message.continued,.message.mine.continued{margin-top:-3px}.image-placeholder{height:92px}}@media(max-width:767px){:root{font-size:14px}.messaging{width:100%}.conversations{width:100%;flex-basis:100%;border:0}.chat-brand{min-height:calc(76px + env(safe-area-inset-top));height:calc(76px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 20px 0}.chat-wordmark{font-size:27px}.chat-wordmark>span{font-size:22px}.new-message{font-size:12px;min-height:40px;padding:9px 12px}.list-controls{padding:23px 20px 0}.messages-title h1{font-size:28px}.list-title-row{margin-bottom:20px}.list-controls .search-field{height:46px}.search-field input{font-size:16px}.search-field input::placeholder{font-size:13px}.filter-tab{height:36px;font-size:13px}.list-section-label{margin-top:22px;margin-bottom:12px}.conversation-items{padding:0 10px 10px}.conversation-row{min-height:85px;padding:15px 10px;gap:12px}.conversation-row .avatar{width:45px;height:45px;font-size:13px}.conversation-name{font-size:14px;letter-spacing:-.3px}.conversation-preview{font-size:12px}.conversation-time{font-size:11px}.conversation-row.active{background:transparent;border-color:transparent}.conversation-row.active:hover{background:#edf0f8}.conversation-row.active:before,.conversation-row.active+.conversation-row:before{display:block}.chat-account-footer{padding:13px 20px max(13px,env(safe-area-inset-bottom))}.chat-account strong{font-size:14px}.chat-account small{font-size:12px}.chat{display:none;width:100%;height:100%}.app.mobile-detail .conversations{display:none}.app.mobile-detail .chat{display:flex}.chat-header{padding:calc(12px + env(safe-area-inset-top)) 10px 12px 8px;gap:8px;min-height:79px}.back-button{display:flex;width:32px;height:38px;color:#657899}.chat-header>.avatar{width:36px;height:36px;font-size:11px}.chat-heading h2{font-size:14px;line-height:1.3;letter-spacing:-.3px}.chat-subtitle{font-size:11px;margin-top:4px}.member-stack{display:none}.chat-subtitle .managed-badge-prefix{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.chat-actions{gap:0}.chat-actions .icon-button{width:32px;height:36px;border-radius:9px}.chat-actions .icon{width:18px;height:18px}.admin-banner,.archived-banner{padding:9px 14px;font-size:12px}.chat-history{padding:19px 14px 14px;scrollbar-gutter:auto}.typing-indicator{padding:0 14px}.date-divider{font-size:10px;gap:10px;margin-bottom:23px}.message{gap:9px;margin-bottom:18px}.message>.avatar{height:29px;width:29px;font-size:9px;margin-top:24px}.message-content{max-width:calc(100% - 38px)}.message-meta{gap:8px;min-height:22px;margin-bottom:5px}.message-meta strong{font-size:11px}.message-meta time{font-size:10px}.message-tools{margin-left:0;gap:0;opacity:1}.message-tools .icon-button{width:28px;height:27px;margin:-3px 0}.bubble{font-size:14px;padding:10px 13px;line-height:1.55}.message.mine{margin-top:2px;margin-bottom:20px}.message.mine .message-content{max-width:calc(100% - 41px)}.image-card{width:254px}.image-frame{width:244px}.image-placeholder{height:112px}.image-caption{font-size:13px}.document-card{width:320px;padding:12px;gap:10px}.file-symbol{width:33px;height:39px}.file-info strong{font-size:12px}.file-info small{font-size:10px}.document-open{font-size:11px;margin-left:1px}.reaction-chip{min-height:32px}.popover.reaction-picker button{width:36px;height:36px}.jump-latest{right:14px}.composer-area{padding:12px 12px max(12px,env(safe-area-inset-bottom))}.composer{gap:8px}.attachment-trigger{width:34px;height:47px;border-radius:12px}.attachment-trigger .icon{width:20px;height:20px}.composer-input-wrap{padding-left:11px;padding-right:4px;border-radius:13px}.composer textarea{font-size:16px;padding:8px 0;line-height:20px}.composer textarea::placeholder{font-size:12px;line-height:22px}.composer .emoji-trigger{width:29px}.send-button{width:44px;height:47px;padding:0;border-radius:13px}.send-button .icon{width:20px;height:20px}.send-button span,.composer-note{display:none}.emoji-menu{right:60px}.mention-menu{left:12px;right:12px;min-width:0}.reply-draft{padding:10px 9px;gap:8px;margin-bottom:10px}.reply-draft strong,.reply-draft p{font-size:11px}.reply-quote{width:290px}dialog{border-radius:18px;max-height:calc(100dvh - 24px)}.dialog-header{padding:21px 20px 17px;gap:12px}.dialog-header h2{font-size:20px}.dialog-body{padding:18px 20px}.dialog-actions{padding:0 20px 22px}.dialog-footer{padding:14px 20px 18px}.drawer{width:100%;max-width:100%;border:0;border-radius:0;max-height:100dvh}.drawer .dialog-header{padding-top:calc(21px + env(safe-area-inset-top))}.drawer-content{padding:23px}.drawer-footer{padding-bottom:max(17px,env(safe-area-inset-bottom))}.preview-body{padding:18px}.create-entry{margin-left:20px;margin-right:20px;width:calc(100% - 40px)}.text-input{font-size:16px}.toast-region{bottom:85px}.toast{font-size:12px}.screen-body{padding:18px 14px calc(30px + env(safe-area-inset-bottom))}.screen-section{padding:16px}.search-filters{grid-template-columns:1fr 1fr}.profile-card{flex-direction:column;align-items:flex-start}}@media(max-width:370px){.chat-brand{padding-left:16px;padding-right:16px}.new-message{font-size:11px;padding:9px 10px}.chat-wordmark{font-size:25px}.chat-wordmark>span{font-size:20px}.chat-header{gap:5px}.chat-header>.avatar{width:31px;height:31px}.chat-heading h2{font-size:13px}.chat-actions .icon-button{width:28px}.chat-history{padding-left:10px;padding-right:10px}.message{gap:7px}.message-meta{gap:6px}.message-meta strong{font-size:10px}.conversation-name{font-size:13px}.conversation-time{font-size:10px}}
