33dc84449b
Columns drop progressively as terminal narrows: - Compact (<90): #, NAME, STATUS, LATENCY - Medium (90-119): + TYPE, UPTIME, HISTORY - Wide (120+): + SSL, RETRIES Column definitions are data-driven via siteColumns slice. Row builder uses pickCols() helper so headers and cells can't drift. Closes #68