.arcade-page {
  background:
    radial-gradient(circle at 74% 8%, rgba(52, 39, 76, .18), transparent 25%),
    radial-gradient(circle at 15% 24%, rgba(26, 97, 101, .1), transparent 28%),
    var(--bg);
}

.arcade-page .site-header {
  background: rgba(7, 7, 8, .91);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.arcade-page .site-nav .nav-current {
  color: var(--gold-light);
}

.arcade-page .site-nav .nav-current::after {
  right: 0;
}

.arcade-shell {
  width: min(1370px, 100%);
  margin: 0 auto;
}

.arcade-hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(132px, 12vw, 184px) clamp(22px, 4.8vw, 76px) clamp(90px, 9vw, 135px);
  overflow: hidden;
  isolation: isolate;
}

.arcade-grid-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
    radial-gradient(circle at 73% 30%, rgba(203, 162, 91, .12), transparent 22%),
    linear-gradient(150deg, #070708 8%, #08090b 54%, #080608);
  background-size: 48px 48px, 48px 48px, auto, auto;
  mask-image: linear-gradient(to bottom, #000 0 88%, transparent 100%);
}

.arcade-hero-art {
  position: absolute;
  top: clamp(78px, 8vw, 122px);
  right: clamp(-230px, -9vw, -72px);
  z-index: -1;
  width: min(63vw, 880px);
  height: auto;
  opacity: .14;
  filter: saturate(.78) contrast(1.08);
  mix-blend-mode: screen;
  pointer-events: none;
  transform: rotate(-2deg);
  mask-image: radial-gradient(ellipse at center, #000 23%, rgba(0, 0, 0, .86) 54%, transparent 79%);
}

.arcade-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(400px, .72fr);
  align-items: center;
  gap: clamp(52px, 8vw, 126px);
}

.arcade-kicker {
  margin: 34px 0 15px;
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.arcade-intro h1 {
  max-width: 860px;
  font-family: var(--display);
  font-size: clamp(72px, 10.2vw, 156px);
  font-weight: 700;
  letter-spacing: -.075em;
  line-height: .78;
  text-transform: uppercase;
}

.arcade-intro h1 span {
  color: var(--gold);
}

.arcade-lead {
  width: min(600px, 100%);
  margin-top: clamp(28px, 4vw, 48px);
  color: var(--ink-soft);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.8;
}

.arcade-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 35px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.arcade-principles span {
  flex: 1 1 140px;
  padding: 13px 16px 13px 0;
  color: rgba(243, 240, 233, .54);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.arcade-principles span::before {
  content: "+";
  margin-right: 11px;
  color: var(--gold);
}

.wallet-console {
  position: relative;
  padding: clamp(26px, 3.2vw, 43px);
  overflow: hidden;
  border: 1px solid rgba(203, 162, 91, .34);
  background:
    radial-gradient(circle at 84% 12%, rgba(203, 162, 91, .13), transparent 22%),
    linear-gradient(145deg, rgba(18, 19, 21, .98), rgba(7, 8, 9, .98));
  box-shadow: 0 34px 100px rgba(0, 0, 0, .48);
}

.wallet-console::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(243, 240, 233, .035);
}

.wallet-console > * {
  position: relative;
  z-index: 1;
}

.wallet-console-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.console-label,
.wallet-state small,
.wallet-stats dt {
  display: block;
  color: rgba(243, 240, 233, .4);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.wallet-console h2 {
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 33px);
  letter-spacing: -.045em;
}

.drc-coin {
  position: relative;
  flex: 0 0 auto;
  width: clamp(76px, 7.5vw, 110px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 3px solid #b98936;
  border-radius: 50%;
  background:
    radial-gradient(circle at 33% 26%, rgba(255, 240, 188, .44), transparent 17%),
    radial-gradient(circle, #8d6429, #2c2013 72%);
  box-shadow:
    0 0 0 4px #3f2e18,
    0 0 0 5px rgba(237, 212, 152, .7),
    0 20px 34px rgba(0, 0, 0, .42),
    0 0 34px rgba(203, 162, 91, .12);
}

.drc-coin::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(255, 230, 169, .62);
  border-radius: 50%;
}

.drc-coin span {
  color: #f0d28a;
  font-family: Georgia, serif;
  font-size: clamp(23px, 2.5vw, 38px);
  font-weight: 700;
  letter-spacing: -.08em;
  text-shadow: 0 2px 0 #493116;
}

.wallet-state {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 38px 0 22px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.wallet-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(243, 240, 233, .24);
}

.wallet-console.is-connected .wallet-dot {
  background: #4bb9a8;
  box-shadow: 0 0 14px rgba(75, 185, 168, .72);
}

.wallet-state strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .1em;
}

.wallet-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-bottom: 20px;
  background: var(--line);
}

.wallet-stats div {
  min-width: 0;
  padding: 17px;
  background: #090a0b;
}

.wallet-stats dd {
  margin-top: 7px;
  overflow: hidden;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(15px, 1.8vw, 22px);
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.holder-cosmetic-status {
  margin: -5px 0 19px;
  padding: 11px 13px;
  border-left: 2px solid var(--gold);
  background: rgba(203, 162, 91, .07);
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.55;
  text-transform: uppercase;
}

body[data-holder-tier="chrome-access"] .machine-console,
body[data-holder-tier="neon-access"] .machine-console,
body[data-holder-tier="crown-access"] .machine-console {
  border-color: rgba(244, 213, 139, .62);
  box-shadow: 0 38px 120px rgba(0, 0, 0, .4), 0 0 34px rgba(203, 162, 91, .08);
}

body[data-holder-tier="neon-access"] .arcade-floor {
  background:
    radial-gradient(circle at 14% 32%, rgba(47, 228, 215, .14), transparent 27%),
    radial-gradient(circle at 82% 64%, rgba(198, 82, 231, .1), transparent 24%),
    linear-gradient(180deg, #060809, #080809 58%, #070708);
}

body[data-holder-tier="neon-access"] .machine-credit-strip,
body[data-holder-tier="crown-access"] .machine-credit-strip {
  box-shadow: inset 3px 0 0 var(--gold), 0 0 28px rgba(64, 216, 211, .08);
}

body[data-holder-tier="crown-access"] .wallet-console {
  border-color: rgba(244, 213, 139, .78);
  background:
    radial-gradient(circle at 84% 12%, rgba(244, 213, 139, .24), transparent 25%),
    linear-gradient(145deg, rgba(31, 24, 13, .98), rgba(7, 8, 9, .98));
  box-shadow: 0 34px 100px rgba(0, 0, 0, .48), 0 0 44px rgba(203, 162, 91, .13);
}

body[data-holder-tier="crown-access"] .holder-cosmetic-status::before {
  content: "CROWN • ";
  color: var(--gold-light);
}

.wallet-connect,
.machine-action {
  width: 100%;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 19px;
  border: 1px solid var(--gold-light);
  background: var(--gold-light);
  color: #070708;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

.wallet-connect:hover,
.wallet-connect:focus-visible,
.machine-action:hover,
.machine-action:focus-visible {
  background: transparent;
  color: var(--gold-light);
  transform: translateY(-2px);
}

.wallet-connect:disabled,
.machine-action:disabled {
  border-color: rgba(243, 240, 233, .16);
  background: rgba(243, 240, 233, .08);
  color: rgba(243, 240, 233, .35);
  cursor: not-allowed;
  transform: none;
}

.wallet-secondary-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 9px;
}

.wallet-secondary-actions button,
.machine-bottomline button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: transparent;
  color: rgba(243, 240, 233, .6);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  cursor: pointer;
}

.wallet-secondary-actions button:disabled {
  color: rgba(243, 240, 233, .22);
  cursor: not-allowed;
}

.wallet-message {
  min-height: 32px;
  margin-top: 15px;
  color: rgba(243, 240, 233, .4);
  font-size: 8px;
  line-height: 1.65;
}

.wallet-message.is-error {
  color: #ef9a8c;
}

.unlock-section {
  margin-top: clamp(80px, 10vw, 145px);
}

.unlock-heading,
.machine-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, .46fr);
  align-items: end;
  gap: clamp(38px, 8vw, 120px);
}

