:root {
  --ink: #05060b;
  --navy: #071a33;
  --midnight: #0b1028;
  --gold: #f7c76b;
  --bright-gold: #ffe6a1;
  --cyan: #39b8ff;
  --ruby: #ff3864;
  --emerald: #3ce0a6;
  --cream: #fff6de;
  --muted: rgba(255, 246, 222, 0.72);
  --line: rgba(255, 226, 150, 0.24);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--cream);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(57, 184, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 82% 22%, rgba(255, 56, 100, 0.14), transparent 24rem),
    linear-gradient(135deg, #03040a 0%, #07152c 46%, #120811 100%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  content: "";
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

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

button {
  font: inherit;
}

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

#spark-canvas {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  mix-blend-mode: screen;
}

.cursor-glow {
  position: fixed;
  z-index: 4;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.35;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(57, 184, 255, 0.36), transparent 68%);
  filter: blur(12px);
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 226, 150, 0.2);
  border-radius: 999px;
  background: rgba(5, 8, 18, 0.62);
  box-shadow: 0 16px 52px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-grid;
  grid-template-columns: 44px auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand img {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 230, 161, 0.42);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 24px rgba(247, 199, 107, 0.28);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  color: rgba(255, 246, 222, 0.78);
  font-size: 0.9rem;
}

.main-nav a {
  position: relative;
  padding: 0.45rem 0;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  background: var(--gold);
  transition: transform 220ms ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.header-action,
.ghost-button,
.cta-button,
.mini-button {
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}

.header-action {
  padding: 0.78rem 1rem;
  border-radius: 999px;
  color: #150c04;
  font-weight: 800;
  background: linear-gradient(135deg, #fff0b5, #d89b35);
  box-shadow: 0 0 24px rgba(247, 199, 107, 0.28);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: 92svh;
  padding: clamp(7.4rem, 11vw, 10rem) max(24px, calc((100vw - 1180px) / 2)) 4rem;
  overflow: hidden;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(2, 4, 11, 0.82), rgba(6, 14, 32, 0.38), rgba(2, 4, 11, 0.82)),
    linear-gradient(0deg, rgba(2, 4, 11, 0.9), transparent 36%, rgba(2, 4, 11, 0.48)),
    url("assets/high-seas-banner.jpg") center / cover;
  transform: scale(1.03);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-rings {
  position: absolute;
  right: min(9vw, 120px);
  bottom: 11vh;
  width: 34rem;
  height: 34rem;
  z-index: -1;
  opacity: 0.82;
  pointer-events: none;
}

.hero-rings span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(247, 199, 107, 0.28);
  border-radius: 50%;
  animation: ringPulse 4.8s ease-in-out infinite;
}

.hero-rings span:nth-child(2) {
  inset: 14%;
  border-color: rgba(57, 184, 255, 0.3);
  animation-delay: -1.4s;
}

.hero-rings span:nth-child(3) {
  inset: 27%;
  border-color: rgba(255, 56, 100, 0.22);
  animation-delay: -2.7s;
}

.coin-field {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.coin-field span {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 237, 180, 0.9);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #fff6c6, #d99b32 58%, #7f4a0d);
  box-shadow: 0 0 20px rgba(247, 199, 107, 0.5);
  animation: coinFloat 9s linear infinite;
}

.coin-field span:nth-child(1) { left: 8%; bottom: 24%; animation-delay: -1s; }
.coin-field span:nth-child(2) { left: 19%; bottom: 16%; animation-delay: -4s; }
.coin-field span:nth-child(3) { left: 36%; bottom: 7%; animation-delay: -6s; }
.coin-field span:nth-child(4) { right: 16%; bottom: 23%; animation-delay: -2s; }
.coin-field span:nth-child(5) { right: 8%; bottom: 41%; animation-delay: -5s; }
.coin-field span:nth-child(6) { right: 31%; bottom: 12%; animation-delay: -8s; }
.coin-field span:nth-child(7) { left: 52%; bottom: 50%; animation-delay: -3s; }
.coin-field span:nth-child(8) { left: 28%; bottom: 45%; animation-delay: -7s; }

.hero-content {
  max-width: 740px;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.4rem, 10vw, 9rem);
  line-height: 0.86;
  letter-spacing: 0;
  text-shadow:
    0 0 18px rgba(247, 199, 107, 0.3),
    0 18px 42px rgba(0, 0, 0, 0.45);
}

h2 {
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.5rem;
  font-size: 1.12rem;
}

.hero-copy {
  max-width: 630px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}

.cta-button,
.ghost-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 1.35rem;
  border-radius: 999px;
  overflow: hidden;
  font-weight: 900;
}

