/* Bounty Game Prediction — Warm India Ember palette */
.bountygame-pred-shell{
  --pred-accent:#ff7a18;
  --pred-accent-2:#ffc44f;
  --pred-tint:rgba(255,122,24,.11);
  --pred-border:rgba(255,122,24,.72);
  margin:24px 0 36px;
  padding:2px;
  border:1px solid rgba(255,188,112,.22);
  border-radius:26px;
  background:linear-gradient(135deg,var(--pred-accent),var(--pred-accent-2),#159568);
  box-shadow:0 26px 70px rgba(0,0,0,.3);
}
.bountygame-pred-dashboard{
  border-radius:24px;
  padding:24px;
  background:
    radial-gradient(circle at 100% 0%,var(--pred-tint),transparent 18rem),
    linear-gradient(180deg,#24150f,#17100c);
}
.bountygame-pred-top{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-bottom:18px;
}
.bountygame-pred-stat,.bountygame-pred-card{
  min-width:0;
  padding:15px;
  border:1px solid rgba(255,188,112,.16);
  border-radius:17px;
  background:linear-gradient(180deg,#321c13,#25160f);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.bountygame-pred-label{display:block;margin-bottom:5px;color:#bda796;font-size:.8rem;font-weight:700}
.bountygame-pred-value{display:block;color:#fff6e9;font-size:1.08rem;font-weight:900;overflow-wrap:anywhere}
.bountygame-pred-reference{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.bountygame-pred-card[data-kind="colour"]{
  background:linear-gradient(135deg,var(--pred-tint),#24150f 72%);
}
.bountygame-pred-card strong{color:#fff4df;font-size:1.08rem}
.bountygame-pred-numbers{display:flex;flex-wrap:wrap;gap:8px}
.bountygame-pred-ball{
  display:grid;
  place-items:center;
  width:40px;height:40px;
  border:1px solid var(--pred-border);
  border-radius:50%;
  background:#120d09;
  color:#fff3dc;
  font-weight:900;
  box-shadow:0 7px 18px rgba(0,0,0,.2),inset 0 0 0 3px var(--pred-tint);
}
.bountygame-pred-history{margin-top:24px}
.bountygame-pred-history h2{font-size:clamp(1.35rem,2.4vw,1.8rem)}
.bountygame-pred-history-list{display:grid;gap:8px}
.bountygame-pred-history-item{
  display:grid;
  grid-template-columns:1.5fr .7fr .7fr .6fr;
  gap:10px;
  padding:11px 12px;
  border:1px solid rgba(255,188,112,.12);
  border-radius:12px;
  background:#21140e;
  color:#d9c5b4;
  font-size:.88rem;
}
.bountygame-pred-note{
  margin-top:18px;
  padding:14px 16px;
  border:1px solid rgba(255,196,79,.2);
  border-left:4px solid var(--pred-accent);
  border-radius:14px;
  background:#1f130e;
  color:#cfbaaa;
}
.bountygame-pred-page-1 .bountygame-pred-shell{--pred-accent:#ff6a30;--pred-accent-2:#ffb13b;--pred-tint:rgba(255,106,48,.12);--pred-border:rgba(255,106,48,.72)}
.bountygame-pred-page-3 .bountygame-pred-shell{--pred-accent:#d93d72;--pred-accent-2:#ff7a45;--pred-tint:rgba(217,61,114,.12);--pred-border:rgba(217,61,114,.72)}
.bountygame-pred-page-5 .bountygame-pred-shell{--pred-accent:#159568;--pred-accent-2:#72c777;--pred-tint:rgba(21,149,104,.12);--pred-border:rgba(21,149,104,.72)}
.bountygame-pred-page-10 .bountygame-pred-shell{--pred-accent:#e89a22;--pred-accent-2:#ffd36a;--pred-tint:rgba(232,154,34,.12);--pred-border:rgba(232,154,34,.72)}

@media(max-width:900px){
  .bountygame-pred-top,.bountygame-pred-reference{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .bountygame-pred-shell{margin:18px 0 30px;border-radius:20px}
  .bountygame-pred-dashboard{padding:15px;border-radius:18px}
  .bountygame-pred-top,.bountygame-pred-reference{grid-template-columns:1fr;gap:10px}
  .bountygame-pred-stat,.bountygame-pred-card{padding:14px}
  .bountygame-pred-history-item{grid-template-columns:1fr 1fr;gap:6px 10px;font-size:.82rem}
  .bountygame-pred-history-item span:first-child{grid-column:1/-1;overflow-wrap:anywhere}
  .bountygame-pred-ball{width:38px;height:38px}
}
@media(max-width:360px){
  .bountygame-pred-dashboard{padding:12px}
  .bountygame-pred-history-item{grid-template-columns:1fr}
  .bountygame-pred-history-item span:first-child{grid-column:auto}
}
