/* ═══════════════════════════════════════════════════════════
   restore-designer-ui · Phase 1 integration glue
   ───────────────────────────────────────────────────────────
   Hides the legacy Bricolage homepage (replaced by the designer
   #nb-home hero/ticker/rails/strips and the #nb-games dedicated
   lobby) and resolves the single reskin-layer collision on the
   game-card hover state. Additive presentation only — no logic,
   no backend, no API.
   ═══════════════════════════════════════════════════════════ */

/* Legacy Bricolage homepage sections are superseded by the designer
   views injected into <main> by home.js (#nb-home) and games.js
   (#nb-games). The site footer is a sibling of <main> and stays. */
#main-screen > main > .hero,
#main-screen > main > .games-section { display: none !important; }

/* redesign-pages.css declares `.game-card:hover { ... !important }`.
   Ensure the designer card hover wins inside the designer views. */
#nb-home .game-card:hover,
#nb-games .game-card:hover {
  border-color: var(--border-strong) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55) !important;
}