.unlock-heading h2,
.machine-heading h2,
.arcade-safety h2 {
  margin-top: 21px;
  font-family: var(--display);
  font-size: clamp(52px, 7.2vw, 112px);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .82;
  text-transform: uppercase;
}

.unlock-heading h2 em,
.machine-heading h2 em,
.arcade-safety h2 em,
.machine-copy h3 em {
  color: var(--gold-light);
  font-style: normal;
}

.unlock-heading > p {
  padding-bottom: 6px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 47px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.tier-card {
  position: relative;
  min-height: 178px;
  padding: 24px;
  border-left: 1px solid var(--line);
  background: rgba(8, 9, 10, .64);
  transition: background .25s ease, border-color .25s ease;
}

.tier-card:last-child {
  border-right: 1px solid var(--line);
}

.tier-card > span {
  color: rgba(243, 240, 233, .34);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
}

.tier-card strong {
  display: block;
  margin-top: 45px;
  color: rgba(243, 240, 233, .55);
  font-family: var(--display);
  font-size: clamp(15px, 1.6vw, 21px);
  text-transform: uppercase;
}

.tier-card p {
  margin-top: 7px;
  color: rgba(243, 240, 233, .33);
  font-size: 9px;
}

.tier-card.is-active {
  border-color: rgba(203, 162, 91, .58);
  background:
    linear-gradient(145deg, rgba(203, 162, 91, .11), transparent 65%),
    #0a0a0b;
  box-shadow: 0 0 28px rgba(203, 162, 91, .05) inset;
}

.tier-card.is-active::after {
  content: "UNLOCKED";
  position: absolute;
  top: 21px;
  right: 20px;
  color: var(--gold-light);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .16em;
}

.tier-card.is-active strong,
.tier-card.is-active p {
  color: var(--ink);
}

.arcade-floor {
  padding: clamp(100px, 11vw, 170px) clamp(22px, 4.8vw, 76px);
  background:
    radial-gradient(circle at 12% 36%, rgba(22, 104, 109, .1), transparent 25%),
    linear-gradient(180deg, #070708, #080809 58%, #070708);
}

.credit-balance {
  align-self: end;
  padding: 22px 0 7px;
  border-top: 1px solid var(--line);
}

.credit-balance > span,
.credit-balance small {
  display: block;
  color: rgba(243, 240, 233, .38);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.credit-balance strong {
  display: block;
  margin: 8px 0 7px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(20px, 2.5vw, 35px);
  letter-spacing: -.035em;
}

.machine-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(45px, 6vw, 75px);
  border: 1px solid var(--line);
  background: #080809;
}

.machine-tab {
  min-width: 0;
  min-height: 104px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.machine-tab:last-child {
  border-right: 0;
}

.machine-tab > span,
.machine-tab small {
  color: rgba(243, 240, 233, .32);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.machine-tab strong {
  margin: 11px 0 5px;
  font-family: var(--display);
  font-size: clamp(13px, 1.35vw, 18px);
  text-transform: uppercase;
}

.machine-tab.is-active {
  background: linear-gradient(145deg, rgba(203, 162, 91, .16), rgba(203, 162, 91, .035));
  color: var(--gold-light);
}

.machine-tab:hover,
.machine-tab:focus-visible {
  background: rgba(203, 162, 91, .08);
}

.machine-console {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(203, 162, 91, .3);
  background: #08090a;
  box-shadow: 0 38px 120px rgba(0, 0, 0, .4);
}

.machine-topline,
.machine-bottomline {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 18px;
  color: rgba(243, 240, 233, .34);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.machine-topline {
  border-bottom: 1px solid var(--line);
}

.machine-topline span:first-child {
  color: rgba(203, 162, 91, .75);
}

.machine-bottomline {
  border-top: 1px solid var(--line);
}

.machine-panel {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(300px, .74fr) minmax(480px, 1.26fr);
  grid-template-rows: auto 1fr;
  align-items: stretch;
  background:
    linear-gradient(rgba(255, 255, 255, .016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .016) 1px, transparent 1px),
    radial-gradient(circle at 78% 40%, rgba(44, 117, 123, .11), transparent 31%),
    #08090a;
  background-size: 44px 44px, 44px 44px, auto, auto;
}

.machine-panel[hidden] {
  display: none;
}

.machine-credit-strip {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 14px clamp(24px, 4vw, 52px);
  border-bottom: 1px solid rgba(203, 162, 91, .34);
  background:
    linear-gradient(90deg, rgba(203, 162, 91, .13), rgba(203, 162, 91, .025) 48%, rgba(44, 117, 123, .08)),
    #0b0c0e;
  box-shadow: inset 3px 0 0 var(--gold);
}

.machine-credit-strip > span {
  color: rgba(246, 241, 230, .56);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.machine-credit-strip strong {
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(17px, 2vw, 24px);
  letter-spacing: -.02em;
  line-height: 1;
  white-space: nowrap;
}

.machine-credit-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.machine-fullscreen-button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(203, 162, 91, .42);
  background: rgba(203, 162, 91, .07);
  color: var(--gold-light);
  font-family: var(--body);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
  touch-action: manipulation;
}

.machine-fullscreen-button > span:first-child {
  font-size: 15px;
  line-height: 1;
}

.machine-fullscreen-button:hover,
.machine-fullscreen-button:focus-visible,
.machine-fullscreen-button[aria-pressed="true"] {
  border-color: var(--gold-light);
  background: rgba(203, 162, 91, .17);
  color: #fff7e6;
}

.machine-copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(34px, 5vw, 75px);
  border-right: 1px solid var(--line);
  background: linear-gradient(120deg, rgba(14, 15, 17, .96), rgba(8, 9, 10, .84));
}

.machine-number {
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .19em;
}

.machine-copy h3 {
  margin: 24px 0 26px;
  font-family: var(--display);
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: .84;
  text-transform: uppercase;
}

.machine-copy > p:not(.machine-number) {
  width: min(410px, 100%);
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.75;
}

.machine-result {
  width: 100%;
  min-height: 43px;
  margin-top: 31px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: rgba(243, 240, 233, .5);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.6;
  text-transform: uppercase;
}

.machine-result.is-win {
  color: var(--gold-light);
}

.slots-machine,
.roulette-machine,
.flip-machine {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 29px;
  padding: clamp(28px, 5vw, 68px);
}

.slot-cabinet {
  width: min(760px, 100%);
  padding: 10px;
  border: 1px solid rgba(237, 212, 152, .72);
  background:
    linear-gradient(135deg, rgba(203, 162, 91, .15), transparent 22% 78%, rgba(203, 162, 91, .12)),
    #070808;
  box-shadow:
    0 0 0 5px #13100b,
    0 0 0 6px rgba(237, 212, 152, .25),
    0 35px 70px rgba(0, 0, 0, .48);
}

.slot-marquee {
  min-height: 62px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(237, 212, 152, .32);
  background: radial-gradient(circle at 50% 120%, rgba(203, 162, 91, .22), transparent 62%);
  color: var(--gold-light);
  text-transform: uppercase;
}

.slot-marquee > span {
  width: 39px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  font-family: Georgia, serif;
  font-weight: 700;
}

.slot-marquee strong {
  font-family: var(--display);
  font-size: clamp(15px, 2.5vw, 26px);
  letter-spacing: .11em;
  text-align: center;
}

.slot-marquee small,
.slot-paytable,
.slot-lines {
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .15em;
}

.slot-reels {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  padding: 8px;
  overflow: hidden;
  background: #030404;
}

.slot-reels::before,
.slot-reels::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 8px;
  left: 8px;
  height: 1px;
  background: rgba(237, 212, 152, .38);
  pointer-events: none;
}

.slot-reels::before { top: 34.1%; }
.slot-reels::after { bottom: 34.1%; }

.slot-reel {
  min-width: 0;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 3px;
  border: 1px solid rgba(243, 240, 233, .1);
  background: #0a0b0c;
  transition: filter .18s ease, transform .18s ease;
}

.slot-cell {
  min-width: 0;
  aspect-ratio: 1.2;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(243, 240, 233, .06);
  background:
    radial-gradient(circle at 50% 45%, rgba(203, 162, 91, .1), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), transparent 45% 65%, rgba(0, 0, 0, .34));
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(21px, 4.5vw, 53px);
  font-weight: 700;
  text-shadow: 0 0 22px rgba(203, 162, 91, .22);
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.slot-cell:last-child { border-bottom: 0; }

.slot-cell[data-symbol="dr"] {
  font-family: Georgia, serif;
  font-size: clamp(18px, 3.7vw, 44px);
}

.slot-cell.is-winning {
  z-index: 2;
  background: radial-gradient(circle, rgba(247, 218, 143, .36), rgba(203, 162, 91, .08) 70%);
  color: #fff2c7;
  box-shadow: inset 0 0 0 2px var(--gold-light), 0 0 22px rgba(203, 162, 91, .45);
  animation: winning-cell .7s ease-in-out infinite alternate;
}

.slot-reels.is-spinning .slot-reel {
  filter: blur(1.5px);
  animation: reel-drive .12s linear infinite;
}

.slot-reels.is-spinning .slot-reel.is-stopped {
  filter: none;
  animation: reel-stop .22s ease-out;
}

.slot-lines {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  padding: 8px;
  color: rgba(243, 240, 233, .45);
  text-align: center;
}

.slot-lines span {
  padding: 5px;
  border: 1px solid rgba(203, 162, 91, .2);
}

.slot-paytable {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px 8px;
  border-top: 1px solid rgba(237, 212, 152, .2);
  color: rgba(243, 240, 233, .38);
}

@keyframes reel-drive {
  from { transform: translateY(-3px); opacity: .58; }
  to { transform: translateY(3px); opacity: 1; }
}

@keyframes reel-stop {
  0% { transform: translateY(-12px); }
  70% { transform: translateY(4px); }
  100% { transform: translateY(0); }
}

@keyframes winning-cell {
  to { filter: brightness(1.38); }
}

.machine-action {
  width: min(360px, 100%);
}

.choice-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  margin-top: 27px;
}

.choice-button {
  min-height: 45px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
}

.choice-button.is-selected {
  border-color: var(--gold);
  background: rgba(203, 162, 91, .1);
  color: var(--gold-light);
}

.roulette-number-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 4px;
  width: 100%;
  margin-top: 10px;
}

.roulette-number {
  min-height: 32px;
  border: 1px solid rgba(243, 240, 233, .11);
  background: #090a0b;
  color: var(--ink);
  font-size: 8px;
  font-weight: 800;
  cursor: pointer;
}

.roulette-number.is-gold { background: #704d1e; }
.roulette-number.is-green { grid-row: span 2; background: #244f40; }

.roulette-number.is-selected {
  border-color: #fff0bd;
  box-shadow: inset 0 0 0 1px var(--gold-light), 0 0 15px rgba(203, 162, 91, .24);
  color: #fff7da;
}

.roulette-bet-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 11px;
  color: rgba(243, 240, 233, .42);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.roulette-bet-status strong {
  flex: 1;
  color: var(--gold-light);
  text-align: right;
}

.roulette-bet-status button {
  border: 0;
  border-left: 1px solid rgba(243, 240, 233, .14);
  background: transparent;
  color: rgba(243, 240, 233, .62);
  padding: 3px 0 3px 12px;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.roulette-stage {
  position: relative;
  width: min(350px, 68vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.roulette-wheel {
  position: absolute;
  inset: 7%;
  display: grid;
  place-items: center;
  border: 8px solid #3a2a17;
  border-radius: 50%;
  background: var(--roulette-gradient, repeating-conic-gradient(#bd8a39 0deg 10deg, #090a0b 10deg 20deg));
  box-shadow:
    0 0 0 2px var(--gold-light),
    0 0 0 13px rgba(203, 162, 91, .17),
    0 28px 50px rgba(0, 0, 0, .44);
  transition: transform 2.35s cubic-bezier(.12, .68, .14, 1);
}

.roulette-wheel::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 24%;
  border: 2px solid rgba(237, 212, 152, .64);
  border-radius: 50%;
  background: #090a0b;
}

.roulette-pointer {
  content: "";
  position: absolute;
  z-index: 6;
  top: -3px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 25px solid var(--gold-light);
  transform: translateX(-50%);
}

.roulette-pockets {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.roulette-pocket {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 50%;
  box-sizing: border-box;
  padding-top: clamp(30px, 9vw, 36px);
  color: rgba(255, 248, 221, .92);
  font-size: 7px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 2px #000;
  transform: translate(-50%, -100%) rotate(var(--pocket-angle));
  transform-origin: 50% 100%;
}

.machine-action strong { font: inherit; }

.roulette-ball-track {
  position: absolute;
  z-index: 5;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 2.35s cubic-bezier(.06, .72, .1, 1);
}

.roulette-ball-track i {
  position: absolute;
  top: 3.2%;
  left: 50%;
  width: 13px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, #d6d1c4 48%, #5e5b54 100%);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .75), 0 0 10px rgba(255, 255, 255, .32);
  transform: translateX(-50%);
}

.roulette-ball-track.is-rolling i {
  animation: ball-rattle .19s ease-in-out infinite alternate;
}

@keyframes ball-rattle {
  to { transform: translate(-50%, 5px) scale(.9); }
}

.roulette-center {
  position: relative;
  z-index: 2;
  width: 43%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: clamp(26px, 4.5vw, 50px);
  font-weight: 700;
}

.roulette-center span { transform: translateY(5px); }

.roulette-center small {
  margin-top: -15px;
  font-family: var(--body);
  font-size: 5px;
  letter-spacing: .18em;
}

.flip-coin {
  position: relative;
  width: min(280px, 62vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 9px solid #a4732d;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 244, 205, .48), transparent 15%),
    radial-gradient(circle, #8d6429, #291d10 73%);
  box-shadow:
    0 0 0 3px var(--gold-light),
    0 0 0 13px rgba(203, 162, 91, .12),
    0 30px 54px rgba(0, 0, 0, .48);
  transform-style: preserve-3d;
}

.flip-coin::after {
  content: "CHROME";
  position: absolute;
  inset: 18px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(255, 231, 170, .5);
  border-radius: 50%;
  color: transparent;
  font-size: 12px;
}

.flip-coin span {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: clamp(56px, 9vw, 102px);
  font-weight: 700;
  letter-spacing: -.08em;
  text-shadow: 0 3px 0 #493116;
}

.flip-coin.is-flipping {
  animation: coin-flip .85s cubic-bezier(.2, .7, .2, 1);
}

.flip-coin.is-chrome {
  border-color: #bfc6c8;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .72), transparent 15%),
    radial-gradient(circle, #b9c0c1, #3a4042 73%);
  box-shadow:
    0 0 0 3px #eef3f3,
    0 0 0 13px rgba(220, 229, 230, .12),
    0 30px 54px rgba(0, 0, 0, .48);
}

.flip-coin.is-chrome span {
  font-size: 0;
}

.flip-coin.is-chrome span::after {
  content: "CHROME";
  color: #eef3f3;
  font-family: var(--display);
  font-size: clamp(24px, 4vw, 42px);
  letter-spacing: -.04em;
  text-shadow: 0 2px 0 #252a2b;
}

@keyframes coin-flip {
  0% { transform: rotateY(0) translateY(0); }
  45% { transform: rotateY(810deg) translateY(-48px) scale(.82); }
  100% { transform: rotateY(1440deg) translateY(0); }
}

.arcade-safety {
  margin-top: clamp(100px, 11vw, 160px);
  padding-top: clamp(58px, 7vw, 92px);
  border-top: 1px solid var(--line);
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.safety-grid article {
  min-height: 225px;
  padding: 26px;
  border-left: 1px solid var(--line);
}

.safety-grid article:last-child {
  border-right: 1px solid var(--line);
}

.safety-grid span {
  color: var(--gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
}

.safety-grid strong {
  display: block;
  margin: 64px 0 11px;
  font-family: var(--display);
  font-size: 19px;
  text-transform: uppercase;
}

.safety-grid p {
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.7;
}

.arcade-footer {
  background: #070708;
}

@media (max-width: 1120px) {
  .arcade-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .76fr);
    gap: 45px;
  }

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

  .tier-card:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .tier-card:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .machine-panel {
    grid-template-columns: minmax(300px, .82fr) minmax(420px, 1.18fr);
  }
}

@media (max-width: 900px) {
  .arcade-hero-grid,
  .unlock-heading,
  .machine-heading,
  .machine-panel {
    grid-template-columns: 1fr;
  }

  .arcade-intro h1 {
    font-size: clamp(76px, 16vw, 130px);
  }

  .wallet-console {
    width: min(650px, 100%);
  }

  .machine-copy {
    min-height: 380px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .machine-credit-strip {
    min-height: 58px;
    padding-inline: 22px;
  }

  .machine-credit-strip strong {
    font-size: 17px;
  }

  .machine-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .machine-tab:nth-child(2) {
    border-right: 0;
  }

  .machine-tab:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .slots-machine,
  .roulette-machine,
  .flip-machine {
    min-height: 560px;
  }
}

@media (max-width: 700px) {
  .arcade-hero {
    padding: 116px 18px 82px;
  }

  .arcade-hero-art {
    top: 118px;
    right: -47vw;
    width: 128vw;
    opacity: .08;
  }

  .arcade-floor {
    padding: 90px 18px 110px;
  }

  .arcade-kicker {
    margin-top: 27px;
  }

  .arcade-intro h1 {
    font-size: clamp(66px, 23vw, 102px);
    line-height: .77;
  }

  .arcade-lead {
    font-size: 13px;
  }

  .arcade-principles {
    display: grid;
    grid-template-columns: 1fr;
  }

  .arcade-principles span + span {
    border-top: 1px solid rgba(243, 240, 233, .07);
  }

  .wallet-console {
    padding: 24px 20px;
  }

  .wallet-console-head {
    align-items: center;
  }

  .wallet-stats {
    grid-template-columns: 1fr;
  }

  .wallet-secondary-actions {
    grid-template-columns: 1fr;
  }

  .unlock-heading h2,
  .machine-heading h2,
  .arcade-safety h2 {
    font-size: clamp(49px, 17vw, 74px);
  }

  .tier-grid,
  .machine-tabs,
  .safety-grid {
    grid-template-columns: 1fr;
  }

  .tier-card,
  .tier-card:nth-child(2),
  .tier-card:last-child,
  .safety-grid article,
  .safety-grid article:last-child {
    border-right: 1px solid var(--line);
  }

  .tier-card + .tier-card,
  .safety-grid article + article {
    border-top: 1px solid var(--line);
  }

  .tier-card {
    min-height: 150px;
  }

  .tier-card strong {
    margin-top: 32px;
  }

  .credit-balance {
    margin-top: 28px;
  }

  .machine-tab,
  .machine-tab:nth-child(2) {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .machine-tab:last-child {
    border-bottom: 0;
  }

  .machine-topline,
  .machine-bottomline {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .machine-bottomline button {
    width: 100%;
  }

  .machine-copy {
    min-height: 345px;
    padding: 34px 24px;
  }

  .machine-credit-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .machine-credit-actions {
    width: 100%;
    justify-content: space-between;
  }

  .machine-copy h3 {
    font-size: clamp(43px, 14vw, 66px);
  }

  .slots-machine,
  .roulette-machine,
  .flip-machine {
    min-height: 465px;
    padding: 31px 14px;
  }

  .slot-reels {
    gap: 2px;
    padding: 5px;
  }

  .slot-reel {
    gap: 2px;
  }

  .slot-cell {
    aspect-ratio: .85;
    font-size: clamp(19px, 7.5vw, 37px);
  }

  .slot-cell[data-symbol="dr"] {
    font-size: clamp(15px, 6vw, 30px);
  }

  .slot-marquee {
    grid-template-columns: auto 1fr;
  }

  .slot-marquee small {
    display: none;
  }

  .slot-paytable {
    flex-wrap: wrap;
  }

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

  .roulette-number {
    min-height: 35px;
  }

  .roulette-stage {
    width: min(330px, 82vw);
  }

  .safety-grid article {
    min-height: 185px;
  }

  .safety-grid strong {
    margin-top: 42px;
  }
}

body.arcade-fullscreen-lock {
  overflow: hidden;
  overscroll-behavior: none;
}

body.arcade-fullscreen-lock .machine-console {
  overflow: visible;
  transform: none;
}

.machine-panel:fullscreen,
.machine-panel:-webkit-full-screen,
.machine-panel.is-pseudo-fullscreen {
  width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  max-width: none;
  grid-template-rows: auto minmax(0, 1fr);
  border: 0;
  background-color: #08090a;
  overflow: auto;
  overscroll-behavior: contain;
}

.machine-panel.is-pseudo-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.machine-panel:fullscreen .machine-credit-strip,
.machine-panel:-webkit-full-screen .machine-credit-strip,
.machine-panel.is-pseudo-fullscreen .machine-credit-strip {
  position: sticky;
  top: 0;
  z-index: 20;
}

@media (max-width: 900px) {
  .machine-panel:fullscreen,
  .machine-panel:-webkit-full-screen,
  .machine-panel.is-pseudo-fullscreen {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(0, 1fr);
  }

  .machine-panel:fullscreen .machine-copy,
  .machine-panel:-webkit-full-screen .machine-copy,
  .machine-panel.is-pseudo-fullscreen .machine-copy {
    min-height: auto;
    padding: 24px;
  }

  .machine-panel:fullscreen .machine-copy h3,
  .machine-panel:-webkit-full-screen .machine-copy h3,
  .machine-panel.is-pseudo-fullscreen .machine-copy h3 {
    margin: 13px 0 15px;
    font-size: clamp(35px, 9vw, 58px);
  }

  .machine-panel:fullscreen .slots-machine,
  .machine-panel:fullscreen .roulette-machine,
  .machine-panel:fullscreen .flip-machine,
  .machine-panel:-webkit-full-screen .slots-machine,
  .machine-panel:-webkit-full-screen .roulette-machine,
  .machine-panel:-webkit-full-screen .flip-machine,
  .machine-panel.is-pseudo-fullscreen .slots-machine,
  .machine-panel.is-pseudo-fullscreen .roulette-machine,
  .machine-panel.is-pseudo-fullscreen .flip-machine {
    min-height: min(560px, calc(100dvh - 210px));
  }
}

@media (orientation: landscape) and (max-height: 700px) {
  .machine-panel:fullscreen,
  .machine-panel:-webkit-full-screen,
  .machine-panel.is-pseudo-fullscreen {
    grid-template-columns: minmax(260px, .72fr) minmax(380px, 1.28fr);
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
  }

  .machine-panel:fullscreen .machine-credit-strip,
  .machine-panel:-webkit-full-screen .machine-credit-strip,
  .machine-panel.is-pseudo-fullscreen .machine-credit-strip {
    min-height: 48px;
    padding: 6px 16px;
    flex-direction: row;
  }

  .machine-panel:fullscreen .machine-copy,
  .machine-panel:-webkit-full-screen .machine-copy,
  .machine-panel.is-pseudo-fullscreen .machine-copy {
    min-height: 0;
    padding: 16px 20px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    overflow: auto;
  }

  .machine-panel:fullscreen .machine-copy h3,
  .machine-panel:-webkit-full-screen .machine-copy h3,
  .machine-panel.is-pseudo-fullscreen .machine-copy h3 {
    margin: 9px 0 11px;
    font-size: clamp(29px, 7vh, 43px);
  }

  .machine-panel:fullscreen .machine-copy > p:not(.machine-number),
  .machine-panel:-webkit-full-screen .machine-copy > p:not(.machine-number),
  .machine-panel.is-pseudo-fullscreen .machine-copy > p:not(.machine-number) {
    font-size: 9px;
    line-height: 1.45;
  }

  .machine-panel:fullscreen .slots-machine,
  .machine-panel:fullscreen .roulette-machine,
  .machine-panel:fullscreen .flip-machine,
  .machine-panel:-webkit-full-screen .slots-machine,
  .machine-panel:-webkit-full-screen .roulette-machine,
  .machine-panel:-webkit-full-screen .flip-machine,
  .machine-panel.is-pseudo-fullscreen .slots-machine,
  .machine-panel.is-pseudo-fullscreen .roulette-machine,
  .machine-panel.is-pseudo-fullscreen .flip-machine {
    min-height: 0;
    height: 100%;
    padding: 14px;
    overflow: auto;
  }

  .machine-panel:fullscreen .roulette-stage,
  .machine-panel:-webkit-full-screen .roulette-stage,
  .machine-panel.is-pseudo-fullscreen .roulette-stage {
    width: min(270px, 62vh);
  }
}

@media (prefers-reduced-motion: reduce) {
  .slot-reels.is-spinning .slot-reel,
  .slot-cell.is-winning,
  .roulette-ball-track.is-rolling i,
  .flip-coin.is-flipping {
    animation: none;
  }

  .roulette-wheel,
  .roulette-ball-track {
    transition: none;
  }
}
