#chatsView{height:calc(100vh - 74px);min-height:0;padding:8px 10px 10px;overflow:hidden}
.chat-shell{height:100%;min-height:0;display:grid;grid-template-columns:360px 1fr;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 8px 26px rgba(15,23,42,.05)}
.chat-list-pane{border-right:1px solid var(--line);display:flex;flex-direction:column;min-width:0;min-height:0;background:#fbfcfe}.chat-pane-head{padding:16px 15px 10px;display:flex;justify-content:space-between;align-items:center;gap:10px;background:#fff;border-bottom:1px solid var(--line);flex:0 0 auto}.chat-pane-head h3{margin:0 0 3px}.chat-pane-head p{margin:0;color:#98a2b3;font-size:11px}.chat-connection-state{font-size:10px;color:#64748b;background:#f1f5f9;padding:7px 13px;border-bottom:1px solid #e8edf4;flex:0 0 auto}.chat-connection-state.ok{background:#ecfdf5;color:#047857}.chat-connection-state.warn{background:#fff7ed;color:#c2410c}.chat-list{overflow:auto;flex:1;min-height:0}.chat-list-item{width:100%;border:0;border-bottom:1px solid #edf0f5;background:transparent;text-align:left;padding:12px 13px;cursor:pointer;display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:start}.chat-list-item:hover{background:#f6f5ff}.chat-list-item.active{background:#eeecff;border-left:3px solid #6d5dfc;padding-left:10px}.chat-avatar{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#6d5dfc,#0ea5e9);color:white;display:grid;place-items:center;font-weight:900}.chat-list-main{min-width:0}.chat-list-top{display:flex;justify-content:space-between;gap:8px}.chat-list-name{font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-list-time{font-size:9px;color:#98a2b3;white-space:nowrap}.chat-list-preview{font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}.chat-list-source{font-size:9px;color:#7c3aed;margin-top:5px}.chat-unread{background:#ef4444;color:#fff;border-radius:999px;min-width:20px;height:20px;padding:0 6px;display:grid;place-items:center;font-size:10px;font-weight:800}.chat-empty{padding:24px;text-align:center;color:#98a2b3;font-size:12px}.chat-thread-pane{min-width:0;min-height:0;background:#f6f8fb;position:relative;display:flex;flex-direction:column;overflow:hidden}.chat-thread-empty{margin:auto;text-align:center;color:#98a2b3;max-width:420px;padding:40px}.chat-thread-empty h3{color:#334155;margin:10px 0 6px}.chat-empty-icon{font-size:52px;color:#c4b5fd}.chat-thread{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.chat-thread-head{height:72px;flex:0 0 auto;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:12px 18px;gap:12px}.chat-thread-head strong{font-size:15px}.chat-client-meta{font-size:10px;color:#98a2b3;margin-top:5px;display:flex;gap:8px;flex-wrap:wrap}.chat-thread-actions{display:flex;gap:7px}.chat-messages{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:20px 22px;display:flex;flex-direction:column;gap:9px;scrollbar-gutter:stable}.chat-bubble-wrap{display:flex;flex-direction:column;max-width:76%}.chat-bubble-wrap.user{align-self:flex-start}.chat-bubble-wrap.assistant,.chat-bubble-wrap.admin{align-self:flex-end}.chat-bubble{border-radius:14px;padding:10px 12px;font-size:12px;line-height:1.45;white-space:pre-wrap;word-break:break-word;box-shadow:0 2px 7px rgba(15,23,42,.05)}.chat-bubble-wrap.user .chat-bubble{background:#fff;border:1px solid #e5e9f0;border-bottom-left-radius:4px}.chat-bubble-wrap.assistant .chat-bubble{background:#dbeafe;color:#1e3a8a;border-bottom-right-radius:4px}.chat-bubble-wrap.admin .chat-bubble{background:#6d5dfc;color:#fff;border-bottom-right-radius:4px}.chat-bubble-meta{font-size:9px;color:#94a3b8;margin-top:3px;padding:0 4px}.chat-bubble-wrap.assistant .chat-bubble-meta,.chat-bubble-wrap.admin .chat-bubble-meta{text-align:right}.chat-compose-dock{flex:0 0 auto;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 22px rgba(15,23,42,.035);position:relative;z-index:3}.chat-send-options{padding:7px 14px 0;display:flex;justify-content:flex-end;align-items:center;background:#fff}.chat-send-options label{display:flex;align-items:center;gap:7px;margin:0;font-size:10px;color:#64748b}.chat-send-options select{width:auto;min-width:150px;margin:0;padding:7px 9px}.chat-composer{background:#fff;padding:9px 14px 7px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:end}.chat-composer-tools{display:flex;align-items:center;gap:5px;height:42px}.chat-tool-btn{width:38px;height:38px;display:grid;place-items:center;border:1px solid #dfe6f2;background:#f8fafc;border-radius:10px;font-size:18px;cursor:pointer;padding:0}.chat-tool-btn:hover{background:#eef2ff;border-color:#c7d2fe}.chat-composer textarea{margin:0;resize:none;min-height:42px;max-height:130px;line-height:1.45;padding:10px 12px}.chat-composer.drag-over{background:#eef6ff}.chat-composer .btn{height:42px;min-width:108px}.chat-attach-bar{margin:0 14px 6px;display:flex;align-items:center;gap:7px;min-height:30px;padding:5px 8px;border-radius:9px;background:#f1f5f9;border:1px solid #e2e8f0}.chat-attach-bar.hidden{display:none}.chat-attach-name{font-size:11px;color:#475569;max-width:min(560px,70vw);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.chat-attach-clear{border:0;background:transparent;color:#64748b;font-size:20px;line-height:1;cursor:pointer}.chat-hotkey{font-size:9px;color:#98a2b3;background:#fff;padding:0 14px 8px;text-align:right}#chatBadge{margin-left:auto}.nav-item #chatBadge.hidden{display:none!important}
.quick-message-tools.chat-quick-tools{flex:0 0 auto;padding:6px 14px 0;background:#fff;margin:0!important}
@media(max-width:1050px){.chat-shell{grid-template-columns:300px 1fr}.chat-thread-actions .btn{padding:8px;font-size:10px}.chat-composer .btn{min-width:90px}.chat-tool-btn{width:34px}}
@media(max-width:800px){#chatsView{height:auto;min-height:calc(100vh - 74px);overflow:visible;padding:6px}.chat-shell{grid-template-columns:1fr;height:auto;min-height:700px}.chat-list-pane{max-height:300px;border-right:0;border-bottom:1px solid var(--line)}.chat-thread-pane{height:calc(100vh - 150px);min-height:520px}.chat-bubble-wrap{max-width:90%}.chat-thread-head{padding:10px 12px}.chat-send-options{justify-content:flex-start}.chat-composer{grid-template-columns:auto 1fr}.chat-composer .btn{grid-column:1/-1;width:100%}.chat-composer-tools{align-self:start}.chat-hotkey{display:none}}

/* XSIZE PART31 COMMUNICATION CENTER MESSAGE STATUS START */
.chat-bubble-meta .msg-status{
  display:inline-flex;
  align-items:center;
  gap:2px;
  font-weight:700;
  line-height:1;
}
.chat-bubble-meta .msg-status .msg-status-ticks{
  display:inline-block;
  font-weight:900;
  letter-spacing:-1px;
}
.chat-bubble-meta .msg-status.sent,
.chat-bubble-meta .msg-status.sent .msg-status-label,
.chat-bubble-meta .msg-status.sent .msg-status-ticks{
  color:#64748b;
}
.chat-bubble-meta .msg-status.delivered,
.chat-bubble-meta .msg-status.delivered .msg-status-label,
.chat-bubble-meta .msg-status.delivered .msg-status-ticks{
  color:#2563eb;
}
.chat-bubble-meta .msg-status.read,
.chat-bubble-meta .msg-status.read .msg-status-label,
.chat-bubble-meta .msg-status.read .msg-status-ticks{
  color:#16a34a;
}
.chat-bubble-meta .msg-status.read .msg-status-label{
  font-weight:800;
}
.chat-bubble-meta .msg-status.read .msg-status-ticks{
  font-size:11px;
}
.chat-bubble-meta .msg-status.failed,
.chat-bubble-meta .msg-status.failed .msg-status-label{
  color:#dc2626;
  font-weight:800;
}
/* XSIZE PART31 COMMUNICATION CENTER MESSAGE STATUS END */

/* CRM V4: explicit messenger/channel and deal tags in Communication Center */
.chat-list-source{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:6px;color:#64748b}
.chat-list-context{font-size:9px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:165px}
.chat-channel-badge{display:inline-flex;align-items:center;gap:4px;border:1px solid #dbe2ec;border-radius:999px;padding:2px 6px;font-size:9px;font-weight:800;line-height:1.2;background:#f8fafc;color:#475569;white-space:nowrap}
.chat-channel-badge b{font-size:8px;min-width:17px;height:17px;padding:0 3px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#64748b;color:#fff;letter-spacing:-.02em}
.chat-channel-badge.channel-whatsapp{background:#ecfdf3;border-color:#bbf7d0;color:#15803d}.chat-channel-badge.channel-whatsapp b{background:#16a34a}
.chat-channel-badge.channel-telegram{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.chat-channel-badge.channel-telegram b{background:#229ed9}
.chat-channel-badge.channel-max{background:#f5f3ff;border-color:#ddd6fe;color:#6d28d9}.chat-channel-badge.channel-max b{background:#7c3aed}
.chat-channel-badge.channel-site{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.chat-channel-badge.channel-site b{background:#ea580c}
.chat-channel-badge.channel-sms{background:#f8fafc;border-color:#cbd5e1;color:#475569}.chat-channel-badge.channel-sms b{background:#64748b}
.chat-list-tags{display:flex;gap:4px;flex-wrap:wrap;margin-top:5px}.chat-tag-pill,.chat-tag-more{display:inline-flex;align-items:center;border-radius:999px;padding:2px 6px;font-size:9px;line-height:1.25;background:#f1efff;color:#6d5dfc;border:1px solid #e4e0ff;white-space:nowrap}.chat-tag-more{background:#f8fafc;color:#64748b;border-color:#e2e8f0}
.chat-client-meta{align-items:center}.chat-client-meta .chat-channel-badge,.chat-client-meta .chat-tag-pill{font-size:9px}.chat-meta-sep{color:#cbd5e1}
.chat-filter-check .chat-channel-badge{margin-left:2px}.chat-filter-check small{color:#94a3b8}
