.play-shell {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 20% 15%, rgba(46, 230, 197, 0.18), transparent 35%),
    radial-gradient(circle at 85% 20%, rgba(232, 90, 79, 0.16), transparent 30%),
    linear-gradient(160deg, #0d1a16 0%, #163028 45%, #0a1411 100%);
  color: #e8f5ef;
  padding: 1.25rem;
  box-shadow: 0 0 0 1px rgba(15, 122, 95, 0.2), 0 20px 50px rgba(0, 0, 0, 0.25);
}

.play-shell::before {
  content: '';
  position: absolute;
  inset: -40% auto auto 40%;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(232, 196, 122, 0.18), transparent 70%);
  pointer-events: none;
  animation: glowFloat 6s ease-in-out infinite alternate;
}

.play-top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.play-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
}

.play-pill strong {
  color: #9fe3cf;
  font-family: 'Unbounded', sans-serif;
}

.play-board {
  position: relative;
  z-index: 1;
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(159, 227, 207, 0.2);
  padding: 1.15rem;
  min-height: 18rem;
}

.play-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.play-btn {
  border: 1px solid transparent;
  border-radius: 0.4rem;
  padding: 0.85rem 1.15rem;
  font-weight: 700;
  cursor: pointer;
  color: #042018;
  background: linear-gradient(120deg, #2ee6c5, #1ab89c);
  box-shadow: 0 0 24px rgba(46, 230, 197, 0.35);
}

.play-btn:hover,
.play-btn:focus-visible {
  filter: brightness(1.05);
}

.play-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  filter: none;
}

.play-btn-alt {
  background: transparent;
  color: #e8f5ef;
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.play-btn-hot {
  background: linear-gradient(120deg, #e85a4f, #d44a40);
  color: #fff;
  box-shadow: 0 0 24px rgba(232, 90, 79, 0.35);
}

.play-status {
  position: relative;
  z-index: 1;
  margin-top: 0.9rem;
  min-height: 1.5rem;
  color: #9fe3cf;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.slot-frame {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 0.85rem;
  background:
    linear-gradient(180deg, rgba(15, 122, 95, 0.25), rgba(0, 0, 0, 0.35)),
    #10241e;
  border: 2px solid rgba(232, 196, 122, 0.45);
  box-shadow: inset 0 0 30px rgba(46, 230, 197, 0.15), 0 0 40px rgba(15, 122, 95, 0.25);
}

.slot-reel {
  height: 9.5rem;
  overflow: hidden;
  border-radius: 0.55rem;
  background: #07140f;
  border: 1px solid rgba(159, 227, 207, 0.25);
  position: relative;
}

.slot-reel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.45));
  pointer-events: none;
}

.slot-strip {
  display: flex;
  flex-direction: column;
  transition: transform 1.4s cubic-bezier(0.15, 0.85, 0.25, 1);
}

.slot-symbol {
  height: 9.5rem;
  display: grid;
  place-items: center;
  font-size: 2.6rem;
  color: #9fe3cf;
  text-shadow: 0 0 18px rgba(46, 230, 197, 0.65);
}

.slot-symbol.gold {
  color: #e8c47a;
  text-shadow: 0 0 18px rgba(232, 196, 122, 0.7);
}

.slot-symbol.coral {
  color: #ff8b82;
  text-shadow: 0 0 18px rgba(232, 90, 79, 0.65);
}

.slot-payline {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e8c47a, transparent);
  box-shadow: 0 0 12px rgba(232, 196, 122, 0.8);
  pointer-events: none;
  z-index: 2;
}

.cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  min-height: 7.5rem;
  align-items: center;
}

.card-face {
  width: 4.4rem;
  height: 6.2rem;
  border-radius: 0.45rem;
  background: linear-gradient(160deg, #ffffff, #eef6f2);
  color: #16201c;
  border: 1px solid rgba(15, 122, 95, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.4rem 0.45rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.4);
  animation: cardIn 0.35s ease both;
}

.card-face.red {
  color: #d44a40;
}

.card-face.back {
  background:
    repeating-linear-gradient(45deg, #0f7a5f 0 8px, #0a5a46 8px 16px);
  color: transparent;
}

.hand-label {
  margin: 0 0 0.55rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232, 245, 239, 0.7);
}

.hand-block + .hand-block {
  margin-top: 1.15rem;
}

.wheel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
}

.wheel-wrap {
  position: relative;
  width: min(100%, 20rem);
  aspect-ratio: 1;
  margin: 0 auto;
}

.wheel-disk {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #e8c47a;
  box-shadow:
    0 0 0 6px rgba(15, 122, 95, 0.45),
    0 0 40px rgba(46, 230, 197, 0.35),
    inset 0 0 30px rgba(0, 0, 0, 0.45);
  background: conic-gradient(
    #e85a4f 0deg 18deg,
    #16201c 18deg 36deg,
    #e85a4f 36deg 54deg,
    #16201c 54deg 72deg,
    #e85a4f 72deg 90deg,
    #16201c 90deg 108deg,
    #e85a4f 108deg 126deg,
    #16201c 126deg 144deg,
    #e85a4f 144deg 162deg,
    #16201c 162deg 180deg,
    #e85a4f 180deg 198deg,
    #16201c 198deg 216deg,
    #e85a4f 216deg 234deg,
    #16201c 234deg 252deg,
    #0f7a5f 252deg 270deg,
    #16201c 270deg 288deg,
    #e85a4f 288deg 306deg,
    #16201c 306deg 324deg,
    #e85a4f 324deg 342deg,
    #16201c 342deg 360deg
  );
  transition: transform 4s cubic-bezier(0.12, 0.75, 0.18, 1);
}

.wheel-pointer {
  position: absolute;
  top: -0.35rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.55rem solid transparent;
  border-right: 0.55rem solid transparent;
  border-top: 1rem solid #e8c47a;
  filter: drop-shadow(0 0 8px rgba(232, 196, 122, 0.8));
  z-index: 2;
}

.wheel-center {
  position: absolute;
  inset: 42%;
  border-radius: 50%;
  background: radial-gradient(circle, #9fe3cf, #0f7a5f);
  border: 3px solid #e8c47a;
  box-shadow: 0 0 20px rgba(46, 230, 197, 0.55);
}

.bet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.bet-chip {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #e8f5ef;
  border-radius: 0.4rem;
  padding: 0.8rem 0.5rem;
  cursor: pointer;
  font-weight: 600;
}

.bet-chip.is-active {
  border-color: #9fe3cf;
  box-shadow: 0 0 18px rgba(46, 230, 197, 0.35);
  background: rgba(15, 122, 95, 0.35);
}

@keyframes glowFloat {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-12%, 18%, 0);
  }
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 767.98px) {
  .wheel-layout {
    grid-template-columns: 1fr;
  }
}
