/* statistics_plotter.css — discrete probability bars (the normal-mode curve + shaded area reuse
   .lv-curve / .lv-area from _shared.css). The tallest bar (the mode) is highlighted amber. */
.lv-bar { fill: rgba(56, 189, 248, 0.5); stroke: #38bdf8; stroke-width: 0.8; }
.lv-bar-hi { fill: rgba(251, 191, 36, 0.62); stroke: #fbbf24; }
