:root {
  --ink: #182126;
  --muted: #647175;
  --paper: #eef5f1;
  --paper-2: #f8fbf7;
  --card: #ffffff;
  --line: rgba(24, 33, 38, 0.13);
  --night: #06191d;
  --night-2: #123a3f;
  --wine: #2d6a73;
  --ruby: #ed6a5a;
  --gold: #f2b84b;
  --gold-2: #ffe3a8;
  --teal: #11998e;
  --blue: #315c8d;
  --shadow: 0 24px 58px rgba(8, 32, 36, 0.18);
  --soft-shadow: 0 14px 32px rgba(8, 32, 36, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 0%, rgba(17, 153, 142, 0.16), transparent 34rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 245, 241, 0.96) 460px, var(--paper) 760px),
    var(--paper);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  overflow-x: hidden;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

p strong,
li strong,
span strong {
  font-weight: 800;
}

.stage-wrap {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.summit-header {
  position: sticky;
  top: 0;
  z-index: 80;
  color: #fff;
  background: rgba(8, 12, 24, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
}

.status-thread,
.nav-spine {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.status-thread {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.nav-spine {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 12px 0;
}

.brand-node {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-lockup::after {
  content: none;
  display: none;
}

.brand-emblem {
  width: 62px;
  height: 62px;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.28));
}

.nav-routes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

.nav-routes a,
.locale-button,
.pulse-button,
.quick-entry-button {
  min-height: 38px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: 0;
}

.nav-routes a {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.nav-routes a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
}

.locale-switch {
  position: relative;
}

.locale-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.locale-button svg {
  width: 17px;
  height: 17px;
  color: var(--gold-2);
}

.locale-card {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: min(330px, calc(100vw - 36px));
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.locale-card[hidden] {
  display: none;
}

.locale-card-head,
.locale-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.locale-close {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f2f4f7;
  cursor: pointer;
}

.locale-choice {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  background: #f9fafb;
}

.locale-choice img {
  width: 48px;
  height: 32px;
  object-fit: cover;
  border-radius: 5px;
}

.locale-choice small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.menu-glyph-button,
.sidepanel-dismiss,
.sidepanel-veil,
.sidepanel,
.quick-category-rail,
.quick-entry-button {
  display: none;
}

.hero-deck {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: flex-end;
  margin-top: -1px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 8, 16, 0.98) 0%, rgba(5, 8, 16, 0.82) 36%, rgba(5, 8, 16, 0.28) 70%, rgba(5, 8, 16, 0.12) 100%),
    url("../photography/casino-floor-hero.jpg") center / cover no-repeat;
}

.hero-deck .stage-wrap {
  padding: 88px 0 76px;
}

.hero-copy {
  max-width: 690px;
  min-width: 0;
}

.micro-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-copy h1,
.insight-panel h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-copy .lead-copy {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.hero-actions,
.jackpot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.pulse-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid rgba(215, 169, 75, 0.35);
  background: linear-gradient(180deg, #f2c66e, #bd7d24);
  color: #111827;
  box-shadow: 0 12px 24px rgba(189, 125, 36, 0.24);
}

.pulse-button:hover {
  transform: translateY(-1px);
}

.pulse-button.is-quiet,
.pulse-button.is-outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 32px;
}

.stat-block,
.panel-card,
.info-card,
.step-card,
.review-card,
.faq-grid details,
.compact-route {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
}

.stat-block {
  padding: 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
}

.stat-block > strong {
  display: block;
  font-size: 18px;
}

.stat-block > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.stat-block span strong {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}

section {
  padding: 72px 0;
}

.canvas-band {
  background: var(--paper-2);
}

.focus-band {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(9, 13, 22, 0.94), rgba(122, 31, 43, 0.92)),
    url("../photography/vip-lounge-rewards.jpg") center / cover no-repeat;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.78fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 28px;
}

.section-heading h2,
.story-text h2,
.feature-row h2,
.insight-visual h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p,
.muted-copy,
.insight-panel p,
.panel-card p,
.compact-route span,
.feature-card span {
  color: var(--muted);
}

.focus-band .section-heading p,
.focus-band .muted-copy,
.focus-band .panel-card p {
  color: rgba(255, 255, 255, 0.72);
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 18px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  background: #111827;
  box-shadow: var(--soft-shadow);
}

.feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.feature-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.24) 42%, rgba(0, 0, 0, 0.82) 100%);
}

