/* list_ops.css — the evolving list cells (index labels above) + the current line of code. */
.lo-cap { fill: #8aa0b6; font-size: 11px; font-weight: 600; }
.lo-code { fill: #e8eef6; font-size: 16px; font-weight: 600; font-family: ui-monospace, Menlo, Consolas, monospace; }
.lo-idx { fill: #94a3b8; font-size: 11px; font-variant-numeric: tabular-nums; }
.lo-cell { fill: rgba(56, 189, 248, 0.14); stroke: #38bdf8; stroke-width: 1.3; }
.lo-hot { fill: rgba(251, 191, 36, 0.28); stroke: #fbbf24; stroke-width: 2; }
.lo-val { fill: #eaf6ff; font-size: 17px; font-weight: 700; font-variant-numeric: tabular-nums; font-family: ui-monospace, Menlo, Consolas, monospace; }
.lo-empty { fill: #64748b; font-size: 15px; font-family: ui-monospace, Menlo, Consolas, monospace; }
.lo-brace { fill: #64748b; font-size: 30px; font-weight: 300; }
