/* Game-page layout fixes, loaded after /styles.css.
   The shared sheet's `section { padding: 60px 0 8px }` is meant for homepage
   content bands; on game pages it over-pads the intro (breadcrumb gap) and the
   game shell. Tighten those two. (2026-06) */
.intro { padding-top: 16px; }
.game-shell { padding-top: 10px; }

/* embed mode: game shown inside the article modal (?embed=1) -> show only the game */
html.embed .site-header,
html.embed .site-footer,
html.embed .cta-band,
html.embed .intro,
html.embed .related,
html.embed .learn-below,
html.embed .learnmore,
html.embed .learn-block { display: none !important; }
html.embed body { background: transparent; }
html.embed .page, html.embed .resource, html.embed .game-shell { margin: 0; padding: 0; }
