/* SMMflow — site-wide theme extras (light mode default) */

/* Plinko playfield — always dark so white pegs stay visible */
.plinko-board-wrapper {
  background: linear-gradient(180deg, #1e2d4a 0%, #152238 52%, #0f1a2e 100%);
  border-radius: 16px;
  padding: 14px 12px 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -8px 24px rgba(0, 0, 0, 0.22),
    0 10px 28px rgba(20, 36, 87, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.plinko-game-wrapper {
  background: radial-gradient(ellipse at 50% 20%, rgba(30, 45, 74, 0.35) 0%, transparent 55%);
}
