/* run_length.css — original character cells (coloured per run, inline) + the encoded tokens. */
.rl-cap { fill: #8aa0b6; font-size: 11px; font-weight: 600; }
.rl-cell { stroke-width: 1.2; }
.rl-ch { font-size: 14px; font-weight: 700; font-family: ui-monospace, Menlo, Consolas, monospace; }
.rl-tok { fill: rgba(255, 255, 255, 0.06); stroke-width: 1.4; }
.rl-tokt { fill: #eaf6ff; font-size: 14px; font-weight: 700; font-family: ui-monospace, Menlo, Consolas, monospace; }
