.bountygame-prediction { padding: 34px 0 48px; }
.bountygame-prediction-dashboard { display: grid; gap: 16px; grid-template-columns: 1fr; }
.bountygame-prediction-card { min-width: 0; max-width: 100%; box-sizing: border-box; background: #fff; border: 1px solid var(--bountygame-border); border-radius: var(--bountygame-radius); padding: 18px; box-shadow: 0 5px 18px rgba(20,35,30,.04); }
.bountygame-prediction-card strong, .bountygame-prediction-period, .bountygame-prediction-countdown { font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.bountygame-prediction-label { color: var(--bountygame-muted); font-size: .9rem; margin-bottom: 6px; }
.bountygame-prediction-countdown { font-size: clamp(2rem, 8vw, 3.4rem); font-weight: 850; color: var(--bountygame-primary-dark); line-height: 1; }
.bountygame-prediction-number-row { display: flex; gap: 8px; flex-wrap: wrap; }
.bountygame-prediction-ball { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--bountygame-secondary); font-weight: 850; font-variant-numeric: tabular-nums; }
.bountygame-colour-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 999px; border: 1px solid var(--bountygame-border); }
.bountygame-colour-chip::before { content: ''; width: 12px; height: 12px; border-radius: 50%; background: currentColor; }
.bountygame-colour-red { color: #c62828; }
.bountygame-colour-green { color: #15803d; }
.bountygame-colour-violet { color: #7c3aed; }
.bountygame-prediction-status { margin-top: 12px; color: var(--bountygame-muted); }
.bountygame-prediction-history { overflow-x: auto; }
.bountygame-prediction-history table { min-width: 560px; }
.bountygame-prediction-nav { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.bountygame-prediction-nav a { border: 1px solid var(--bountygame-border); border-radius: 999px; padding: 8px 12px; background: #fff; }
@media (min-width: 760px) { .bountygame-prediction-dashboard { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .bountygame-prediction-dashboard { grid-template-columns: repeat(4, minmax(0, 1fr)); } .bountygame-prediction-card.wide { grid-column: span 2; } }
@media (max-width: 640px) { .bountygame-prediction-dashboard { grid-template-columns: 1fr; } .bountygame-prediction-ball { width: 40px; height: 40px; } .bountygame-prediction-history table { min-width: 520px; } }
@media (prefers-reduced-motion: reduce) { .bountygame-prediction-card { transition: none; } }
