/* Theme Numeric — Universal tabular-figures for digit-heavy cells.
   Applies in both light and dark themes (not wrapped in [data-theme]).

   Why: proportional fonts give each digit a different width, so columns
   of numbers shift sideways as values change. Live-ticking LTP / PnL /
   M2M cells visibly jitter on every tick. tabular-nums switches to the
   fixed-width digit set: digits 0-9 take the same horizontal space,
   columns stay anchored, only the value changes. Standard practice on
   trading dashboards (Kite, Dhan, Fyers, TradingView). */

.dataTable td,
.ltp-label,
.modify-ltp-label,
.j-pro input.price,
.j-pro input.qty,
#costPreview,
.qty-margin-cell {
  font-variant-numeric: tabular-nums;
}
