function InsightItem({ title, desc, action, onClick, tone }) { const c = tone === 'neg' ? 'var(--neg)' : 'var(--pos)'; return (
{desc}