.chat-module__wEgkhW__page{--ch-card:#fff;--ch-border:#ebeef3;--ch-text:#1f2937;--ch-text-muted:#8a94a6;--ch-text-faint:#b5bcc9;--ch-primary:#4f63f0;--ch-primary-dark:#3c4ed1;--ch-primary-soft:#eef1ff;--ch-bubble-in:#f4f7fb;--ch-status-green:#22c55e;--ch-status-orange:#f59e0b;--ch-status-red:#ef4444;color:var(--ch-text);flex-direction:column;gap:18px;padding:4px 0;font-size:13px;display:flex}.chat-module__wEgkhW__headerBar{justify-content:space-between;align-items:center;gap:16px;display:flex}.chat-module__wEgkhW__pageTitle{color:var(--ch-text);letter-spacing:-.2px;font-size:22px;font-weight:700}.chat-module__wEgkhW__breadcrumb{color:var(--ch-text-muted);align-items:center;gap:6px;font-size:13px;display:inline-flex}.chat-module__wEgkhW__breadcrumbCurrent{color:var(--ch-text)}.chat-module__wEgkhW__layout{grid-template-columns:320px 1fr;gap:18px;min-height:calc(100vh - 200px);display:grid}.chat-module__wEgkhW__panel{background:var(--ch-card);border:1px solid var(--ch-border);border-radius:6px;flex-direction:column;display:flex;overflow:hidden}.chat-module__wEgkhW__chatsHeader{justify-content:space-between;align-items:center;padding:20px 22px 14px;display:flex}.chat-module__wEgkhW__chatsTitle{color:var(--ch-text);font-size:20px;font-weight:700}.chat-module__wEgkhW__kebab{color:var(--ch-text-faint);cursor:pointer;background:0 0;border:none;padding:4px}.chat-module__wEgkhW__kebab:hover{color:var(--ch-primary)}.chat-module__wEgkhW__searchWrap{padding:0 22px 12px;position:relative}.chat-module__wEgkhW__searchIcon{color:var(--ch-text-faint);pointer-events:none;position:absolute;top:50%;left:36px;transform:translateY(-50%)}.chat-module__wEgkhW__searchInput{border:1px solid var(--ch-border);width:100%;height:40px;color:var(--ch-text);background:#fff;border-radius:24px;outline:none;padding:0 14px 0 38px;font-size:13px}.chat-module__wEgkhW__searchInput::placeholder{color:var(--ch-text-muted)}.chat-module__wEgkhW__searchInput:focus{border-color:#d0d8e4}.chat-module__wEgkhW__chatList{flex:1;padding:4px 0 8px;overflow-y:auto}.chat-module__wEgkhW__chatRow{cursor:pointer;align-items:center;gap:12px;padding:12px 22px;display:flex;position:relative}.chat-module__wEgkhW__chatRow:hover{background:#fafbfd}.chat-module__wEgkhW__chatRowActive{background:var(--ch-primary-soft)}.chat-module__wEgkhW__avatarWrap{flex-shrink:0;width:40px;height:40px;position:relative}.chat-module__wEgkhW__avatar{object-fit:cover;border-radius:50%;width:40px;height:40px;display:block}.chat-module__wEgkhW__statusDot{border:2px solid #fff;border-radius:50%;width:11px;height:11px;position:absolute;bottom:0;right:0}.chat-module__wEgkhW__statusGreen{background:var(--ch-status-green)}.chat-module__wEgkhW__statusOrange{background:var(--ch-status-orange)}.chat-module__wEgkhW__statusRed{background:var(--ch-status-red)}.chat-module__wEgkhW__rowBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.chat-module__wEgkhW__rowName{color:var(--ch-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.chat-module__wEgkhW__rowRole{color:var(--ch-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.chat-module__wEgkhW__rowTime{color:var(--ch-text-muted);flex-shrink:0;font-size:11px}.chat-module__wEgkhW__convHeader{border-bottom:1px solid var(--ch-border);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.chat-module__wEgkhW__convHeaderLeft{align-items:center;gap:12px;display:flex}.chat-module__wEgkhW__convName{color:var(--ch-text);font-size:14px;font-weight:600}.chat-module__wEgkhW__convHeaderIcons{color:var(--ch-text-muted);gap:18px;display:flex}.chat-module__wEgkhW__iconBtn{color:inherit;cursor:pointer;background:0 0;border:none;padding:4px}.chat-module__wEgkhW__iconBtn:hover{color:var(--ch-primary)}.chat-module__wEgkhW__messages{flex-direction:column;flex:1;gap:22px;padding:28px 28px 16px;display:flex;overflow-y:auto}.chat-module__wEgkhW__msgIncoming{align-self:flex-start;align-items:flex-start;gap:10px;max-width:60%;display:flex}.chat-module__wEgkhW__msgIncomingBody{flex-direction:column;gap:6px;min-width:0;display:flex}.chat-module__wEgkhW__msgAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.chat-module__wEgkhW__bubbleIn{background:var(--ch-bubble-in);color:var(--ch-text);word-wrap:break-word;border-radius:4px;max-width:100%;padding:12px 16px;font-size:14px;line-height:1.5;display:inline-block}.chat-module__wEgkhW__msgMetaLeft{color:var(--ch-text-muted);font-size:11px}.chat-module__wEgkhW__msgOutgoingGroup{flex-direction:column;align-self:flex-end;align-items:flex-end;gap:6px;max-width:60%;display:flex}.chat-module__wEgkhW__bubbleOut{background:var(--ch-primary);color:#fff;border-radius:4px;padding:12px 18px;font-size:14px;line-height:1.5}.chat-module__wEgkhW__msgMetaRight{color:var(--ch-text-muted);align-self:flex-end;font-size:11px}.chat-module__wEgkhW__msgImage{border-radius:4px;max-width:280px;height:auto;display:block}.chat-module__wEgkhW__composer{border-top:1px solid var(--ch-border);align-items:center;gap:12px;padding:14px 22px;display:flex}.chat-module__wEgkhW__composerIcon{color:var(--ch-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex}.chat-module__wEgkhW__composerIcon:hover{color:var(--ch-primary)}.chat-module__wEgkhW__composerInput{height:38px;color:var(--ch-text);background:0 0;border:none;outline:none;flex:1;padding:0 8px;font-size:14px}.chat-module__wEgkhW__composerInput::placeholder{color:var(--ch-text-muted)}.chat-module__wEgkhW__composerActions{align-items:center;gap:14px;display:flex}.chat-module__wEgkhW__sendBtn{background:var(--ch-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.chat-module__wEgkhW__sendBtn:hover{background:var(--ch-primary-dark)}@media (max-width:1100px){.chat-module__wEgkhW__layout{grid-template-columns:280px 1fr}.chat-module__wEgkhW__msgIncoming,.chat-module__wEgkhW__msgOutgoingGroup{max-width:75%}}@media (max-width:800px){.chat-module__wEgkhW__layout{grid-template-columns:1fr}.chat-module__wEgkhW__msgIncoming,.chat-module__wEgkhW__msgOutgoingGroup{max-width:85%}}
