:root {
  color-scheme: dark;
  --cabinet-red: #d91417;
  --cabinet-red-dark: #97080b;
  --chrome: #d8d5ca;
  --ink: #07101b;
  --glass: rgba(154, 214, 226, 0.18);
  --yellow: #ffc629;
  --cyan: #19c6d2;
  --joystick-base: #ffc629;
  --joystick-gate-art: url("assets/joystick-gate.png");
  --logo-background-top: #f71f22;
  --logo-background-bottom: #a90710;
  --marquee-accent: #ffc629;
  --cabinet-back-art: url("assets/machine-back.png");
  --cabinet-front-art: url("assets/machine-front.png");
  --cabinet-front-gold-art: url("assets/machine-front-gold.webp");
  --cabinet-shell-art: none;
  --cabinet-underlay-art: none;
  --cabinet-interior-art: none;
  --control-joystick-ring-art: url("assets/control-joystick-ring.png");
  --control-button-ring-art: url("assets/control-button-ring.png");
  --control-timer-frame-art: url("assets/control-timer-frame.png");
  --drop-area-art: url("assets/drop-area.png");
  --outer-trim-art: url("assets/outer-trim.png");
  --prize-chute-back-art: url("assets/prize-chute-back.png");
  --prize-chute-frame-art: url("assets/prize-chute-frame.png");
  --track-art: url("assets/track.png");
  --powerbox-art: url("assets/powerbox.png");
  --cable-art: url("assets/cable.png");
  --arcade-room-art: url("assets/arcade-carpet-bg.jpg");
  --machine-width: 650;
  --machine-height: 1030;
  --machine-max-width: 650px;
  --machine-viewport-pad: 56px;
  --marquee-inset-x: 6%;
  --marquee-height: 16.4%;
  --top-lip-y: 13.6%;
  --glass-inset-x: 8.3%;
  --glass-top: 16%;
  --glass-height: 48.5%;
  --panel-inset-x: 3%;
  --panel-top: 61.5%;
  --panel-bottom: 2.1%;
  --bottom-lip-height: 3.7%;
  --claw-x: 85;
  --claw-y: 0cqw;
  --claw-swing: 0deg;
  --depth-scale: 1;
  --depth-lift: 3.69cqw;
  --crane-y: 0cqw;
  --rail-x: 0cqw;
  --drop-transition: 940ms;
  --hoist-transition: 1180ms;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #05080d;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background:
    radial-gradient(ellipse at 50% -12%, rgba(30, 98, 134, 0.24), transparent 42rem),
    radial-gradient(circle at 16% 20%, rgba(255, 199, 42, 0.14), transparent 24rem),
    radial-gradient(circle at 84% 18%, rgba(25, 198, 210, 0.13), transparent 25rem),
    linear-gradient(180deg, rgba(5, 8, 13, 0.78) 0%, rgba(5, 8, 13, 0.36) 46%, rgba(5, 8, 13, 0.08) 100%),
    var(--arcade-room-art) center bottom / cover no-repeat,
    #05080d;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button {
  font: inherit;
}

.machine.platform-paused,
.machine.platform-paused * {
  animation-play-state: paused !important;
  transition-duration: 0ms !important;
}

.arcade-shell {
  position: relative;
  width: min(94vw, 780px);
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 28px 0;
  overflow: hidden;
}

.arcade-shell::before,
.arcade-shell::after {
  content: "";
  display: none;
  position: absolute;
  top: 7%;
  bottom: 8%;
  width: min(25vw, 320px);
  border-radius: 38px;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 198, 41, 0.2), transparent 3.1rem),
    radial-gradient(circle at 78% 26%, rgba(25, 198, 210, 0.16), transparent 3.3rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045), transparent 34%),
    repeating-linear-gradient(180deg, transparent 0 78px, rgba(255, 255, 255, 0.022) 78px 80px, transparent 80px 156px),
    linear-gradient(180deg, rgba(11, 23, 34, 0.34), rgba(5, 9, 15, 0.12));
  box-shadow:
    inset 0 0 30px rgba(255, 255, 255, 0.035),
    0 24px 48px rgba(0, 0, 0, 0.18);
  filter: blur(0.4px);
}

.arcade-shell::before {
  right: calc(50% + 390px);
}

.arcade-shell::after {
  left: calc(50% + 390px);
  transform: scaleX(-1);
}

.machine {
  position: relative;
  width: min(100%, var(--machine-max-width), calc((100svh - var(--machine-viewport-pad)) * var(--machine-width) / var(--machine-height)));
  aspect-ratio: var(--machine-width) / var(--machine-height);
  container-type: inline-size;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.45));
  background-image: var(--cabinet-underlay-art), var(--cabinet-shell-art);
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, 100% 100%;
  isolation: isolate;
  transform: translateZ(0);
}

.machine.is-booting {
  opacity: 0;
}

.machine.is-booted {
  opacity: 1;
  transition: opacity 120ms ease-out;
}

.machine.has-cabinet-shell {
  --crane-y: 3.8cqw;
  --rail-x: -0.5cqw;
  background-position: center bottom, center bottom;
  background-size: 100% 102.2%, 100% 102.2%;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.48));
}

.machine.has-cabinet-shell::before,
.machine.has-cabinet-shell::after {
  display: none;
}

.machine.has-cabinet-back {
  background-image: var(--cabinet-back-art);
  background-position: center;
  background-size: 100% 100%;
}

.machine.has-cabinet-front::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: var(--cabinet-front-art) center / 100% 100% no-repeat;
  box-shadow: none;
  opacity: 1;
  pointer-events: none;
  transform: none;
  z-index: 11;
}

.machine.gold-cabinet-active.has-cabinet-front::after {
  inset: 0 1px 0 -1px;
  background: var(--cabinet-front-gold-art) center / 100% 100% no-repeat;
  filter: drop-shadow(0 0 0.92cqw rgba(255, 210, 74, 0.38));
}

.machine::before,
.machine::after {
  content: "";
  position: absolute;
  bottom: 10.8%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd447;
  box-shadow:
    26px 12px 0 var(--cyan),
    55px -2px 0 #e2373b,
    110px 18px 0 var(--marquee-accent),
    150px 3px 0 var(--cyan);
  opacity: 0.72;
  z-index: -1;
}

.machine::before {
  left: -8%;
}

.machine::after {
  right: -8%;
  transform: scaleX(-1);
}

.marquee {
  position: absolute;
  inset: 0 var(--marquee-inset-x) auto;
  height: var(--marquee-height);
  display: grid;
  grid-template-columns: 1fr 2.4fr 1fr;
  align-items: center;
  padding: 2.8% 7% 5.2%;
  border: 4px solid rgba(255, 255, 255, 0.42);
  border-bottom: 0;
  border-radius: 48px 48px 0 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 212, 71, 0.18), transparent 10%),
    radial-gradient(circle at 82% 18%, rgba(25, 198, 210, 0.16), transparent 10%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 20%),
    linear-gradient(135deg, #16293e, #071322 70%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.13),
    inset 0 -14px 20px rgba(0, 0, 0, 0.22);
  z-index: 5;
}

.machine.has-cabinet-shell .marquee {
  inset: 0;
  height: 21%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
  z-index: 18;
}

.machine.has-cabinet-shell .marquee::before,
.machine.has-cabinet-shell .marquee::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.machine.has-cabinet-shell .marquee::before {
  content: none;
}

.machine.has-cabinet-shell .marquee::after {
  content: none;
}

.machine.has-cabinet-shell .mini-joystick {
  position: absolute;
  display: none;
  left: 17.4%;
  top: 10.02cqw;
  width: 10.5cqw;
  height: 6.8cqw;
  opacity: 0.84;
  filter: drop-shadow(0 0.18cqw 0 rgba(0, 0, 0, 0.42));
  transform: perspective(70px) rotateX(46deg) scale(0.82);
  transform-origin: center;
  z-index: 2;
}

.machine.has-cabinet-shell .button-pair {
  position: absolute;
  display: none;
  right: 17.7%;
  top: 10.48cqw;
  gap: 0.84cqw;
  opacity: 0.88;
  filter: drop-shadow(0 0.18cqw 0 rgba(0, 0, 0, 0.42));
  z-index: 2;
}

