export function KpiCard({ label, value, sub, tone, sign = '' }) { const toneClass = tone === 'good' ? 'text-good border-good/35' : tone === 'warn' ? 'text-warn border-warn/35' : tone === 'bad' ? 'text-bad border-bad/35' : 'text-ink border-border-soft' return (