/* market expansion — toggleable per-market ARR contribution. .market-chips/
   .market-chip themselves moved to components.css: audience and market
   now use the same city-switcher chips for their own single-select use. */

/* the rows are .progress-row.inline, sized down and on the recessed surface */
.market-rows { --track-h: 16px; --track-bg: var(--surface-2); --label-w: 90px; --track-fr: 2.4fr;
               --col-gap: 0.7rem; --label-size: 0.8rem; --value-size: 0.74rem; gap: 0.55rem; }
/* JS drives these directly, so they must not animate in from scaleX(0) */
.market-rows .progress-fill { transform: scaleX(1); transition: width 0.3s var(--ease); }