.feature-card strong,
.feature-card span {
  position: relative;
  z-index: 1;
}

.feature-card strong {
  font-size: 22px;
  line-height: 1.1;
}

.feature-card span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.feature-card:hover img {
  transform: scale(1.05);
}

.jackpot-band {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(9, 13, 22, 0.95), rgba(36, 59, 115, 0.82)),
    url("../photography/slot-machine-aisle.jpg") center / cover no-repeat;
}

.jackpot-scene {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.jackpot-scene img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.jackpot-meter {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: min(420px, calc(100% - 56px));
  padding: 24px;
  border-radius: 14px;
  background: rgba(9, 13, 22, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.jackpot-label {
  display: block;
  color: var(--gold-2);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}

.jackpot-meter strong {
  display: block;
  margin: 8px 0;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1;
}

.story-row,
.feature-row,
.insight-visual {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.86fr);
  gap: 34px;
  align-items: center;
}

.story-text p,
.feature-row p {
  margin-top: 16px;
}

.media-frame,
.insight-visual {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.media-frame img,
.insight-visual img,
.compact-route > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-frame {
  aspect-ratio: 4 / 3;
}

.insight-visual {
  padding: 0;
  background: #111827;
  color: #fff;
}

.insight-visual > div {
  padding: 34px;
}

.insight-visual img {
  min-height: 320px;
}

.insight-visual p {
  color: rgba(255, 255, 255, 0.76);
}

.tag-pill {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #16110a;
  background: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.modular-grid {
  display: grid;
  gap: 18px;
}

.modular-grid.cols-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.modular-grid.cols-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.modular-grid.cols-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel-card,
.info-card,
.step-card {
  padding: 22px;
}

.focus-band .panel-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.panel-card h3,
.info-card h3,
.step-card h3 {
  margin: 10px 0 8px;
  font-size: 21px;
  line-height: 1.15;
}

.tile-code,
.step-index {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 12px;
  color: #111827;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  font-weight: 900;
}

.check-list,
.detail-list,
.insight-panel ul,
.insight-panel ol {
  padding-left: 20px;
}

.check-list li + li,
.detail-list li + li,
.insight-panel li + li {
  margin-top: 9px;
}

.keyword-flow,
.tag-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.keyword-flow span,
.tag-ribbon span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.09);
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.memo-panel,
.plain-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.insight-panel {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.insight-panel h1 {
  font-size: clamp(36px, 5vw, 60px);
  color: var(--night);
}

.insight-panel h2 {
  margin-top: 34px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.12;
}

.breadcrumb-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}

.table-panel {
  max-width: 100%;
  overflow-x: auto;
  border-radius: 12px;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 12px;
}

.data-table th,
.data-table td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.data-table th {
  color: #fff;
  background: var(--night-2);
}

.game-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 26px;
  align-items: center;
}

.title-poster {
  overflow: hidden;
  border-radius: 16px;
  background: #111827;
  color: #fff;
  box-shadow: var(--shadow);
}

.title-poster img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.title-poster strong {
  display: block;
  padding: 14px 16px;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.spec-box {
  padding: 14px;
  border-radius: 12px;
  background: #f8fafc;
}

.spec-box span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin: 34px 0;
  padding: 24px;
  border-radius: 16px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(122, 31, 43, 0.92), rgba(17, 24, 39, 0.9)),
    url("../photography/casino-floor-hero.jpg") center / cover no-repeat;
}

.suggestion-strip {
  margin-top: 36px;
}

.compact-route {
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
}

.compact-route > img {
  aspect-ratio: 16 / 10;
}

.compact-route strong,
.compact-route span {
  display: block;
  padding: 0 14px;
}

.compact-route strong {
  padding-top: 14px;
  font-size: 17px;
}

.compact-route span {
  padding-bottom: 16px;
  font-size: 14px;
}

.casino-update-panel {
  background:
    linear-gradient(180deg, #fff8ed 0%, #f4f7fb 100%);
}

.update-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(240px, 0.62fr) minmax(300px, 0.9fr);
  gap: 18px;
  align-items: stretch;
}

.update-panel-lead,
.update-feature-panel,
.update-actions {
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
}

.update-panel-lead {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 34px;
  color: #fff;
  background: #101522;
}

.update-panel-lead img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.update-panel-lead::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(16, 21, 34, 0.1), rgba(16, 21, 34, 0.95));
}

