/* Grid / layout tokens · shared by every direction.
   ImmoPilot displays its objects (rental units, acts, documents) mainly in a
   grid. These set the rhythm of that grid; the card chrome itself is themed
   per direction via the colour/shape tokens. */
:root {
  --grid-gap: 16px;
  --grid-gap-lg: 22px;
  --grid-min: 220px;     /* min object-card width before wrapping */
  --grid-min-wide: 280px;
  --grid-thumb-h: 84px;  /* object-card header band height */
}
