.sl78-prediction-hero { padding-bottom: 36px; }
.sl78-dashboard-section { padding-top: 28px; }
.sl78-prediction-dashboard { min-width: 0; padding: clamp(18px, 4vw, 34px); border: 1px solid var(--sl78-border-strong); border-radius: 28px; background: linear-gradient(145deg, rgba(23, 31, 60, .98), rgba(8, 11, 28, .98)); box-shadow: var(--sl78-shadow); overflow: hidden; }
.sl78-prediction-statusline { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-bottom: 22px; color: var(--sl78-muted); }
.sl78-prediction-statusline time { margin-left: auto; color: #fff; font-variant-numeric: tabular-nums; font-weight: 850; }
.sl78-live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--sl78-secondary); box-shadow: 0 0 0 6px rgba(19, 200, 176, .1); }
.sl78-prediction-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.sl78-prediction-card { min-width: 0; max-width: 100%; padding: 20px; border: 1px solid var(--sl78-border); border-radius: 18px; background: rgba(8, 11, 28, .65); }
.sl78-prediction-label { margin: 0 0 8px; color: var(--sl78-muted); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .065em; }
.sl78-lang-hi .sl78-prediction-label { text-transform: none; letter-spacing: 0; }
.sl78-period-value, .sl78-countdown { max-width: 100%; margin: 0 0 10px; color: #fff; font-size: clamp(1.45rem, 4vw, 2.35rem); line-height: 1.15; font-weight: 950; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.sl78-period-card > p:last-child { margin-bottom: 0; color: var(--sl78-muted); overflow-wrap: anywhere; }
.sl78-period-card strong { color: #fff; font-variant-numeric: tabular-nums; }
.sl78-progress-track { height: 8px; overflow: hidden; border-radius: 99px; background: rgba(173, 182, 216, .12); }
.sl78-progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--sl78-secondary), var(--sl78-primary), var(--sl78-accent)); transition: width .25s linear; }
.sl78-number-row { display: flex; flex-wrap: wrap; gap: 10px; }
.sl78-number-row span { display: grid; place-items: center; width: clamp(52px, 8vw, 68px); aspect-ratio: 1; border: 1px solid rgba(255, 181, 71, .4); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff2c7, var(--sl78-accent) 54%, #cf6e20); color: #19101a; font-size: 1.55rem; line-height: 1; font-weight: 950; box-shadow: 0 10px 25px rgba(255, 181, 71, .15); }
.sl78-signal-card { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.sl78-signal-card > div { min-width: 0; padding: 12px; border-radius: 12px; background: rgba(124, 92, 255, .08); }
.sl78-signal-card strong { display: block; color: #fff; font-size: 1.15rem; overflow-wrap: anywhere; }
.sl78-signal-card strong.is-red { color: #ff7b94; }
.sl78-signal-card strong.is-green { color: #45dfc2; }
.sl78-signal-card strong.is-violet { color: #b7a4ff; }
.sl78-round-announcement { min-height: 1.7em; margin: 14px 0 0; color: var(--sl78-secondary); font-weight: 750; }
.sl78-score-note { margin-top: 14px; padding: 14px 16px; border-left: 3px solid var(--sl78-primary); background: rgba(124, 92, 255, .075); }
.sl78-score-note p { margin: 4px 0 0; color: var(--sl78-muted); }
.sl78-history-wrap { margin-top: 24px; }
.sl78-history-title { margin: 0 0 12px; color: #fff; font-weight: 900; font-size: 1.15rem; }
.sl78-history-wrap table { min-width: 690px; }
.sl78-history-wrap td:first-child { color: #fff; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.sl78-colour-chip { display: inline-block; width: 9px; height: 9px; margin-right: 7px; border-radius: 50%; background: currentColor; }
.sl78-colour-chip.is-red { color: #ff5d78; }
.sl78-colour-chip.is-green { color: #13c8b0; }
.sl78-colour-chip.is-violet { color: #8b72ff; }
.sl78-history-disclaimer { margin: 10px 0 0; color: var(--sl78-muted); font-size: .88rem; }
.sl78-side-safety { margin: 20px 0; padding: 14px; border: 1px solid rgba(255, 181, 71, .25); border-radius: 12px; background: rgba(255, 181, 71, .06); }
.sl78-side-safety p { margin-bottom: 0; }
.sl78-sticky-side .sl78-button { width: 100%; }

@media (max-width: 768px) {
  .sl78-prediction-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sl78-signal-card { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .sl78-prediction-dashboard { padding: 15px; border-radius: 20px; }
  .sl78-prediction-statusline time { width: 100%; margin-left: 0; }
  .sl78-prediction-grid { grid-template-columns: 1fr; }
  .sl78-signal-card { grid-column: auto; grid-template-columns: 1fr; }
  .sl78-number-row span { width: 54px; }
}

@media (max-width: 360px) {
  .sl78-number-row { gap: 7px; }
  .sl78-number-row span { width: 48px; font-size: 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  .sl78-progress-track span { transition: none; }
}
