:root {
  --dp-bg: #050507;
  --dp-surface: rgba(15, 15, 19, .74);
  --dp-surface-solid: #0d0d11;
  --dp-line: rgba(255, 255, 255, .09);
  --dp-line-strong: rgba(255, 255, 255, .16);
  --dp-text: #f7f4ef;
  --dp-muted: #8b8b94;
  --dp-dim: #56565f;
  --dp-red: #e5283e;
  --dp-red-hot: #ff4258;
  --dp-green: #67d99c;
  --dp-ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; margin: 0; background: var(--dp-bg); }
body.broadcast-body {
  min-height: 100vh;
  overflow: hidden;
  color: var(--dp-text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 50% 42%, rgba(229,40,62,.085), transparent 28%),
    radial-gradient(circle at 50% 110%, rgba(255,255,255,.025), transparent 35%),
    #050507;
}
button, a { font: inherit; color: inherit; }
a { text-decoration: none; }
button { border: 0; }
svg { display: block; }

.broadcast-ambient,
.broadcast-vignette,
.broadcast-grain,
.broadcast-scan {
  position: fixed;
  inset: 0;
  pointer-events: none;
}
.broadcast-ambient {
  z-index: 0;
  background:
    linear-gradient(90deg, transparent 49.94%, rgba(255,255,255,.025) 50%, transparent 50.06%),
    linear-gradient(0deg, transparent 49.94%, rgba(255,255,255,.018) 50%, transparent 50.06%);
  background-size: 110px 110px;
  mask-image: radial-gradient(circle at 50% 46%, black, transparent 75%);
  opacity: .32;
}
.broadcast-vignette {
  z-index: 2;
  background: radial-gradient(circle at 50% 46%, transparent 34%, rgba(0,0,0,.16) 62%, rgba(0,0,0,.8) 120%);
}
.broadcast-grain {
  z-index: 85;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.broadcast-scan {
  z-index: 84;
  opacity: .06;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 4px);
  mix-blend-mode: soft-light;
}

