/* sidebar */
#sidebar       { width: 180px; flex-shrink: 0; display: flex; flex-direction: column; gap: 6px; overflow-y: auto;
                 background: #16181d; border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 10px 12px; }
.sidebar-label { font-size: 11px; color: #9ca3af; text-transform: uppercase; letter-spacing: .05em; font-weight: 600; }
.member-row    { display: flex; justify-content: space-between; align-items: baseline; gap: 8px;
                 font-size: 13px; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.member-row.exited { opacity: .55; }
.mname         { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mstatus       { font-size: 11px; color: #9ca3af; flex-shrink: 0; }
.mstatus.live  { color: #10b981; font-weight: 600; }
