pub const MAX_UNIFORM_GRID_CELLS: u64 = 64_000_000;
Upper bound on dense grid cells; callers should fall back when exceeded.