.cta-button {
  color: #150c04;
  background: linear-gradient(135deg, #fff2b8, #f3bd55 42%, #9f5d16);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.25) inset,
    0 16px 34px rgba(247, 199, 107, 0.26);
  animation: buttonPulse 2.6s ease-in-out infinite;
}

.button-shine {
  position: absolute;
  inset: -45% auto -45% -35%;
  width: 34%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  animation: shine 2.9s ease-in-out infinite;
}

.ghost-button {
  border: 1px solid rgba(255, 246, 222, 0.26);
  color: var(--cream);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.slot-showpiece {
  position: relative;
  width: min(100%, 420px);
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(255, 226, 150, 0.32);
  border-radius: 24px;
  background:
    linear-gradient(140deg, rgba(10, 17, 39, 0.92), rgba(5, 7, 15, 0.78)),
    radial-gradient(circle at 20% 0%, rgba(57, 184, 255, 0.2), transparent 16rem);
  box-shadow:
    var(--shadow),
    0 0 80px rgba(57, 184, 255, 0.18);
  transform-style: preserve-3d;
  animation: machineFloat 5.5s ease-in-out infinite;
}

.slot-showpiece::before {
  position: absolute;
  inset: -2px;
  z-index: -1;
  content: "";
  border-radius: inherit;
  background: conic-gradient(from 90deg, var(--gold), var(--cyan), var(--ruby), var(--gold));
  filter: blur(16px);
  opacity: 0.35;
  animation: rotateGlow 7s linear infinite;
}

.machine-top,
.machine-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.machine-top {
  min-height: 48px;
  padding: 0 10px;
  color: var(--bright-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.status-light {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
  animation: lightBlink 1.4s ease-in-out infinite alternate;
}

.reel-window {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-height: 212px;
  padding: 14px;
  border: 1px solid rgba(255, 226, 150, 0.32);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.08)),
    radial-gradient(circle, rgba(57, 184, 255, 0.14), rgba(0, 0, 0, 0.52));
  overflow: hidden;
}

.reel {
  position: relative;
  display: grid;
  place-items: center;
  height: 184px;
  border-radius: 14px;
  color: #10101a;
  font-size: clamp(3.4rem, 7vw, 5rem);
  font-weight: 950;
  background:
    linear-gradient(180deg, #fff7dd, #e8bf71 34%, #fff9ea 52%, #b37522);
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.68),
    inset 0 -22px 42px rgba(91, 45, 0, 0.3);
  overflow: hidden;
}

.reel::before,
.reel::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 36%;
  content: "";
  z-index: 2;
  pointer-events: none;
}

.reel::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(9, 8, 12, 0.24), transparent);
}

.reel::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(9, 8, 12, 0.24), transparent);
}

.reel span {
  position: absolute;
  filter: drop-shadow(0 3px 0 rgba(255, 255, 255, 0.34));
}

.reel span:nth-child(2),
.reel span:nth-child(3) {
  opacity: 0;
}

.reel.spinning span {
  animation: reelSpin 0.18s linear infinite;
}

.machine-panel {
  min-height: 72px;
  padding: 14px 4px 0;
}

.mini-button {
  min-width: 74px;
  min-height: 42px;
  border-radius: 12px;
  color: #140c04;
  font-weight: 950;
  background: linear-gradient(135deg, #fff0b5, #e4a13b);
  box-shadow: 0 0 24px rgba(247, 199, 107, 0.2);
}

.meter {
  flex: 1;
  height: 11px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.meter span {
  display: block;
  width: var(--level);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ruby), var(--gold), var(--cyan));
  animation: meterGlow 1.8s ease-in-out infinite alternate;
}

#jackpot-counter {
  min-width: 96px;
  color: var(--bright-gold);
  text-align: right;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid rgba(255, 226, 150, 0.2);
  background: rgba(5, 8, 18, 0.72);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.ticker span {
  padding: 1rem 2rem;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  white-space: nowrap;
}

.jackpot-section,
.suite-section,
.games-section,
.final-banner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.jackpot-section,
.games-section {
  padding: clamp(4rem, 9vw, 7rem) 0;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 2rem;
}

.section-heading p:not(.eyebrow),
.suite-copy p {
  color: var(--muted);
  line-height: 1.75;
}

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

.jackpot-tile,
.game-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 20% 0%, rgba(247, 199, 107, 0.18), transparent 16rem);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
}

.jackpot-tile {
  min-height: 210px;
  padding: 1.4rem;
}

.jackpot-tile::after,
.game-card::after {
  position: absolute;
  inset: 0;
  content: "";
  transform: translateX(-120%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  animation: cardSweep 5.2s ease-in-out infinite;
}

.jackpot-tile:nth-child(2)::after { animation-delay: 1.1s; }
.jackpot-tile:nth-child(3)::after { animation-delay: 2.2s; }

.tile-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.7rem;
  border-radius: 50%;
  color: #120c04;
  font-size: 1.7rem;
  font-weight: 950;
  background: linear-gradient(135deg, #fff2b8, #c57a19);
}

.jackpot-tile p {
  margin-bottom: 0.35rem;
  color: var(--muted);
}

.jackpot-tile strong {
  display: block;
  color: var(--bright-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.jackpot-tile.hot {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 56, 100, 0.28), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
}

.suite-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.suite-image {
  position: relative;
}

.suite-image::before {
  position: absolute;
  inset: -18px;
  z-index: -1;
  content: "";
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(247, 199, 107, 0.44), rgba(57, 184, 255, 0.24), rgba(255, 56, 100, 0.2));
  filter: blur(18px);
}

.suite-image img {
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 226, 150, 0.26);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.8rem;
}

