.mb-cell { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.mb-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.mb-bar { width: 40px; height: 6px; border-radius: 3px; background: rgba(124,136,168,.15); overflow: hidden; display: inline-block; }
.mb-bar span { display: block; height: 100%; border-radius: 3px; }
.mb-info { font-style: normal; font-size: 10px; font-weight: 700; color: var(--muted, #7c88a8); cursor: help; margin-left: 3px; }

/* RVOL/BBW */
.mb-rvol-low  { background: var(--red, #ef4a5f); }
.mb-rvol-mid  { background: var(--amber, #e8a93a); }
.mb-rvol-high { background: var(--green, #21c37a); }

/* FUND/OI */
.mb-fund-low  { background: var(--red, #ef4a5f); }
.mb-fund-mid  { background: var(--amber, #e8a93a); }
.mb-fund-high { background: var(--green, #21c37a); }

/* BTC DIV */
.mb-div-none  { background: var(--muted, #7c88a8); }
.mb-div-low   { background: var(--amber, #e8a93a); }
.mb-div-high  { background: var(--blue, #4f8cff); }

/* VETO */
.mb-veto-ok     { background: var(--muted, #7c88a8); }
.mb-veto-warn   { background: var(--amber, #e8a93a); }
.mb-veto-active { background: var(--red, #ef4a5f); }
