/* ── Games Hub Styles ─────────────────────────────────────────────── */
/* Base styles (reset, tokens, bg, layout, header, footer, game cards) are in /base.css */

/* ── Hub Header ──────────────────────────────────────────────────── */

.hub-header {
  padding: 0 0 36px;
}
.hub-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.hub-header p {
  font-size: 1rem;
  color: var(--text-dim);
}
