/* yukon.css — Yukon reuses Klondike's 7-column board as-is; the only tweak is
   the top row, which holds just 4 foundations (no stock/waste), centered. */
.topgrid { grid-template-columns: repeat(4, var(--cw)); }
