/* Shared icon weight and game-page details from the supplied design. */
.icon-circle { background: radial-gradient(circle at 35% 25%, #fff9fa, #ffedef); }
.brand-symbol .icon { width: 33px; height: 33px; }
.icon-calendar { stroke-width: 2.5; }
.game-hero { background: linear-gradient(115deg, #fff0f2 0%, #ffe6e8 48%, #fff2e9 100%); }
.game-hero-inner { grid-template-columns: 1.1fr 1fr; gap: 25px; }
.game-hero .hero-subtitle { font-weight: 750; }
.game-hero .hero-intro { max-width: 550px; }
.game-hero .app-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 600px;
  margin-top: 22px;
}
.game-hero .app-stat {
  min-width: 0;
  min-height: 67px;
  padding: 12px 13px;
  gap: 13px;
  border: 1px solid #f0e5e8;
  border-radius: 11px;
  background: #fffcfddd;
  box-shadow: 0 5px 10px #8d3d5010;
}
.app-stat > span { min-width: 0; }
.game-hero .app-stat .icon { width: 29px; height: 31px; }
.app-stat .stat-label { display: block; font-size: 13px; color: #34405b; }
.game-hero .app-stat strong { font-size: 15px; line-height: 1.25; margin-top: 3px; }
.game-hero .app-stat-size .icon { color: #0b1430; }
.game-hero .app-stat-android .icon { color: #65bb04; }
.game-hero .app-stat-version .icon,
.game-hero .app-stat-updated .icon { color: #f0001d; }
.game-hero .app-stat-updated strong { font-size: 13px; font-weight: 500; }
.game-hero .app-stat-size strong,
.game-hero .app-stat-updated strong { margin-top: 0; }
.game-hero .hero-actions {
  display: grid;
  grid-template-columns: 1.14fr 1fr;
  gap: 14px;
  max-width: 600px;
  margin-top: 20px;
}
.game-hero .button-large {
  min-width: 0;
  min-height: 66px;
  border-radius: 12px;
  padding: 14px 17px;
  font-size: 21px;
  gap: 13px;
  white-space: nowrap;
}
.game-hero .button-large .icon { width: 32px; height: 32px; }
.game-hero .download-button,
.game-hero .download-button:disabled { background: linear-gradient(110deg, #f50019, #ec0018); border-color: #f0001b; }
.game-hero .button-telegram { background: linear-gradient(115deg, #11aff4, #148efb); border-color: #159cf7; }
.game-hero .button-telegram:hover { background: #0786dd; }
.game-hero .download-note { font-size: 12px; margin-top: 9px; }
.game-page .trust-strip .icon { width: 32px; height: 32px; }
.game-page .requirements-list .icon-android { color: #67b900; }
.game-page .step-visual .icon-gear { width: 26px; height: 26px; }
.header-download { gap: 12px; padding-inline: 24px; }
.header-download .icon { width: 23px; height: 23px; }
.full-game-guide { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.full-game-guide > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 16px 0;
  color: var(--navy);
  font-size: 16px;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}
.full-game-guide > summary::-webkit-details-marker { display: none; }
.full-game-guide > summary > span { color: var(--red); font-size: 25px; font-weight: 400; }
.full-game-guide[open] > summary > span { transform: rotate(45deg); }
.full-game-guide .game-editorial { border-top: 0; padding-top: 10px; padding-bottom: 16px; }
.game-footer .footer-game-inner {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-block: 18px;
}
.game-footer .brand-copy strong, .game-footer .brand-copy small { color: #fff; }
.game-footer nav { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.game-footer nav a { color: #eef0f4; font-size: 13px; }
.game-footer nav a:hover { text-decoration: underline; }
.game-footer .footer-safety { display: flex; align-items: center; gap: 13px; font-size: 12px; color: #f3f4f7; }
.game-footer .footer-safety > .icon { width: 28px; height: 28px; color: var(--red); }
.game-footer .footer-safety small { display: block; margin-top: 5px; color: #b9c3d0; font-size: 11px; }
@media (max-width: 1180px) {
  .game-hero-inner { gap: 16px; }
  .game-hero .app-details { gap: 10px; }
  .game-hero .app-stat { min-height: 60px; padding: 10px; gap: 10px; }
  .game-hero .app-stat .icon { width: 26px; height: 28px; }
  .app-stat .stat-label { font-size: 12px; }
  .game-hero .app-stat strong { font-size: 14px; }
  .game-hero .app-stat-updated strong { font-size: 12px; }
  .game-hero .button-large { min-height: 59px; font-size: 18px; gap: 10px; padding: 13px; }
  .game-hero .button-large .icon { width: 28px; height: 28px; }
  .game-footer .brand-copy strong { font-size: 22px; }
  .game-footer nav { gap: 17px; }
  .game-footer nav a { font-size: 12px; }
  .game-footer .footer-safety { font-size: 10px; gap: 9px; }
  .game-footer .footer-safety small { font-size: 10px; }
}
@media (max-width: 960px) {
  .game-hero-inner { grid-template-columns: 1fr; gap: 0; }
  .game-hero .hero-copy { padding-top: 26px; padding-bottom: 9px; }
  .game-hero .hero-intro { max-width: 640px; }
  .game-hero .app-details, .game-hero .hero-actions { max-width: 640px; }
  .game-hero .app-stat { min-height: 66px; padding: 12px 15px; gap: 13px; }
  .game-hero .app-stat .icon { width: 29px; height: 30px; }
  .game-hero .game-art { max-width: 460px; width: 100%; margin: 0 auto; }
  .game-footer .footer-game-inner { flex-wrap: wrap; justify-content: center; gap: 20px 32px; }
  .game-footer .footer-safety { width: 100%; justify-content: center; font-size: 12px; }
  .game-footer .footer-safety small { font-size: 11px; }
}
@media (max-width: 760px) {
  .game-hero .hero-copy { padding-top: 24px; }
  .game-hero .hero-subtitle { font-size: 22px; }
  .game-hero .hero-intro { font-size: 17px; }
  .game-hero .hero-actions { grid-template-columns: 1.05fr 1fr; gap: 10px; }
  .game-hero .button-large { min-height: 55px; padding: 12px 10px; font-size: 16px; gap: 8px; }
  .game-hero .button-large .icon { width: 25px; height: 25px; }
  .game-page .trust-strip .icon { width: 26px; height: 26px; }
  .header-download { padding: 10px 12px; }
  .game-footer .brand-copy strong { font-size: 22px; }
  .game-footer .footer-game-inner { padding-block: 23px; gap: 24px; }
  .game-footer nav { justify-content: center; gap: 16px 22px; }
  .game-footer nav a { font-size: 13px; }
  .home-hero .hero-actions { display: grid; grid-template-columns: 1.15fr 1fr; gap: 9px; }
  .home-hero .hero-actions .button-large { min-width: 0; padding: 13px 9px; font-size: 14px; gap: 7px; }
  .home-hero .hero-actions .button-large .icon { width: 22px; height: 22px; }
  .home-hero .hero-actions .button:first-child .icon:last-child { display: none; }
}
@media (max-width: 600px) {
  .game-hero .app-details { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; margin-top: 16px; }
  .game-hero .app-stat { min-height: 48px; padding: 7px 6px; gap: 6px; border-radius: 8px; justify-content: center; }
  .game-hero .app-stat .icon { width: 18px; height: 20px; flex-shrink: 0; }
  .game-hero .app-stat .stat-label { font-size: 10px; line-height: 1.2; }
  .game-hero .app-stat strong { font-size: 12px; line-height: 1.2; margin-top: 2px; }
  .game-hero .app-stat-updated strong { font-size: 11px; }
  .game-hero .app-stat-size strong, .game-hero .app-stat-updated strong { margin-top: 0; }
  .game-hero .download-note { font-size: 11px; }
}
@media (max-width: 400px) {
  .game-hero .hero-subtitle { font-size: 20px; }
  .game-hero .hero-intro { font-size: 16px; }
  .game-hero .button-large { font-size: 14px; gap: 7px; padding: 12px 9px; min-height: 53px; }
  .game-hero .button-large .icon { width: 23px; height: 23px; }
  .game-hero .app-stat { padding-inline: 4px; gap: 4px; }
  .header-download { min-width: 82px; padding: 9px; }
  .home-hero .hero-actions .button-large { font-size: 12px; }
  .home-hero .hero-actions .button-large .icon { width: 20px; height: 20px; }
}
.preview-note { margin: -3px 0 14px; font-size: 12px; color: #5c6b80; }
.game-identity > div, .related-card > div, .row-details { min-width: 0; }
.game-name, .related-card h3, .game-hero h1, .detail-pill { overflow-wrap: anywhere; }
.detail-pill { max-width: 100%; }
.bonus-pill { color: #9a1730; background: #fff0f2; }
.catalog-pagination { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 18px; }
.catalog-pagination p { font-size: 13px; }
.catalog-more .icon { transform: rotate(90deg); }
.game-row { scroll-margin-top: 20px; }
.catalog-controls { flex-wrap: wrap; }
.catalog-controls .filters { flex-wrap: wrap; }
.offer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; }
.offer-grid > div { min-width: 0; position: relative; padding: 15px 12px 15px 57px; border: 1px solid #f1dce1; border-radius: 11px; background: linear-gradient(120deg, #fff8f9, #fff); }
.offer-grid dt { font-size: 12px; color: var(--text); }
.offer-grid dd { margin: 5px 0 0; font-size: 21px; font-weight: 750; color: var(--navy); overflow-wrap: anywhere; }
.offer-icon { position: absolute; left: 15px; top: 23px; color: var(--red); }
.offer-icon .icon { width: 27px; height: 27px; }
.offer-note { font-size: 12px; margin-top: 12px; max-width: 870px; }
@media (max-width: 760px) {
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .offer-grid > div { padding: 12px 8px 12px 38px; }
  .offer-grid dt { font-size: 10px; }
  .offer-grid dd { font-size: 18px; }
  .offer-icon { left: 10px; top: 24px; }
  .offer-icon .icon { width: 20px; height: 20px; }
  .offer-note { font-size: 11px; }
  .catalog-pagination { gap: 15px; }
}
.preview-note strong { color: var(--navy); font-weight: 650; }
.generated-gallery figure { flex-basis: calc((100% - 48px) / 4); max-width: 285px; }
.gallery-pair { justify-content: center; }
.gallery-pair figure { flex-basis: calc((100% - 16px) / 2); max-width: 300px; }
.game-art.has-phones .art-label { bottom: 1px; }
.featured-art { position: relative; }
.featured-preview-label { position: absolute; bottom: 0; font-size: 10px; background: #ffffffd9; border-radius: 8px; padding: 3px 6px; color: var(--text); }
@media (max-width: 760px) {
  .gallery-pair { justify-content: flex-start; }
  .generated-gallery figure { flex-basis: 62%; max-width: 255px; }
  .gallery-pair figure { flex-basis: 62%; max-width: 255px; }
}
@media (max-width: 350px) {
  .header-inner { gap: 8px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 7px; letter-spacing: 6.8px; }
  .game-hero .button-large { font-size: 12px; gap: 6px; padding-inline: 8px; }
  .game-hero .button-large .icon { width: 20px; height: 20px; }
  .game-hero .app-stat { flex-direction: column; gap: 3px; padding-block: 5px; text-align: center; min-height: 57px; }
  .game-hero .app-stat .icon { width: 16px; height: 16px; }
}

/* Keep pages complete while the owner supplies game artwork. */
.game-hero-inner.game-hero-without-art { grid-template-columns: minmax(0, 780px); }
.game-hero-without-art .hero-intro { max-width: 700px; }
.screenshot-gallery + .preview-note { margin: 12px 0 0; }
