:root {
  color-scheme: dark;
  background: #020805;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  display: grid;
  place-items: start center;
  background:
    radial-gradient(circle at 50% 18%, rgba(0, 247, 133, 0.08), transparent 32rem),
    #020805;
}

.creative {
  position: relative;
  width: min(100vw, 436px);
  aspect-ratio: 436 / 1136;
  overflow: hidden;
  background: #00150a;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.72);
  isolation: isolate;
}

.slice {
  position: absolute;
  display: block;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.slice--background {
  inset: 0;
  z-index: 0;
  width: 100%;
}

.slice--footer {
  z-index: 1;
  top: 83.1866%;
  left: 0;
  width: 100%;
}

.slice--wheel {
  z-index: 2;
  top: 48.1514%;
  left: 7.3394%;
  width: 87.3853%;
}

.slice--deposits {
  z-index: 3;
  top: 25.8803%;
  left: 8.7156%;
  width: 91.2844%;
}

.slice--hero {
  z-index: 4;
  top: 4.2254%;
  left: 2.2936%;
  width: 95.6422%;
}

.slice--logo {
  z-index: 5;
  top: 1.2324%;
  left: 8.9450%;
  width: 19.4954%;
}

.slice--coins {
  z-index: 6;
  top: 41.1092%;
  left: 0;
  width: 100%;
}

.hotspot {
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 0.6rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.18);
}

.hotspot:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.hotspot--hero {
  top: 18.9261%;
  left: 9.1743%;
  width: 38.5321%;
  height: 3.2570%;
}

.hotspot--deposit-1,
.hotspot--deposit-2,
.hotspot--deposit-3,
.hotspot--deposit-4 {
  top: 40.9331%;
  width: 20.6422%;
  height: 2.8169%;
}

.hotspot--deposit-1 {
  left: 10.7798%;
}

.hotspot--deposit-2 {
  left: 35.5505%;
}

.hotspot--deposit-3 {
  left: 60.3211%;
}

.hotspot--deposit-4 {
  left: 85.0917%;
}

.hotspot--spin {
  top: 66.1092%;
  left: 41.7431%;
  width: 17.8899%;
  aspect-ratio: 1;
  border-radius: 50%;
}

.hotspot--bottom {
  top: 90.8451%;
  left: 25.2294%;
  width: 49.5413%;
  height: 3.3451%;
}

@media (max-width: 435px) {
  .creative {
    box-shadow: none;
  }
}
