.bh678-prediction-shell { margin-top: 34px; }
.bh678-prediction-dashboard { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 20px; padding: clamp(22px, 4vw, 42px); overflow: hidden; border: 1px solid rgba(255, 202, 89, .28); border-radius: 32px; background: linear-gradient(135deg, rgba(38,25,94,.96), rgba(13,10,45,.98)); box-shadow: var(--bh678-shadow); }
.bh678-prediction-dashboard::before { content: ""; position: absolute; width: 460px; height: 460px; top: -260px; right: -120px; border: 70px double rgba(255,182,41,.09); border-radius: 50%; box-shadow: 0 0 0 22px rgba(8,191,197,.04), 0 0 0 48px rgba(236,63,134,.025); }
.bh678-prediction-dashboard > * { position: relative; z-index: 1; min-width: 0; }
.bh678-prediction-main { display: grid; gap: 18px; }
.bh678-prediction-status { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.bh678-prediction-stat { min-width: 0; padding: 18px; border: 1px solid rgba(124,232,227,.2); border-radius: 17px; background: rgba(8,191,197,.07); }
.bh678-prediction-stat span { display: block; color: var(--bh678-muted); font-size: .77rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.bh678-lang-hi .bh678-prediction-stat span { letter-spacing: 0; text-transform: none; }
.bh678-prediction-stat strong { display: block; margin-top: 5px; color: #fff6dc; font-size: clamp(1rem,2.2vw,1.35rem); font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.bh678-prediction-countdown { color: var(--bh678-marigold) !important; font-size: clamp(1.8rem,4vw,3.1rem) !important; line-height: 1 !important; }
.bh678-prediction-progress { height: 7px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.08); }
.bh678-prediction-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--bh678-peacock),var(--bh678-emerald),var(--bh678-marigold)); transition: width .35s linear; }
.bh678-reference-panel { padding: 22px; border: 1px solid rgba(236,63,134,.25); border-radius: 22px; background: linear-gradient(140deg,rgba(92,27,93,.42),rgba(21,15,61,.72)); }
.bh678-reference-panel h2 { font-size: 1.35rem; }
.bh678-reference-numbers { display: flex; flex-wrap: wrap; gap: 14px; margin: 18px 0; }
.bh678-reference-number { display: grid; width: clamp(64px,8vw,88px); aspect-ratio: 1; place-items: center; border: 3px solid rgba(255,255,255,.68); border-radius: 50%; color: #1a1024; background: radial-gradient(circle at 32% 25%,#fff8dc 0 14%,#ffd15a 38%,#ff8d35 78%,#b83273 100%); box-shadow: 0 12px 28px rgba(236,63,134,.27); font-size: clamp(1.6rem,4vw,2.5rem); font-weight: 950; font-variant-numeric: tabular-nums; }
.bh678-reference-meta { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.bh678-reference-chip { min-width: 0; padding: 13px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(255,255,255,.05); }
.bh678-reference-chip span { display: block; color: var(--bh678-muted); font-size: .76rem; }
.bh678-reference-chip strong { display: block; margin-top: 3px; overflow-wrap: anywhere; }
.bh678-colour-dot { display: inline-block; width: 11px; height: 11px; margin-right: 7px; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; background: currentColor; }
.bh678-colour--red { color: #ff6386; }
.bh678-colour--green { color: #35e6a9; }
.bh678-colour--violet { color: #a988ff; }
.bh678-strength { display: flex; align-items: center; gap: 4px; margin-top: 6px; }
.bh678-strength i { width: 16px; height: 7px; border-radius: 999px; background: rgba(255,255,255,.13); }
.bh678-strength i.is-active { background: var(--bh678-marigold); box-shadow: 0 0 12px rgba(255,182,41,.35); }
.bh678-prediction-side { display: grid; align-content: start; gap: 18px; }
.bh678-prediction-art { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; }
.bh678-prediction-art img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.bh678-round-message { min-height: 24px; color: #b8ffef; font-weight: 750; }
.bh678-reference-note { padding: 18px; border: 1px solid rgba(255,182,41,.24); border-radius: 17px; color: #e6deef; background: rgba(255,182,41,.07); font-size: .9rem; }
.bh678-reference-note strong { color: #ffe29a; }
.bh678-prediction-nav { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-top: 20px; }
.bh678-prediction-nav a { padding: 12px; border: 1px solid rgba(8,191,197,.24); border-radius: 13px; color: #eaffff; background: rgba(8,191,197,.07); font-weight: 800; text-align: center; text-decoration: none; }
.bh678-prediction-nav a[aria-current="page"] { border-color: var(--bh678-marigold); color: #1a1024; background: var(--bh678-marigold); }
.bh678-history { margin-top: 28px; padding: clamp(20px,3vw,30px); border: 1px solid var(--bh678-border); border-radius: 24px; background: rgba(22,17,63,.74); }
.bh678-history h2 { font-size: clamp(1.5rem,3vw,2.2rem); }
.bh678-history .bh678-table-wrap { margin-top: 16px; }
.bh678-history td { color: #d8d1e5; font-variant-numeric: tabular-nums; white-space: nowrap; }
.bh678-history td:first-child { white-space: normal; overflow-wrap: anywhere; }

@media (max-width: 900px) {
  .bh678-prediction-dashboard { grid-template-columns: 1fr; }
  .bh678-prediction-side { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .bh678-prediction-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .bh678-prediction-dashboard { padding: 18px 14px; border-radius: 22px; }
  .bh678-prediction-status, .bh678-reference-meta, .bh678-prediction-side, .bh678-prediction-nav { grid-template-columns: 1fr; }
  .bh678-reference-panel { padding: 19px 15px; }
  .bh678-reference-numbers { justify-content: center; flex-wrap: nowrap; gap: 9px; }
  .bh678-reference-number { width: min(25vw,76px); }
  .bh678-prediction-stat strong { font-size: 1rem; }
}
@media (max-width: 360px) {
  .bh678-reference-number { width: 68px; }
  .bh678-reference-numbers { gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  .bh678-prediction-progress span { transition: none; }
}

