/* search_algorithm.css — the array cells: in-range, dimmed (binary excluded), current, found. */
.lv-cell { fill: rgba(255, 255, 255, 0.05); stroke: rgba(255, 255, 255, 0.14); stroke-width: 1; }
.lv-cell-dim { fill: rgba(255, 255, 255, 0.02); stroke: rgba(255, 255, 255, 0.06); stroke-width: 1; }
.lv-trow-cur { fill: rgba(251, 191, 36, 0.18); stroke: rgba(251, 191, 36, 0.55); stroke-width: 1.4; }
.lv-cell-dom { fill: rgba(52, 211, 153, 0.25); stroke: #34d399; stroke-width: 1.4; }
.lv-tcell { fill: #e8eef6; font-size: 17px; font-weight: 700; font-variant-numeric: tabular-nums; }
.lv-side { fill: #94a3b8; font-size: 13px; font-weight: 600; }
