/* Static crawlable layer (index.html #static-seo + generated /games pages).
   External file because the CSP allows no inline styles. */
#static-seo,
.seo-page {
  font-family: system-ui, sans-serif;
  background: #0e0a14;
  color: #f2eef6;
  padding: 2rem 1.2rem 4rem;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.55;
}
#static-seo h1,
.seo-page h1 {
  font-size: 1.7rem;
}
#static-seo h2,
.seo-page h2 {
  font-size: 1.15rem;
  margin-top: 2rem;
  color: #ffb0e8;
}
#static-seo a,
.seo-page a {
  color: #ff7ad9;
}
#static-seo ul {
  columns: 2;
  gap: 2rem;
  padding-left: 1.2rem;
}
.seo-page img.gamethumb {
  width: 100%;
  max-width: 480px;
  height: auto;
  border: 1px solid #3a2752;
}
.seo-page .cta {
  display: inline-block;
  background: #ff7ad9;
  color: #120b1c;
  font-weight: 800;
  padding: 0.8rem 2.2rem;
  margin: 1rem 0;
  text-decoration: none;
}
.seo-page nav.crumbs {
  font-size: 0.85rem;
  opacity: 0.8;
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  #static-seo ul {
    columns: 1;
  }
}