.update-panel-lead > :not(img) {
  position: relative;
  z-index: 1;
}

.update-panel-lead h2 {
  margin: 12px 0;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.02;
}

.update-panel-lead p,
.update-feature-panel p,
.update-actions small {
  color: rgba(255, 255, 255, 0.76);
}

.update-feature-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(122, 31, 43, 0.18), rgba(122, 31, 43, 0.92)),
    url("../winph-games/fa-cai-shen-2.webp") center / cover no-repeat;
}

.update-feature-panel span,
.update-actions span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #111827;
  background: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.update-feature-panel h3 {
  font-size: 28px;
  line-height: 1.05;
}

.update-feature-panel a,
.update-actions a {
  color: inherit;
  font-weight: 900;
}

.update-actions {
  display: grid;
  gap: 12px;
  padding: 18px;
  color: #fff;
  background: #151d2e;
}

.update-actions a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  padding: 16px;
  border-radius: 14px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--gold-2);
}

.update-actions strong,
.update-actions small {
  grid-column: 2;
}

.category-stage {
  background: #fffaf1;
}

.category-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(250px, auto);
  gap: 16px;
}

.category-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 250px;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  background: #111827;
  box-shadow: var(--soft-shadow);
}

.category-card.is-wide {
  grid-column: span 2;
}

.category-card.is-tall {
  grid-row: span 2;
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.category-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(5, 9, 18, 0.82));
}

.category-card:hover img {
  transform: scale(1.05);
}

.category-card span,
.category-card strong,
.category-card small {
  position: relative;
  z-index: 1;
}

.category-card span {
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #111827;
  background: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-card strong {
  font-size: 24px;
  line-height: 1.05;
}

.category-card small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.cover-grid {
  align-items: stretch;
}

.game-list .segmented-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 28px;
}

.game-list .segmented-tabs a {
  padding: 8px 12px;
  border-radius: 999px;
  color: #111827;
  background: rgba(244, 183, 64, 0.2);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

.game-list h2 {
  margin: 34px 0 18px;
}

.game-card-new {
  color: inherit;
  text-decoration: none;
}

.game-card-new.winph-game-card,
.compact-route.winph-mini-route {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.game-card-new.winph-game-card:hover,
.compact-route.winph-mini-route:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.game-card-new.winph-game-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.game-card-new.winph-game-card strong,
.game-card-new.winph-game-card span {
  display: block;
  padding-inline: 16px;
}

.game-card-new.winph-game-card strong {
  padding-top: 14px;
  font-size: 18px;
  line-height: 1.12;
}

.game-card-new.winph-game-card > span {
  padding-top: 7px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.game-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 16px 16px;
}

.game-tags em {
  padding: 5px 8px;
  border-radius: 999px;
  color: #111827;
  background: rgba(244, 183, 64, 0.28);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.compact-route.winph-mini-route > img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.compact-route.winph-mini-route span em {
  display: inline-flex;
  margin-top: 8px;
  padding: 4px 7px;
  border-radius: 999px;
  color: #111827;
  background: rgba(244, 183, 64, 0.35);
  font-style: normal;
  font-weight: 900;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  padding: 20px;
}

.review-head {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.review-head img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.review-head span,
.rating-stars {
  color: var(--muted);
  font-size: 13px;
}

.rating-stars {
  margin-top: 12px;
  color: var(--gold);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-grid details {
  padding: 18px;
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 900;
}

.continuation-link {
  margin-top: 22px;
}

.app-slide,
.app-top,
.benefit-grid,
.update-grid,
.howto-grid {
  display: grid;
  gap: 18px;
}

.app-page {
  background:
    linear-gradient(180deg, rgba(9, 13, 22, 0.06), transparent 440px),
    var(--paper);
}

.app-showcase {
  padding: 58px 0 32px;
}

.app-showcase .stage-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: 18px 34px;
  align-items: center;
}

.app-breadcrumb {
  grid-column: 1;
  align-self: end;
}

.app-showcase .micro-label,
.app-showcase h1,
.install-lead {
  grid-column: 1;
}

.app-showcase h1 {
  margin: 10px 0 0;
  max-width: 640px;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1;
}

.install-lead {
  max-width: 620px;
  margin: 0;
  color: #3f4656;
}

.main-pulse-button,
.app-now,
.apk-pulse-button,
.ios-pulse-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #101522;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(215, 169, 75, 0.25);
}

.main-pulse-button {
  grid-column: 1;
  margin-top: 4px;
}

.app-slider {
  grid-column: 2;
  grid-row: 1 / span 6;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-rows: 220px 220px;
  gap: 14px;
}

.app-slide {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 8px;
  background: #111827;
  box-shadow: var(--soft-shadow);
}

.app-slide.is-active {
  grid-row: span 2;
}

.app-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 40%, rgba(9, 13, 22, 0.78));
}

.app-slide span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 1;
  color: #fff;
  font-weight: 900;
}

