.rl-wheel {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 16px auto;
  background: radial-gradient(circle at 50% 50%, #2b3354 0%, #1b2138 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #4d96ff;
}
.rl-num { font-size: 56px; font-weight: 800; color: #fff; }
.rl-num.red { color: #ff6b6b; }
.rl-num.black { color: #1b1b1b; background: #fff; border-radius: 50%; width: 92px; height: 92px; display: flex; align-items: center; justify-content: center; }
.rl-num.green { color: #6bcb77; }
.rl-bets { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 10px 0; }
.rl-bet { padding: 9px 13px; border: none; border-radius: 9px; background: #2b3354; color: #fff; font-weight: 700; cursor: pointer; }
.rl-bet.on { background: #ffd93d; color: #2b2f38; }
.rl-amt { display: inline-flex; align-items: center; padding: 0 8px; font-weight: 800; color: #fff; }
.rl-input { width: 64px; padding: 8px; border-radius: 9px; border: 1px solid #3a446b; background: #11162a; color: #fff; font-size: 16px; text-align: center; }