.machine.has-cabinet-shell .button-pair span {
  width: 3.35cqw;
  height: 2.3cqw;
  box-shadow:
    0 0.34cqw 0 #3b3d40,
    0 0.51cqw 0 rgba(0, 0, 0, 0.34);
}

.machine.has-cabinet-shell .logo {
  display: none;
  position: absolute;
  left: 50%;
  top: 9.78cqw;
  width: 28.8cqw;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  clip-path: none;
  transform: translateX(-50%);
  color: #ffd23a;
  text-shadow: none;
  filter:
    drop-shadow(0 0.22cqw 0 rgba(3, 8, 15, 0.9))
    drop-shadow(0 0.08cqw 0.18cqw rgba(255, 231, 80, 0.24));
}

.machine.has-cabinet-shell .logo-mini,
.machine.has-cabinet-shell .logo strong,
.machine.has-cabinet-shell .logo strong span {
  transform: none;
  -webkit-text-stroke: 0.18cqw #07101b;
  paint-order: stroke fill;
}

.machine.has-cabinet-shell .logo-mini {
  font-size: 3.18cqw;
  line-height: 0.76;
}

.machine.has-cabinet-shell .logo-arcade {
  font-size: 4.42cqw;
  line-height: 0.76;
}

.machine.has-cabinet-shell .logo-company {
  font-size: 4.18cqw;
  line-height: 0.76;
}

.logo {
  justify-self: center;
  min-width: 36.6cqw;
  padding: 0.9cqw 2.45cqw 1.2cqw;
  border: 0.62cqw solid #102237;
  outline: 0.46cqw solid var(--cyan);
  background: linear-gradient(180deg, var(--logo-background-top), var(--logo-background-bottom));
  color: var(--yellow);
  text-align: center;
  text-shadow: 0 0.46cqw 0 #08111d, 0.31cqw 0 0 #08111d, -0.31cqw 0 0 #08111d;
  transform: skew(-5deg);
  clip-path: polygon(11% 0, 89% 0, 100% 100%, 0 100%);
}

.logo > span,
.logo strong {
  display: block;
  transform: skew(5deg);
  line-height: 0.9;
  letter-spacing: 0;
}

.logo strong span {
  display: block;
}

.logo > span {
  font-size: min(6.4cqw, 2.9rem);
  font-weight: 950;
}

.logo strong {
  font-size: min(6cqw, 2.72rem);
  font-weight: 950;
}

.mini-joystick {
  position: relative;
  width: 10.5cqw;
  height: 6.8cqw;
  justify-self: start;
  border-radius: 6px;
  background: linear-gradient(145deg, #6d7780, #1a2631);
  transform: perspective(70px) rotateX(44deg);
  box-shadow: inset 0 0 0 3px #05101a;
}

.mini-joystick::before,
.mini-joystick::after {
  content: "";
  position: absolute;
  bottom: 1.5cqw;
  width: 1.4cqw;
  height: 1.4cqw;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 7.1cqw 0 #ffcc2f;
}

.mini-joystick::before {
  left: 1.7cqw;
}

.mini-joystick span {
  position: absolute;
  left: 4.5cqw;
  bottom: 3.4cqw;
  width: 1.4cqw;
  height: 6.8cqw;
  border-radius: 999px;
  background: #e7edf0;
  transform: rotate(-2deg);
  transform-origin: bottom;
}

.mini-joystick span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -3.2cqw;
  width: 4.8cqw;
  height: 4.8cqw;
  border-radius: 999px;
  background: radial-gradient(circle at 34% 26%, #ff7d7d, #f2131c 62%, #77070a);
  transform: translateX(-50%);
  box-shadow: 0 2px 0 #2c0508;
}

.button-pair {
  justify-self: end;
  display: flex;
  gap: 2cqw;
  align-items: center;
}

.button-pair span {
  width: 5.2cqw;
  height: 3.5cqw;
  border-radius: 999px;
  background: radial-gradient(circle at 42% 27%, #fff4b7, #ffc42d 56%, #755309);
  box-shadow: 0 7px 0 #363b40, 0 9px 0 rgba(0, 0, 0, 0.35);
}

.button-pair span:last-child {
  background: radial-gradient(circle at 42% 27%, #ffb9b9, #ff2029 56%, #7c0508);
}

.top-lip,
.bottom-lip {
  position: absolute;
  left: 3.5%;
  right: 3.5%;
  height: 5.8%;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4248 4%, #dc0f16 48%, #850207 100%);
  box-shadow: inset 0 10px 15px rgba(255, 255, 255, 0.16), 0 8px 12px rgba(0, 0, 0, 0.32);
  z-index: 8;
}

.top-lip {
  top: var(--top-lip-y);
}

.machine.has-cabinet-shell .top-lip,
.machine.has-cabinet-shell .bottom-lip {
  display: none;
}

.bottom-lip {
  bottom: 0;
  height: var(--bottom-lip-height);
  background: linear-gradient(180deg, #fbfbf2, #9d9c91 55%, #f1eee2);
  display: none;
}

.rear-claw-case,
.glass-case {
  position: absolute;
  left: var(--glass-inset-x);
  right: var(--glass-inset-x);
  top: var(--glass-top);
  height: var(--glass-height);
  overflow: hidden;
  contain: layout paint;
}

.rear-claw-case {
  z-index: 4;
  pointer-events: none;
  border-left: 3.08cqw solid transparent;
  border-right: 3.08cqw solid transparent;
}

.glass-case {
  z-index: 6;
  border-left: 3.08cqw solid var(--chrome);
  border-right: 3.08cqw solid var(--chrome);
  background:
    var(--cabinet-interior-art),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 9% 91%, rgba(0, 0, 0, 0.24)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18%, rgba(255, 255, 255, 0.035) 18% 18.3%, transparent 18.3% 82%, rgba(255, 255, 255, 0.035) 82% 82.3%, transparent 82.3%),
    linear-gradient(180deg, transparent 0 60%, rgba(255, 255, 255, 0.04) 60.4%, transparent 60.8%),
    radial-gradient(circle at 50% 88%, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.12), transparent 21%),
    linear-gradient(180deg, rgba(27, 43, 57, 0.88), rgba(7, 15, 23, 0.95));
  background-position: center, center, center, center, center, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100% 100%, auto, auto, auto, auto, auto, auto;
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.68);
}

.machine.has-cabinet-shell .rear-claw-case,
.machine.has-cabinet-shell .glass-case {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  pointer-events: none;
}

.machine.has-cabinet-shell .rear-claw-case {
  z-index: 4;
}

.machine.has-cabinet-shell .glass-case {
  z-index: 7;
}

.prize-bay-layer > .rear-claw-case {
  inset: 0;
  width: auto;
  height: auto;
  z-index: 10;
}

.machine.has-cabinet-shell .prize-bay-layer > .rear-claw-case {
  z-index: 10;
}

.machine[data-depth="1"] .prize-bay-layer > .rear-claw-case {
  z-index: 40;
}

.machine[data-depth="2"] .prize-bay-layer > .rear-claw-case {
  z-index: 70;
}

.machine.has-cabinet-shell .glass-case::after {
  display: none;
}

.glass-case.bump {
  animation: glass-bump 210ms ease-out;
}

.glass-case::before {
  display: none;
}

.glass-case::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 1%;
  height: 34%;
  border-radius: 10px 10px 8px 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent 14% 86%, rgba(0, 0, 0, 0.17)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 15%, rgba(0, 0, 0, 0.28)),
    linear-gradient(105deg, rgba(255, 255, 255, 0.08), transparent 38%);
  opacity: 0.78;
  pointer-events: none;
  z-index: 1;
}

.rail {
  position: absolute;
  left: 5.8%;
  right: 5.8%;
  top: calc(4.9% + var(--depth-lift, 0cqw) + var(--crane-y, 0cqw));
  height: 5.23cqw;
  background-image: var(--track-art);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateX(var(--rail-x, 0cqw)) scaleX(var(--depth-scale, 1));
  transform-origin: center;
  transition: top 180ms ease, transform 180ms ease, opacity 180ms ease;
  will-change: top, transform;
  z-index: 3;
}

