:root {
  --red: #E73F1E;
  --orange: #FB6C00;
  --amber: #F9B637;
  --cream: #FFDD9C;
  --cream-soft: #FFF7E9;
  --paper: #FFFFFF;
  --ink: #1F1D1A;
  --body: #4F463E;
  --muted: #766A60;
  --line: #E8D7C5;
  --soft-line: #F2E7DB;
  --success: #187A54;
  --shadow: 0 18px 50px rgba(66, 35, 15, .12);
  --radius: 16px;
  --radius-lg: 24px;
  --container: 1180px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility
}

body.age-lock {
  overflow: hidden
}

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

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

button,
input,
textarea,
select {
  font: inherit
}

button {
  color: inherit
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0
}

h1 {
  font-size: clamp(20px, 4vw, 42px);
  line-height: 1.06;
  letter-spacing: -.04em
}

h2 {
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.15;
  letter-spacing: -.03em
}

h3 {
  font-size: 22px;
  line-height: 1.3
}

p {
  font-size: 16px
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto
}

.section {
  padding: 82px 0
}

.section--compact {
  padding: 58px 0
}

.section--cream {
  background: var(--cream-soft)
}

.section--amber {
  background: var(--amber)
}

.section--dark {
  background: var(--ink);
  color: #fff
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: #fff;
  border: 2px solid var(--ink);
  font-weight: 800
}

.skip-link:focus {
  transform: none
}

.top-note {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  letter-spacing: .02em
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid var(--line)
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

.brand img {
  width: 230px;
  height: auto
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px
}

.site-nav a {
  font-size: 14px;
  font-weight: 800;
  color: var(--ink)
}

.site-nav a:hover,
.site-nav a[aria-current=page] {
  color: var(--red)
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 9px;
  background: var(--red);
  color: #fff !important
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer
}

.nav-toggle span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink)
}

.hero {
  padding: 76px 0 54px;
  background: var(--cream-soft)
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: 60px;
  align-items: center
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase
}

.eyebrow:before {
  content: "";
  width: 30px;
  height: 3px;
  background: currentColor
}

.hero-copy>p {
  max-width: 670px;
  color: var(--body)
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 2px solid var(--red);
  border-radius: 10px;
  background: var(--red);
  color: #fff;
  font-weight: 850;
  cursor: pointer
}

.button:hover {
  background: #c93418;
  border-color: #c93418
}

.button--secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--ink)
}

.button--secondary:hover {
  background: var(--ink);
  color: #fff
}

.button--orange {
  background: var(--orange);
  border-color: var(--orange)
}

.button--small {
  min-height: 42px;
  padding: 8px 16px;
  font-size: 14px
}

.button[disabled],
.button.is-disabled {
  opacity: .45;
  cursor: not-allowed;
  pointer-events: none
}

.hero-art img  {
 border-radius:10px;
}

.machine {
  height: 100%;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  border-radius: 20px;
  background: var(--ink)
}

.machine-screen {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.machine-reel {
  min-height: 145px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font-size: 54px;
  font-weight: 950
}

.machine-bar {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 15px;
  padding: 16px 18px;
  border-radius: 12px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 900
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--line);
  gap: 1px
}

.trust-item {
  padding: 22px;
  background: #fff
}

.trust-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px
}

.trust-item span {
  color: var(--muted);
  font-size: 14px
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px
}

.section-heading p {
  color: var(--body)
}

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

.game-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(66, 35, 15, .06)
}

.game-card__image {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--cream-soft)
}

.game-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.game-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px
}

.game-card__tag {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase
}

.game-card h3 {
  margin: 9px 0 8px
}

.game-card p {
  color: var(--body)
}

.game-card .button {
  align-self: flex-start;
  margin-top: auto
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--line);
  gap: 1px
}

.metric {
  padding: 24px;
  background: #fff
}

.metric strong {
  display: block;
  color: var(--red);
  font-size: 28px;
  line-height: 1
}

.metric span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px
}

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center
}

.info-stack {
  display: grid;
  gap: 14px
}

.info-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-left: 7px solid var(--orange);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(66, 35, 15, .05)
}

.info-card h3 {
  margin-bottom: 6px
}

.info-card p {
  margin-bottom: 0;
  color: var(--body)
}

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

.step {
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 7px solid var(--red);
  border-radius: 14px;
  background: #fff
}

.step-number {
  display: block;
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 28px;
  font-weight: 950
}

.callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--amber);
  color: var(--ink)
}

.callout h2,
.callout h3 {
  margin-bottom: 8px
}

.callout p {
  margin-bottom: 0;
  color: #3d352e
}

.faq-list {
  display: grid;
  gap: 12px
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 22px;
  border: 0;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
  text-align: left;
  cursor: pointer
}

.faq-question:after {
  content: "+";
  color: var(--red);
  font-size: 24px
}

.faq-question[aria-expanded=true]:after {
  content: "−"
}

.faq-answer {
  padding: 0 22px 20px;
  color: var(--body)
}

.faq-answer p {
  margin-bottom: 0
}

.page-hero {
  padding: 56px 0;
  background: var(--cream-soft);
  border-bottom: 1px solid var(--line)
}



