/* dict_map.css — key boxes and value boxes; the selected pair lights up + an arrow links them. */
.dm-cap { fill: #8aa0b6; font-size: 11px; font-weight: 600; }
.dm-key { fill: rgba(255, 255, 255, 0.04); stroke: rgba(148, 163, 184, 0.4); stroke-width: 1.2; }
.dm-val { fill: rgba(255, 255, 255, 0.04); stroke: rgba(148, 163, 184, 0.4); stroke-width: 1.2; }
.dm-key.dm-on { fill: rgba(251, 191, 36, 0.2); stroke: #fbbf24; stroke-width: 1.7; }
.dm-val.dm-on { fill: rgba(52, 211, 153, 0.2); stroke: #34d399; stroke-width: 1.7; }
.dm-kt { fill: #cbd5e1; font-size: 14px; font-weight: 600; font-family: ui-monospace, Menlo, Consolas, monospace; }
.dm-vt { fill: #cbd5e1; font-size: 15px; font-weight: 700; font-variant-numeric: tabular-nums; font-family: ui-monospace, Menlo, Consolas, monospace; }
.dm-t-on { fill: #f1f5f9; }
.dm-arrow { stroke: #fbbf24; stroke-width: 2; }
