:root {
  --deep: #161012;
  --panel: #201619;
  --panel-2: #2b1e22;
  --panel-3: #382730;
  --edge: #43313a;
  --ink: #f6eef0;
  --faint: #c3b2b8;
  --crimson: #cb2127;
  --crimson-hi: #e23a40;
  --crimson-ink: #ffffff;
  --ember-2: #e6a23c;
  --sign-bg: #201619;
  --deal-grad: linear-gradient(135deg, #cb2127 0%, #8f1418 100%);
  --btn-grad: linear-gradient(180deg, #e23a40 0%, #cb2127 100%);
  --btn-grad-hi: linear-gradient(180deg, #ec5157 0%, #d92a30 100%);
  --round: 10px;
  --hold: 1080px;
  --rail: 18px;
  --type: "Trebuchet MS", "Segoe UI", Tahoma, Verdana, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
body {
  margin: 0; max-width: 100%; overflow-x: hidden;
  font: 16px/1.6 var(--type);
  color: var(--ink); background: var(--deep);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:focus-visible, button:focus-visible, span:focus-visible, label:focus-visible {
  outline: 2px solid var(--crimson-hi); outline-offset: 2px;
}
h1, h2, h3, h4 { margin: 0 0 16px; font-weight: 700; line-height: 1.25; color: var(--ink); overflow-wrap: break-word; }
h1 { font-size: 40px; }
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: 6px; }
strong { font-weight: 700; }

table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 0 0 28px; border-radius: var(--round); overflow: hidden; }
th, td { padding: 13px 15px; border: 1px solid var(--edge); text-align: left; vertical-align: top; font-size: 15px; }
th { background: var(--panel-3); font-weight: 700; color: var(--ink); }
td { background: var(--panel); }
tr:nth-child(even) td { background: var(--panel-2); }
td:first-child { font-weight: 700; }

.holder { max-width: calc(var(--hold) + var(--rail) * 2); margin: 0 auto; padding: 0 var(--rail) 44px; }
.frame { display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1 0 auto; }
.tap { cursor: pointer; -webkit-user-select: none; user-select: none; }

@keyframes swell {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(203,33,39,0); }
  50% { transform: scale(1.04); box-shadow: 0 0 26px rgba(203,33,39,.45); }
}
.deal-btn, .join-btn, .voices__more { animation: swell 2.7s ease-in-out infinite; will-change: transform; }
.deal-btn:hover, .join-btn:hover, .voices__more:hover { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .deal-btn, .join-btn, .voices__more { animation: none; } }

.deal-btn {
  display: flex; align-items: center; justify-content: center; text-align: center;
  max-width: 340px; width: 100%; min-height: 58px; margin: 8px auto 0; padding: 12px 24px;
  border-radius: var(--round); background: var(--btn-grad); color: var(--crimson-ink);
  box-shadow: 0 6px 22px rgba(203,33,39,.32);
  font-size: 18px; font-weight: 700; text-decoration: none; transition: background .2s, transform .1s;
}
.deal-btn:hover { background: var(--btn-grad-hi); }
.deal-btn:active { transform: scale(.98); }
.deal-btn--ghost { background: transparent; border: 2px solid var(--crimson); color: var(--ink); box-shadow: none; animation: none; }
.deal-btn--ghost:hover { background: rgba(203,33,39,.14); }

.topbar { position: sticky; top: 0; z-index: 50; background: var(--panel); border-bottom: 1px solid var(--edge); }
.topbar__in { max-width: none; margin-inline: 0; padding: 0 var(--rail); height: 64px; display: flex; align-items: center; gap: 22px; }
.brandmark { margin-right: auto; }
.brandmark img { height: 44px; width: auto; }
.topbar__nav { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.topbar__nav li { margin: 0; }
.topbar__nav .tap {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px; border-radius: 7px;
  background: var(--panel-2); border: 1px solid var(--edge); color: var(--ink);
  font-size: 14px; font-weight: 700; text-decoration: none; transition: background .2s, border-color .2s;
}
.topbar__nav .tap:hover { background: var(--panel-3); border-color: var(--crimson); }
.topbar__nav svg { fill: var(--crimson-hi); flex: none; }
.topbar__acts { display: flex; gap: 10px; }
.log-btn, .join-btn {
  display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0 18px;
  border-radius: 7px; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: background .2s;
}
.log-btn { background: var(--sign-bg); color: var(--crimson-hi); border: 1px solid var(--crimson); }
.log-btn:hover { background: var(--panel-3); }
.join-btn { background: var(--btn-grad); color: var(--crimson-ink); border: 1px solid transparent; }
.join-btn:hover { background: var(--btn-grad-hi); }
.nav-flip { position: absolute; opacity: 0; pointer-events: none; }
.burg { display: none; width: 40px; height: 40px; padding: 9px; flex-direction: column; justify-content: space-between; cursor: pointer; border-radius: 7px; border: 1px solid var(--edge); background: var(--panel-2); }
.burg span { display: block; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .25s, opacity .25s; }

.crumbs { background: var(--panel); border-bottom: 1px solid var(--edge); }
.crumbs__in { max-width: calc(var(--hold) + var(--rail) * 2); margin: 0 auto; padding: 9px var(--rail); }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 13px; color: var(--faint); }
.crumbs li { display: inline-flex; align-items: center; gap: 6px; }
.crumbs li + li::before { content: "\203A"; color: var(--faint); }
.crumbs a { color: var(--faint); text-decoration: none; }
.crumbs a:hover { color: var(--crimson-hi); }
.crumbs [aria-current] { color: var(--ink); font-weight: 700; }

.opening { padding: 28px 0 36px; text-align: center; }
.opening__title { margin-bottom: 18px; color: var(--crimson-hi); }
.opening__deal { display: block; margin: 0 auto 22px; border-radius: var(--round); overflow: hidden; border: 1px solid var(--edge); }
.opening__deal img { width: 100%; height: auto; }
.opening__lead { max-width: 940px; margin: 0 auto 22px; text-align: left; font-size: 17px; color: var(--ink); }
.opening__lead p:last-child { margin-bottom: 0; }

.slab { margin: 0 0 44px; }
.slab__head {
  display: flex; align-items: center; justify-content: center; min-height: 62px; margin: 0 0 22px; padding: 12px 20px;
  border-radius: var(--round); background: var(--deal-grad); text-align: center; font-size: 24px; color: #fff;
}
.grid-table td:first-child { width: 30%; }

.block { margin: 0 0 44px; }
.block > h2 { margin-top: 6px; }
.block--mid { text-align: center; }
.block p, .block li { font-size: 17px; color: var(--ink); }
.block h3 { margin-top: 26px; color: var(--crimson-hi); }
.block table { font-size: 15px; }
.tablewrap { overflow-x: auto; margin: 0 0 24px; }

.band { margin: 0 0 40px; }
.band__pic { display: block; border-radius: var(--round); overflow: hidden; border: 1px solid var(--edge); }
.band__pic img { width: 100%; }

.perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 8px 0 24px; }
.perks__card { padding: 20px; border-radius: var(--round); background: var(--panel); border: 1px solid var(--edge); }
.perks__card h3 { margin-top: 0; }
.perks__card p { margin-bottom: 0; font-size: 15px; color: var(--faint); }

.plus-minus { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.plus-minus__box { padding: 22px; border-radius: var(--round); background: var(--panel); border: 1px solid var(--edge); }
.plus-minus__box h3 { margin-top: 0; margin-bottom: 12px; }
.plus-minus__box ul { margin: 0; padding: 0; list-style: none; }
.plus-minus__box li { position: relative; padding-left: 26px; margin-bottom: 10px; font-size: 15px; }
.plus-minus__box li::before { content: ""; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; border-radius: 50%; }
.plus-minus__box--up li::before { background: #4cc98a; }
.plus-minus__box--down li::before { background: var(--ember-2); }

.shelf { margin: 0 0 48px; }
.shelf > h2 { text-align: center; margin-bottom: 22px; }
.shelf__tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; list-style: none; margin: 0 0 22px; padding: 0; }
.shelf__tabs li { margin: 0; }
.shelf__tab {
  display: flex; align-items: center; justify-content: center; gap: 8px; height: 46px; border-radius: 7px;
  background: var(--panel); border: 1px solid var(--edge); color: var(--ink); font-size: 15px; font-weight: 700; text-decoration: none; transition: background .2s, border-color .2s;
}
.shelf__tab svg { fill: currentColor; flex: none; }
.shelf__tab:hover, .shelf__tab.on { background: var(--panel-2); border-color: var(--crimson); }
.deck { display: none; }
.deck.on { display: block; }
.title-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px 14px; }
.title-card { display: block; text-decoration: none; color: var(--ink); }
.title-card__art { display: block; position: relative; border-radius: 8px; overflow: hidden; background: var(--panel); aspect-ratio: 360 / 472; border: 1px solid var(--edge); }
.title-card__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.title-card:hover .title-card__art img { transform: scale(1.04); }
.title-card__rtp { position: absolute; top: 7px; right: 7px; padding: 3px 7px; border-radius: 5px; background: rgba(22,16,18,.86); border: 1px solid var(--crimson); color: var(--ink); font-size: 11px; font-weight: 700; }
.title-card__name { display: block; margin-top: 9px; font-size: 14px; font-weight: 700; line-height: 1.3; }
.title-card__prov { display: block; font-size: 12px; color: var(--faint); }
.title-card--brand .title-card__art { aspect-ratio: 220 / 90; background: var(--panel-2); }
.title-card--brand .title-card__art img { object-fit: contain; padding: 12px; }
.title-card--brand .title-card__name { text-align: center; }

.studio-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.studio { display: flex; align-items: center; justify-content: center; height: 74px; padding: 12px; border-radius: 8px; background: var(--panel); border: 1px solid var(--edge); transition: border-color .2s; }
.studio:hover { border-color: var(--crimson); }
.studio img { max-height: 46px; width: auto; }

.wallet-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin: 0 0 24px; }
.wallet { display: flex; align-items: center; justify-content: center; height: 62px; padding: 10px; border-radius: 8px; background: var(--panel); border: 1px solid var(--edge); transition: border-color .2s; }
.wallet:hover { border-color: var(--crimson); }
.wallet img { max-height: 38px; width: auto; }

