About this tool
Equal mode uses `repeat(n, 1fr)` for evenly divided columns. Responsive mode uses `repeat(auto-fit, minmax(...))`, which reflows on its own without a single media query. Custom mode lets you type a track list such as `1fr 2fr 1fr`. Whatever you type is parsed back into numbers and units and rebuilt, so an invalid fragment is dropped rather than passed through.