.app-dots {
  display: none;
}

.app-narrow {
  width: min(1040px, calc(100% - 36px));
}

.app-section,
.install-section,
.version-section {
  padding: 28px 0;
}

.app-card,
.install-frame,
.version-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.92);
  box-shadow: var(--soft-shadow);
}

.app-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
}

.app-top {
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
}

.app-top img {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 14px 26px rgba(13, 17, 29, 0.18);
}

.app-top h2,
.app-section-heading h2,
.version-top h2 {
  margin: 0;
}

.app-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 8px 0;
}

.app-pills span,
.app-bottom-marks span,
.app-safe-footer span,
.version-top > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(215, 169, 75, 0.18);
  color: #5f4311;
  font-size: 12px;
  font-weight: 900;
}

.app-secure {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.app-secure span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #14b87a;
}

.install-frame {
  padding: 28px;
}

.app-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.72fr);
  gap: 18px 34px;
  align-items: end;
}

.app-section-heading .micro-label {
  grid-column: 1 / -1;
  margin: 0;
}

.app-section-heading p:not(.micro-label) {
  margin: 0;
  color: var(--muted);
}

.app-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  margin: 22px 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.app-tabs button {
  min-width: 92px;
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.app-tabs button.is-active {
  color: #fff;
  background: var(--night-2);
}

.app-process-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.app-process-head h3 {
  margin: 0;
}

.app-process-head span {
  color: var(--teal);
  font-weight: 900;
}

.app-progress {
  height: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.12);
}

.app-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}

.app-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.app-step-card {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.app-step-index {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #101522;
  background: var(--gold-2);
  font-weight: 900;
}

.app-step-index.is-dark {
  color: #fff;
  background: var(--night-2);
}

.app-code,
.app-preview-box,
.app-file,
.app-game-preview,
.ios-card {
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(246, 242, 234, 0.72);
}

.app-code {
  margin: 12px 0;
  padding: 12px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
}

.app-preview-box,
.app-file {
  display: grid;
  gap: 3px;
  padding: 12px;
}

.app-file {
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  margin-top: 12px;
}

.app-file em {
  display: block;
  height: 6px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal) 68%, rgba(17, 24, 39, 0.12) 68%);
}

.app-game-preview {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  margin-top: 12px;
}

.app-game-preview img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.app-game-preview strong {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.app-note,
.app-card small,
.app-file small {
  color: var(--muted);
}

.ios-setup {
  display: grid;
  gap: 14px;
}

.ios-card {
  padding: 18px;
}

.ios-card.accented {
  background: #fff;
}

.app-troubleshooting {
  margin-top: 24px;
}

.app-troubleshooting details {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.app-troubleshooting summary {
  cursor: pointer;
  font-weight: 900;
}

.app-safe-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.app-safe-footer p {
  margin: 0 0 0 auto;
  color: var(--muted);
}

.version-card {
  padding: 24px;
}

.version-top {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.app-shield {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--night-2));
  font-weight: 900;
}

.version-main,
.app-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.version-main > div,
.app-card-grid > div {
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}

.version-main strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.version-main span,
.app-card-grid span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.app-bottom-marks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tight-title {
  margin-bottom: 28px;
}

.reward-marketplace {
  color: #fff;
  background:
    radial-gradient(circle at 14% 16%, rgba(244, 183, 64, 0.24), transparent 28%),
    linear-gradient(145deg, #101522 0%, #1b2338 48%, #331727 100%);
}

.reward-marketplace .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.reward-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, 0.64fr) minmax(250px, 0.72fr);
  grid-template-areas:
    "hero tickets rules"
    "mini mini rules";
  gap: 18px;
}

