.bhtci-prediction-hero { margin-bottom: 30px; }
.bhtci-prediction-shell { position: relative; padding: clamp(18px, 4vw, 34px); overflow: hidden; }
.bhtci-prediction-shell::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(50,199,217,.06), transparent 34%, rgba(124,58,237,.08)); }
.bhtci-prediction-toolbar { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--bhtci-border); }
.bhtci-prediction-clock { font-variant-numeric: tabular-nums; font-weight: 850; }
.bhtci-prediction-status { color: var(--bhtci-muted); font-size: .88rem; }
.bhtci-prediction-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.bhtci-prediction-card { min-width: 0; max-width: 100%; padding: 20px; background: rgba(9, 16, 34, .72); border: 1px solid rgba(74, 94, 142, .55); border-radius: 16px; }
.bhtci-prediction-card--period { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 22px; background: linear-gradient(135deg, rgba(91,95,245,.17), rgba(8,17,35,.76)); }
.bhtci-prediction-label { display: block; margin-bottom: 7px; color: var(--bhtci-cyan); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.bhtci-prediction-period { margin: 0; color: #fff; font-size: clamp(1.2rem, 3vw, 2rem); font-weight: 900; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.bhtci-prediction-next { color: var(--bhtci-muted); font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.bhtci-prediction-countdown { justify-self: end; color: #fff; font-size: clamp(2.4rem, 9vw, 5.2rem); font-weight: 950; letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; text-shadow: 0 0 32px rgba(50,199,217,.3); }
.bhtci-prediction-reference { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; min-height: 48px; font-size: 1.15rem; font-weight: 850; }
.bhtci-prediction-colour-dot { width: 14px; height: 14px; border-radius: 50%; box-shadow: 0 0 18px currentColor; }
.bhtci-prediction-colour-dot[data-colour="Red"] { color: var(--bhtci-red); background: var(--bhtci-red); }
.bhtci-prediction-colour-dot[data-colour="Green"] { color: var(--bhtci-green); background: var(--bhtci-green); }
.bhtci-prediction-colour-dot[data-colour="Violet"] { color: var(--bhtci-violet); background: var(--bhtci-violet); }
.bhtci-prediction-numbers { display: flex; flex-wrap: wrap; gap: 10px; }
.bhtci-prediction-number { display: grid; place-items: center; width: 48px; aspect-ratio: 1; color: #fff; background: radial-gradient(circle at 32% 28%, #9de9ff, #4a5ce8 50%, #251b61); border: 1px solid rgba(171,209,255,.68); border-radius: 50%; box-shadow: inset 0 2px 8px rgba(255,255,255,.3), 0 10px 25px rgba(44,78,255,.24); font-size: 1.15rem; font-weight: 950; font-variant-numeric: tabular-nums; }
.bhtci-prediction-score { display: grid; gap: 8px; }
.bhtci-prediction-score-track { height: 9px; overflow: hidden; background: #212b44; border-radius: 999px; }
.bhtci-prediction-score-bar { width: 0; height: 100%; background: linear-gradient(90deg, var(--bhtci-primary), var(--bhtci-cyan)); border-radius: inherit; transition: width .35s ease; }
.bhtci-prediction-disclaimer { margin-top: 18px; padding: 14px 16px; color: #d6def0; background: rgba(245,196,81,.06); border: 1px solid rgba(245,196,81,.25); border-radius: 13px; font-size: .88rem; }
.bhtci-prediction-history { margin-top: 22px; }
.bhtci-prediction-history-wrap { overflow-x: auto; border: 1px solid var(--bhtci-border); border-radius: 14px; }
.bhtci-prediction-history table { width: 100%; min-width: 650px; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.bhtci-prediction-history th, .bhtci-prediction-history td { padding: 12px 14px; border-bottom: 1px solid rgba(74,91,131,.35); text-align: left; }
.bhtci-prediction-history th { color: #dfe8ff; background: rgba(91,95,245,.12); }
.bhtci-prediction-history td { color: #b9c5dd; }
.bhtci-prediction-history tr:last-child td { border-bottom: 0; }
.bhtci-prediction-round-flash { animation: bhtci-round .55s ease; }
@keyframes bhtci-round { 0% { box-shadow: 0 0 0 rgba(50,199,217,0); } 45% { box-shadow: 0 0 45px rgba(50,199,217,.28); } 100% { box-shadow: 0 0 0 rgba(50,199,217,0); } }
@media (max-width: 720px) {
  .bhtci-prediction-toolbar { align-items: flex-start; flex-direction: column; }
  .bhtci-prediction-grid { grid-template-columns: 1fr; }
  .bhtci-prediction-card--period { grid-column: 1; grid-template-columns: 1fr; }
  .bhtci-prediction-countdown { justify-self: start; }
}
@media (max-width: 380px) {
  .bhtci-prediction-shell { padding: 14px; }
  .bhtci-prediction-card { padding: 16px; }
  .bhtci-prediction-number { width: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  .bhtci-prediction-round-flash { animation: none; }
  .bhtci-prediction-score-bar { transition: none; }
}
