:root {
  --base: #101014;
  --card: #1a1a21;
  --card-2: #23232c;
  --card-3: #2e2e38;
  --rule: #383842;
  --rule-2: #575766;
  --cream: #f6f1e4;
  --fade: #b3ad9e;
  --gold: #f5c518;
  --gold-2: #ffd84d;
  --gold-ink: #221a00;
  --ember: #ef8a1b;
  --ember-2: #ffa740;
  --pine: #1f4d33;
  --good: #46c98a;
  --bad: #e0655f;
  --round: 10px;
  --wrap: 1080px;
  --pad: 20px;
  --face: "Segoe UI", Roboto, system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
body { margin: 0; font: 16px/1.6 var(--face); color: var(--cream); background: var(--base); -webkit-font-smoothing: antialiased; overflow-x: hidden; max-width: 100%; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:focus-visible, span[role="link"]:focus-visible, label:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
h1, h2, h3, h4 { margin: 0 0 16px; font-weight: 800; line-height: 1.24; color: var(--cream); overflow-wrap: break-word; }
h1 { font-size: 40px; letter-spacing: -.01em; }
h2 { font-size: 29px; }
h3 { font-size: 21px; }
h4 { font-size: 17px; }
p { margin: 0 0 16px; overflow-wrap: break-word; }
ul, ol { margin: 0 0 16px; padding-left: 22px; }
li { margin-bottom: 7px; }
strong { font-weight: 700; }

.tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 0 30px; border-radius: var(--round); }
table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border-radius: var(--round); }
th, td { padding: 13px 15px; border: 1px solid var(--rule); text-align: left; vertical-align: middle; font-size: 15px; }
th { background: var(--card-3); font-weight: 700; color: var(--cream); }
td { background: var(--card); }
tr:nth-child(even) td { background: var(--card-2); }
td:first-child { font-weight: 700; }

.page { display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1 0 auto; }
.shell { max-width: calc(var(--wrap) + var(--pad) * 2); margin: 0 auto; padding: 0 var(--pad) 44px; }
.jump { cursor: pointer; -webkit-user-select: none; user-select: none; }
[data-go], [role="link"], [role="tab"], .cta, .cta--ghost, .btn-in, .btn-up, .showcase__tab, .store-btn, .feedback__btn { cursor: pointer; }

@keyframes breathe {
  0%, 100% { transform: scale(1); box-shadow: 0 6px 20px rgba(239, 138, 27, .28); }
  50% { transform: scale(1.04); box-shadow: 0 0 26px rgba(239, 138, 27, .5); }
}
.cta--pulse { animation: breathe 2.7s ease-in-out infinite; will-change: transform; }
.cta--pulse:hover { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .cta--pulse { animation: none; } }

.cta {
  display: flex; align-items: center; justify-content: center; text-align: center;
  max-width: 340px; width: 100%; min-height: 58px; margin: 6px auto 0; padding: 12px 26px;
  border-radius: var(--round); background: linear-gradient(180deg, var(--ember-2) 0%, var(--ember) 100%);
  color: #22160a; font-size: 18px; font-weight: 800; text-decoration: none; transition: filter .2s, transform .1s;
}
.cta:hover { filter: brightness(1.08); }
.cta:active { transform: scale(.98); }
.cta--ghost { background: transparent; border: 2px solid var(--gold); color: var(--cream); }
.cta--ghost:hover { background: rgba(245, 197, 24, .14); filter: none; }