.hand { display: flex; gap: 30px; align-items: flex-start; margin-bottom: 24px; }
.hand__text { flex: 1 1 0; min-width: 0; }
.hand__pic { flex: 0 0 44%; }
.hand__pic img { width: 100%; border-radius: var(--round); border: 1px solid var(--edge); }

.stepnums { counter-reset: step; list-style: none; padding: 0; }
.stepnums li { position: relative; padding-left: 42px; margin-bottom: 14px; }
.stepnums li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: -2px; width: 28px; height: 28px; border-radius: 50%; background: var(--deal-grad); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 14px; }

.getapp { display: flex; gap: 30px; align-items: center; padding: 26px; border-radius: var(--round); background: var(--panel); border: 1px solid var(--edge); margin: 0 0 24px; }
.getapp__pic { flex: 0 0 40%; }
.getapp__pic img { width: 100%; border-radius: 8px; }
.getapp__body { flex: 1 1 0; min-width: 0; }
.getapp__body h3 { margin-top: 0; }
.stores { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.store-btn { display: inline-flex; align-items: center; gap: 9px; height: 50px; padding: 0 16px; border-radius: 9px; background: var(--panel-2); border: 1px solid var(--edge); text-decoration: none; color: var(--ink); transition: border-color .2s; }
.store-btn:hover { border-color: var(--crimson); }
.store-btn img { width: 26px; height: 26px; }
.store-btn span { display: flex; flex-direction: column; line-height: 1.15; }
.store-btn small { font-size: 11px; color: var(--faint); }
.store-btn b { font-size: 15px; }

.voices { margin: 0 0 48px; }
.voices__bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 22px; margin-bottom: 20px; border-radius: var(--round); background: var(--panel); border: 1px solid var(--edge); }
.voices__score { display: flex; align-items: center; gap: 12px; }
.voices__score b { font-size: 30px; }
.voices__score small { color: var(--faint); font-size: 13px; }
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 18px; height: 18px; fill: var(--ember-2); }
.voices__more { display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 22px; border-radius: 7px; background: var(--btn-grad); color: var(--crimson-ink); font-weight: 700; font-size: 14px; text-decoration: none; white-space: nowrap; }
.voices__more:hover { background: var(--btn-grad-hi); }
.voices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.voice { padding: 20px; border-radius: var(--round); background: var(--panel); border: 1px solid var(--edge); }
.voice__top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.voice__pic { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--deal-grad); font-weight: 700; color: #fff; }
.voice__top b { display: block; }
.voice__top small { color: var(--faint); font-size: 12px; }
.voice p { margin: 0; font-size: 15px; color: var(--faint); }

