pub fn logo_rows(color: bool) -> Vec<String>Expand description
Render the POUNCE wordmark as styled rows (one String per line):
steel-sheen letters with three molten claw slashes, in the project
palette. Emits ANSI styling only when color; otherwise plain
#// block characters. Shared by the solve header (print_logo)
and the interactive debugger’s open banner (rendered to stderr).