.game-main,
.developer-main {
  width: min(1260px, calc(100% - 56px));
  margin: 0 auto;
}
.game-main {
  padding: 25px 0 76px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--subtle);
  font-size: 11px;
}
.breadcrumbs a:hover {
  color: var(--lime);
}
.breadcrumbs [aria-current="page"] {
  color: var(--muted);
}
.game-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 22px;
}
.game-heading h1,
.developer-main h1 {
  margin: 0 0 10px;
  font:
    650 clamp(32px, 4vw, 51px)/1.04 system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  letter-spacing: -0.06em;
}
.game-heading .eyebrow {
  margin-bottom: 9px;
}
.game-heading p:not(.eyebrow) {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.game-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
}
.game-actions .button {
  min-height: 43px;
  padding: 0 14px;
  font-size: 11px;
}
.button-outline {
  border: 1px solid #526047;
  color: var(--text);
  background: #1a1e17;
}
.button-outline:hover {
  border-color: var(--lime);
}
.player-frame {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  border: 1px solid #373f30;
  border-radius: 17px;
  background: #141812;
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.2);
}
.player-frame iframe {
  display: block;
  width: 100%;
  height: 740px;
  border: 0;
  background: #10130f;
}
.game-ad {
  display: block;
  width: min(970px, 100%);
  min-height: 112px;
  margin: 168px auto 65px;
  padding: 15px;
  border: 1px solid rgba(225, 235, 213, 0.09);
  border-radius: 12px;
  color: var(--subtle);
  background: #151912;
  text-align: center;
}
.game-ad[data-quokka-ad] {
  box-sizing: border-box;
}
.game-ad > span {
  display: block;
  margin-bottom: 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.game-ad ins {
  min-height: 90px;
}
.game-information {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}
.game-info-block {
  min-height: 155px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}
.game-info-block h2 {
  margin: 0 0 10px;
  font:
    650 15px system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
}
.game-info-block p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}
.game-info-block .game-credit {
  margin-top: 12px;
  color: var(--subtle);
  font-size: 10px;
}
.related-games {
  padding: 62px 0 0;
}
.related-games .row-heading {
  margin-bottom: 16px;
}
.related-games h2 {
  font-size: 27px;
}
.related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.related-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  transition: border-color 0.18s ease;
}
.related-link:hover {
  border-color: #657752;
}
.related-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 12px;
  color: #172013;
  background: #cff57b;
  font: 700 20px system-ui;
}
.related-icon.art-solitaire {
  color: #fff3e9;
  background: #a65548;
}
.related-icon.art-reaction {
  color: #2e381f;
  background: #d3f57d;
}
.related-icon.art-typing {
  color: #342d49;
  background: #d4c4ff;
}
.related-link > span:nth-child(2) {
  min-width: 0;
}
.related-link b,
.related-link small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-link b {
  font-size: 11px;
}
.related-link small {
  margin-top: 4px;
  color: var(--subtle);
  font-size: 9px;
}
.related-arrow {
  margin-left: auto;
  color: var(--lime);
}
.game-footer {
  min-height: 100px;
}
.share-status {
  min-height: 22px;
  margin: 10px 0 0;
  color: var(--lime);
  font-size: 11px;
  text-align: right;
}
.developer-main {
  max-width: 930px;
  padding: 85px 0 110px;
}
.developer-main h1 {
  font-size: clamp(42px, 6.5vw, 74px);
  line-height: 1.02;
}
.developer-main h1 em {
  color: var(--lime);
  font-style: normal;
}
.developer-lead {
  max-width: 700px;
  margin: 20px 0 31px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}
.intake-status {
  display: flex;
  gap: 14px;
  max-width: 760px;
  padding: 20px;
  border: 1px solid #566145;
  border-radius: 15px;
  background: #1b2117;
}
.intake-status .status-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--orange);
}
.intake-status b {
  font-size: 13px;
}
.intake-status p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.developer-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 34px 0 22px;
}
.developer-columns article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--panel);
}
.developer-number {
  color: var(--lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.developer-columns h2 {
  margin: 9px 0 13px;
  font: 650 19px system-ui;
}
.developer-columns ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.developer-footnote {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--subtle);
  font-size: 11px;
  line-height: 1.75;
}
@media (max-width: 760px) {
  .game-main,
  .developer-main {
    width: calc(100% - 32px);
  }
  .game-main {
    padding-top: 19px;
  }
  .breadcrumbs {
    margin-bottom: 15px;
  }
  .game-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .game-heading h1 {
    font-size: 38px;
  }
  .game-heading p:not(.eyebrow) {
    font-size: 12px;
  }
  .game-actions {
    width: 100%;
  }
  .game-actions .button {
    flex: 1;
    gap: 10px;
    min-width: 0;
    padding: 0 10px;
  }
  .player-frame {
    min-height: 560px;
    border-radius: 13px;
  }
  .player-frame iframe {
    height: 660px;
  }
  .game-ad {
    margin: 165px auto 45px;
    padding: 9px;
  }
  .game-information {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .game-info-block {
    min-height: 0;
    padding: 16px;
  }
  .related-games {
    padding-top: 45px;
  }
  .related-links {
    grid-template-columns: 1fr;
  }
  .game-footer {
    min-height: 0;
  }
  .developer-main {
    padding: 60px 0 75px;
  }
  .developer-main h1 {
    font-size: clamp(40px, 10vw, 60px);
  }
  .developer-lead {
    font-size: 13px;
  }
  .developer-columns {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .site-footer.game-footer {
    padding: 20px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .game-page *,
  .developer-main * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
