.slot-operation-canvas {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

[data-slot-control] {
  position: absolute;
  z-index: 41;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: transparent;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform 120ms ease, opacity 120ms ease, filter 120ms ease, box-shadow 120ms ease;
}

[data-slot-control]:active {
  transform: scale(0.95);
}

[data-slot-control]:focus-visible {
  outline: 8px solid rgba(255, 218, 98, 0.8);
  outline-offset: 4px;
}

[data-slot-control]:disabled {
  cursor: default;
  opacity: 0.55;
}

[data-slot-control="menu"] {
  left: 88.2%;
  top: 7.4%;
  width: 5.72%;
  aspect-ratio: 1;
}

[data-slot-control="auto"] {
  left: 88.2%;
  top: 23.6%;
  width: 5.72%;
  aspect-ratio: 1;
}

[data-slot-control="spin"] {
  left: 84.35%;
  top: 35.5%;
  width: 13%;
  aspect-ratio: 311 / 291;
}

[data-slot-control="turbo"] {
  left: 88.2%;
  top: 57.8%;
  width: 5.72%;
  aspect-ratio: 1;
}

[data-slot-control="bet"] {
  left: 88.2%;
  top: 71.4%;
  width: 5.72%;
  aspect-ratio: 1;
}

html[data-stage-layout="portrait"] [data-slot-control="menu"] {
  left: 4.45%;
  top: 83.05%;
  width: 10.9%;
}

html[data-stage-layout="portrait"] [data-slot-control="turbo"] {
  left: 20%;
  top: 83.05%;
  width: 10.9%;
}

html[data-stage-layout="portrait"] [data-slot-control="spin"] {
  left: 35.6%;
  top: 78.45%;
  width: 28.8%;
}

html[data-stage-layout="portrait"] [data-slot-control="auto"] {
  left: 68.9%;
  top: 83.05%;
  width: 10.9%;
}

html[data-stage-layout="portrait"] [data-slot-control="bet"] {
  left: 85.1%;
  top: 83.05%;
  width: 10.9%;
}
