Bold green for success headers
static String successBold(String text) { return _applyStyle(text, (t) => chalk.green.bold(t)); }