.track,
.rear-track {
  position: absolute;
  left: 11%;
  right: 11%;
  top: calc(4.9% + var(--depth-lift, 0cqw) + var(--crane-y, 0cqw));
  height: 72%;
  transform: scale(var(--depth-scale, 1));
  transform-origin: top center;
  transition: top 180ms ease, transform 180ms ease;
  will-change: top, transform;
}

.machine.has-cabinet-shell .rail,
.machine.has-cabinet-shell .track,
.machine.has-cabinet-shell .rear-track {
  top: calc(9.2% + var(--depth-lift, 0cqw) + var(--crane-y, 0cqw));
}

.track {
  z-index: 30;
}

.rear-track {
  z-index: 10;
}

.machine[data-depth="1"] .rear-track {
  z-index: 40;
}

.machine[data-depth="2"] .rear-track {
  z-index: 70;
}

.machine[data-depth="1"] .track {
  z-index: 60;
}

.machine[data-depth="2"] .track {
  z-index: 90;
}

.trolley,
.rear-trolley {
  position: absolute;
  left: calc(var(--claw-x, 50) * 1%);
  top: 0;
  width: 9.85cqw;
  height: 38.5cqw;
  transform: translateX(-50%);
  transition: left 210ms cubic-bezier(0.2, 0.8, 0.25, 1.15);
  will-change: left;
}

.machine.homing .trolley,
.machine.homing .rear-trolley {
  transition: left 2600ms cubic-bezier(0.34, 0, 0.24, 1);
}

.trolley::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 7.4cqw;
  width: 1.4cqw;
  height: 5.2cqw;
  background-image: var(--cable-art);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(1.45) contrast(1.08) drop-shadow(0 0 1px rgba(255, 255, 255, 0.38));
  transform: translateX(-50%);
  z-index: 2;
}

.trolley::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.2cqw;
  width: 11.7cqw;
  height: 8.9cqw;
  background-image: var(--powerbox-art);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 3;
}

.machine.has-cabinet-shell .trolley::after {
  top: 1.55cqw;
  width: 9.35cqw;
  height: 7.1cqw;
}

.cable {
  position: absolute;
  left: 50%;
  top: 8.3cqw;
  width: 1.4cqw;
  height: calc(1.55cqw + var(--claw-y, 0cqw));
  background-image: var(--cable-art);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(1.45) contrast(1.08) drop-shadow(0 0 1px rgba(255, 255, 255, 0.38));
  transform: translateX(-50%);
  transform-origin: 50% 0;
  transition:
    height 420ms ease-in-out,
    transform 520ms cubic-bezier(0.18, 0.9, 0.24, 1);
  will-change: height, transform;
  z-index: 1;
}

.machine.has-cabinet-shell .cable,
.machine.has-cabinet-shell .trolley::before,
.machine.has-cabinet-shell .claw-back-layer::before {
  width: 1.12cqw;
}

.machine.has-cabinet-shell .trolley::before {
  top: 6.8cqw;
  height: 4.4cqw;
}

.machine.has-cabinet-shell .cable {
  top: 7.35cqw;
}

.machine.drop-cycle .cable,
.machine.drop-cycle .claw-back-layer,
.machine.drop-cycle .claw {
  transition:
    height var(--drop-transition, 940ms) cubic-bezier(0.42, 0, 0.58, 1),
    top var(--drop-transition, 940ms) cubic-bezier(0.42, 0, 0.58, 1),
    transform 520ms cubic-bezier(0.18, 0.9, 0.24, 1);
}

.machine[data-mode="aim"] .cable,
.machine.drop-cycle .cable,
.machine.hoisting .cable,
.machine.homing .cable {
  top: 3.1cqw;
  height: calc(4.6cqw + var(--claw-y, 0cqw));
}

.machine.has-cabinet-shell[data-mode="aim"] .cable,
.machine.has-cabinet-shell.drop-cycle .cable,
.machine.has-cabinet-shell.hoisting .cable,
.machine.has-cabinet-shell.homing .cable {
  top: 3.55cqw;
}

.machine.homing .trolley::before {
  height: 3.7cqw;
}

.machine.hoisting .cable,
.machine.hoisting .claw-back-layer,
.machine.hoisting .claw {
  transition:
    height var(--hoist-transition, 1180ms) cubic-bezier(0.36, 0, 0.22, 1),
    top var(--hoist-transition, 1180ms) cubic-bezier(0.36, 0, 0.22, 1),
    transform 620ms cubic-bezier(0.18, 0.9, 0.24, 1);
}

.claw {
  position: absolute;
  left: 50%;
  top: calc(7.1cqw + var(--claw-y, 0cqw));
  width: 14.15cqw;
  height: 14.15cqw;
  transform: translateX(-50%) rotate(var(--claw-swing, 0deg));
  transform-origin: 50% -1.1cqw;
  transition:
    top 420ms ease-in-out,
    transform 520ms cubic-bezier(0.18, 0.9, 0.24, 1);
  will-change: top, transform;
  z-index: 2;
}

.claw-back-layer {
  position: absolute;
  left: 50%;
  top: calc(7.1cqw + var(--claw-y, 0cqw));
  width: 14.15cqw;
  height: 14.15cqw;
  transform: translateX(-50%);
  transform-origin: 50% -1.1cqw;
  transition:
    top 420ms ease-in-out,
    transform 520ms cubic-bezier(0.18, 0.9, 0.24, 1);
  will-change: top, transform;
  pointer-events: none;
  z-index: 1;
}

.claw-back-layer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.5cqw;
  width: 1.4cqw;
  height: 4.9cqw;
  background-image: var(--cable-art);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(1.45) contrast(1.08) drop-shadow(0 0 1px rgba(255, 255, 255, 0.38));
  transform: translateX(-50%);
  z-index: 6;
}

.machine[data-mode="aim"] .claw,
.machine.drop-cycle .claw,
.machine.hoisting .claw,
.machine.homing .claw {
  top: calc(8.15cqw + var(--claw-y, 0cqw));
  transform-origin: 50% 0;
}

.machine[data-mode="aim"] .claw-back-layer,
.machine.drop-cycle .claw-back-layer,
.machine.hoisting .claw-back-layer,
.machine.homing .claw-back-layer {
  top: calc(8.15cqw + var(--claw-y, 0cqw));
  transform-origin: 50% 0;
}

.claw::before {
  content: none;
}

.claw-rig {
  position: absolute;
  left: calc(50% - 13.25cqw);
  top: -2.6cqw;
  width: 26.5cqw;
  height: 26.5cqw;
  pointer-events: none;
  user-select: none;
}

.machine.has-cabinet-shell .claw-rig {
  left: calc(50% - 10.6cqw);
  top: -2.05cqw;
  width: 21.2cqw;
  height: 21.2cqw;
}

.claw-part {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  transition: transform 220ms cubic-bezier(0.28, 0.02, 0.22, 1);
  will-change: transform;
}

.claw-tine {
  z-index: 11;
}

.claw-rear-assembly {
  z-index: 7;
}

.claw-tine-left {
  transform-origin: 34% 52%;
}

.claw-tine-right {
  transform-origin: 66% 52%;
}

.claw.open .claw-tine-left {
  transform: rotate(6deg);
}

.claw.open .claw-tine-right {
  transform: rotate(-6deg);
}

.claw.grabbed .claw-tine-left {
  transform: rotate(-18deg);
}

.claw.grabbed .claw-tine-right {
  transform: rotate(18deg);
}

.claw.snap .claw-tine-left {
  animation: claw-left-snap 220ms cubic-bezier(0.2, 0, 0.1, 1);
}

.claw.snap .claw-tine-right {
  animation: claw-right-snap 220ms cubic-bezier(0.2, 0, 0.1, 1);
}

.prize-bay-layer {
  position: absolute;
  left: var(--glass-inset-x);
  right: var(--glass-inset-x);
  top: var(--glass-top);
  height: var(--glass-height);
  overflow: hidden;
  z-index: 8;
  contain: layout paint;
}

.machine.has-cabinet-shell .prize-bay-layer {
  z-index: 5;
}

.prize-floor {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 0;
  height: 58%;
}

