:root {
  --navy: #071d59;
  --navy-2: #0b2f79;
  --blue: #0074ba;
  --electric: #263cf3;
  --yellow: #ffd000;
  --ink: #061744;
  --muted: #64708b;
  --line: #dbe0e8;
  --soft: #f2f4f8;
  --white: #fff;
  --shadow: 0 12px 34px rgba(7, 29, 89, .12);
  --radius: 12px;
  --container: 1120px;
  --page: 1666px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

button,
a,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

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

.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: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--yellow);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 30;
}

.responsible-bar {
  width: min(100%, var(--page));
  min-height: 38px;
  margin: 0 auto;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #f6f6f6;
  color: #474747;
  font-size: 12px;
}

.responsible-bar p {
  margin: 0;
}

.responsible-logos {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.responsible-logos img:first-child {
  width: 76px;
  height: 28px;
  object-fit: contain;
}

.responsible-logos img:last-child {
  width: 76px;
  height: 28px;
  object-fit: contain;
}

.world-promo {
  position: relative;
  width: min(100%, var(--page));
  min-height: 31px;
  margin: 0 auto;
  padding: 4px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: var(--electric);
  font-size: 13px;
}

.world-promo .promo-close {
  position: absolute;
  right: 16px;
  font-size: 24px;
  font-weight: 300;
  opacity: .7;
}

.promo-copy {
  display: inline;
}

.brand-bar {
  width: min(100%, var(--page));
  min-height: 39px;
  margin: 0 auto;
  padding: 0 8px;
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) auto;
  align-items: center;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .2);
}

.brand-row {
  display: contents;
}

.brand {
  grid-column: 1;
  grid-row: 1;
  width: 145px;
  height: 24px;
  flex: 0 0 auto;
  overflow: hidden;
}

.brand img {
  width: 145px;
  height: auto;
  transform: translateY(-18px);
}

.account-actions {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 7px;
}

.wheel-button {
  width: 34px;
  height: 34px;
  padding: 2px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transition: transform .2s ease;
}

.wheel-button:hover {
  transform: rotate(18deg) scale(1.06);
}

.button {
  min-height: 36px;
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .01em;
}

.button-login {
  color: #fff;
  background: var(--blue);
  border-color: #1592d8;
}

.button-register {
  color: #111b3c;
  background: var(--yellow);
}

.button:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.primary-nav {
  grid-column: 2;
  grid-row: 1;
  width: auto;
  min-width: 0;
  min-height: 39px;
  margin: 0 10px;
  display: flex;
  align-items: stretch;
  gap: 2px;
}

.primary-nav a {
  position: relative;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 3px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.primary-nav a:hover::after,
.primary-nav a.active::after {
  transform: scaleX(1);
}

.primary-nav a.active {
  color: var(--yellow);
}

.home-icon {
  font-size: 25px;
  line-height: 1;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  width: min(100%, var(--page));
  height: min(calc(11.4583vw + 8px), 199px);
  aspect-ratio: auto;
  margin: 132px auto 0;
  overflow: hidden;
  background: #086bb1;
  border-bottom: 8px solid #fff;
}

.hero-track,
.hero-track img {
  width: 100%;
  height: 100%;
}

.hero-track img {
  object-fit: cover;
  object-position: center;
  animation: heroReveal .45s ease;
}

@keyframes heroReveal {
  from { opacity: .35; transform: scale(1.015); }
  to { opacity: 1; transform: scale(1); }
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: flex;
  gap: 6px;
  transform: translateX(-50%);
}

.hero-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, .35);
}

.hero-dots button.active {
  width: 24px;
  border-radius: 10px;
  background: var(--yellow);
  border-color: var(--yellow);
}

.bonus-wheel-strip {
  width: min(100%, var(--page));
  min-height: 82px;
  margin: 0 auto;
  padding: 12px 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
  background: var(--navy);
  text-align: center;
  font-size: clamp(16px, 1.7vw, 23px);
}

.bonus-wheel-strip strong {
  text-decoration: underline;
}

.bonus-wheel-strip img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}

main {
  display: block;
}

.content-section,
.news-section,
.editorial-section {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0 8px;
}

.section-heading {
  min-height: 36px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.section-heading h2,
.join-section h2,
.apps-section h2,
.help-band h2,
.editorial-section h1 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
}

