import { clamp01, pct } from '../../lib/format.js' // One labeled confidence bar. `off` greys it out (e.g. VLM not used). export default function ScoreBar({ label, value, color = '#2563eb', fused = false, off = false }) { if (off) { return (