.masthead { position: sticky; top: 0; z-index: 60; background: var(--card); border-bottom: 1px solid var(--rule); }
.masthead__row { max-width: calc(var(--wrap) + var(--pad) * 2); margin-inline: auto; padding: 0 var(--pad); height: 66px; display: flex; align-items: center; gap: 22px; }
.wordmark { margin-right: auto; }
.wordmark img { height: 42px; width: auto; }
.navtog { position: absolute; opacity: 0; pointer-events: none; }
.hamb { display: none; width: 42px; height: 42px; padding: 9px; flex-direction: column; justify-content: space-between; cursor: pointer; border-radius: 8px; }
.hamb span { display: block; height: 3px; border-radius: 2px; background: var(--cream); transition: transform .25s, opacity .25s; }
.mainmenu__list { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.mainmenu__list li { margin: 0; }
.mainmenu__list .jump { display: flex; align-items: center; gap: 7px; padding: 8px 13px; border-radius: 8px; font-size: 14px; font-weight: 700; text-decoration: none; color: var(--cream); background: var(--card-2); border: 1px solid var(--rule); }
.mainmenu__list .jump:hover { background: var(--card-3); border-color: var(--rule-2); }
.mainmenu__list .jump svg { width: 17px; height: 17px; fill: var(--gold); flex: none; }
.mainmenu__cta { display: none; }
.masthead__cta { display: flex; gap: 9px; margin-left: 4px; }
.btn-in, .btn-up { display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0 17px; border-radius: 8px; font-size: 14px; font-weight: 800; text-decoration: none; white-space: nowrap; transition: filter .2s, background .2s; }
.btn-in { background: var(--card-2); color: var(--gold); border: 1px solid var(--gold); }
.btn-in:hover { background: var(--card-3); }
.btn-up { background: linear-gradient(180deg, var(--gold-2) 0%, var(--gold) 100%); color: var(--gold-ink); }
.btn-up:hover { filter: brightness(1.07); }

.intro { padding: 30px 0 22px; text-align: center; }
.intro__h { margin-bottom: 18px; }
.intro__hero { display: block; margin: 0 auto 22px; border-radius: var(--round); overflow: hidden; }
.intro__hero img { width: 100%; height: auto; }
.intro__lead { max-width: 100%; margin: 0 auto; text-align: left; font-size: 17px; }
.intro__lead p:last-child { margin-bottom: 20px; }

.figband { margin: 6px 0 40px; }
.figband .jump { display: block; }
.figband img { width: 100%; border-radius: var(--round); }

.brief { margin: 0 0 44px; }
.brief__h { display: flex; align-items: center; justify-content: center; min-height: 62px; margin: 0 0 22px; padding: 12px 22px; border-radius: var(--round); background: linear-gradient(135deg, var(--gold-2) 0%, var(--gold) 60%, var(--ember) 130%); text-align: center; font-size: 25px; color: var(--gold-ink); }
.brief td { font-weight: 700; }
.brief td:first-child { width: 30%; color: var(--fade); }

.slab, .showcase, .appblock, .feedback, .faqs, .sitefoot, .ticker { content-visibility: auto; contain-intrinsic-size: auto 620px; }
.slab { margin: 0 0 44px; padding: 26px 28px; border-radius: var(--round); background: var(--card); border: 1px solid var(--rule); }
.slab > h2:first-child, .slab > h3:first-child { margin-top: 0; }
.slab h3 { margin-top: 26px; }
.slab h4 { margin-top: 18px; color: var(--gold); }
.slab--text p, .slab--text li { font-size: 16px; }
.slab__h-center { text-align: center; }

.weigh__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.weigh__col { padding: 22px; border-radius: var(--round); background: var(--card-2); border: 1px solid var(--rule); }
.weigh__col h3 { margin: 0 0 12px; }
.weigh__col ul { margin: 0; padding: 0; list-style: none; }
.weigh__col li { position: relative; padding-left: 26px; margin-bottom: 10px; }
.weigh__col li::before { content: ""; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; border-radius: 50%; }
.weigh__col--up li::before { background: var(--good); }
.weigh__col--down li::before { background: var(--fade); }

.showcase { margin: 0 0 48px; }
.showcase > h2 { text-align: center; margin-bottom: 22px; }
.showcase__tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; list-style: none; margin: 0 0 22px; padding: 0; }
.showcase__tabs li { margin: 0; }
.showcase__tab { display: flex; align-items: center; justify-content: center; gap: 8px; height: 48px; border-radius: 8px; background: var(--card); border: 1px solid var(--rule); color: var(--cream); font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .2s, border-color .2s; }
.showcase__tab svg { fill: currentColor; flex: none; }
.showcase__tab:hover, .showcase__tab.active { background: var(--card-2); border-color: var(--gold); color: var(--gold); }
.panel { display: none; }
.panel.active { display: block; }
.showcase__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px 14px; }
.tile { display: block; text-decoration: none; color: var(--cream); min-width: 0; }
.tile__art { display: block; position: relative; border-radius: 8px; overflow: hidden; background: var(--card-2); aspect-ratio: 360 / 472; border: 1px solid var(--rule); }
.tile__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.tile:hover .tile__art img { transform: scale(1.05); }
.tile__name { display: block; margin-top: 9px; font-size: 14px; font-weight: 700; line-height: 1.3; }
.tile small { display: block; font-size: 12px; color: var(--fade); }
.tile--logo .showcase__grid, .studiorow { display: grid; }
.tile--logo .tile__art { aspect-ratio: 220 / 120; background: #f3f2ef; display: flex; align-items: center; justify-content: center; padding: 16px; }
.tile--logo .tile__art img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.tile--logo .tile__name { text-align: center; }

.studiorow { grid-template-columns: repeat(5, 1fr); gap: 14px; }

.ticker { margin: 0 0 44px; padding: 22px 24px; border-radius: var(--round); background: var(--card); border: 1px solid var(--rule); }
.ticker > h2 { text-align: center; margin-bottom: 8px; }
.ticker__lead { text-align: center; color: var(--fade); margin-bottom: 18px; }
.ticker__row { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ticker__item { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-radius: 8px; background: var(--card-2); border: 1px solid var(--rule); transition: background .3s, border-color .3s; }
.ticker__item--fresh { background: var(--card-3); border-color: var(--gold); }
.ticker__coin { flex: none; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(180deg, var(--gold-2), var(--gold)); color: var(--gold-ink); display: flex; align-items: center; justify-content: center; font-weight: 800; }
.ticker__who { font-weight: 700; }
.ticker__game { color: var(--fade); font-size: 14px; }
.ticker__mid { flex: 1 1 auto; min-width: 0; }
.ticker__sum { font-weight: 800; color: var(--gold); white-space: nowrap; }
.ticker__ago { display: block; font-size: 12px; color: var(--fade); text-align: right; }

.appblock { margin: 0 0 44px; }
.appblock__inner { display: flex; gap: 30px; align-items: center; padding: 26px 28px; border-radius: var(--round); background: var(--card); border: 1px solid var(--rule); }
.appblock__left { flex: 0 0 300px; min-width: 0; }
.appblock__left img { width: 100%; border-radius: 8px; }
.appblock__right { flex: 1 1 0; min-width: 0; }
.appblock__specs { display: flex; flex-wrap: wrap; gap: 10px 0; list-style: none; margin: 4px 0 20px; padding: 0; }
.appblock__specs li { flex: 1 1 33%; padding: 0 14px; text-align: center; border-right: 1px solid var(--rule); }
.appblock__specs li:last-child { border-right: 0; }
.appblock__specs b { display: block; font-size: 19px; font-weight: 800; }
.appblock__specs small { display: block; font-size: 12px; color: var(--fade); }
.appblock__stores { display: flex; flex-wrap: wrap; gap: 12px; }
.store-btn { display: inline-flex; align-items: center; gap: 10px; height: 50px; padding: 0 18px; border-radius: 9px; background: var(--card-3); border: 1px solid var(--rule-2); text-decoration: none; color: var(--cream); transition: border-color .2s; }
.store-btn:hover { border-color: var(--gold); }
.store-btn svg { width: 24px; height: 24px; fill: var(--cream); flex: none; }
.store-btn span { display: flex; flex-direction: column; line-height: 1.15; }
.store-btn small { font-size: 11px; color: var(--fade); }
.store-btn b { font-size: 15px; font-weight: 700; }

.feedback { margin: 0 0 48px; }
.feedback__bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; margin-bottom: 20px; border-radius: var(--round); background: var(--card); border: 1px solid var(--rule); }
.feedback__bar-label { font-size: 13px; color: var(--fade); margin-bottom: 4px; }
.feedback__score { display: flex; align-items: center; gap: 10px; }
.feedback__score > span { font-size: 26px; font-weight: 800; }
.feedback__score small { color: var(--fade); font-size: 13px; }
.rating { display: inline-flex; gap: 2px; }
.rating svg { width: 18px; height: 18px; fill: var(--gold); }
.feedback__btn { display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 22px; border-radius: 8px; background: linear-gradient(180deg, var(--ember-2) 0%, var(--ember) 100%); color: #22160a; font-weight: 800; font-size: 14px; text-decoration: none; white-space: nowrap; }
.feedback__btn:hover { filter: brightness(1.08); }
.feedback__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feedback__card { padding: 20px; border-radius: var(--round); background: var(--card); border: 1px solid var(--rule); }
.feedback__card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.feedback__ava { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(180deg, var(--gold-2), var(--gold)); font-weight: 800; color: var(--gold-ink); }
.feedback__card-top b { display: block; }
.feedback__card-top small { color: var(--fade); font-size: 12px; }
.feedback__card .rating { margin-bottom: 8px; }
.feedback__card p { margin: 0; font-size: 15px; }

.faqs { margin: 0 0 40px; }
.faqs > h2 { text-align: center; margin-bottom: 22px; }
.faqs__item { padding: 18px 22px; margin-bottom: 12px; border-radius: var(--round); background: var(--card); border: 1px solid var(--rule); }
.faqs__item h3 { font-size: 18px; margin: 0 0 8px; }
.faqs__item p { margin: 0; font-size: 15px; }

.datemark { margin: 0 0 20px; }
.datemark__box { display: flex; align-items: center; gap: 12px; padding: 15px 20px; border-radius: var(--round); background: var(--card); border: 1px solid var(--rule); font-size: 15px; color: var(--fade); }
.datemark__box svg { width: 22px; height: 22px; fill: var(--gold); flex: none; }
.datemark__box time { color: var(--cream); font-weight: 700; }

.sitefoot { background: var(--card); border-top: 1px solid var(--rule); }
.sitefoot__row { max-width: calc(var(--wrap) + var(--pad) * 2); margin: 0 auto; padding: 40px var(--pad) 26px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.sitefoot__brand img { height: 50px; width: auto; margin-bottom: 16px; }
.sitefoot__blurb { font-size: 14px; color: var(--fade); margin-bottom: 18px; }
.social { display: flex; flex-wrap: wrap; gap: 10px; }
.social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; background: var(--card-2); border: 1px solid var(--rule); transition: border-color .2s, background .2s; }
.social a:hover { border-color: var(--gold); background: var(--card-3); }
.social svg { width: 19px; height: 19px; fill: var(--cream); }
.footcol__h { font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--fade); margin: 0 0 14px; }
.footcol__list { list-style: none; margin: 0; padding: 0; }
.footcol__list li { margin-bottom: 9px; }
.footcol__list .jump { font-size: 14px; text-decoration: none; color: var(--cream); }
.footcol__list .jump:hover { color: var(--gold); }

.appstrip { max-width: calc(var(--wrap) + var(--pad) * 2); margin: 0 auto; padding: 0 var(--pad) 8px; }
.appstrip__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; border-radius: var(--round); background: var(--card-2); border: 1px solid var(--rule); }
.appstrip__text b { display: block; font-size: 16px; }
.appstrip__text small { color: var(--fade); font-size: 13px; }
.appstrip .appblock__stores { flex: 0 0 auto; }