.section-heading > a {
  font-size: 13px;
  font-weight: 800;
  color: #083967;
}

.section-heading > a span {
  font-size: 22px;
  vertical-align: -2px;
}

.welcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(245px, 1fr));
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.welcome-grid::-webkit-scrollbar,
.game-rail::-webkit-scrollbar {
  display: none;
}

.welcome-card {
  position: relative;
  min-width: 245px;
  overflow: hidden;
  background: var(--yellow);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.welcome-card img {
  width: 100%;
  aspect-ratio: 2.5 / 1;
  object-fit: cover;
}

.welcome-card button {
  width: 100%;
  min-height: 32px;
  border: 0;
  color: #16204a;
  background: var(--yellow);
  font-size: 12px;
  font-weight: 800;
}

.detail-pill {
  position: absolute;
  right: 10px;
  bottom: 39px;
  padding: 5px 15px;
  border-radius: 20px;
  color: #111;
  background: #fff;
  font-weight: 700;
  box-shadow: 0 3px 14px rgba(0, 0, 0, .2);
}

.bet-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.bet-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d5d9e1;
  border-radius: 5px;
  background: #fff;
}

.bet-card__head {
  min-height: 38px;
  padding: 7px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #fff;
  background: var(--navy);
  font-size: 12px;
  font-weight: 700;
}

.bet-card__body {
  padding: 10px 11px 11px;
}

.teams {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 12px;
  color: #313747;
  font-size: 12px;
}

.teams strong {
  color: #111;
}

.market {
  margin: 3px 0 5px;
  color: #9ba1ad;
  text-align: center;
  font-size: 12px;
}

.odds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.odd {
  min-height: 29px;
  padding: 4px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
}

.odd b {
  font-size: 12px;
}

.bet-cta {
  width: 100%;
  min-height: 30px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.rail-controls {
  display: flex;
  gap: 6px;
}

.rail-controls button {
  width: 31px;
  height: 31px;
  border: 1px solid #d9dee8;
  border-radius: 50%;
  color: var(--navy);
  background: #fff;
  font-size: 24px;
  line-height: 1;
}

.game-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 64px) / 5);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.game-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 4px;
  background: var(--navy);
  scroll-snap-align: start;
  box-shadow: 0 5px 18px rgba(7, 29, 89, .12);
  isolation: isolate;
}

.game-card::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  z-index: 1;
  background: linear-gradient(transparent, rgba(2, 9, 32, .88));
  pointer-events: none;
}

.game-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .35s ease;
}

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

.game-card__content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 13px 11px 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  color: #fff;
}

.game-card__content strong {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-shadow: 0 1px 4px #000;
}

.game-tag {
  padding: 3px 6px;
  color: #10193a;
  background: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.game-tag.red {
  color: #fff;
  background: #f02121;
}

.join-section {
  width: 100%;
  margin: 28px 0 0;
  padding: 28px max(22px, calc((100% - var(--container)) / 2));
  display: grid;
  grid-template-columns: 1.05fr repeat(3, 1fr);
  gap: 35px;
  align-items: start;
  background: #f0f0f0;
}

.join-intro p {
  max-width: 240px;
  margin: 15px 0 38px;
}

.join-step {
  text-align: center;
}

.join-step img {
  width: 96px;
  height: 96px;
  margin: 0 auto 15px;
}

.join-step h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 15px;
}

.join-step p {
  margin: 0 auto;
  max-width: 245px;
  color: #313541;
  font-size: 12px;
}

.news-section {
  padding-bottom: 35px;
}

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

.news-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 22px rgba(7, 29, 89, .07);
}

.news-card img {
  width: 100%;
  aspect-ratio: 1.85 / 1;
  object-fit: cover;
}

