Helper to apply muted styling.
String muted(String text) => style.foreground(Colors.muted).render(text);