.prize-floor::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56%;
  border-radius: 8px 8px 4px 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent 16% 84%, rgba(0, 0, 0, 0.15)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), transparent 18%, rgba(0, 0, 0, 0.28)),
    repeating-linear-gradient(0deg, transparent 0 47px, rgba(255, 255, 255, 0.08) 47px 49px, transparent 49px 96px);
  filter: blur(0.2px);
  opacity: 0.86;
  pointer-events: none;
  z-index: 0;
}

.prize-floor::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 3%;
  height: 47%;
  background:
    linear-gradient(180deg, transparent 0 26%, rgba(219, 247, 255, 0.18) 26% 27.5%, rgba(0, 0, 0, 0.16) 28% 32%, transparent 32% 57%, rgba(219, 247, 255, 0.2) 57% 58.5%, rgba(0, 0, 0, 0.18) 59% 64%, transparent 64%);
  border-radius: 8px;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}

.machine.has-cabinet-shell .prize-floor::before,
.machine.has-cabinet-shell .prize-floor::after {
  display: none;
}

.drop-area {
  position: absolute;
  inset: 0;
  display: none;
  background: var(--drop-area-art) center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 6;
}

.machine.has-drop-area .drop-area {
  display: block;
}

.outer-trim {
  position: absolute;
  inset: 0;
  display: none;
  background: var(--outer-trim-art) center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 8;
}

.machine.has-outer-trim .outer-trim {
  display: block;
}

.prize {
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  width: 12cqw;
  height: 12cqw;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%) scale(var(--prize-scale, 1));
  cursor: pointer;
  transition: transform 280ms ease, opacity 260ms ease, left 520ms ease, top 520ms ease, filter 180ms ease;
  will-change: transform, opacity;
  z-index: var(--prize-depth, 50);
}

.prize img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 128%;
  height: 128%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 9px 8px rgba(0, 0, 0, 0.24));
}

.prize:not(.caught):not(.falling):not(.won) img {
  top: auto;
  bottom: -3%;
  transform: translateX(-50%);
}

.prize-bear img,
.prize-cat img,
.prize-duck img,
.prize-star img {
  width: 134%;
  height: 134%;
}

.prize-bear,
.prize-cat,
.prize-duck,
.prize-star {
  --held-scale: 1.12;
  --held-y: 13.23cqw;
}

.prize-capsule img,
.prize-cube img {
  width: 116%;
  height: 116%;
}

.prize-capsule,
.prize-cube {
  --held-scale: 1.05;
  --held-y: 12.62cqw;
}

.depth-back {
  --prize-scale: 0.64;
  --prize-depth: 20;
}

.depth-mid {
  --prize-scale: 0.84;
  --prize-depth: 50;
}

.depth-front {
  --prize-scale: 1.04;
  --prize-depth: 80;
}

.prize-floor.jostle .prize:not(.caught):not(.won) {
  animation: prize-jostle 360ms ease-out;
}

.prize:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 8px;
}

.prize.caught {
  z-index: 8;
  left: 50%;
  top: var(--held-y, 19.69cqw);
  transform: translate(-50%, -50%) scale(var(--held-plane-scale, var(--held-scale, 1.06)));
  pointer-events: none;
  filter: none;
  transition: top 220ms ease, transform 280ms ease, opacity 260ms ease, filter 180ms ease;
}

.prize.capture-lock {
  transition: none;
}

.prize.caught img {
  filter: drop-shadow(0 8px 7px rgba(0, 0, 0, 0.3));
}

.prize.carrying {
  animation: prize-carry-sway 760ms ease-in-out infinite;
  transform-origin: 50% -11.69cqw;
}

.machine.homing .prize.caught {
  transition: transform 280ms ease, opacity 260ms ease, filter 180ms ease;
}

.machine.homing:not(.front-swing-sync) .prize.carrying {
  animation: prize-homing-sway 1280ms ease-in-out infinite;
}

.machine.homing:not(.front-swing-sync) .claw,
.machine.homing:not(.front-swing-sync) .claw-back-layer {
  animation: claw-homing-swing 1280ms ease-in-out infinite;
}

.machine.homing.front-swing-sync .prize.carrying {
  animation: prize-homing-sway 1280ms ease-in-out infinite;
  animation-delay: var(--front-handoff-prize-delay, 0ms);
}

.machine.homing.front-swing-sync .claw,
.machine.homing.front-swing-sync .claw-back-layer {
  animation: claw-homing-swing 1280ms ease-in-out infinite;
  animation-delay: var(--front-handoff-claw-delay, 0ms);
}

.machine.release-straighten .claw,
.machine.release-straighten .claw-back-layer {
  animation: none;
  transform: translateX(-50%) rotate(0deg);
  transition: transform 120ms ease-out;
}

.machine.release-settle .prize.carrying {
  animation: none;
  transform: translate(-50%, -50%) scale(var(--held-plane-scale, var(--held-scale, 1.06)));
  transition:
    transform var(--release-settle-transition, 120ms) ease-out,
    top var(--release-settle-transition, 120ms) ease-out;
}

.machine.release-settle .claw,
.machine.release-settle .claw-back-layer {
  animation: none;
  transform: translateX(-50%) rotate(0deg);
  transition:
    transform var(--release-settle-transition, 120ms) ease-out,
    top var(--release-settle-transition, 120ms) ease-out;
}

.machine.carrying-load:not(.homing) .claw,
.machine.carrying-load:not(.homing) .claw-back-layer {
  animation: claw-carry-swing 760ms ease-in-out infinite;
}

.prize.slipping {
  animation: prize-slip 520ms ease-in forwards;
  pointer-events: none;
}

.prize.won {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4) rotate(18deg);
}

.prize.falling {
  animation: prize-fall-through 620ms cubic-bezier(0.58, 0, 1, 0.72) forwards;
  pointer-events: none;
  filter: none;
  transition: none;
  z-index: 40;
}

.prize.falling-hidden-chute {
  animation-name: prize-fall-behind-cabinet;
  z-index: 1;
}

.machine.has-cabinet-shell .prize.falling-hidden-chute {
  animation-name: prize-fall-into-shell-chute;
}

.machine.has-cabinet-front .glass-case > .prize.falling-hidden-chute {
  z-index: 120;
}

.prize.pop-in {
  animation: prize-pop-in 420ms ease-out;
}

.glass-shine {
  display: none;
  position: absolute;
  left: 12%;
  top: 7%;
  width: 32%;
  height: 96%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.18), transparent 55%);
  transform: skewX(-15deg);
  pointer-events: none;
  z-index: 8;
}

.control-panel {
  position: absolute;
  left: var(--panel-inset-x);
  right: var(--panel-inset-x);
  top: var(--panel-top);
  bottom: var(--panel-bottom);
  display: grid;
  grid-template-columns: 1.05fr 0.78fr 1.05fr;
  grid-template-rows: 36% 64%;
  column-gap: 6%;
  row-gap: 4%;
  padding: 7% 9% 3.4%;
  border-radius: 16px 16px 0 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent 22% 78%, rgba(0, 0, 0, 0.2)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 17% 83%, rgba(0, 0, 0, 0.16)),
    linear-gradient(180deg, #f0181c, var(--cabinet-red) 56%, var(--cabinet-red-dark));
  box-shadow:
    inset 0 20px 35px rgba(255, 255, 255, 0.08),
    inset 0 -38px 48px rgba(0, 0, 0, 0.18);
  z-index: 12;
}

.machine.has-cabinet-shell .control-panel {
  background: transparent;
  box-shadow: none;
}

.machine.has-cabinet-shell .control-panel::before,
.machine.has-cabinet-shell .control-panel::after {
  display: none;
}