.page-hero p {
  color: var(--body)
}

.breadcrumbs {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 14px
}

.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px
}

.hero-art

.content-wrap h2 {
  margin-top: 44px
}

.content-wrap h3 {
  margin-top: 30px
}

.content-wrap p,
.content-wrap li {
  color: var(--body)
}

.content-wrap a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px
}

.notice {
  padding: 22px;
  border-left: 7px solid var(--red);
  background: var(--cream-soft);
  border-radius: 0 12px 12px 0
}

.notice strong {
  color: var(--ink)
}

.comparison {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 15px
}

.comparison th,
.comparison td {
  padding: 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top
}

.comparison th {
  background: var(--cream);
  color: var(--ink)
}

.comparison td {
  color: var(--body)
}

.table-scroll {
  overflow-x: auto
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.contact-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff
}

.contact-list {
  padding: 0;
  list-style: none
}

.contact-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--soft-line)
}

.contact-list a {
  color: var(--red);
  font-weight: 800
}

.game-page {
  padding: 58px 0 86px;
  background: var(--cream-soft)
}

.game-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(285px, .7fr);
  gap: 28px;
  align-items: start
}

.game-stage {
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow)
}

.game-toolbar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--line)
}

.game-stat {
  padding: 14px;
  background: var(--cream-soft)
}

.game-stat span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase
}

.game-stat strong {
  font-size: 22px;
  color: var(--red)
}

.game-status {
  margin-top: 20px;
  padding: 16px;
  border-radius: 10px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 800;
  text-align: center
}

.game-controls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px
}

.game-sidebar {
  display: grid;
  gap: 16px
}

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

.sidebar-card h3 {
  margin-bottom: 10px
}

.sidebar-card p,
.sidebar-card li {
  color: var(--body)
}

.sidebar-card ol {
  padding-left: 21px
}

.slot-machine {
  padding: 34px;
  border-radius: 16px;
  background: var(--ink)
}

.slot-reels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.slot-reel {
  min-height: 160px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #fff;
  color: var(--ink);
  font-size: 52px;
  font-weight: 950;
  box-shadow: inset 0 0 0 6px #f0e9e0
}

.slot-reel.is-spinning {
  color: var(--orange)
}

.card-table {
  padding: 26px;
  border-radius: 16px;
  background: var(--orange)
}

.hand-block+.hand-block {
  margin-top: 24px
}

.hand-block h3 {
  color: #fff
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 150px
}

.playing-card {
  position: relative;
  width: 104px;
  height: 146px;
  padding: 10px;
  border: 3px solid var(--ink);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  text-align: left;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .12)
}

.playing-card.red {
  color: var(--red)
}

.playing-card__suit {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  font-size: 44px
}

.playing-card__bottom {
  position: absolute;
  right: 9px;
  bottom: 8px;
  transform: rotate(180deg)
}

.playing-card--hidden {
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--red);
  text-align: center
}

.poker-card {
  cursor: pointer
}

.poker-card.is-held {
  transform: translateY(-12px);
  box-shadow: 0 0 0 5px var(--amber)
}

.roulette-display {
  display: grid;
  place-items: center;
  padding: 20px
}

.roulette-wheel {
  width: 270px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 18px solid var(--ink);
  border-radius: 50%;
  background: conic-gradient(var(--red) 0 10deg, var(--ink) 10deg 20deg, var(--orange) 20deg 30deg, var(--ink) 30deg 40deg, var(--red) 40deg 50deg, var(--ink) 50deg 60deg, var(--orange) 60deg 70deg, var(--ink) 70deg 80deg, var(--red) 80deg 90deg, var(--ink) 90deg 100deg, var(--orange) 100deg 110deg, var(--ink) 110deg 120deg, var(--red) 120deg 130deg, var(--ink) 130deg 140deg, var(--orange) 140deg 150deg, var(--ink) 150deg 160deg, var(--red) 160deg 170deg, var(--ink) 170deg 180deg, var(--orange) 180deg 190deg, var(--ink) 190deg 200deg, var(--red) 200deg 210deg, var(--ink) 210deg 220deg, var(--orange) 220deg 230deg, var(--ink) 230deg 240deg, var(--red) 240deg 250deg, var(--ink) 250deg 260deg, var(--orange) 260deg 270deg, var(--ink) 270deg 280deg, var(--red) 280deg 290deg, var(--ink) 290deg 300deg, var(--orange) 300deg 310deg, var(--ink) 310deg 320deg, var(--red) 320deg 330deg, var(--ink) 330deg 340deg, var(--orange) 340deg 350deg, var(--ink) 350deg 360deg);
  transition: transform 1.8s cubic-bezier(.15, .7, .08, 1)
}

.roulette-wheel strong {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #fff;
  border: 8px solid var(--amber);
  color: var(--ink);
  font-size: 34px
}

.number-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 6px;
  margin-top: 18px
}

.number-button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer
}

.number-button:hover,
.number-button.is-selected {
  background: var(--red);
  color: #fff;
  border-color: var(--red)
}

