static String highlight(String text) { return '\x1B[36m$text\x1B[0m'; // ANSI escape code for cyan text }