.control-panel::before {
  content: "";
  position: absolute;
  left: -1%;
  right: -1%;
  top: -4%;
  height: 9%;
  border-radius: 999px;
  background: linear-gradient(180deg, #fffef3, #aaa99f 55%, #ece8d7);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.28);
}

.control-panel::after {
  content: "";
  position: absolute;
  left: -1%;
  right: -1%;
  bottom: -2.1%;
  height: 10.1%;
  border-radius: 999px;
  background: linear-gradient(180deg, #fbfbf2, #9d9c91 55%, #f1eee2);
  box-shadow:
    inset 0 0.8cqw 1.1cqw rgba(255, 255, 255, 0.35),
    0 -0.4cqw 0.8cqw rgba(0, 0, 0, 0.12),
    0 0.9cqw 1.2cqw rgba(0, 0, 0, 0.28);
  pointer-events: none;
  z-index: 2;
}

.stick {
  --stick-x: 0;
  --stick-y: 0;
  --stick-angle: 0deg;
  --stick-length: 0cqw;
  position: relative;
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: center;
  width: min(100%, 22.3cqw);
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-image:
    var(--joystick-gate-art),
    radial-gradient(circle at 34% 28%, #ffe680, var(--joystick-base) 55%, #a46b07 72%, #714805);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 118%, 100%;
  cursor: grab;
  touch-action: none;
  box-shadow: 0 1.4cqw 2cqw rgba(0, 0, 0, 0.25);
}

.machine.has-joystick-ring .stick {
  background-color: transparent;
  background-image:
    var(--joystick-gate-art),
    var(--control-joystick-ring-art);
  background-size: 72%, 100%;
  box-shadow: none;
}

.stick::before {
  content: none;
}

.stick span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10%;
  height: var(--stick-length);
  border-radius: 999px;
  border: 0;
  background: linear-gradient(90deg, #77602e, #f1d36b 30%, #9b7c27 55%, #4d3b18);
  box-shadow:
    inset -0.45cqw 0 0.8cqw rgba(0, 0, 0, 0.24),
    0 0.75cqw 1.1cqw rgba(0, 0, 0, 0.24);
  transform:
    translate(-50%, -100%)
    rotate(var(--stick-angle));
  transform-origin: 50% 100%;
  transition: none;
  will-change: height, transform;
  opacity: 0.92;
  pointer-events: none;
  z-index: 1;
}

.stick span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 340%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #ff8585, #f21b21 61%, #850306);
  box-shadow: inset 0 -0.9cqw 1.2cqw rgba(0, 0, 0, 0.25), 0 0.45cqw 0.6cqw rgba(10, 13, 16, 0.24);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.stick:active {
  cursor: grabbing;
}

.status {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  grid-template-rows: 1fr 1fr;
  width: min(100%, 19.1cqw);
  height: 10.2cqw;
  border-radius: 1.25cqw;
  background: #111923;
  color: var(--cyan);
  border: 0.62cqw solid #2a3139;
  box-shadow: inset 0 0 18px rgba(25, 198, 210, 0.16);
}

.machine.has-timer-frame .status {
  width: min(100%, 18.8cqw);
  height: auto;
  aspect-ratio: 256 / 160;
  grid-template-rows: 42% 32%;
  align-content: center;
  padding: 12% 15% 14%;
  border: 0;
  background:
    var(--control-timer-frame-art) center / 100% 100% no-repeat,
    linear-gradient(180deg, #071524, #02070d) center 51% / 70% 52% no-repeat;
  box-shadow: none;
}

.machine.has-cabinet-shell.has-timer-frame .status {
  grid-template-rows: 39% 27%;
  padding: 13% 19% 17%;
}

.machine.has-cabinet-shell.has-timer-frame .status span {
  font-size: 2.8cqw;
}

.machine.has-cabinet-shell.has-timer-frame .signal-lights {
  gap: 1.2cqw;
}

.machine.has-cabinet-shell.has-timer-frame .signal-lights i {
  width: 1.8cqw;
  height: 1.8cqw;
}

.status span {
  font-family: "Courier New", monospace;
  font-size: 3.1cqw;
}

.signal-lights {
  display: flex;
  gap: 1.8cqw;
}

.signal-lights i {
  width: 2.3cqw;
  height: 2.3cqw;
  border-radius: 50%;
  background: #313944;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.12);
}

.machine[data-mode="ready"] .lamp-green,
.machine[data-mode="aim"] .lamp-green {
  background: #18d383;
  box-shadow: 0 0 10px rgba(24, 211, 131, 0.85);
}

.machine[data-mode="drop"] .lamp-red,
.machine[data-mode="grab"] .lamp-red,
.machine[data-mode="win"] .lamp-red,
.machine[data-mode="miss"] .lamp-red,
.machine[data-mode="empty"] .lamp-red {
  background: #f0444a;
  box-shadow: 0 0 10px rgba(240, 68, 74, 0.9);
}

.machine[data-mode="win"] .lamp-green {
  animation: light-chase 520ms linear infinite;
}

.drop-button {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: min(82%, 15.7cqw);
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #0f1114 48%, #7e827c 51%, #17191b 67%, #b8b4a9 72%, #353638 100%);
  cursor: pointer;
  box-shadow: 0 11px 14px rgba(0, 0, 0, 0.3);
}

.machine.has-button-ring .drop-button {
  background:
    var(--control-button-ring-art) center / 100% 100% no-repeat,
    transparent;
  box-shadow: none;
}

.drop-button span {
  display: block;
  width: 72%;
  height: 72%;
  margin: auto;
  border-radius: inherit;
  background: radial-gradient(circle at 39% 24%, #ff8585, #ee141b 60%, #8e0408);
  box-shadow: inset 0 -8px 13px rgba(0, 0, 0, 0.23);
  will-change: transform;
}

.drop-button:active span,
.drop-button.pressed span {
  transform: translateY(0.62cqw) scale(0.96);
}

.gold-reward-button {
  position: absolute;
  left: 8%;
  top: 1.8%;
  width: clamp(156px, 34cqw, 220px);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: clamp(5px, 1cqw, 8px);
  align-items: start;
  min-height: clamp(118px, 24cqw, 156px);
  padding: clamp(10px, 1.9cqw, 14px);
  border: 0.16cqw solid rgba(255, 236, 167, 0.5);
  border-radius: clamp(11px, 1.9cqw, 15px);
  color: #fff5c7;
  cursor: pointer;
  background:
    linear-gradient(135deg, rgba(255, 211, 79, 0.24), rgba(119, 22, 18, 0.54)),
    linear-gradient(180deg, rgba(12, 22, 33, 0.94), rgba(28, 16, 16, 0.92));
  box-shadow:
    inset 0 0 0 0.16cqw rgba(255, 255, 255, 0.08),
    inset 0 -0.42cqw 0.82cqw rgba(0, 0, 0, 0.28),
    0 0.75cqw 1.1cqw rgba(0, 0, 0, 0.24);
  text-align: center;
  transform: translateY(0);
  transition: filter 160ms ease, opacity 160ms ease, transform 160ms ease;
  z-index: 6;
}

.gold-reward-button:hover:not(:disabled) {
  filter: brightness(1.08) saturate(1.08);
  transform: translateY(-0.35cqw);
}

.gold-reward-button:active:not(:disabled) {
  transform: translateY(0.16cqw) scale(0.99);
}

.gold-reward-button:disabled {
  cursor: default;
}

.gold-reward-button:disabled:not(.is-active) {
  opacity: 0.62;
  filter: saturate(0.72);
}

.gold-reward-button.is-busy {
  opacity: 0.78;
}

.gold-reward-button.is-busy .gold-reward-icon {
  animation: gold-reward-spin 860ms linear infinite;
}

.gold-reward-button.is-active {
  opacity: 1;
  background:
    linear-gradient(135deg, rgba(255, 225, 104, 0.38), rgba(139, 53, 5, 0.58)),
    linear-gradient(180deg, rgba(36, 25, 12, 0.94), rgba(66, 40, 10, 0.9));
  box-shadow:
    inset 0 0 0 0.16cqw rgba(255, 252, 204, 0.28),
    inset 0 -0.42cqw 0.82cqw rgba(82, 39, 0, 0.28),
    0 0 0.92cqw rgba(255, 214, 82, 0.34),
    0 0.75cqw 1.1cqw rgba(0, 0, 0, 0.2);
}

.gold-reward-icon {
  position: relative;
  width: clamp(46px, 9cqw, 62px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 22%, #fffbe6 0 12%, rgba(255, 255, 255, 0.22) 13% 23%, transparent 24%),
    radial-gradient(circle at 56% 61%, #ffdc64 0 35%, #d78710 68%, #744203 100%);
  box-shadow:
    inset 0 0 0 0.34cqw rgba(255, 247, 188, 0.56),
    inset 0 -0.42cqw 0.72cqw rgba(95, 47, 0, 0.34),
    0 0.34cqw 0.62cqw rgba(0, 0, 0, 0.26);
  pointer-events: none;
}

.gold-reward-icon::after {
  content: "";
  position: absolute;
  left: 41%;
  top: 34%;
  width: 24%;
  height: 32%;
  background: rgba(74, 39, 2, 0.82);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  filter: drop-shadow(0 0.08cqw 0 rgba(255, 246, 180, 0.34));
  pointer-events: none;
}

.gold-reward-button.is-active .gold-reward-icon::after {
  left: 50%;
  top: 28%;
  width: 34%;
  height: 34%;
  background: #fff8d1;
  clip-path: polygon(50% 0, 61% 34%, 98% 34%, 68% 55%, 80% 92%, 50% 69%, 20% 92%, 32% 55%, 2% 34%, 39% 34%);
  transform: translateX(-50%);
}

.gold-reward-copy {
  display: grid;
  justify-items: center;
  gap: clamp(3px, 0.55cqw, 5px);
  align-self: center;
  min-width: 0;
}

.gold-reward-copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-reward-copy .gold-reward-title,
.gold-reward-copy .gold-reward-note {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.gold-reward-kicker {
  color: #ffd95f;
  font-size: clamp(8px, 1.34cqw, 11px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.gold-reward-title {
  color: #fff8dc;
  font-size: clamp(12px, 2.25cqw, 17px);
  font-weight: 900;
  line-height: 1.08;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.gold-reward-note {
  color: rgba(255, 245, 199, 0.82);
  font-size: clamp(9px, 1.45cqw, 12px);
  font-weight: 700;
  line-height: 1.08;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.gold-reward-state {
  grid-column: 1;
  justify-self: center;
  min-width: clamp(38px, 7cqw, 52px);
  padding: 0.32cqw 0.52cqw;
  border-radius: 999px;
  background: rgba(59, 35, 4, 0.78);
  color: #fff7c9;
  font-family: "Courier New", monospace;
  font-size: clamp(9px, 1.5cqw, 11px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}

.gold-reward-state:empty {
  display: none;
}

.gold-reward-button.is-active .gold-reward-state {
  opacity: 1;
}

.toybox-button {
  grid-column: 2;
  grid-row: 2;
  --bag-rest-x: -2%;
  --bag-rest-y: 18%;
  align-self: end;
  justify-self: center;
  position: relative;
  width: min(120%, 19.8cqw);
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: url("assets/prize-bag.png") center / 100% 100% no-repeat;
  filter: drop-shadow(0 1.2cqw 1.1cqw rgba(0, 0, 0, 0.3));
  cursor: pointer;
  transform-origin: 50% 78%;
  transform: translateX(var(--bag-rest-x)) translateY(var(--bag-rest-y));
  z-index: 8;
}

.toybox-button::before,
.toybox-button::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.toybox-button::before {
  display: none;
}

.toybox-button::after {
  display: none;
}

.toybox-button span {
  position: absolute;
  left: 17%;
  right: 17%;
  bottom: 10%;
  height: 7%;
  border-radius: 999px;
  background: rgba(90, 22, 12, 0.28);
  opacity: 0.58;
  z-index: 3;
}

.toybox-button.received {
  animation: prize-bag-received 520ms cubic-bezier(0.18, 0.92, 0.24, 1);
}

.machine.toybox-open .toybox-button {
  opacity: 0;
  pointer-events: none;
}

.prize-chute {
  --chute-x: -14%;
  --chute-y: 0%;
  grid-column: 3;
  grid-row: 2;
  align-self: end;
  justify-self: start;
  position: relative;
  width: min(112%, 20.3cqw);
  height: min(82%, 22.5cqw);
  transform: translateX(var(--chute-x)) translateY(var(--chute-y));
  border: 1.7cqw solid #5f5f5a;
  border-bottom-width: 2.6cqw;
  border-radius: 2.75cqw 2.75cqw 1.55cqw 1.55cqw;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 16% 84%, rgba(0, 0, 0, 0.32)),
    linear-gradient(180deg, rgba(142, 215, 228, 0.22) 0 28%, transparent 28.5%),
    radial-gradient(ellipse at 50% 88%, rgba(255, 255, 255, 0.95), transparent 44%),
    linear-gradient(180deg, #101313 0 30%, #2a2926 43%, #6b6659 58%, #d9d2bf 78%, #fffaf0 88%, #35342f 100%);
  box-shadow:
    inset 0 22px 28px rgba(0, 0, 0, 0.68),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12),
    0 7px 12px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  pointer-events: none;
  z-index: 5;
}

.machine.has-chute-frame .prize-chute {
  --chute-x: -24%;
  --chute-y: 2%;
  width: min(170%, 30cqw);
  height: min(90%, 23.7cqw);
  aspect-ratio: auto;
  border: 0;
  background: var(--prize-chute-back-art) center / 100% 100% no-repeat;
  box-shadow: none;
  overflow: hidden;
}

.prize-chute::before {
  content: "";
  position: absolute;
  inset: 1.1cqw 1.4cqw 50%;
  border: 0.3cqw solid rgba(219, 247, 255, 0.48);
  border-bottom-color: rgba(219, 247, 255, 0.22);
  border-radius: 1.4cqw 1.4cqw 0.75cqw 0.75cqw;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.28), transparent 32%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 20% 80%, rgba(0, 0, 0, 0.18)),
    rgba(121, 202, 217, 0.14);
  pointer-events: none;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.18);
  z-index: 2;
}

.machine.has-chute-frame .prize-chute::before {
  inset: 0;
  display: block;
  border: 0;
  border-radius: 0;
  background: var(--prize-chute-frame-art) center / 100% 100% no-repeat;
  box-shadow: none;
  z-index: 3;
}

.prize-chute::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.3cqw;
  width: 78%;
  height: 74%;
  display: grid;
  place-items: center;
  background-image: var(--won-image), radial-gradient(circle at 50% 64%, var(--won-color, transparent), transparent 58%);
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: contain, 82% 68%;
  color: transparent;
  transform: translateX(-50%) translateY(var(--won-y, var(--won-hidden-y, -18.46cqw)));
  transition: transform 280ms cubic-bezier(0.28, 0.92, 0.22, 1);
  will-change: transform;
  filter: drop-shadow(0 9px 7px rgba(0, 0, 0, 0.28));
  z-index: 1;
}

.machine.has-chute-frame .prize-chute::after {
  --won-hidden-y: -18%;
  bottom: 14%;
  width: 70%;
  height: 58%;
  z-index: 2;
}

.prize-chute.show {
  --won-y: 0;
  animation: chute-settle 300ms ease-out;
}

.toybox-panel {
  position: absolute;
  inset: 19.6% 3% 2.1%;
  display: grid;
  padding: 3.2%;
  border-radius: 1.35cqw 1.35cqw 0 0;
  background:
    radial-gradient(ellipse at 50% 74%, rgba(244, 32, 28, 0.22), transparent 52%),
    linear-gradient(180deg, rgba(13, 27, 39, 0.98), rgba(13, 23, 33, 0.98) 44%, rgba(104, 12, 15, 0.98) 78%, rgba(25, 10, 14, 0.98)),
    #0c1520;
  box-shadow:
    inset 0 0 0 clamp(4px, 1.05cqw, 8px) rgba(230, 225, 211, 0.9),
    inset 0 clamp(16px, 4.4cqw, 32px) clamp(24px, 7.5cqw, 54px) rgba(255, 255, 255, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(5%) scale(0.985);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 0.9, 0.28, 1);
  z-index: 20;
}

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

.toybox-panel.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.toybox-scene {
  position: relative;
  min-height: 100%;
  border-radius: 1.15cqw;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%),
    url("assets/prize-bag-backdrop.png") center / 100% 100% no-repeat,
    #111923;
}

.toybox-bin {
  position: absolute;
  left: 5.5%;
  right: 5.5%;
  bottom: 1.4%;
  height: 67.5%;
  border: 0;
  border-radius: 1.6cqw;
  background: transparent;
  transform-origin: 50% 86%;
  z-index: 1;
}

.toybox-bin::before,
.toybox-bin::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.toybox-bin::before {
  background-image: url("assets/prize-bag-interior.png");
  z-index: 1;
  filter: drop-shadow(0 13px 12px rgba(0, 0, 0, 0.26));
}

.toybox-bin::after {
  display: block;
  background-image: url("assets/prize-bag-front.png");
  z-index: 40;
}

.toybox-panel.dumping .toybox-bin {
  animation: toybox-dump 620ms ease-in-out;
}

.toybox-bin.received {
  animation: prize-bag-received 520ms cubic-bezier(0.18, 0.92, 0.24, 1);
}

.toybox-item {
  position: absolute;
  left: calc(var(--toy-x) * 1%);
  top: calc(var(--toy-y) * 1%);
  width: min(15.35cqw, 102px);
  aspect-ratio: 1;
  border: 0;
  padding: 0;
  background: transparent;
  transform: translate(-50%, -50%) rotate(var(--toy-rotate)) scale(var(--toy-scale));
  transform-origin: 50% 76%;
  animation: toybox-drop-in 360ms ease-out both;
  animation-delay: calc(var(--toy-index) * 22ms);
  pointer-events: none;
  z-index: 12;
}

.toybox-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 7px 5px rgba(0, 0, 0, 0.24));
}

.toybox-panel.dumping .toybox-item {
  animation: toybox-tumble-out 620ms ease-in forwards;
}

.toybox-close,
.toybox-dump {
  position: absolute;
  z-index: 5;
  border: 0;
  cursor: pointer;
}

.toybox-close {
  right: 4%;
  top: 4%;
  width: clamp(34px, 7.3cqw, 54px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    linear-gradient(45deg, transparent 43%, #f3f0e4 44% 56%, transparent 57%),
    linear-gradient(-45deg, transparent 43%, #f3f0e4 44% 56%, transparent 57%),
    rgba(8, 14, 20, 0.74);
  box-shadow: inset 0 0 0 clamp(1px, 0.38cqw, 2px) rgba(255, 255, 255, 0.18);
}

.toybox-dump {
  right: 5%;
  bottom: 5%;
  width: clamp(58px, 11cqw, 78px);
  aspect-ratio: 1;
  padding: 0;
  border-radius: clamp(12px, 2.1cqw, 18px);
  background: url("assets/prize-bag-dump.png") center / contain no-repeat;
  filter: drop-shadow(0 7px 8px rgba(0, 0, 0, 0.28));
  z-index: 4;
}

.toybox-dump span {
  display: none;
}

.toybox-dump:active {
  transform: translateY(0.31cqw) scale(0.97);
}

button:focus-visible {
  outline: 4px solid #ffffff;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .glass-case.bump,
  .prize.caught,
  .toybox-button.received,
  .toybox-bin.received {
    animation: none !important;
  }

  .machine.toybox-open .toybox-panel,
  .machine.toybox-open .toybox-scene,
  .toybox-panel,
  .toybox-scene {
    transition-duration: 80ms !important;
  }

  .machine.carrying-load .trolley,
  .machine.homing .trolley,
  .machine.carrying-load .claw,
  .machine.homing .claw,
  .machine.carrying-load .claw-back-layer,
  .machine.homing .claw-back-layer,
  .machine.carrying-load .prize.held,
  .machine.homing .prize.held {
    animation-duration: 1400ms !important;
  }
}

@keyframes glass-bump {
  45% {
    transform: translateY(0.46cqw);
  }
}

@keyframes prize-jostle {
  20% {
    transform: translate(-50%, -50%) rotate(-5deg) scale(calc(var(--prize-scale, 1) * 1.04), calc(var(--prize-scale, 1) * 0.94));
  }
  48% {
    transform: translate(-50%, -50%) rotate(4deg) scale(calc(var(--prize-scale, 1) * 0.97), calc(var(--prize-scale, 1) * 1.04));
  }
  76% {
    transform: translate(-50%, -50%) rotate(-2deg) scale(var(--prize-scale, 1));
  }
}

@keyframes prize-carry-sway {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(-3deg) scale(var(--held-plane-scale, var(--held-scale, 1.06)));
  }
  50% {
    transform: translate(-50%, -50%) rotate(3deg) scale(var(--held-plane-scale, var(--held-scale, 1.06)));
  }
}

@keyframes prize-homing-sway {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0.15cqw) rotate(3.2deg) scale(var(--held-plane-scale, var(--held-scale, 1.06)));
  }
  50% {
    transform: translate(-50%, -50%) translateY(-0.31cqw) rotate(-3.2deg) scale(var(--held-plane-scale, var(--held-scale, 1.06)));
  }
}

@keyframes claw-homing-swing {
  0%,
  100% {
    transform: translateX(-50%) rotate(5.6deg);
  }
  50% {
    transform: translateX(-50%) rotate(-5.6deg);
  }
}

@keyframes claw-carry-swing {
  0%,
  100% {
    transform: translateX(-50%) rotate(-3deg);
  }
  50% {
    transform: translateX(-50%) rotate(3deg);
  }
}

@keyframes claw-left-snap {
  0% {
    transform: rotate(6deg);
  }
  72% {
    transform: rotate(-23deg);
  }
  100% {
    transform: rotate(-18deg);
  }
}

@keyframes claw-right-snap {
  0% {
    transform: rotate(-6deg);
  }
  72% {
    transform: rotate(23deg);
  }
  100% {
    transform: rotate(18deg);
  }
}

@keyframes prize-slip {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(calc(var(--prize-scale, 1) * 0.76));
  }
  45% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(3.38cqw) rotate(9deg) scale(calc(var(--prize-scale, 1) * 0.86));
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(8.31cqw) rotate(-7deg) scale(var(--prize-scale, 1));
  }
}

@keyframes prize-pop-in {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-4cqw) scale(calc(var(--prize-scale, 1) * 0.74));
  }
  58% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0.77cqw) scale(calc(var(--prize-scale, 1) * 1.08), calc(var(--prize-scale, 1) * 0.9));
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(var(--prize-scale, 1));
  }
}