.bingo-board {
  max-width: 520px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 16px;
  background: var(--ink)
}

.bingo-head,
.bingo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px
}

.bingo-head span {
  padding: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 950;
  text-align: center
}

.bingo-cell {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 850
}

.bingo-cell.is-marked {
  background: var(--amber);
  box-shadow: inset 0 0 0 4px var(--red)
}

.called-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 44px;
  margin-top: 18px
}

.called-number {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink);
  font-weight: 850
}

.wheel-wrap {
  position: relative;
  display: grid;
  place-items: center;
  max-width: 390px;
  margin: 0 auto;
  padding: 24px
}

.lucky-wheel {
  position: relative;
  width: 310px;
  aspect-ratio: 1;
  border: 14px solid var(--ink);
  border-radius: 50%;
  background: conic-gradient(var(--red) 0 45deg, var(--orange) 45deg 90deg, var(--amber) 90deg 135deg, var(--cream) 135deg 180deg, var(--red) 180deg 225deg, var(--orange) 225deg 270deg, var(--amber) 270deg 315deg, var(--cream) 315deg 360deg);
  transition: transform 2.2s cubic-bezier(.12, .72, .08, 1)
}

.wheel-label {
  position: absolute;
  inset: 0;
  text-align: center
}

.wheel-label span {
  display: inline-block;
  margin-top: 22px;
  padding: 5px 8px;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-weight: 900
}

.wheel-pointer {
  position: absolute;
  top: 6px;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 42px solid var(--ink)
}

.wheel-center {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 8px solid var(--ink);
  border-radius: 50%;
  background: #fff;
  color: var(--red);
  font-size: 22px;
  font-weight: 950
}

.site-footer {
  padding: 58px 0 22px;
  background: var(--ink);
  color: #fff
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .8fr .8fr;
  gap: 46px
}

.footer-brand img {
  width: 220px;
  filter: brightness(0) invert(1)
}

.footer-brand p,
.footer-links a,
.footer-disclaimer {
  color: #d8d2cb;
  font-size: 14px
}

.footer-title {
  font-weight: 900;
  color: var(--amber);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px
}

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

.footer-links a:hover {
  color: var(--amber)
}

.footer-disclaimer {
  margin: 38px 0 0;
  padding-top: 24px;
  border-top: 1px solid #4b4641
}

.footer-base {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #4b4641;
  color: #bcb4ac;
  font-size: 13px
}

.reset-progress {
  padding: 0;
  border: 0;
  background: none;
  color: var(--amber);
  cursor: pointer
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 5000;
  max-width: 360px;
  padding: 14px 18px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow)
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(31, 29, 26, .9)
}

.age-gate[hidden] {
  display: none
}

.age-gate__dialog {
  width: min(560px, 100%);
  padding: 34px;
  border-radius: 18px;
  background: #fff;
  border-top: 10px solid var(--red);
  box-shadow: var(--shadow)
}

.age-gate__mark {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--amber);
  border: 3px solid var(--ink);
  font-size: 25px;
  font-weight: 950
}

.age-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px
}

.age-gate__fine {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px
}

.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
}

@media(max-width:980px) {
  .site-nav {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--shadow)
  }

  .site-nav.is-open {
    display: flex
  }

  .site-nav a {
    padding: 13px
  }

  .nav-toggle {
    display: block
  }

  .hero-grid,
  .split,
  .game-shell {
    grid-template-columns: 1fr
  }

  .hero-art {
    min-height: 390px
  }

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

  .steps {
    grid-template-columns: 1fr
  }

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

  .contact-grid {
    grid-template-columns: 1fr
  }

  .number-grid {
    grid-template-columns: repeat(7, 1fr)
  }
}

@media(max-width:640px) {
  .container {
    width: min(100% - 28px, var(--container))
  }

  .section {
    padding: 62px 0
  }

  .header-inner {
    min-height: 70px
  }

  .brand img {
    width: 190px
  }

  .site-nav {
    top: 70px
  }

  .hero {
    padding: 56px 0 40px
  }

  .hero-art {
    min-height: 320px;
    padding: 20px
  }

  .machine {
    min-height: 280px;
    padding: 18px
  }

  .machine-reel {
    min-height: 110px;
    font-size: 38px
  }

  .machine-bar {
    font-size: 13px
  }

  .trust-row,
  .metrics,
  .game-toolbar {
    grid-template-columns: 1fr
  }

  .game-grid {
    grid-template-columns: 1fr
  }

  .callout {
    align-items: flex-start;
    flex-direction: column
  }

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

  .footer-base {
    flex-direction: column
  }

  .slot-reel {
    min-height: 105px;
    font-size: 34px
  }

  .playing-card {
    width: 82px;
    height: 120px;
    font-size: 17px
  }

  .playing-card__suit {
    font-size: 34px
  }

  .number-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .roulette-wheel {
    width: 230px
  }

  .lucky-wheel {
    width: 250px
  }

  .wheel-wrap {
    padding: 20px
  }

  .page-hero {
    padding: 42px 0
  }

  .top-note {
    font-size: 11px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  .roulette-wheel,
  .lucky-wheel {
    transition: none
  }
}