.reward-hero-panel,
.reward-rules-panel,
.reward-pass,
.reward-mini-strip a,
.task-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--soft-shadow);
}

.reward-hero-panel {
  position: relative;
  grid-area: hero;
  min-height: 500px;
  border-radius: 18px;
  background: #111827;
}

.reward-hero-panel img,
.reward-rules-panel img,
.task-panel-copy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reward-hero-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(9, 13, 22, 0.28) 45%, rgba(9, 13, 22, 0.9) 100%);
}

.reward-hero-text {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
}

.reward-hero-text h3,
.reward-rules-panel h3,
.task-panel-copy h2 {
  margin: 10px 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}

.reward-hero-text p,
.reward-rules-panel li,
.task-panel-copy p,
.task-row small,
.reward-pass small,
.reward-mini-strip small {
  color: rgba(255, 255, 255, 0.74);
}

.reward-hero-text a,
.reward-rules-panel a,
.reward-pass,
.reward-mini-strip a,
.task-row {
  color: inherit;
  text-decoration: none;
}

.reward-hero-text a,
.reward-rules-panel a {
  display: inline-flex;
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #111827;
  background: var(--gold-2);
  font-weight: 900;
}

.reward-pass-stack {
  grid-area: tickets;
  display: grid;
  gap: 14px;
}

.reward-pass {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 4px 14px;
  align-content: center;
  min-height: 112px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.reward-pass:hover,
.reward-mini-strip a:hover,
.task-row:hover {
  transform: translateY(-3px);
}

.reward-pass span,
.reward-mini-strip span,
.task-row span {
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #111827;
  background: var(--gold-2);
  font-weight: 900;
}

.reward-pass strong,
.reward-pass small {
  grid-column: 2;
}

.deposit-pass { background: linear-gradient(135deg, rgba(244, 183, 64, 0.24), rgba(255, 255, 255, 0.07)); }
.rebate-pass { background: linear-gradient(135deg, rgba(20, 184, 166, 0.24), rgba(255, 255, 255, 0.07)); }
.spins-pass { background: linear-gradient(135deg, rgba(244, 114, 182, 0.22), rgba(255, 255, 255, 0.07)); }
.live-pass { background: linear-gradient(135deg, rgba(96, 165, 250, 0.24), rgba(255, 255, 255, 0.07)); }

.reward-rules-panel {
  grid-area: rules;
  display: grid;
  grid-template-rows: 220px minmax(0, 1fr);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
}

.reward-rules-panel > div {
  padding: 22px;
}

.reward-rules-panel ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.reward-rules-panel li + li {
  margin-top: 10px;
}

.reward-mini-strip {
  grid-area: mini;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.reward-mini-strip a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 4px 12px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.reward-mini-strip strong,
.reward-mini-strip small {
  grid-column: 2;
}

.task-guide-section {
  background: #f5f7fb;
}

.task-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  border-radius: 20px;
  color: #fff;
  background: #101522;
}

.task-panel-copy {
  position: relative;
  min-height: 560px;
  padding: 36px;
}

.task-panel-copy::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(16, 21, 34, 0.18), rgba(16, 21, 34, 0.92));
}

.task-panel-copy > :not(img) {
  position: relative;
  z-index: 1;
}

.task-panel-copy img {
  position: absolute;
  inset: 0;
}

.task-rows {
  display: grid;
  gap: 14px;
  padding: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 44px 44px,
    #151d2e;
}

.task-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 16px 18px;
  border-radius: 16px;
  border-left: 5px solid var(--gold-2);
  background: rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.task-row strong,
.task-row small {
  display: block;
}

.task-row strong {
  margin-bottom: 4px;
  font-size: 18px;
}