@keyframes prize-fall-through {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(var(--fall-scale, var(--prize-scale, 1))) rotate(-3deg);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(var(--fall-x-nudge, 0cqw)) translateY(1.23cqw) scale(var(--fall-scale, var(--prize-scale, 1))) rotate(-4deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(var(--fall-x-nudge, 0cqw)) translateY(50.77cqw) scale(var(--fall-scale, var(--prize-scale, 1))) rotate(-12deg);
  }
}

@keyframes prize-fall-behind-cabinet {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(var(--fall-scale, var(--prize-scale, 1))) rotate(-3deg);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(var(--fall-x-nudge, 0cqw)) translateY(0.92cqw) scale(var(--fall-scale, var(--prize-scale, 1))) rotate(-4deg);
  }
  58% {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(var(--fall-x-nudge, 0cqw)) translateY(35.08cqw) scale(calc(var(--fall-scale, var(--prize-scale, 1)) * 0.94)) rotate(-10deg);
  }
  72% {
    opacity: 0;
    transform: translate(-50%, -50%) translateX(var(--fall-x-nudge, 0cqw)) translateY(47.38cqw) scale(calc(var(--fall-scale, var(--prize-scale, 1)) * 0.88)) rotate(-15deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateX(var(--fall-x-nudge, 0cqw)) translateY(66.15cqw) scale(calc(var(--fall-scale, var(--prize-scale, 1)) * 0.8)) rotate(-18deg);
  }
}

