/* variable_box.css — the program listing (mono) + the labelled value boxes. */
.vb-cap { fill: #8aa0b6; font-size: 11px; font-weight: 600; }
.vb-line { font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; font-size: 13px; }
.vb-ran { fill: #e8eef6; }
.vb-todo { fill: #5b6b80; }
.vb-curline { fill: rgba(104, 130, 176, 0.18); stroke: rgba(104, 130, 176, 0.5); stroke-width: 1; }
.vb-name { fill: #9fb2c8; font-size: 12px; font-weight: 700; font-family: ui-monospace, Menlo, Consolas, monospace; }
.vb-box { fill: rgba(255, 255, 255, 0.04); stroke: rgba(148, 163, 184, 0.45); stroke-width: 1.4; }
.vb-box-set { fill: rgba(56, 189, 248, 0.16); stroke: #38bdf8; }
.vb-box-hot { fill: rgba(251, 191, 36, 0.26); stroke: #fbbf24; stroke-width: 2; }
.vb-val { fill: #f1f5f9; font-size: 16px; font-weight: 700; font-variant-numeric: tabular-nums; font-family: ui-monospace, Menlo, Consolas, monospace; }
