pub fn render_heatmap_ascii_colored(grid: [[usize; 24]; 7], color: bool)
Render heatmap with optional color using ‘█’ blocks (space for zero).