@keyframes prize-fall-into-shell-chute {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(var(--fall-scale, var(--prize-scale, 1))) rotate(-3deg);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(var(--fall-x-nudge, 0cqw)) translateY(0.92cqw) scale(var(--fall-scale, var(--prize-scale, 1))) rotate(-4deg);
  }
  56% {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(var(--fall-x-nudge, 0cqw)) translateY(29.23cqw) scale(calc(var(--fall-scale, var(--prize-scale, 1)) * 0.94)) rotate(-9deg);
  }
  82% {
    opacity: 0;
    transform: translate(-50%, -50%) translateX(var(--fall-x-nudge, 0cqw)) translateY(41.54cqw) scale(calc(var(--fall-scale, var(--prize-scale, 1)) * 0.88)) rotate(-13deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateX(var(--fall-x-nudge, 0cqw)) translateY(50.77cqw) scale(calc(var(--fall-scale, var(--prize-scale, 1)) * 0.84)) rotate(-16deg);
  }
}

@keyframes button-thunk {
  45% {
    transform: translateY(1.08cqw) scale(0.93);
  }
}

@keyframes chute-settle {
  0% {
    transform: translateX(var(--chute-x, -14%)) translateY(calc(var(--chute-y, 0%) - 1.2%));
  }
  58% {
    transform: translateX(var(--chute-x, -14%)) translateY(calc(var(--chute-y, 0%) + 1.4%));
  }
  100% {
    transform: translateX(var(--chute-x, -14%)) translateY(var(--chute-y, 0%));
  }
}

