:root {
  --surface-base: #25221e;
  --surface-page: #0d0a05;   
  --surface-tile: #15110c;   
  --surface-dark: #0d0a05;
  --surface-green: #031c06;
  --surface-green-hover: #042a0a;
  --surface-card: #0a0704;
  --surface-card-hover: #13100c;
  --surface-seo: #000805;
  --border-subtle: rgba(255, 255, 255, 0.1);
  --border-muted: rgba(255, 255, 255, 0.15);
  --radius-card: 8px;
  --radius-panel: 12px;
  --radius-button: 8px;
  --radius-pill: 999px;
  --accent-green: #0c6014;
  --accent-green-hover: #0e7519;
  --accent-green-edge: #084a10;
  --accent-emerald: #34d399;
  --surface-page-rgb: 13, 10, 5;
  --surface-base-rgb: 37, 34, 30;
  --surface-green-rgb: 3, 28, 6;
  --accent-emerald-rgb: 52, 211, 153;
  --accent-green-rgb: 12, 96, 20;
  --grad-1-rgb: 8, 52, 24;
  --grad-2-rgb: 12, 68, 42;
  --grad-3-rgb: 18, 82, 52;
  --page-max: 1280px;
  --font-inter: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --font-display: Unbounded, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, sans-serif;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("assets/fonts/unbounded-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  overflow-x: clip;
  max-width: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--surface-page);
  color: #fff;
  font-family: var(--font-inter);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
p,
figure,
ul,
ol {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: #fff;
  color: var(--surface-dark);
  padding: 10px 16px;
  border-radius: var(--radius-button);
  font-weight: 600;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
}
.container-x {
  margin-inline: auto;
  width: 100%;
  min-width: 0;
  max-width: var(--page-max);
  padding-inline: 16px;
}
.section {
  width: 100%;
  min-width: 0;
  padding-block: 32px;
  background: var(--surface-page);
}
.section--dark,
.section--green,
.section--seo {
  background: var(--surface-page);
}
.section--compact {
  padding-block: 16px;
}
.section--spacious {
  padding-block: 32px;
}
.stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  min-width: 0;
}
.stack--sm {
  gap: 12px;
}
.stack--md {
  gap: 16px;
}
.stack--lg {
  gap: 32px;
}
.type-h1 {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.type-h2 {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
}
.type-h2-feature {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
}
.type-h2-content {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
}
.type-h3 {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
}
.type-eyebrow {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.type-body {
  color: rgba(255, 255, 255, 0.7);
}
.type-body-lg {
  color: rgba(255, 255, 255, 0.7);
}
.type-caption {
  color: rgba(255, 255, 255, 0.6);
}
.type-stat {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.type-chip {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
}
.type-nav-brand {
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
}
.type-nav-link {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.15s;
}
.type-nav-link:hover {
  color: #fff;
}
.type-section-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9375rem;
  font-weight: 500;
  flex-shrink: 0;
  transition: color 0.15s;
}
.type-section-link:hover {
  color: #fff;
}
.type-card-link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.15s;
}
.type-card-link:hover {
  color: #fff;
}
.type-footer-heading {
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 0.75rem;
}
.type-footer-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  transition: color 0.15s;
}
.type-footer-link:hover {
  color: #fff;
}
.type-footer-legal {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  line-height: 1.6;
}
.prose p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.7;
}
.prose p + p {
  margin-top: 14px;
}
.prose h3 {
  margin-top: 26px;
  margin-bottom: 8px;
}
.prose > :first-child {
  margin-top: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-inter);
  font-weight: 500;
  line-height: 1;
  user-select: none;
  border-radius: var(--radius-button);
  min-height: 44px;
  padding-inline: 20px;
  font-size: 0.9375rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s,
    transform 0.15s;
}
.btn:active {
  transform: translateY(1px);
  box-shadow: none;
}
.btn--primary {
  background: #feffFE;
  color: var(--surface-dark);
  border-color: #cbcccb;
  box-shadow: 0 2px 0 0 #cbcccb;
}
.btn--primary:hover {
  background: #fff;
}
.btn--secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.4);
}
.btn--green {
  background: var(--accent-green);
  color: #fff;
  border-color: var(--accent-green-edge);
  box-shadow: 0 2px 0 0 var(--accent-green-edge);
}
.btn--green:hover {
  background: var(--accent-green-hover);
}
.btn--sm {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 0.875rem;
}
.btn--block {
  width: 100%;
}
.btn-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.card {
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  transition: border-color 0.15s, background-color 0.15s;
}
a.card:hover {
  background: var(--surface-card-hover);
}
.card--pad {
  padding: 16px;
}
.panel {
  border-radius: var(--radius-panel);
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: var(--radius-pill);
  background: var(--surface-tile);
  padding: 8px 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  transition: border-color 0.15s, background-color 0.15s, color 0.15s;
}
a.chip:hover {
  background: var(--surface-card-hover);
  color: #fff;
}
.chip--emerald {
  border-color: rgba(var(--accent-emerald-rgb), 0.25);
  background: rgba(var(--accent-green-rgb), 0.18);
  color: rgba(var(--accent-emerald-rgb), 0.9);
}
.pill {
  display: inline-block;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.section-head--center {
  align-items: center;
  text-align: center;
  max-width: 48rem;
  margin-inline: auto;
}
.grid {
  display: grid;
  gap: 12px;
  width: 100%;
}
.grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid--1,
.grid--3 {
  grid-template-columns: minmax(0, 1fr);
}
.grid--4,
.grid--5 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid--auto {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.scroll-row {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.scroll-row::-webkit-scrollbar {
  display: none;
}
.scroll-row__inner {
  display: flex;
  width: max-content;
  max-width: none;
  gap: 8px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background: var(--surface-page);
}
.site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-block: 12px;
}
.site-header__nav {
  display: none;
  align-items: center;
  gap: 20px;
}
.site-header__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
}
.nav-toggle {
  list-style: none;
  cursor: pointer;
  padding: 8px;
  color: #fff;
  display: flex;
  align-items: center;
}
.nav-toggle::-webkit-details-marker {
  display: none;
}
.nav-drawer[open] .nav-drawer__panel {
  display: flex;
}
.nav-drawer__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding-block: 16px 20px;
  background: var(--surface-dark);
  border-bottom: 1px solid var(--border-subtle);
  box-shadow: 0 16px 40px -20px rgba(0, 0, 0, 0.9);
}
.hero {
  width: 100%;
  background: var(--surface-page);
  padding-block: 20px 28px;
}
.hero__panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-panel);
  padding: 28px 20px;
  background-color: var(--surface-green);
  background-image: linear-gradient(
      rgba(var(--surface-green-rgb), 0.75),
      rgba(var(--surface-page-rgb), 0.85)
    ),
    linear-gradient(135deg, var(--surface-green) 0%, var(--surface-base) 50%, var(--surface-page) 100%);
}
.hero__panel--art {
  background-image: linear-gradient(rgba(var(--surface-green-rgb), 0.8), rgba(var(--surface-page-rgb), 0.9)),
    var(--hero-art, none),
    linear-gradient(135deg, var(--surface-green) 0%, var(--surface-base) 50%, var(--surface-page) 100%);
  background-size: cover, cover, cover;
  background-position: center;
}
.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 44rem;
}
.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  width: 100%;
}
.promo__main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 200px;
  overflow: hidden;
  border-radius: var(--radius-panel);
  padding: 20px 16px;
  background: linear-gradient(
    135deg,
    rgba(var(--surface-green-rgb), 0.95) 0%,
    rgba(var(--surface-page-rgb), 0.9) 45%,
    rgba(var(--surface-base-rgb), 0.85) 100%
  );
}
.promo__main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 70% 110% at 88% 50%,
    rgba(var(--accent-emerald-rgb), 0.22) 0%,
    transparent 58%
  );
}
.promo__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 32rem;
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  padding: 20px 24px;
}
.stat__label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat__desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}
.tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 88px;
  padding: 16px 12px;
  text-align: center;
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  transition: border-color 0.15s, background-color 0.15s;
}
a.tile {
  text-decoration: none;
}
a.tile:hover {
  background: var(--surface-card-hover);
}
.tile__name {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
}
.tile__meta {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
}
.link-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 8px;
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  padding: 16px;
  transition: border-color 0.15s, background-color 0.15s;
}
a.link-card:hover {
  background: var(--surface-card-hover);
}
.link-card__cta {
  margin-top: auto;
}
.steps {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps > .step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: block;
}
.step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  padding: 20px 16px;
}
.steps > .step::before {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(var(--accent-emerald-rgb), 0.55);
  font-variant-numeric: tabular-nums;
}
.review {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: var(--radius-card);
  background: var(--surface-card);
  padding: 20px 16px;
}
.review__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.review__author {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 0.875rem;
}
.review__rating {
  color: #facc15;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}
.payments-band {
  border-radius: var(--radius-panel);
  border: 1px solid rgba(var(--accent-green-rgb), 0.28);
  background: var(--surface-green);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.payments-band__title {
  color: rgba(var(--accent-emerald-rgb), 0.95);
  font-size: 0.875rem;
  font-weight: 600;
}
.method {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 12px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.license {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: var(--radius-panel);
  background: var(--surface-tile);
  padding: 20px 16px;
}
.license__grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 8px;
  align-items: baseline;
}
.license__key {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.license__val {
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feature-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.5;
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-emerald);
  opacity: 0.8;
}
.faq {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq__item {
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  overflow: hidden;
}
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 20px;
  text-align: left;
  cursor: pointer;
  list-style: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.faq__q::-webkit-details-marker {
  display: none;
}
.faq__q::after {
  content: "+";
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  line-height: 1;
  flex-shrink: 0;
}
.faq__item[open] .faq__q::after {
  content: "\2212";
}
.faq__a {
  padding: 0 20px 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1.6;
}
.seo {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 56rem;
  margin-inline: auto;
}
.internal-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  padding: 20px 16px;
}
.internal-links__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  text-align: center;
  max-width: 42rem;
  margin-inline: auto;
}
.site-footer {
  width: 100%;
  background: var(--surface-dark);
  padding-block: 40px;
}
.site-footer__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
}
.site-footer__legal {
  max-width: 42rem;
}
.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  font-size: 0.75rem;
}
.responsible {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.responsible__links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin-top: 6px;
}
@media (min-width: 640px) {
  .container-x {
    padding-inline: 24px;
  }
  .section {
    padding-block: 40px;
  }
  .section--compact {
    padding-block: 20px;
  }
  .section--spacious {
    padding-block: 40px;
  }
  .section--seo {
    padding-block: 48px;
  }
  .stack {
    gap: 32px;
  }
  .stack--sm {
    gap: 16px;
  }
  .stack--md {
    gap: 20px;
  }
  .stack--lg {
    gap: 40px;
  }
  .type-nav-brand {
    font-size: 1.25rem;
  }
  .type-footer-heading {
    font-size: 0.875rem;
  }
  .type-footer-link {
    font-size: 0.9375rem;
  }
  .btn {
    padding-inline: 24px;
    font-size: 1rem;
  }
  .btn--sm {
    padding-inline: 20px;
    font-size: 0.875rem;
  }
  .btn--block {
    width: auto;
  }
  .btn-row {
    flex-direction: row;
    align-items: center;
    width: auto;
  }
  .grid {
    gap: 16px;
  }
  .grid--3,
  .grid--4,
  .grid--5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .scroll-row__inner {
    gap: 12px;
  }
  .card--pad,
  .step,
  .review,
  .license,
  .internal-links,
  .payments-band {
    padding: 24px;
  }
  .link-card {
    padding: 24px;
  }
  .section-head--stacked {
    align-items: flex-end;
  }
  .hero {
    padding-block: 28px 36px;
  }
  .hero__panel {
    padding: 36px 28px;
  }
  .promo {
    gap: 16px;
  }
  .promo__main {
    min-height: 220px;
    padding: 24px;
  }
  .site-footer {
    padding-block: 48px;
  }
  .site-footer__cols {
    gap: 32px;
  }
  .site-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
  }
  .faq__q {
    padding: 20px;
    font-size: 1rem;
  }
  .faq__a {
    padding: 0 20px 20px;
  }
  .site-header__bar {
    padding-block: 16px;
  }
}
@media (min-width: 768px) {
  .container-x {
    padding-inline: 40px;
  }
  .section {
    padding-block: 56px;
  }
  .section--compact {
    padding-block: 24px;
  }
  .section--spacious {
    padding-block: 48px;
  }
  .section--seo {
    padding-block: 64px;
  }
  .stack--lg {
    gap: 48px;
  }
  .grid--4,
  .grid--5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid {
    gap: 20px;
  }
  .site-header__nav {
    display: flex;
  }
  .site-header__cta {
    display: flex;
  }
  .nav-drawer {
    display: none;
  }
  .hero {
    padding-block: 36px 48px;
  }
  .hero__panel {
    padding: 56px 40px;
  }
  .promo__main {
    min-height: 280px;
    padding: 32px;
  }
  .step,
  .review,
  .license,
  .internal-links,
  .payments-band {
    padding: 28px;
  }
  .link-card {
    padding: 32px;
  }
  .payments-band {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .site-footer {
    padding-block: 64px;
  }
  .site-footer__cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px;
    margin-bottom: 40px;
  }
  .split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .container-x {
    padding-inline: 64px;
  }
  .section {
    padding-block: 64px;
  }
  .section--spacious {
    padding-block: 56px;
  }
  .site-header__nav {
    gap: 32px;
  }
  .grid--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .hero__panel {
    padding: 72px 56px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
.game-strip {
  margin-top: 12px;
}
.game-strip .scroll-row__inner {
  gap: 12px;
  align-items: flex-start;
}
.game-card {
  display: block;
  width: 168px;
  flex: 0 0 168px;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
  scroll-snap-align: start;
}
.game-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  border-radius: var(--radius-card);
  display: block;
  background: var(--surface-card-hover);
}
.game-cat {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .game-card {
    width: 220px;
    flex-basis: 220px;
  }
}
.btn--xs {
  min-height: 34px;
  padding-inline: 10px;
  font-size: 0.8125rem;
  gap: 4px;
}
@media (min-width: 640px) {
  .btn--xs {
    min-height: 40px;
    padding-inline: 16px;
    font-size: 0.875rem;
  }
}
.site-header__bar .type-nav-brand {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .site-header__bar .type-nav-brand {
    font-size: 1.125rem;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 479px) {
  .site-header__bar .type-nav-brand {
    font-size: 1rem;
    letter-spacing: -0.01em;
  }
  .site-header__bar {
    gap: 8px;
  }
  .site-header__cta {
    gap: 6px;
  }
  .btn--xs {
    padding-inline: 8px;
    font-size: 0.75rem;
  }
  .nav-toggle {
    padding: 6px;
  }
}
a.chip--btn {
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s, background-color 0.15s;
}
a.chip--btn:hover {
  background: var(--surface-card-hover);
}
.promo-slider {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.promo-slider::-webkit-scrollbar {
  display: none;
}
.promo-slider__track {
  display: flex;
  gap: 0;
}
.promo-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  scroll-snap-align: start;
  min-height: 118px;
}
.promo-slide--fact {
  justify-content: center;
}
@media (min-width: 768px) {
  .promo-slide {
    min-height: 104px;
  }
}
.promo__aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.promo__aside-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  min-height: 96px;
  border-radius: var(--radius-panel);
  background: var(--surface-tile);
  padding: 16px;
}
@media (min-width: 640px) {
  .promo__aside {
    gap: 16px;
  }
}
.review blockquote {
  margin: 0;
}
.review figcaption {
  color: rgba(255, 255, 255, 0.45);
}
.chips {
  list-style: none;
  margin: 0;
  padding: 0;
}
.license__grid {
  margin: 0;
}
.license__grid dd {
  margin: 0;
}
.faq__a {
  margin: 0;
}
.type-eyebrow   { font-size: 0.6875rem; line-height: 1.4; }
.type-caption   { font-size: 0.875rem;  line-height: 1.55; }
.type-body      { font-size: 0.9375rem; line-height: 1.6; }
.type-body-lg   { font-size: 1.0625rem; line-height: 1.55; }
.type-h3        { font-size: 1.125rem;  line-height: 1.3; }
.type-h2,
.type-h2-content { font-size: 1.375rem; line-height: 1.2; }
.type-h2-feature { font-size: 1.625rem; line-height: 1.15; }
.type-h1        { font-size: 2rem;      line-height: 1.12; }
.type-stat      { font-size: 1.75rem;   line-height: 1.1; }
@media (min-width: 640px) {
  .type-eyebrow   { font-size: 0.75rem; }
  .type-body      { font-size: 1rem; }
  .type-body-lg   { font-size: 1.125rem; }
  .type-h3        { font-size: 1.1875rem; }
  .type-h2,
  .type-h2-content { font-size: 1.5rem; }
  .type-h2-feature { font-size: 1.875rem; }
  .type-h1        { font-size: 2.375rem; }
  .type-stat      { font-size: 2rem; }
}
@media (min-width: 768px) {
  .type-caption   { font-size: 0.9375rem; }
  .type-body-lg   { font-size: 1.1875rem; }
  .type-h3        { font-size: 1.25rem; }
  .type-h2,
  .type-h2-content { font-size: 1.75rem; }
  .type-h2-feature { font-size: 2.125rem; }
  .type-h1        { font-size: 2.75rem; }
  .type-stat      { font-size: 2.5rem; }
}
@media (min-width: 1024px) {
  .type-body      { font-size: 1.0625rem; }
  .type-body-lg   { font-size: 1.25rem; }
  .type-h3        { font-size: 1.375rem; }
  .type-h2,
  .type-h2-content { font-size: 1.875rem; }
  .type-h2-feature { font-size: 2.5rem; }
  .type-h1        { font-size: 3.25rem; }
  .type-stat      { font-size: 3rem; }
}
@media (min-width: 768px) {
  .type-body,
  .type-body-lg,
  .type-caption,
  .faq__a,
  .seo p {
    max-width: 68ch;
  }
  .section-head--center .type-body,
  .section-head--center .type-body-lg {
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .promo__body {
    max-width: 36rem;
  }
  .promo__body .btn--block {
    width: auto;
    min-width: 16rem;
    align-self: flex-start;
  }
  .section-head--center .promo__body .btn--block {
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .promo__body {
    max-width: 44rem;
  }
}
.type-breadcrumb {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}
.breadcrumbs {
  width: 100%;
  padding-block: 10px;
  background: var(--surface-page);
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.breadcrumbs__sep {
  color: rgba(255, 255, 255, 0.3);
}
.breadcrumbs__current {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumbs a {
  transition: color 0.15s;
}
.breadcrumbs a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.section-bar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-width: 0;
}
@media (min-width: 640px) {
  .section-bar {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
  }
}
.grid--catalog {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.game-tile {
  display: block;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 640px) {
  .grid--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}
@media (min-width: 768px) {
  .grid--catalog {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .grid--catalog {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .grid--catalog {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.gow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  border-radius: var(--radius-panel);
  padding: 16px;
  background: linear-gradient(
    135deg,
    rgba(var(--surface-green-rgb), 0.98) 0%,
    rgba(var(--grad-1-rgb), 0.95) 38%,
    rgba(var(--grad-2-rgb), 0.92) 68%,
    rgba(var(--grad-3-rgb), 0.9) 100%
  );
}
.gow::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 70% 110% at 88% 50%,
    rgba(var(--accent-emerald-rgb), 0.28) 0%,
    transparent 58%
  );
}
.gow__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}
.gow__game {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 600;
}
.gow__provider {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.gow__poster {
  position: relative;
  z-index: 2;
  display: block;
  flex-shrink: 0;
  width: 104px;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: #060504;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.65);
}
.gow__poster img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
}
@media (min-width: 640px) {
  .gow {
    padding: 20px 24px;
    gap: 24px;
  }
  .gow__poster {
    width: 124px;
  }
}
.bonus-split {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bonus-split__main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.bonus-split__btn {
  margin-top: 4px;
}
.bonus-split__facts {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
}
.bonus-split__fact {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-block: 14px;
  border-top: 1px solid var(--border-subtle);
}
.bonus-split__fact:last-child {
  border-bottom: 1px solid var(--border-subtle);
}
.bonus-split__val {
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.bonus-split__text {
  margin: 0;
}
@media (min-width: 768px) {
  .bonus-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }
  .bonus-split__main {
    gap: 14px;
  }
  .bonus-split__btn {
    width: auto;
    min-width: 16rem;
    align-self: flex-start;
  }
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-width: 0;
  max-width: 48rem;
}
.faq-list__item {
  min-width: 0;
}
.faq-list__q {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.35;
}
.faq-list__a {
  margin: 6px 0 0;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .faq-list {
    gap: 26px;
  }
  .faq-list__q {
    font-size: 1.125rem;
  }
}
.feat-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.feat-cards__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  background: var(--surface-tile);
  border-radius: var(--radius-card);
  padding: 20px 16px;
}
.feat-cards__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
}
.feat-cards__text {
  margin: 0;
  opacity: 0.75;
}
@media (min-width: 768px) {
  .feat-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .feat-cards__item {
    padding: 28px 24px;
    gap: 12px;
  }
  .feat-cards__title {
    font-size: 1.5rem;
  }
}
.gow-wide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
  text-align: center;
}
.gow-wide__poster {
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
}
.gow-wide__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  display: block;
  border-radius: var(--radius-card);
  background: var(--surface-card-hover);
}
.gow-wide__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 56ch;
  min-width: 0;
}
.gow-wide__game {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
}
.gow-wide__cta {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .gow-wide {
    gap: 20px;
  }
  .gow-wide__poster {
    max-width: 236px;
  }
  .gow-wide__game {
    font-size: 1rem;
  }
}
.games-list__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  margin: 0;
  min-width: 0;
}
.games-list__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.games-list__num {
  order: -1;
  margin: 0;
}
.games-list__desc {
  margin: 0;
}
.games-list__cats {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
}
.games-list__cat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-block: 18px;
  border-top: 1px solid var(--border-subtle);
}
.games-list__cat:last-child {
  border-bottom: 1px solid var(--border-subtle);
}
.games-list__title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.games-list__text {
  margin: 0;
  max-width: 68ch;
}
.games-list__media {
  margin: 0;
}
.games-list__covers {
  display: flex;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  min-width: 0;
}
.games-list__cover {
  flex: 0 0 104px;
  max-width: 104px;
}
.games-list__card {
  display: block;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
}
.games-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  display: block;
  border-radius: var(--radius-card);
  background: var(--surface-card-hover);
}
@media (min-width: 768px) {
  .games-list__cat {
    display: grid;
    grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
    gap: 8px 32px;
    align-items: start;
    padding-block: 22px;
  }
  .games-list__title {
    grid-row: span 2;
  }
  .games-list__cover {
    flex-basis: 128px;
    max-width: 128px;
  }
}
.gui-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-width: 0;
  max-width: 48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gui-list__item {
  min-width: 0;
}
.gui-list__eyebrow {
  margin: 0 0 2px;
  font-size: 0.75rem;
}
.gui-list__title {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.35;
}
.gui-list__link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.gui-list__text {
  margin: 6px 0 0;
  line-height: 1.6;
}
.gui-list__cta {
  display: inline-block;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .gui-list {
    gap: 26px;
  }
  .gui-list__title {
    font-size: 1.125rem;
  }
}
.hdr-min__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-block: 12px;
}
.hdr-min__brand {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hdr-min__right {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.hdr-min__drawer {
  display: block;
}
.hdr-min__toggle {
  list-style: none;
  cursor: pointer;
  padding: 8px;
  color: inherit;
  display: flex;
  align-items: center;
}
.hdr-min__toggle::-webkit-details-marker {
  display: none;
}
.hdr-min__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  padding-block: 16px 20px;
  background: var(--surface-page);
  border-bottom: 1px solid var(--border-subtle);
}
.hdr-min__drawer[open] .hdr-min__panel {
  display: flex;
}
@media (min-width: 768px) {
  .hdr-min__bar {
    padding-block: 16px;
  }
  .hdr-min__right {
    gap: 8px;
  }
  .hdr-min__panel {
    gap: 16px;
    padding-block: 20px 24px;
  }
}
.mob-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 20px;
  width: 100%;
  min-width: 0;
}
.mob-split__main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.mob-split__cta {
  margin: 4px 0 0;
}
.mob-split__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding-left: 1.5rem;
  min-width: 0;
  list-style: decimal;
}
.mob-split__item {
  min-width: 0;
  line-height: 1.6;
}
.mob-split__item::marker {
  font-family: var(--font-display);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--accent-emerald);
}
.mob-split__title {
  font-weight: 600;
}
@media (min-width: 768px) {
  .mob-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    align-items: start;
  }
  .mob-split__main {
    gap: 14px;
  }
  .mob-split__cta .btn {
    width: auto;
  }
  .mob-split__items {
    gap: 12px;
    padding-top: 4px;
  }
}
.pay-table-wrap {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.pay-table {
  width: 100%;
  min-width: 300px;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
}
.pay-table th,
.pay-table td {
  padding: 10px 14px 10px 0;
  vertical-align: top;
  border-bottom: 1px solid var(--border-subtle);
}
.pay-table th:last-child,
.pay-table td:last-child {
  padding-right: 0;
}
.pay-table thead th {
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.55;
  padding-bottom: 8px;
}
.pay-table tbody tr:last-child th,
.pay-table tbody tr:last-child td {
  border-bottom: 0;
}
.pay-table__method {
  font-weight: 600;
  white-space: nowrap;
}
.pay-table__cur {
  opacity: 0.7;
  min-width: 140px;
}
@media (min-width: 768px) {
  .pay-table {
    font-size: 0.9375rem;
  }
  .pay-table th,
  .pay-table td {
    padding: 12px 24px 12px 0;
  }
  .pay-table__cur {
    width: 55%;
  }
}
.prov-strip {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.prov-strip::-webkit-scrollbar {
  display: none;
}
.prov-strip__track {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: max-content;
}
.prov-strip__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.prov-strip__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 128px;
  min-height: 72px;
  padding: 14px 12px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius-card);
  background: var(--surface-tile);
}
.prov-strip__logo {
  max-width: 100%;
  max-height: 26px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.prov-strip__name {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
}
.prov-strip__meta {
  font-size: 0.75rem;
  opacity: 0.45;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 768px) {
  .prov-strip__track {
    gap: 12px;
  }
  .prov-strip__link {
    width: 150px;
    min-height: 84px;
  }
  .prov-strip__logo {
    max-height: 30px;
  }
}
.seo-cols {
  width: 100%;
  min-width: 0;
}
.seo-cols__body {
  min-width: 0;
}
.seo-cols__body p,
.seo-cols__body h3 {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.seo-cols__body h3 {
  break-after: avoid;
}
@media (min-width: 768px) {
  .seo-cols__body {
    columns: 2;
    column-gap: 40px;
  }
  .seo-cols__body > :first-child {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .seo-cols__body {
    column-gap: 56px;
  }
}
.tgr {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tgr::-webkit-scrollbar {
  display: none;
}
.tgr__track {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: max-content;
}
.tgr__item {
  flex: 0 0 144px;
  max-width: 144px;
  scroll-snap-align: start;
}
.tgr__tile {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
}
.tgr__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  display: block;
  border-radius: var(--radius-card);
  background: var(--surface-card-hover);
}
@media (min-width: 768px) {
  .tgr__track {
    gap: 16px;
  }
  .tgr__item {
    flex-basis: 196px;
    max-width: 196px;
  }
}
:root{--surface-page:#0d050c;--surface-dark:#0d050c;--surface-tile:#170a17;--surface-card:#0a040a;--surface-card-hover:#150a15;--surface-base:#2a1b29;--surface-seo:#080208;--surface-green:#190416;--surface-green-hover:#260622;--accent-green:#c118ad;--accent-green-hover:#e11cc9;--accent-green-edge:#9e148e;--accent-emerald:#e16fd3;--accent-green-rgb:193, 24, 173;--accent-emerald-rgb:225, 111, 211;--surface-page-rgb:13, 5, 12;--surface-base-rgb:42, 27, 41;--surface-green-rgb:25, 4, 22;--grad-1-rgb:51, 8, 46;--grad-2-rgb:67, 12, 61;--grad-3-rgb:83, 17, 75;}