The system must also describe tables, headers, detail panels, and mobile cards
The redesign goal is consistency across dashboards. That means the grid rules need to work for pages that are not just a variable number of equal cards.
Four metric cards can create a 3+1 state
On the payments overview screen, the four metric cards are not a dynamic list. With fixed card widths, there may be widths where the layout becomes three cards on the first row and one card on the second row. We should decide whether that is acceptable, or whether the four cards should flex into four-up, then two-up.
Does every section participate in the fixed grid?
The page title, the metric cards, and the table each have different layout needs. The spec should say which grid rules apply to each section.
Two different-width detail panels
Merchant details and active settlement destinations currently share a row with different content density. A fixed-column model may push the second panel to a new row at tablet or small laptop widths.
Two panels are not the same as equal KPI cards
The active settlement destinations panel has wider, list-like content. If the layout system forbids dynamic card widths, we need a rule for whether these panels span multiple columns, remain fluid, or stack earlier.
This is where the grid can help if it defines spans and breakpoints. It can hurt if it only defines fixed item widths and leaves the wrapping behavior implicit.
What happens to Get Started cards on mobile?
We should define whether the Get Started cards keep using the same column-based fixed-width grid on mobile, or whether each card spans the full available width.
Full-width mobile cards are a reasonable direction and likely the more practical one. But if that is the intended behavior, then the fixed-width column grid is not the primary rule for every UI across every app and viewport. It becomes a desktop/tablet rule with an explicit mobile exception, which should be documented as part of the system.
Fixed columns or full-width mobile cards?
The answer affects whether the grid system is universal, or whether mobile intentionally switches to a one-card-per-row content model.