.bounty-game-in-prediction-shell { padding: clamp(48px, 7vw, 82px) 0; background: linear-gradient(145deg, #081225, #182d5e); color: #fff; }
.bounty-game-in-prediction-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.bounty-game-in-prediction-card { max-width: 100%; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.07); }
.bounty-game-in-prediction-card-primary { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 20px; border-top: 4px solid #f59e0b; }
.bounty-game-in-prediction-label { display: block; margin-bottom: 6px; color: #b9c6e3; font-size: .86rem; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.bounty-game-in-prediction-value { display: block; color: #fff; font-size: clamp(1.25rem, 3vw, 2rem); font-weight: 900; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.bounty-game-in-prediction-countdown { font-size: clamp(2.5rem, 8vw, 5rem); color: #f59e0b; }
.bounty-game-in-prediction-numbers { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.bounty-game-in-prediction-number { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, #3157e8, #5c3fd6); color: #fff; font-size: 1.35rem; font-weight: 900; box-shadow: 0 8px 20px rgba(49,87,232,.32); }
.bounty-game-in-prediction-colour[data-colour="red"] { color: #fb7185; }
.bounty-game-in-prediction-colour[data-colour="green"] { color: #2dd4bf; }
.bounty-game-in-prediction-colour[data-colour="violet"] { color: #c084fc; }
.bounty-game-in-prediction-status { min-height: 1.7em; margin-top: 12px; color: #f8d58c; }
.bounty-game-in-prediction-reference-note { margin-top: 20px; padding: 16px; border-left: 4px solid #14b8a6; background: rgba(20,184,166,.10); }
.bounty-game-in-prediction-history-wrap { max-width: 100%; margin-top: 24px; overflow-x: auto; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; }
.bounty-game-in-prediction-history { min-width: 690px; background: rgba(8,18,37,.48); }
.bounty-game-in-prediction-history th { background: rgba(255,255,255,.10); color: #fff; }
.bounty-game-in-prediction-history td { border-color: rgba(255,255,255,.12); color: #dbe5f7; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.bounty-game-in-prediction-period-links { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 26px; }
.bounty-game-in-prediction-period-links a { padding: 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.06); color: #fff; font-weight: 800; text-align: center; text-decoration: none; }

@media (max-width: 768px) {
  .bounty-game-in-prediction-card-primary { grid-template-columns: 1fr; }
  .bounty-game-in-prediction-period-links { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .bounty-game-in-prediction-grid, .bounty-game-in-prediction-period-links { grid-template-columns: 1fr; }
  .bounty-game-in-prediction-card-primary { grid-column: auto; }
  .bounty-game-in-prediction-card { padding: 18px; }
  .bounty-game-in-prediction-countdown { font-size: 2.8rem; }
  .bounty-game-in-prediction-number { width: 46px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  .bounty-game-in-prediction-number { animation: none; transition: none; }
}