.broadcast-topbar {
  position: relative;
  z-index: 30;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  padding: 0 30px;
  border-bottom: 1px solid rgba(255,255,255,.065);
  background: linear-gradient(180deg, rgba(5,5,7,.94), rgba(5,5,7,.62));
  backdrop-filter: blur(16px);
}
.broadcast-brand {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 12px;
}
.broadcast-mark {
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 11px;
  background: #030304;
  box-shadow: 0 8px 30px rgba(0,0,0,.3);
}
.broadcast-mark img { width: 100%; height: 100%; object-fit: cover; }
.broadcast-brand-copy { display: grid; gap: 2px; }
.broadcast-brand-copy strong { font-size: 13px; letter-spacing: -.015em; }
.broadcast-brand-copy small { color: #696972; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.event-chip {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}
.event-chip > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4b4b53;
  transition: .3s ease;
}
.event-chip small { color: #62626b; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.event-chip strong { font-size: 11px; font-variant-numeric: tabular-nums; }

.broadcast-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 7px;
}
.broadcast-action {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  background: rgba(255,255,255,.025);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.broadcast-action:hover { transform: translateY(-1px); background: rgba(255,255,255,.065); border-color: rgba(255,255,255,.16); }
.broadcast-action svg { width: 15px; height: 15px; }

.broadcast-stage {
  position: relative;
  z-index: 5;
  height: calc(100vh - 76px);
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(155px,.33fr) minmax(610px,1.45fr) minmax(200px,.38fr);
  gap: clamp(12px, 2vw, 34px);
  padding: 24px 30px 26px;
}

.phase-rail {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding: 20px 0;
  transition: opacity .45s ease, transform .45s var(--dp-ease);
}
.phase-rail-header { display: grid; gap: 5px; margin-bottom: 24px; }
.phase-rail-header small { color: #505058; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.phase-rail-header strong { font-size: 16px; letter-spacing: -.025em; }
.phase-rail-header span { color: #55555d; font-size: 9px; font-variant-numeric: tabular-nums; }
.phase-sequence {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 3px;
}
.phase-sequence::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: rgba(255,255,255,.07);
}
.phase-sequence li {
  position: relative;
  min-height: 64px;
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 11px;
  color: #4d4d55;
  transition: color .25s ease, transform .25s ease;
}
.phase-sequence li::before {
  content: "";
  z-index: 2;
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: #09090c;
  transition: .25s ease;
}
.phase-sequence i { display: none; }
.phase-sequence span { font-size: 10px; font-weight: 700; letter-spacing: .025em; }
.phase-sequence li.complete { color: #898992; }
.phase-sequence li.complete::before { background: #777780; border-color: #777780; }
.phase-sequence li.active { color: #f2eee9; transform: translateX(3px); }
.phase-sequence li.active::before { background: var(--dp-red-hot); border-color: var(--dp-red-hot); box-shadow: 0 0 16px rgba(255,66,88,.65); }
.phase-progress-track { width: 100%; height: 2px; margin-top: 20px; background: rgba(255,255,255,.06); overflow: hidden; }
.phase-progress-track span { display: block; height: 100%; width: 0; background: var(--dp-red); box-shadow: 0 0 14px rgba(229,40,62,.5); transition: width .2s linear; }

.hero-stage {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 12;
  align-self: start;
  justify-self: center;
  width: min(720px, 100%);
  text-align: center;
  transition: opacity .45s ease, transform .55s var(--dp-ease);
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #71717a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero-eyebrow::before { content: ""; width: 22px; height: 1px; background: #4d4d55; }
.hero-copy h1 {
  margin: 9px 0 7px;
  font-size: clamp(34px, 4.1vw, 70px);
  line-height: .9;
  letter-spacing: -.065em;
  text-wrap: balance;
  transition: color .35s ease, transform .45s var(--dp-ease);
}
.hero-copy p {
  max-width: 560px;
  margin: 0 auto;
  color: #777780;
  font-size: clamp(10px, .86vw, 13px);
  line-height: 1.55;
}

.wheel-theatre {
  position: relative;
  align-self: center;
  justify-self: center;
  width: min(68vh, 690px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transition: width .65s var(--dp-ease), transform .65s var(--dp-ease), filter .45s ease;
}
.wheel-orbit,
.wheel-orbit::before,
.wheel-orbit::after {
  position: absolute;
  inset: 4%;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 50%;
  content: "";
}
.wheel-orbit { opacity: .62; animation: orbitDrift 22s linear infinite; }
.wheel-orbit::before { inset: 6%; border-style: dashed; opacity: .55; }
.wheel-orbit::after { inset: 13%; opacity: .45; }
@keyframes orbitDrift { to { transform: rotate(360deg); } }
.wheel-glow {
  position: absolute;
  inset: 13%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229,40,62,.12), rgba(229,40,62,.035) 42%, transparent 72%);
  filter: blur(22px);
  transition: opacity .4s ease, transform .6s var(--dp-ease);
}
.wheel-frame {
  position: relative;
  z-index: 4;
  width: 88%;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: drop-shadow(0 34px 58px rgba(0,0,0,.58));
  transition: filter .4s ease;
}
#wheelCanvas { display: block; width: 100%; height: 100%; }
.pointer-assembly {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: -1.5%;
  width: 45px;
  height: 66px;
  transform: translateX(-50%);
  transform-origin: 50% 0;
}
.pointer-assembly::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 15px;
  height: 15px;
  transform: translateX(-50%);
  border: 2px solid #f0ede8;
  border-radius: 50%;
  background: #060608;
  box-shadow: 0 0 0 5px rgba(0,0,0,.65), 0 0 22px rgba(229,40,62,.28);
}
.pointer-assembly span {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 31px solid #f0ede8;
  filter: drop-shadow(0 6px 5px rgba(0,0,0,.7));
}
.wheel-frame.pointer-hit .pointer-assembly { animation: pointerHit .12s ease; }
@keyframes pointerHit { 50% { transform: translateX(-50%) rotate(4deg); } }
.wheel-core {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  width: 20.5%;
  aspect-ratio: 1;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  background: radial-gradient(circle at 48% 38%, #1a1a20, #09090c 68%);
  box-shadow: 0 0 0 8px rgba(0,0,0,.6), 0 0 0 9px rgba(255,255,255,.055), 0 18px 44px rgba(0,0,0,.6);
}
.wheel-core img { width: 39%; height: 39%; border-radius: 9px; object-fit: cover; opacity: .82; }
.wheel-core strong { margin-top: 5px; font-size: clamp(7px,.65vw,10px); letter-spacing: .12em; }
.wheel-core small { margin-top: 2px; color: #64646d; font-size: clamp(5px,.5vw,8px); font-weight: 800; letter-spacing: .08em; }

.stage-countdown {
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  min-width: 180px;
  transform: translate(-50%,-50%) scale(.86);
  color: rgba(255,255,255,.08);
  font-size: clamp(74px, 10vw, 168px);
  font-weight: 850;
  line-height: .82;
  letter-spacing: -.07em;
  text-align: center;
  font-variant-numeric: tabular-nums;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease, transform .45s var(--dp-ease), color .3s ease;
}

.hero-meta {
  position: relative;
  z-index: 12;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.065);
  border-radius: 999px;
  background: rgba(8,8,11,.52);
  backdrop-filter: blur(12px);
  color: #606069;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: opacity .35s ease;
}
.hero-meta span { white-space: nowrap; }
.hero-meta span + span { position: relative; padding-left: 14px; }
.hero-meta span + span::before { content: ""; position: absolute; left: 0; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: #3e3e45; transform: translateY(-50%); }

.status-rail {
  align-self: center;
  justify-self: stretch;
  display: grid;
  gap: 18px;
  padding-left: clamp(10px, 1.8vw, 26px);
  border-left: 1px solid rgba(255,255,255,.06);
  transition: opacity .45s ease, transform .55s var(--dp-ease);
}
.status-stack { display: grid; gap: 15px; }
.status-block { display: grid; gap: 3px; }
.status-block small { color: #505058; font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-block strong { font-size: 10px; letter-spacing: .02em; font-variant-numeric: tabular-nums; }
.status-block strong.online { color: var(--dp-green); }
.activity-relay { padding-top: 17px; border-top: 1px solid rgba(255,255,255,.065); }
.activity-relay > span { display: block; margin-bottom: 12px; color: #54545c; font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.activity-feed { max-height: 230px; display: grid; gap: 10px; overflow: hidden; mask-image: linear-gradient(to bottom, #000 72%, transparent); }
.activity-feed p { margin: 0; display: grid; grid-template-columns: 49px 1fr; gap: 8px; color: #66666f; font-size: 8px; line-height: 1.45; }
.activity-feed p:first-child { color: #a0a0a7; }
.activity-feed time { color: #45454c; font-variant-numeric: tabular-nums; }

body.waiting .event-chip > span,
body.countdown .event-chip > span,
body.spinning .event-chip > span { background: var(--dp-red-hot); box-shadow: 0 0 14px rgba(255,66,88,.65); }
body.waiting .wheel-glow { opacity: 1; }
body.countdown { background: #080507; }
body.countdown .hero-copy { transform: translateY(-10px); }
body.countdown .hero-copy h1 { color: #fff; }
body.countdown .wheel-glow { transform: scale(1.12); background: radial-gradient(circle, rgba(229,40,62,.22), rgba(229,40,62,.035) 48%, transparent 73%); }
body.countdown .stage-countdown { opacity: 1; transform: translate(-50%,-50%) scale(1); color: rgba(255,255,255,.92); text-shadow: 0 0 46px rgba(229,40,62,.42); }
body.countdown .wheel-frame { filter: blur(1px) brightness(.58) drop-shadow(0 34px 58px rgba(0,0,0,.68)); }
body.countdown .hero-meta { opacity: .22; }
body.spinning .hero-copy { opacity: .18; transform: translateY(-24px) scale(.96); }
body.spinning .phase-rail { opacity: .24; transform: translateX(-10px); }
body.spinning .status-rail { opacity: .16; transform: translateX(12px); }
body.spinning .wheel-theatre { width: min(78vh, 800px); transform: translateY(-1%); }
body.spinning .wheel-glow { transform: scale(1.18); opacity: 1; }
body.spinning .hero-meta { opacity: .18; }
body.spinning .stage-countdown { opacity: .9; top: 88%; font-size: clamp(18px,2vw,30px); color: #85858e; letter-spacing: .12em; }
body.result .phase-rail,
body.result .status-rail,
body.result .hero-copy,
body.result .hero-meta { opacity: .08; }

.speaking-stage {
  position: fixed;
  z-index: 72;
  left: 50%;
  bottom: 38px;
  width: min(820px, calc(100vw - 54px));
  transform: translate(-50%, 26px);
  display: grid;
  grid-template-columns: 62px minmax(0,1fr);
  align-items: center;
  gap: 16px;
  padding: 12px 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(9,9,12,.92);
  box-shadow: 0 28px 80px rgba(0,0,0,.55);
  backdrop-filter: blur(22px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .3s var(--dp-ease);
}
.speaking-stage.active { opacity: 1; transform: translate(-50%,0); }
.speech-source { position: absolute; top: 8px; left: 94px; display: flex; align-items: center; gap: 6px; color: #5f5f67; font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.speech-source::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--dp-red); box-shadow: 0 0 10px rgba(229,40,62,.55); }
.speaking-face-wrap { position: relative; width: 50px; height: 50px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: #050507; }
.speaking-face { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.speaking-face-open { opacity: 0; }
.speaking-stage.mouth-open .speaking-face-open { opacity: 1; }
.speaking-stage.mouth-open .speaking-face-closed { opacity: 0; }
.subtitle-text { margin: 10px 0 0; color: #f2eee9; font-size: clamp(12px,1.15vw,16px); line-height: 1.42; }

.result-reveal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(3,3,5,.12);
  opacity: 0;
  pointer-events: none;
  transition: opacity .42s ease;
}
.result-reveal.active { opacity: 1; }
.result-atmosphere {
  position: absolute;
  inset: -18%;
  background:
    radial-gradient(circle at 50% 48%, rgba(229,40,62,.25), rgba(229,40,62,.055) 25%, rgba(3,3,5,.93) 63%),
    #050507;
  transform: scale(1.08);
  transition: transform 1.1s var(--dp-ease);
}
.result-reveal.active .result-atmosphere { transform: scale(1); }
.result-content {
  position: relative;
  z-index: 2;
  width: min(1000px, calc(100vw - 70px));
  padding: 46px 38px 40px;
  text-align: center;
  transform: translateY(24px) scale(.975);
  opacity: 0;
  transition: transform .65s var(--dp-ease) .12s, opacity .45s ease .12s;
}
.result-reveal.active .result-content { transform: none; opacity: 1; }
.result-kicker { color: #8a8a92; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.result-content > small { display: block; margin-top: 48px; color: #6d6d75; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.result-content h2 { max-width: 1000px; margin: 15px auto 42px; font-size: clamp(48px,8.5vw,132px); line-height: .88; letter-spacing: -.07em; text-wrap: balance; text-shadow: 0 18px 55px rgba(0,0,0,.55); }
.result-footer { width: min(600px,100%); margin: 0 auto; padding-top: 15px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #67676f; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.signal-lost {
  position: fixed;
  z-index: 95;
  left: 50%;
  top: 92px;
  transform: translate(-50%,-15px);
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgba(229,40,62,.3);
  border-radius: 999px;
  background: rgba(30,8,12,.94);
  color: #efc9cf;
  font-size: 9px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
}
.signal-lost.active { opacity: 1; transform: translate(-50%,0); }
.signal-lost span { width: 6px; height: 6px; border-radius: 50%; background: var(--dp-red-hot); }

.preview-mode .broadcast-topbar { height: 56px; padding: 0 18px; }
.preview-mode .broadcast-brand small,
.preview-mode .broadcast-actions,
.preview-mode .status-rail .activity-relay { display: none; }
.preview-mode .broadcast-mark { width: 29px; height: 29px; }
.preview-mode .broadcast-stage { height: calc(100vh - 56px); min-height: 440px; grid-template-columns: 120px minmax(430px,1fr) 120px; padding: 12px 18px 16px; gap: 10px; }
.preview-mode .phase-rail { min-height: 320px; }
.preview-mode .phase-sequence li { min-height: 50px; }
.preview-mode .hero-copy h1 { font-size: clamp(28px,4.2vw,54px); }
.preview-mode .wheel-theatre { width: min(65vh,560px); }
.preview-mode.spinning .wheel-theatre { width: min(73vh,630px); }
.preview-mode .status-rail { padding-left: 12px; }
.preview-mode .hero-meta { font-size: 7px; }

@media (max-width: 1100px) {
  .broadcast-stage { grid-template-columns: 128px minmax(500px,1fr) 150px; padding-inline: 20px; gap: 12px; }
  .wheel-theatre { width: min(64vh,620px); }
  body.spinning .wheel-theatre { width: min(73vh,700px); }
  .status-rail { padding-left: 14px; }
  .activity-relay { display: none; }
}

@media (max-width: 820px) {
  body.broadcast-body { overflow-y: auto; }
  .broadcast-topbar { height: 64px; grid-template-columns: 1fr auto; padding: 0 16px; }
  .event-chip { display: none; }
  .broadcast-brand small { display: none; }
  .broadcast-stage { height: auto; min-height: calc(100vh - 64px); grid-template-columns: 1fr; grid-template-rows: auto auto auto; padding: 20px 14px 86px; }
  .phase-rail { grid-row: 3; min-height: 0; padding: 4px 2px; }
  .phase-rail-header { display: none; }
  .phase-sequence { grid-template-columns: repeat(4,1fr); gap: 4px; }
  .phase-sequence::before { left: 10%; right: 10%; top: 8px; bottom: auto; width: 80%; height: 1px; }
  .phase-sequence li { min-height: 42px; grid-template-columns: 1fr; justify-items: center; gap: 7px; text-align: center; }
  .phase-sequence li::before { margin: 0; }
  .phase-sequence span { font-size: 7px; }
  .phase-progress-track { margin-top: 5px; }
  .hero-stage { grid-row: 1 / 3; }
  .hero-copy { padding-top: 4px; }
  .hero-copy h1 { font-size: clamp(32px,11vw,58px); }
  .hero-copy p { max-width: 430px; padding: 0 12px; }
  .wheel-theatre, body.spinning .wheel-theatre { width: min(78vw, 560px); }
  .status-rail { grid-row: 3; display: none; }
  .hero-meta { margin-bottom: 8px; }
  .speaking-stage { bottom: 72px; width: calc(100vw - 24px); grid-template-columns: 50px 1fr; border-radius: 14px; }
  .speech-source { left: 80px; }
  .speaking-face-wrap { width: 44px; height: 44px; }
}

@media (max-width: 520px) {
  .broadcast-topbar { padding: 0 12px; }
  .broadcast-brand { gap: 9px; }
  .broadcast-mark { width: 32px; height: 32px; border-radius: 9px; }
  .broadcast-brand-copy strong { font-size: 12px; }
  .broadcast-action { width: 34px; height: 34px; }
  .operator-link { display: none; }
  .broadcast-stage { padding-top: 14px; }
  .hero-copy h1 { margin-top: 7px; }
  .wheel-theatre, body.spinning .wheel-theatre { width: min(91vw,500px); }
  .wheel-core { width: 22%; }
  .hero-meta { gap: 9px; padding: 7px 9px; font-size: 6px; }
  .hero-meta span + span { padding-left: 9px; }
  .result-content { width: calc(100vw - 28px); padding-inline: 8px; }
  .result-content h2 { font-size: clamp(42px,16vw,78px); }
  .result-footer { padding-inline: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