.feature-list span {
  min-height: 46px;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 246, 222, 0.14);
  border-radius: 8px;
  color: rgba(255, 246, 222, 0.88);
  background: rgba(255, 255, 255, 0.065);
}

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

.game-card {
  min-height: 330px;
  padding: 1rem;
}

.game-art {
  display: grid;
  place-items: center;
  height: 170px;
  margin-bottom: 1rem;
  border-radius: 6px;
  color: #120c04;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.4rem;
  font-weight: 950;
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.85), transparent 7rem),
    linear-gradient(135deg, #fff0b5, #c77917 62%, #342000);
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.32);
}

.game-art.emerald {
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.75), transparent 7rem),
    linear-gradient(135deg, #e6fff6, var(--emerald) 45%, #064433);
}

.game-art.ruby {
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.75), transparent 7rem),
    linear-gradient(135deg, #ffe3ea, var(--ruby) 46%, #4a0618);
}

.game-card p {
  color: var(--muted);
  line-height: 1.65;
}

.final-banner {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 1.2rem;
  align-items: center;
  margin-bottom: 4rem;
  padding: 1.3rem;
  border: 1px solid rgba(255, 226, 150, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 0% 50%, rgba(57, 184, 255, 0.18), transparent 18rem);
}

.final-banner img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
}

.final-banner h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(3, 72px);
  gap: 0.5rem;
}

.countdown span {
  display: grid;
  place-items: center;
  min-height: 72px;
  border: 1px solid rgba(255, 226, 150, 0.2);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.22);
}

.countdown strong {
  display: block;
  color: var(--bright-gold);
  font-size: 1.5rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(255, 226, 150, 0.16);
  color: rgba(255, 246, 222, 0.56);
  font-size: 0.9rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroDrift {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.5%, 1%, 0); }
}

@keyframes ringPulse {
  0%, 100% { transform: scale(0.86); opacity: 0.18; }
  50% { transform: scale(1.08); opacity: 0.72; }
}

@keyframes coinFloat {
  0% { transform: translate3d(0, 120px, 0) rotateY(0deg); opacity: 0; }
  12% { opacity: 1; }
  72% { opacity: 1; }
  100% { transform: translate3d(38px, -72vh, 0) rotateY(720deg); opacity: 0; }
}

@keyframes shine {
  0%, 25% { transform: translateX(0) rotate(18deg); }
  70%, 100% { transform: translateX(520%) rotate(18deg); }
}

@keyframes buttonPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 16px 34px rgba(247, 199, 107, 0.26); }
  50% { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(247, 199, 107, 0.42); }
}

@keyframes machineFloat {
  0%, 100% { transform: translateY(0) rotateX(0deg) rotateY(-4deg); }
  50% { transform: translateY(-14px) rotateX(1deg) rotateY(3deg); }
}

@keyframes rotateGlow {
  to { transform: rotate(360deg); }
}

@keyframes lightBlink {
  to { opacity: 0.42; transform: scale(0.82); }
}

@keyframes reelSpin {
  0% { transform: translateY(-130%); opacity: 0; }
  22% { opacity: 1; }
  50% { transform: translateY(0); opacity: 1; }
  78% { opacity: 1; }
  100% { transform: translateY(130%); opacity: 0; }
}

@keyframes meterGlow {
  to { filter: saturate(1.4) brightness(1.24); }
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

@keyframes cardSweep {
  0%, 45% { transform: translateX(-120%) skewX(-18deg); }
  78%, 100% { transform: translateX(220%) skewX(-18deg); }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .suite-section {
    grid-template-columns: 1fr;
  }

  .slot-showpiece {
    width: min(100%, 440px);
    margin: 1rem 0 0;
  }

  .jackpot-grid,
  .game-strip {
    grid-template-columns: 1fr;
  }

  .final-banner {
    grid-template-columns: 72px 1fr;
  }

  .final-banner img {
    width: 72px;
    height: 72px;
  }

  .countdown {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 8px;
  }

  .brand {
    grid-template-columns: 38px auto;
    font-size: 0.72rem;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .header-action {
    padding: 0.7rem 0.78rem;
    font-size: 0.82rem;
  }

  .hero {
    padding-inline: 16px;
    padding-top: 6.8rem;
    min-height: 96svh;
  }

  h1 {
    font-size: clamp(3.6rem, 17vw, 5.2rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cta-button,
  .ghost-button {
    width: 100%;
  }

  .slot-showpiece {
    padding: 12px;
  }

  .reel-window {
    min-height: 168px;
    gap: 7px;
  }

  .reel {
    height: 140px;
  }

  .machine-panel {
    flex-wrap: wrap;
  }

  #jackpot-counter {
    width: 100%;
    text-align: left;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }
}

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