.payrow { max-width: calc(var(--wrap) + var(--pad) * 2); margin: 0 auto; padding: 20px var(--pad); border-top: 1px solid var(--rule); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; }
.payrow img { height: 26px; width: auto; background: #f3f2ef; border-radius: 6px; padding: 7px 12px; box-sizing: content-box; }

.sealrow { max-width: calc(var(--wrap) + var(--pad) * 2); margin: 0 auto; padding: 20px var(--pad); border-top: 1px solid var(--rule); display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; align-items: center; justify-items: center; }
.sealrow a, .sealrow .badge18, .sealrow .wordseal { display: inline-flex; align-items: center; justify-content: center; }
.sealrow img { height: 42px; width: auto; opacity: .9; }
.sealrow a:hover img { opacity: 1; }
.badge18 { width: 44px; height: 44px; border-radius: 50%; border: 3px solid var(--bad); color: var(--bad); font-weight: 800; font-size: 14px; }
.wordseal { height: 42px; padding: 0 14px; border-radius: 8px; border: 1px solid var(--rule-2); color: var(--cream); font-weight: 800; font-size: 13px; letter-spacing: .02em; text-decoration: none; background: var(--card-2); }
.wordseal:hover { border-color: var(--gold); }

.sitefoot__legal { border-top: 1px solid var(--rule); }
.legal { max-width: calc(var(--wrap) + var(--pad) * 2); margin: 0 auto; padding: 22px var(--pad); font-size: 12px; line-height: 1.7; color: var(--fade); }
.legal p { margin: 0 0 9px; }

.totop { position: fixed; right: 20px; bottom: 20px; width: 46px; height: 46px; border-radius: 50%; background: var(--gold); color: var(--gold-ink); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .25s; z-index: 70; }
.totop.show { opacity: 1; pointer-events: auto; }
.totop svg { width: 22px; height: 22px; fill: currentColor; }

@media (max-width: 1100px) {
  .showcase__grid { grid-template-columns: repeat(5, 1fr); }
  .studiorow { grid-template-columns: repeat(5, 1fr); }
  .payrow { grid-template-columns: repeat(6, 1fr); }
}
@media (max-width: 1000px) {
  .mainmenu { display: none; position: absolute; left: 0; right: 0; top: 66px; padding: 12px var(--pad) 18px; background: var(--card); border-bottom: 1px solid var(--rule); }
  .navtog:checked ~ .mainmenu { display: block; }
  .hamb { display: flex; order: 3; }
  .masthead__cta { order: 2; margin-left: auto; }
  .wordmark { margin-right: 0; }
  .navtog:checked ~ .hamb span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .navtog:checked ~ .hamb span:nth-child(2) { opacity: 0; }
  .navtog:checked ~ .hamb span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
  .mainmenu__list { flex-direction: column; gap: 8px; }
  .mainmenu__list .jump { justify-content: flex-start; }
  .showcase__grid { grid-template-columns: repeat(4, 1fr); }
  .studiorow { grid-template-columns: repeat(4, 1fr); }
  .sitefoot__row { grid-template-columns: 1fr 1fr; }
  .appblock__inner { flex-direction: column; align-items: stretch; }
  .appblock__left { flex-basis: auto; max-width: 360px; margin: 0 auto; }
}
@media (max-width: 768px) {
  h1 { font-size: 30px; }
  h2 { font-size: 24px; }
  h3 { font-size: 19px; }
  .shell { padding-inline: 16px; }
  .masthead__row { padding-inline: 16px; }
  .slab { padding: 20px 18px; }
  .slab--text p, .slab--text li, .intro__lead { font-size: 16px; }
  th, td { padding: 10px 10px; font-size: 13px; }
  .showcase__tabs { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .showcase__grid { grid-template-columns: repeat(3, 1fr); gap: 14px 10px; }
  .studiorow { grid-template-columns: repeat(3, 1fr); }
  .weigh__grid { grid-template-columns: 1fr; }
  .feedback__grid { grid-template-columns: 1fr; }
  .feedback__bar { flex-direction: column; align-items: flex-start; }
  .feedback__btn { width: 100%; }
  .appblock__specs li { flex-basis: 50%; border-right: 0; margin-bottom: 8px; }
  .brief__h { font-size: 19px; }
  .payrow { grid-template-columns: repeat(4, 1fr); }
  .sealrow { grid-template-columns: repeat(3, 1fr); }
  .appstrip__inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .shell { padding-inline: 14px; }
  .masthead__row { padding-inline: 14px; gap: 12px; }
  .showcase__grid { grid-template-columns: repeat(2, 1fr); }
  .studiorow { grid-template-columns: repeat(2, 1fr); }
  .ticker__item { flex-wrap: wrap; }
  .btn-in, .btn-up { height: 38px; padding: 0 12px; font-size: 13px; }
  .wordmark img { height: 34px; }
}
@media (max-width: 400px) {
  .shell { padding-inline: 12px; }
  .payrow { grid-template-columns: repeat(3, 1fr); }
  .sealrow { grid-template-columns: repeat(2, 1fr); }
  .masthead__cta { gap: 6px; }
}