@keyframes prize-bag-received {
  0%,
  100% {
    transform: translateX(var(--bag-rest-x, 0)) translateY(var(--bag-rest-y, 0)) scale(1);
  }
  34% {
    transform: translateX(var(--bag-rest-x, 0)) translateY(calc(var(--bag-rest-y, 0cqw) - 0.77cqw)) scale(1.035);
  }
  62% {
    transform: translateX(var(--bag-rest-x, 0)) translateY(calc(var(--bag-rest-y, 0cqw) + 0.31cqw)) scale(0.99);
  }
}

@keyframes toybox-drop-in {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-4.31cqw) rotate(var(--toy-rotate)) scale(calc(var(--toy-scale) * 0.72));
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--toy-rotate)) scale(var(--toy-scale));
  }
}

@keyframes toybox-dump {
  42% {
    transform: rotate(-8deg) translateY(0.77cqw);
  }
  72% {
    transform: rotate(4deg);
  }
}

@keyframes toybox-tumble-out {
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(23.08cqw) rotate(calc(var(--toy-rotate) + 70deg)) scale(calc(var(--toy-scale) * 0.86));
  }
}

@keyframes gold-reward-spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes light-chase {
  0%,
  100% {
    background: #18d383;
    box-shadow: 0 0 10px rgba(24, 211, 131, 0.85);
  }
  50% {
    background: #ffd447;
    box-shadow: 0 0 10px rgba(255, 212, 71, 0.85);
  }
}

@media (max-width: 620px) {
  .arcade-shell {
    width: 100vw;
    padding: 8px 0;
  }

  .machine {
    --machine-max-width: 500px;
    --machine-viewport-pad: 16px;
    width: min(100vw, var(--machine-max-width), calc((100svh - var(--machine-viewport-pad)) * var(--machine-width) / var(--machine-height)));
  }

  .marquee {
    border-radius: 6.5cqw 6.5cqw 0 0;
    padding-inline: 4%;
  }

  .logo {
    min-width: 36.6cqw;
    padding-inline: 2.2cqw;
  }

  .mini-joystick {
    width: 10.5cqw;
    height: 6.8cqw;
  }

  .mini-joystick span {
    left: 4.5cqw;
    height: 6.8cqw;
  }

  .mini-joystick span::before {
    width: 4.8cqw;
    height: 4.8cqw;
    top: -3.2cqw;
  }

  .button-pair {
    gap: 2cqw;
  }

  .button-pair span {
    width: 5.2cqw;
    height: 3.5cqw;
  }

  .glass-case {
    border-left-width: 2.8cqw;
    border-right-width: 2.8cqw;
  }

  .prize {
    width: 12cqw;
    height: 12cqw;
  }

  .trolley {
    width: 9.85cqw;
  }

  .claw,
  .claw-back-layer {
    width: 14.15cqw;
    height: 14.15cqw;
  }

  .claw {
    transform: translateX(-50%) rotate(var(--claw-swing, 0deg));
    transform-origin: 50% -1.1cqw;
  }

  .claw-back-layer {
    transform: translateX(-50%);
    transform-origin: 50% -1.1cqw;
  }

  .machine[data-mode="aim"] .claw,
  .machine[data-mode="aim"] .claw-back-layer,
  .machine.drop-cycle .claw,
  .machine.drop-cycle .claw-back-layer,
  .machine.hoisting .claw,
  .machine.hoisting .claw-back-layer,
  .machine.homing .claw {
    transform-origin: 50% 0;
  }

  .machine.homing .claw-back-layer {
    transform-origin: 50% 0;
  }

  .control-panel {
    padding-inline: 8%;
    grid-template-columns: 1fr 0.74fr 1fr;
    column-gap: 2%;
  }

  .stick {
    width: min(100%, 23.8cqw);
  }

  .stick span::before {
    width: 305%;
  }

  .drop-button {
    width: min(82%, 15.7cqw);
  }

  .gold-reward-button {
    left: 7.2%;
    top: 1.8%;
    width: clamp(150px, 37cqw, 196px);
    min-height: clamp(114px, 26cqw, 146px);
  }

  .toybox-button {
    --bag-rest-x: -2%;
    width: min(116%, 19.2cqw);
  }

  .prize-chute {
    width: min(104%, 19.4cqw);
    height: min(78%, 19.4cqw);
    border-width: 1.5cqw;
    border-bottom-width: 2.4cqw;
  }

  .toybox-panel {
    inset: 20.2% 3.4% 3%;
    padding: 2.6%;
  }

  .toybox-bin {
    left: 6.8%;
    right: 6.8%;
    bottom: 3.2%;
    height: 64.5%;
  }

  .toybox-close {
    right: 4.8%;
    top: 4.8%;
    width: clamp(32px, 5.6cqw, 42px);
  }

  .toybox-dump {
    right: 7.4%;
    bottom: 7.6%;
    width: clamp(54px, 8.8cqw, 64px);
    border-radius: clamp(11px, 1.6cqw, 15px);
  }
}

@media (min-width: 900px) and (min-aspect-ratio: 16 / 10) {
  .arcade-shell {
    width: 100vw;
    padding: 20px 0;
  }

  .arcade-shell::before,
  .arcade-shell::after {
    display: none;
  }

  .machine {
    --machine-max-width: 650px;
    --machine-viewport-pad: 40px;
    width: min(35vw, var(--machine-max-width), calc((100svh - var(--machine-viewport-pad)) * var(--machine-width) / var(--machine-height)));
  }
}

@media (min-width: 1180px) and (min-aspect-ratio: 16 / 9) {
  .machine {
    width: min(31vw, var(--machine-max-width), calc((100svh - var(--machine-viewport-pad)) * var(--machine-width) / var(--machine-height)));
  }
}

@media (orientation: landscape) and (max-height: 520px) {
  .arcade-shell {
    min-height: 100svh;
    padding: 6px 0;
  }

  .machine {
    --machine-viewport-pad: 8px;
    width: min(98vw, calc((100svh - var(--machine-viewport-pad)) * var(--machine-width) / var(--machine-height)));
  }

  .logo {
    min-width: 36cqw;
    padding: 0.9cqw 1.8cqw 1.2cqw;
  }

  .logo span {
    font-size: min(6.4cqw, 1.55rem);
  }

  .logo strong {
    font-size: min(6cqw, 1.45rem);
  }

  .mini-joystick {
    width: 10.5cqw;
    height: 6.8cqw;
  }

  .mini-joystick span {
    left: 42%;
    height: 6.8cqw;
  }

  .mini-joystick span::before {
    width: 4.8cqw;
    height: 4.8cqw;
    top: -3.2cqw;
  }

  .button-pair {
    gap: 2cqw;
  }

  .button-pair span {
    width: 5.2cqw;
    height: 3.5cqw;
  }

  .control-panel {
    column-gap: 2%;
  }

  .stick {
    width: min(100%, 23.8cqw);
  }

  .stick span::before {
    width: 305%;
  }

  .status {
    width: min(100%, 19.1cqw);
    height: 10.2cqw;
  }

  .status span {
    font-size: min(3.1cqw, 0.9rem);
  }

  .signal-lights {
    gap: 1.8cqw;
  }

  .signal-lights i {
    width: 2.3cqw;
    height: 2.3cqw;
  }

  .drop-button {
    width: min(82%, 15.7cqw);
  }

  .prize-chute {
    width: min(104%, 18cqw);
    height: min(78%, 18cqw);
    border-width: min(1.5cqw, 6px);
    border-bottom-width: min(2.4cqw, 9px);
  }
}
