/* v1.1.0-beta.6 reliability, accessibility, and performance hardening */
.reliability-overlay {
  position: absolute;
  left: 54px;
  top: 280px;
  width: 972px;
  height: 778px;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 54px;
  border: 2px solid rgba(148, 163, 184, .32);
  border-radius: 30px;
  background: rgba(3, 7, 18, .94);
  box-shadow: 0 0 58px rgba(2, 6, 23, .72);
  text-align: center;
}
.reliability-overlay[hidden] { display: none; }
.reliability-overlay-card { max-width: 760px; }
.reliability-overlay-kicker {
  color: var(--color-cyan);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.reliability-overlay-title {
  margin: 22px 0 0;
  color: var(--color-white);
  font-size: 76px;
  font-weight: 950;
  line-height: .98;
  letter-spacing: -.035em;
}
.reliability-overlay-copy {
  margin: 24px 0 0;
  color: var(--color-muted);
  font-size: 34px;
  font-weight: 650;
  line-height: 1.2;
}
.connection-reconnecting .live-dot { opacity: .55; }

.high-readability .stage-grid,
.high-readability .stage-light,
.high-readability .stage-horizon { opacity: .03 !important; animation: none !important; }
.high-readability .scene-surface,
.high-readability .broadcast-header,
.high-readability .host-support-panel,
.high-readability .status-rail { filter: none !important; }
.high-readability .header-kicker,
.high-readability .status-label,
.high-readability .support-heading { color: #dbeafe !important; }
.high-readability .header-value,
.high-readability .status-value,
.high-readability .support-message { text-shadow: none !important; }

.reduce-particles .winner-confetti,
.performance-reduced .winner-confetti,
.performance-minimal .winner-confetti { display: none !important; }
.reduce-particles .wager-headline-glow,
.performance-reduced .wager-headline-glow,
.performance-minimal .wager-headline-glow { opacity: .18 !important; animation: none !important; }
.performance-reduced .stage-light,
.performance-reduced .stage-grid { opacity: .06 !important; animation: none !important; }
.performance-minimal .stage-light,
.performance-minimal .stage-grid,
.performance-minimal .stage-horizon { display: none !important; }
.performance-minimal *,
.performance-minimal *::before,
.performance-minimal *::after { box-shadow: none !important; filter: none !important; }
.performance-minimal .live-dot { box-shadow: none !important; }
