/* ============================================================
   landing/psychoverse.css — R2 Psychoverse page, page-specific
   styles only. Psychoverse keeps its shared component base in
   landing/yar.css (axis-card, dashboard-card, cluster-map,
   signup-panel, section-head.compact) -- that link stays on the
   page. This file layers the small Round-2 addition on top.
   Every color/font/spacing value below is a var(--...) token
   already defined in styles.css / site-extend.css / yar.css.
   Those files are frozen; nothing here overrides their selectors.
   ============================================================ */

/* Match the shared .card-grid gap (20px) instead of the tighter
   16px these two bespoke grids used before, so rhythm is
   consistent with every other card row on the R2 site. */
.neuro-axis-grid,
.dashboard-grid {
  gap: 20px;
}