.queries { margin: 0 0 40px; }
.queries__item { padding: 18px 22px; margin-bottom: 12px; border-radius: var(--round); background: var(--panel); border: 1px solid var(--edge); }
.queries__item h3 { font-size: 17px; margin: 0 0 8px; color: var(--ink); }
.queries__item p { margin: 0; font-size: 15px; color: var(--faint); }

.stamp { margin: 0 0 20px; }
.stamp__box { display: flex; align-items: center; gap: 14px; padding: 15px 20px; border-radius: var(--round); background: var(--panel); border: 1px solid var(--edge); font-size: 15px; color: var(--faint); }
.stamp__box svg { flex: none; fill: var(--crimson-hi); }
.stamp__box time { color: var(--ink); font-weight: 700; }

.base { background: var(--panel); border-top: 1px solid var(--edge); }
.base__top { max-width: calc(var(--hold) + var(--rail) * 2); margin: 0 auto; padding: 38px var(--rail); display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.base__brand { flex: 1 1 300px; min-width: 0; }
.base__brand img { height: 50px; width: auto; margin-bottom: 16px; }
.base__brand p { font-size: 14px; color: var(--faint); }
.base__social { margin-top: 14px; }
.base__social-h { font-size: 13px; font-weight: 700; color: var(--ember-2); margin-bottom: 10px; }
.base__social ul { display: flex; gap: 10px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.base__social .tap { display: inline-flex; }
.base__social img { width: 34px; height: 34px; }
.base__cols { display: flex; gap: 54px; flex-wrap: wrap; }
.base__col-h { font-size: 13px; font-weight: 700; color: var(--ember-2); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 12px; }
.base__nav { list-style: none; margin: 0; padding: 0; }
.base__nav li { margin-bottom: 8px; }
.base__nav .tap { font-size: 14px; text-decoration: none; color: var(--ink); }
.base__nav .tap:hover { color: var(--crimson-hi); }
.getapp-mini { display: flex; flex-direction: column; gap: 8px; }
.getapp-mini .store-btn { height: 44px; }

.base__pay { max-width: calc(var(--hold) + var(--rail) * 2); margin: 0 auto; padding: 22px var(--rail); border-top: 1px solid var(--edge); }
.base__pay ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; list-style: none; margin: 0; padding: 0; }
.base__pay img { height: 30px; width: auto; opacity: .92; }
.base__pay li:hover img { opacity: 1; }

.base__seals { max-width: calc(var(--hold) + var(--rail) * 2); margin: 0 auto; padding: 22px var(--rail); border-top: 1px solid var(--edge); }
.base__seals ul { display: grid; grid-template-columns: repeat(10, 1fr); gap: 14px; align-items: center; justify-items: center; list-style: none; margin: 0; padding: 0; }
.base__seals li { display: flex; align-items: center; justify-content: center; height: 50px; }
.base__seals img { max-height: 40px; width: auto; }
.base__seals a { display: inline-flex; }

.base__legal { max-width: calc(var(--hold) + var(--rail) * 2); margin: 0 auto; padding: 22px var(--rail); border-top: 1px solid var(--edge); font-size: 12px; line-height: 1.65; color: var(--faint); }
.base__legal p { margin: 0 0 8px; }
.base__legal strong { color: var(--ink); }

.slab, .block, .shelf, .band, .voices, .queries, .base { content-visibility: auto; contain-intrinsic-size: auto 600px; }

@media (max-width: 1100px) {
  .studio-row { grid-template-columns: repeat(4, 1fr); }
  .title-row { grid-template-columns: repeat(4, 1fr); }
  .wallet-row { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1000px) {
  .topbar__in { gap: 12px; }
  .burg { display: flex; order: 3; }
  .topbar__acts { order: 2; margin-left: auto; }
  .brandmark { margin-right: 0; }
  .topbar__nav-wrap { display: none; position: absolute; left: 0; right: 0; top: 64px; padding: 12px var(--rail) 18px; background: var(--panel); border-bottom: 1px solid var(--edge); }
  .nav-flip:checked ~ .topbar__nav-wrap { display: block; }
  .nav-flip:checked ~ .burg span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .nav-flip:checked ~ .burg span:nth-child(2) { opacity: 0; }
  .nav-flip:checked ~ .burg span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
  .topbar__nav { flex-direction: column; gap: 6px; }
  .topbar__nav .tap { width: 100%; }
  .perks { grid-template-columns: 1fr; }
  .voices__grid { grid-template-columns: repeat(2, 1fr); }
  .title-row { grid-template-columns: repeat(4, 1fr); }
  .studio-row { grid-template-columns: repeat(4, 1fr); }
  .hand, .getapp { flex-direction: column; }
  .hand__pic, .getapp__pic { flex-basis: auto; width: 100%; max-width: 520px; }
  .base__seals ul { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 768px) {
  h1 { font-size: 29px; } h2 { font-size: 23px; } h3 { font-size: 18px; }
  .block p, .block li, .opening__lead { font-size: 16px; }
  th, td { padding: 10px 9px; font-size: 13px; }
  .slab__head { font-size: 18px; min-height: 54px; }
  .shelf__tabs { grid-template-columns: repeat(2, 1fr); }
  .shelf__tab { height: 42px; font-size: 14px; }
  .title-row { grid-template-columns: repeat(3, 1fr); }
  .studio-row { grid-template-columns: repeat(3, 1fr); }
  .wallet-row { grid-template-columns: repeat(3, 1fr); }
  .plus-minus { grid-template-columns: 1fr; }
  .voices__grid { grid-template-columns: 1fr; }
  .voices__bar { flex-direction: column; align-items: flex-start; }
  .voices__more { width: 100%; }
  .base__top { flex-direction: column; gap: 28px; }
  .base__seals ul { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 560px) {
  :root { --rail: 14px; }
  .title-row { grid-template-columns: repeat(2, 1fr); }
  .studio-row { grid-template-columns: repeat(2, 1fr); }
  .wallet-row { grid-template-columns: repeat(2, 1fr); }
  .base__seals ul { grid-template-columns: repeat(3, 1fr); }
  .deal-btn { min-height: 52px; font-size: 16px; }
}
@media (max-width: 380px) {
  .topbar__acts { gap: 6px; }
  .log-btn, .join-btn { height: 36px; padding: 0 10px; font-size: 13px; }
  .brandmark img { height: 34px; }
}