.mobile-row { border-left-color: #14b8a6; }
.cashier-row { border-left-color: #60a5fa; }
.reward-row { border-left-color: #f472b6; }
.game-row { border-left-color: #a3e635; }
.path-row { border-left-color: #fb923c; }

.promo-dock {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  width: min(460px, calc(100vw - 44px));
  padding: 12px;
  border-radius: 16px;
  background: rgba(9, 13, 22, 0.92);
  box-shadow: var(--shadow);
  display: none;
}

.promo-dock[hidden] {
  display: none;
}

.promo-dismiss {
  position: absolute;
  top: -12px;
  right: -10px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: #111827;
  cursor: pointer;
}

.promo-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.promo-link {
  overflow: hidden;
  border-radius: 10px;
  background: #111827;
}

.promo-link img {
  width: 100%;
  aspect-ratio: 16 / 6;
  object-fit: cover;
}

.summit-footer {
  padding: 54px 0 24px;
  color: rgba(255, 255, 255, 0.74);
  background: #080c18;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(150px, 0.7fr));
  gap: 30px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links strong {
  color: #fff;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.legal-note {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

@media (max-width: 860px) {
  body.sidepanel-is-active,
  body.locale-is-open {
    overflow: hidden;
  }

  body.sidepanel-is-active .summit-header {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100dvh;
    overflow: visible;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .status-thread {
    display: none;
  }

  .nav-spine {
    grid-template-columns: minmax(42px, 1fr) auto minmax(42px, 1fr);
    gap: 12px;
    min-height: 80px;
    padding: 10px 0;
  }

  .brand-node {
    display: contents;
  }

  .brand-lockup {
    grid-column: 2;
    justify-self: center;
  }

  .brand-emblem {
    width: 58px;
    height: 58px;
  }

  .locale-switch {
    grid-column: 3;
    justify-self: end;
  }

  .nav-routes {
    display: none;
  }

  .menu-glyph-button {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    grid-column: 1;
    justify-self: start;
  }

  .menu-glyph-button span,
  .menu-glyph-button span::before,
  .menu-glyph-button span::after {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    content: "";
  }

  .menu-glyph-button span::before {
    transform: translateY(-6px);
  }

  .menu-glyph-button span::after {
    transform: translateY(4px);
  }

  .quick-category-rail {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 7px 12px 10px;
    background: rgba(255, 255, 255, 0.06);
  }

  .quick-category-rail a {
    display: grid;
    place-items: center;
    gap: 3px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 11px;
  }

  .quick-category-rail img {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    object-fit: cover;
  }

  .sidepanel-veil {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(4, 7, 14, 0.74);
    backdrop-filter: blur(4px);
  }

  .sidepanel-is-active .sidepanel-veil {
    display: block;
  }

  .sidepanel {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 100;
    display: block;
    width: min(420px, calc(100vw - 58px));
    height: 100dvh;
    padding: 20px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #111827;
    transform: translateX(-105%);
    transition: transform 180ms ease;
    box-shadow: 22px 0 42px rgba(0, 0, 0, 0.38);
  }

  .sidepanel-is-active .sidepanel {
    transform: translateX(0);
  }

  .sidepanel-dismiss {
    position: fixed;
    top: 16px;
    right: 10px;
    z-index: 110;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    color: #fff;
    background: rgba(17, 24, 39, 0.94);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
    cursor: pointer;
  }

  .sidepanel-dismiss::before {
    content: "\00d7";
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
  }

  .sidepanel-is-active .sidepanel-dismiss {
    display: grid;
  }

  .sidepanel-search {
    display: grid;
    grid-template-columns: 1fr 44px;
    gap: 8px;
    margin-bottom: 16px;
  }

  .sidepanel-search input {
    min-height: 42px;
    border: 0;
    border-radius: 10px;
    padding: 0 12px;
  }

  .sidepanel-search button {
    border: 0;
    border-radius: 10px;
    background: var(--gold);
  }

  .sidepanel-routes {
    display: grid;
    gap: 6px;
  }

  .sidepanel-routes a {
    padding: 10px 12px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
  }

  .sidepanel-locale {
    margin-bottom: 16px;
  }

  .sidepanel-locale p {
    margin: 0 0 8px;
    color: var(--gold-2);
    font-weight: 900;
  }

  .hero-deck {
    min-height: 620px;
  }

  .hero-stats,
  .section-heading,
  .story-row,
  .feature-row,
  .insight-visual,
  .reward-stage,
  .task-panel,
  .update-panel,
  .game-hero,
  .cta-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .reward-stage {
    grid-template-areas:
      "hero"
      "tickets"
      "rules"
      "mini";
  }

  .reward-hero-panel,
  .task-panel-copy {
    min-height: 430px;
  }

  .featured-grid,
  .modular-grid.cols-three,
  .modular-grid.cols-four,
  .modular-grid.cols-two,
  .review-grid,
  .faq-grid,
  .spec-grid,
  .reward-mini-strip,
  .category-matrix,
  .app-showcase .stage-wrap,
  .app-section-heading,
  .version-main,
  .app-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .app-showcase .stage-wrap {
    grid-template-columns: 1fr;
  }

  .app-showcase .micro-label,
  .app-showcase h1,
  .install-lead,
  .app-breadcrumb,
  .main-pulse-button,
  .app-slider {
    grid-column: 1;
    grid-row: auto;
  }

  .app-slider {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px 190px;
  }

  .app-section-heading {
    grid-template-columns: 1fr;
  }

  .category-card.is-wide,
  .category-card.is-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .update-panel-lead {
    min-height: 430px;
  }

  .feature-card {
    min-height: 250px;
  }

  .insight-panel {
    padding: 26px;
  }

  .promo-dock {
    display: none;
  }
}

@media (max-width: 540px) {
  .stage-wrap,
  .status-thread,
  .nav-spine {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  section {
    padding: 52px 0;
  }

  .locale-button span {
    display: none;
  }

  .hero-deck {
    min-height: 640px;
    background-position: 64% center;
    max-width: 100vw;
    overflow: hidden;
  }

  .hero-deck .stage-wrap {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    padding: 64px 0 48px;
  }

  .hero-copy h1,
  .insight-panel h1 {
    font-size: clamp(32px, 9.4vw, 38px);
  }

  .hero-copy .lead-copy {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-copy .micro-label {
    font-size: 11px;
    line-height: 1.35;
  }

  .hero-copy,
  .hero-copy .lead-copy,
  .hero-copy p,
  .hero-copy h1,
  .hero-actions,
  .hero-actions .pulse-button {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .pulse-button {
    width: 100%;
    padding-inline: 12px;
    text-align: center;
  }

  .app-showcase {
    padding: 34px 0 18px;
  }

  .app-showcase h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.02;
  }

  .app-slider {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .app-slide,
  .app-slide.is-active {
    min-height: 220px;
    grid-row: auto;
  }

  .app-slide img {
    height: 220px;
  }

  .app-card,
  .app-top,
  .app-steps,
  .app-step-card,
  .app-file,
  .version-top,
  .version-main,
  .app-card-grid {
    grid-template-columns: 1fr;
  }

  .app-card,
  .install-frame,
  .version-card {
    padding: 18px;
  }

  .app-top img {
    width: 76px;
    height: 76px;
  }

  .main-pulse-button,
  .app-now,
  .apk-pulse-button,
  .ios-pulse-button {
    width: 100%;
  }

  .app-process-head,
  .app-safe-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-safe-footer p {
    margin-left: 0;
  }

  .app-game-preview img {
    height: 220px;
  }

  .reward-marketplace .section-heading,
  .tight-title {
    margin-bottom: 22px;
  }

  .reward-hero-panel,
  .task-panel-copy {
    min-height: 380px;
  }

  .reward-pass-stack,
  .reward-mini-strip,
  .task-rows {
    gap: 10px;
  }

  .reward-mini-strip,
  .reward-pass,
  .task-row {
    grid-template-columns: 1fr;
  }

  .reward-pass strong,
  .reward-pass small,
  .reward-mini-strip strong,
  .reward-mini-strip small {
    grid-column: auto;
  }

  .reward-pass span,
  .reward-mini-strip span,
  .task-row span {
    width: 48px;
  }

  .reward-hero-text,
  .reward-rules-panel > div,
  .task-panel-copy,
  .task-rows {
    padding: 20px;
  }

  .reward-rules-panel {
    grid-template-rows: 180px minmax(0, 1fr);
  }

  .update-panel-lead {
    min-height: 360px;
    padding: 22px;
  }

  .update-actions a {
    grid-template-columns: 1fr;
  }

  .update-actions strong,
  .update-actions small {
    grid-column: auto;
  }

  .table-panel .data-table {
    min-width: 620px;
  }

  .featured-grid,
  .modular-grid.cols-three,
  .modular-grid.cols-four,
  .modular-grid.cols-two,
  .review-grid,
  .faq-grid,
  .spec-grid,
  .reward-mini-strip,
  .category-matrix {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 260px;
  }

  .feature-card {
    min-height: 230px;
  }

  .jackpot-scene img {
    height: 340px;
  }

  .jackpot-meter {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  .insight-panel {
    padding: 20px;
    border-radius: 14px;
  }
}