.news-card__body {
  padding: 16px;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.news-card h3 {
  margin: 9px 0 13px;
  font-size: 15px;
  line-height: 1.35;
}

.news-card a {
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.apps-section {
  margin-top: 20px;
  padding: 42px max(24px, calc((100% - var(--container)) / 2));
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 65px;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(0, 132, 210, .5), transparent 28%),
    linear-gradient(125deg, #061742, var(--navy-2));
}

.apps-section h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: 28px;
}

.apps-section p {
  margin: 0 0 22px;
  color: #dce5ff;
}

.eyebrow {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.app-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.app-list a {
  min-height: 140px;
  padding: 18px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  transition: background .2s ease, transform .2s ease;
}

.app-list a:hover {
  background: rgba(255, 255, 255, .14);
  transform: translateY(-4px);
}

.app-list img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.editorial-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

.editorial-intro {
  max-width: 860px;
  margin-bottom: 28px;
}

.editorial-intro .eyebrow {
  color: var(--blue);
}

.editorial-section h1 {
  margin: 8px 0 15px;
  font-size: 30px;
}

.editorial-intro p {
  margin: 0;
  color: #4e566b;
  font-size: 14px;
  line-height: 1.7;
}

.editorial-longread {
  display: grid;
  gap: 16px;
}

.editorial-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 20px 22px;
}

.editorial-card h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

.editorial-card p {
  margin: 0;
  color: #555d70;
  font-size: 14px;
  line-height: 1.78;
}

.editorial-card p + p {
  margin-top: 12px;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
}

.editorial-grid details {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.editorial-grid summary {
  padding: 16px 45px 16px 17px;
  list-style: none;
  position: relative;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
}

.editorial-grid summary::-webkit-details-marker {
  display: none;
}

.editorial-grid summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 17px;
  color: var(--blue);
  font-size: 22px;
  transform: translateY(-50%);
}

.editorial-grid details[open] summary::after {
  content: "−";
}

.editorial-grid details p {
  margin: 0;
  padding: 0 17px 17px;
  color: #555d70;
  font-size: 12px;
}

.help-band {
  padding: 25px max(24px, calc((100% - var(--container)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #eef1f6;
}

.help-band > div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.help-band h2 {
  font-size: 19px;
}

.help-band p {
  margin: 4px 0 0;
  color: #616a7e;
  font-size: 12px;
}

.help-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--yellow);
  background: var(--navy);
  font-size: 27px;
  font-weight: 800;
}

.site-footer {
  color: #d8e0f3;
  background: #06153f;
}

.footer-top {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 34px;
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 30px;
}

.footer-brand > img {
  width: 150px;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand > p {
  max-width: 190px;
  color: #aeb9d3;
  font-size: 12px;
}

.store-locator {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.store-locator img {
  width: 52px;
  height: 52px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-column h3 {
  margin: 0 0 8px;
  color: var(--yellow);
  font-size: 12px;
}

.footer-column a {
  color: #c5cde0;
  font-size: 12px;
}

.footer-column a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-legal {
  padding: 20px max(24px, calc((100% - var(--container)) / 2)) 28px;
  display: grid;
  grid-template-columns: auto 1fr 1fr auto;
  gap: 24px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #aeb8cf;
  font-size: 12px;
}

.legal-logos {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legal-logos img {
  max-width: 76px;
  max-height: 28px;
  object-fit: contain;
}

.payments {
  width: 220px;
}

.mobile-nav {
  display: none;
}

.site-modal {
  width: min(460px, calc(100% - 28px));
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 25px 80px rgba(0, 0, 0, .4);
}

.site-modal::backdrop {
  background: rgba(2, 10, 39, .78);
  backdrop-filter: blur(4px);
}

.modal-close {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 11px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, .38);
  font-size: 24px;
}

.modal-panel {
  padding: 36px;
}

.modal-panel.modal-wheel {
  padding-top: 30px;
  color: #fff;
  background: radial-gradient(circle at center, #1049a0, var(--navy));
  border-radius: 14px;
  text-align: center;
}

.modal-panel h2 {
  margin: 0 0 9px;
  font-size: 25px;
}

.modal-panel p {
  color: #667088;
  margin: 0 0 22px;
}

.modal-wheel p {
  color: #d7e4ff;
}

.modal-wheel img {
  width: 170px;
  margin: 0 auto 18px;
  animation: wheelFloat 2.4s ease-in-out infinite;
}

@keyframes wheelFloat {
  50% { transform: rotate(12deg) scale(1.04); }
}

.modal-form {
  display: grid;
  gap: 12px;
}

.modal-form label {
  display: grid;
  gap: 5px;
  color: #4c556c;
  font-size: 12px;
  font-weight: 700;
}

.modal-form input {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #cdd3df;
  border-radius: 5px;
  outline: none;
}

.modal-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 116, 186, .12);
}

.modal-form .button {
  margin-top: 7px;
}

@media (max-width: 1050px) {
  .primary-nav {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .primary-nav::-webkit-scrollbar {
    display: none;
  }

  .primary-nav a {
    padding-inline: 11px;
  }

  .bet-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .game-rail {
    grid-auto-columns: calc((100% - 32px) / 3);
  }

  .join-section {
    grid-template-columns: repeat(3, 1fr);
  }

  .join-intro {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
  }

  .join-intro p {
    max-width: 360px;
    margin: 0;
  }

  .app-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-top {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }

  .footer-legal {
    grid-template-columns: 1fr 2fr;
  }
}

@media (max-width: 760px) {
  .responsible-bar {
    min-height: 44px;
    padding: 0 8px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .responsible-bar p {
    display: block;
    min-width: max-content;
    white-space: nowrap;
    font-size: 12px;
  }

  .responsible-logos {
    display: none;
  }

  .world-promo {
    min-height: 47px;
    padding: 7px 42px 7px 36px;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
  }

  .promo-copy {
    min-width: max-content;
  }

  .brand-bar {
    min-height: 50px;
    padding: 0;
    display: block;
  }

  .brand-row {
    width: 100%;
    min-height: 50px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .brand {
    width: 145px;
    height: 24px;
  }

  .brand img {
    width: 145px;
    transform: translateY(-18px);
  }

  .account-actions {
    margin-left: auto;
    display: flex;
    gap: 0;
  }

  .account-actions .button,
  .wheel-button {
    display: inline-flex;
  }

  .wheel-button {
    width: 48px;
    height: 48px;
    margin-right: 4px;
  }

  .account-actions .button {
    min-height: 42px;
    padding-inline: 18px;
    font-size: 13px;
  }

  .menu-toggle {
    display: none;
  }

  .primary-nav {
    display: none;
  }

  .hero {
    width: 100%;
    height: 163px;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    margin-top: 184px;
    border-bottom-width: 26px;
  }

  .hero-track img {
    width: auto;
    min-width: 0;
    max-width: none;
    height: 137px;
    object-fit: fill;
    object-position: left center;
  }

  .bonus-wheel-strip {
    min-height: 77px;
    padding: 10px 15px;
    justify-content: flex-start;
    gap: clamp(82px, 32vw, 170px);
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
  }

  .bonus-wheel-strip img {
    width: 48px;
    height: 48px;
  }

  .bonus-wheel-strip img:last-child {
    display: none;
  }

  .content-section,
  .news-section,
  .editorial-section {
    width: min(100% - 14px, var(--container));
    padding-top: 38px;
  }

  .section-heading h2 {
    font-size: 19px;
  }

  .welcome-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 76%;
  }

  .bet-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 76%;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .bet-card {
    scroll-snap-align: start;
  }

  .game-rail {
    grid-auto-columns: 47%;
    gap: 11px;
  }

  .rail-controls {
    display: none;
  }

  .join-section {
    padding: 28px 20px;
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .join-intro {
    grid-column: auto;
    display: block;
    text-align: center;
  }

  .join-intro p {
    margin: 12px auto 18px;
  }

  .join-step {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 4px 15px;
    text-align: left;
  }

  .join-step img {
    width: 74px;
    height: 74px;
    margin: 0;
    grid-row: 1 / 3;
  }

  .join-step p {
    max-width: none;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .apps-section {
    padding: 34px 18px;
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .app-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .app-list a {
    min-height: 118px;
  }

  .editorial-section h1 {
    font-size: 23px;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .help-band {
    padding: 23px 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .help-band .button {
    width: 100%;
  }

  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-legal {
    grid-template-columns: 1fr;
  }

  .payments {
    max-width: 100%;
  }

  .mobile-nav {
    display: none;
  }
}

@media (max-width: 430px) {
  .brand-row {
    padding-inline: 9px;
  }

  .brand {
    width: 118px;
    height: 20px;
  }

  .brand img {
    width: 118px;
    transform: translateY(-15px);
  }

  .wheel-button {
    width: 36px;
    height: 36px;
    margin-right: 2px;
  }

  .account-actions .button {
    min-height: 38px;
    padding-inline: 10px;
    font-size: 12px;
  }

  .welcome-grid {
    grid-auto-columns: 82%;
  }

  .game-rail {
    grid-auto-columns: 58%;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .modal-panel {
    padding: 30px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
