.chat-identity{display:flex;align-items:center;gap:9px;min-width:0;flex:1}.chat-identity--page{justify-content:center}.chat-identity__avatar-wrap{position:relative;flex-shrink:0;display:flex}.chat-identity__avatar{width:34px;height:34px;border-radius:11px;object-fit:cover;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--text-secondary);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.08)}.chat-identity--panel .chat-identity__avatar{width:26px;height:26px;border-radius:9px;font-size:11px}.chat-identity__text{display:flex;flex-direction:column;gap:2px;min-width:0}.chat-identity__name{font-size:13.5px;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-identity--panel .chat-identity__name{font-size:12.5px}.chat-identity__position{max-width:100%;min-width:0;font-size:10.5px;font-weight:600;line-height:1.3;letter-spacing:.01em;color:var(--text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=light] .chat-identity__avatar{background:rgba(0,0,0,.06);border-color:rgba(0,0,0,.08)}.chat-identity--resolving .chat-identity__name{width:96px;height:10px;border-radius:999px;background:rgba(140,140,140,.22)}.chat-identity--resolving .chat-identity__pill{width:62px;height:15px;padding:0;background:rgba(140,140,140,.16);border-color:transparent}.chat-identity--panel.chat-identity--resolving .chat-identity__name{width:78px}.chat-section{position:sticky;top:0;z-index:2;width:100%;display:flex;align-items:center;gap:6px;padding:7px 14px 5px;border:none;background:transparent;cursor:pointer;color:var(--text-tertiary);text-align:start;backdrop-filter:blur(14px) saturate(1.4)}.chat-section--panel{padding:6px 10px 4px}.chat-section__icon{flex-shrink:0;opacity:.75}.chat-section__label{font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-section__count{flex-shrink:0;font-size:10px;font-weight:700;font-variant-numeric:tabular-nums;padding:0 5px;border-radius:999px;color:var(--text-tertiary);background:rgba(255,255,255,.08)}.chat-section__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;background:var(--accent-primary)}.chat-section__chevron{margin-inline-start:auto;flex-shrink:0;opacity:.6;transition:transform .2s ease}.chat-section--collapsed .chat-section__chevron{transform:rotate(-90deg)}[dir=rtl] .chat-section--collapsed .chat-section__chevron{transform:rotate(90deg)}.chat-section:hover{color:var(--text-secondary)}[data-theme=light] .chat-section__count{background:rgba(0,0,0,.06)}.chat-chip{display:inline-flex;align-items:center;gap:3px;flex-shrink:0;max-width:132px;padding:1px 5px;border-radius:5px;font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;line-height:1.6;white-space:nowrap;color:var(--text-tertiary);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.07)}.chat-chip__label{overflow:hidden;text-overflow:ellipsis}.chat-chip__count{font-weight:600;letter-spacing:.02em;text-transform:none;font-variant-numeric:tabular-nums;opacity:.8}.chat-chip__sep{padding-inline-end:2px;opacity:.65}.chat-chip__sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.chat-chip--external{color:var(--text-secondary);background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.16)}[data-theme=light] .chat-chip{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.07)}[data-theme=light] .chat-chip--external{background:rgba(0,0,0,.09);border-color:rgba(0,0,0,.13)}.chat-window__compose{display:flex;flex-direction:column;min-width:0;flex-shrink:0}.chat-window__compose .chat-sending-as{padding-inline:12px}.chat-sending-as{display:flex;align-items:center;gap:5px;padding:2px 4px 6px;font-size:10.5px;font-weight:600;line-height:1.3;color:var(--text-tertiary);min-width:0}.chat-sending-as__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-sending-as__mode{flex-shrink:0;padding:1px 6px;border-radius:999px;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}[data-theme=light] .chat-sending-as__mode{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.09)}@media (prefers-reduced-motion:reduce){.chat-section__chevron{transition:none}}