Replace hardcoded Modifier.width(150.dp) with Modifier.weight(1f) so talent names like "Aeronautics Mechanic" display fully. Add TextOverflow.Ellipsis + maxLines=1, widthIn(min=24.dp) for value columns, and fillMaxWidth() for full-width spanning on compact screens. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>