.display-body { overflow: hidden; height: 100dvh; }
.screen { height: 100dvh; display: flex; flex-direction: column; }
.stage {
  flex: 1; min-height: 0; position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 3vh 4vw; text-align: center; gap: 2vh;
}
.stage > * { max-width: 100%; }

.d-title { font-size: clamp(40px, 7.5vw, 130px); line-height: 1.02; margin: 0; }
.d-sub { font-size: clamp(20px, 2.6vw, 48px); color: var(--muted); margin: 0; }
.d-kicker { font-size: clamp(14px, 1.5vw, 26px); letter-spacing: .28em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.d-body { font-size: clamp(20px, 2.8vw, 46px); line-height: 1.4; }
.d-body li { margin: .35em 0; }
.d-img { max-height: 62vh; max-width: 92vw; object-fit: contain; border-radius: 20px; box-shadow: var(--shadow); }

.ticker {
  border-top: 1px solid var(--line); background: rgba(255, 255, 255, .88);
  padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.ticker-teams { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.ticker-team { display: flex; align-items: center; gap: 8px; font-size: clamp(13px, 1.3vw, 22px); }
.ticker-team img { width: 2em; height: 2em; border-radius: 8px; object-fit: cover; background: var(--card-2); }
.ticker-team b { color: var(--accent-2); }
.clock { font-size: clamp(22px, 3vw, 54px); font-weight: 800; font-variant-numeric: tabular-nums; }
.clock.urgent { color: var(--bad); animation: pulse .9s infinite; }
@keyframes pulse { 50% { opacity: .35; } }

.tiles { display: flex; flex-wrap: wrap; gap: 2vw; justify-content: center; }
.tile {
  background: var(--card); border: 2px solid var(--line); border-radius: 24px;
  padding: 2vh 2vw; min-width: 18vw; display: flex; flex-direction: column; align-items: center; gap: 10px;
  transition: border-color .3s, transform .3s;
}
.tile.done { border-color: var(--good); }
.tile img.logo { width: 12vw; max-width: 200px; aspect-ratio: 1; object-fit: cover; border-radius: 18px; background: var(--card-2); }
.tile .name { font-size: clamp(16px, 1.9vw, 34px); font-weight: 700; }
.tile .state { font-size: clamp(13px, 1.3vw, 24px); color: var(--muted); }
.tile.done .state { color: var(--good); }

.members { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.member { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: clamp(12px, 1.2vw, 22px); }
.member img { width: 5vw; max-width: 90px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; background: var(--card-2); }

/* Leaderboard */
.lb { width: min(1100px, 92vw); display: flex; flex-direction: column; gap: 14px; }
.lb-row {
  display: flex; align-items: center; gap: 16px;
  background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 12px 18px;
  font-size: clamp(18px, 2.2vw, 40px);
  animation: slideIn .5s ease both;
}
@keyframes slideIn { from { opacity: 0; transform: translateX(-40px); } }
.lb-row .rank { width: 1.6em; font-weight: 800; color: var(--muted); }
.lb-row img { width: 2em; height: 2em; border-radius: 12px; object-fit: cover; }
.lb-row .pts { margin-left: auto; font-weight: 800; color: var(--accent-2); }
.lb-row.first { border-color: var(--accent-2); box-shadow: 0 0 34px rgba(176, 111, 0, .18); }

/* --- Chat im Handy-Rahmen (Messenger-Optik) --- */
.chat-stage { display: flex; flex-direction: column; align-items: center; gap: 1.6vh; width: 100%; }

.phone-frame {
  width: min(62vh, 92vw);
  border: 1vh solid #14161a;
  border-radius: 5.5vh;
  background: #14161a;
  box-shadow: 0 3vh 6vh rgba(20, 30, 60, .28);
  overflow: hidden;
  position: relative;
  animation: fadeIn .4s ease both;
}
.phone-notch {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 38%; height: 2.4vh; background: #14161a; border-radius: 0 0 1.6vh 1.6vh; z-index: 3;
}
.phone-screen { display: flex; flex-direction: column; height: 78vh; background: #ECE5DD; }

.wa-head {
  display: flex; align-items: center; gap: 1.2vh; text-align: left;
  background: #075E54; color: #fff; padding: 3.6vh 1.8vh 1.4vh;
  font-size: clamp(13px, 1.9vh, 32px);
}
.wa-avatar {
  width: 5vh; height: 5vh; border-radius: 50%; background: #ffffff2e;
  display: grid; place-items: center; font-size: 2.6vh; flex: none;
}
.wa-title { font-weight: 700; }
.wa-sub { opacity: .75; font-size: .8em; }
.wa-team {
  display: flex; align-items: center; gap: 1.1vh; flex: none;
  background: #fff; color: #075E54;
  padding: .9vh 1.6vh .9vh .9vh; border-radius: 999px;
  font-weight: 800; font-size: 1.15em;
  box-shadow: 0 .4vh 1.4vh #00000038;
  animation: badgeIn .45s cubic-bezier(.2, .9, .3, 1.4) both;
}
.wa-team img {
  width: 5.4vh; height: 5.4vh; border-radius: 50%; object-fit: cover;
  background: #fff; border: .35vh solid #075E54;
}
.wa-team.truth { background: #25D366; color: #06281a; padding: .9vh 1.8vh; }
@keyframes badgeIn {
  from { opacity: 0; transform: scale(.5) translateX(2vh); }
  to   { opacity: 1; transform: scale(1) translateX(0); }
}

.wa-body {
  flex: 1; min-height: 0; overflow: hidden;
  display: flex; flex-direction: column; gap: 1.4vh;
  padding: 2vh 1.8vh;
  background: #ECE5DD;
  background-image: radial-gradient(#0000000a 1px, transparent 1px);
  background-size: 14px 14px;
  justify-content: flex-end;
  text-align: left;
}
.wa-row { display: flex; align-items: flex-end; gap: .9vh; animation: popIn .4s ease both; }
.wa-pic { width: 4.6vh; height: 4.6vh; border-radius: 50%; object-fit: cover; background: #cfd6dd; flex: none; }
.wa-pic.mystery { filter: grayscale(1) brightness(.85); }
.wa-msg {
  position: relative; max-width: 78%;
  background: #fff; color: #111b21;
  padding: 1.3vh 1.7vh; border-radius: 1.4vh;
  font-size: clamp(15px, 2.5vh, 44px); line-height: 1.35;
  box-shadow: 0 1px 1px #0000001f;
}
.wa-msg.in { border-top-left-radius: .3vh; }
.wa-msg::after {
  content: ''; position: absolute; bottom: 0; left: -.7vh;
  border: .7vh solid transparent; border-right-color: #fff; border-bottom-color: #fff;
}
.wa-name { color: #128C7E; font-weight: 700; font-size: .78em; margin-bottom: .2em; }
.wa-time { text-align: right; color: #667781; font-size: .62em; margin-top: .2em; }
.wa-msg.unknown { background: #fff; min-width: 22%; }
.wa-msg.unknown .dots { letter-spacing: .25em; color: #98a4ae; }
.wa-msg.guessed { background: #DCF8C6; box-shadow: 0 .5vh 1.8vh #0000002e; }
.wa-msg.guessed::after { border-right-color: #DCF8C6; border-bottom-color: #DCF8C6; }
.wa-msg.truth { background: #25D366; color: #06281a; }
.wa-msg.truth::after { border-right-color: #25D366; border-bottom-color: #25D366; }
.wa-msg.truth .wa-name, .wa-msg.truth .wa-time { color: #06281a; opacity: .75; }

@media (max-aspect-ratio: 1/1) {
  .phone-frame { width: min(86vw, 66vh); }
  .phone-screen { height: 66vh; }
}

/* Guesses */
.guesses { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; width: min(1200px, 94vw); }
.guess {
  background: var(--card); border: 2px solid var(--line); border-radius: 18px; padding: 12px 18px;
  font-size: clamp(15px, 1.7vw, 30px); display: flex; align-items: center; gap: 12px; text-align: left;
}
.guess img { width: 1.8em; height: 1.8em; border-radius: 10px; object-fit: cover; }
.guess.win { border-color: var(--good); background: #e3f6ee; }
.guess .val { font-weight: 800; color: var(--accent-2); }

/* Bracket */
.bracket { display: flex; gap: 4vw; align-items: center; justify-content: center; font-size: clamp(15px, 1.7vw, 32px); }
.round { display: flex; flex-direction: column; gap: 3vh; }
.match { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; min-width: 20vw; }
.slot { display: flex; align-items: center; gap: 10px; padding: 10px 14px; }
.slot + .slot { border-top: 1px solid var(--line); }
.slot img { width: 1.8em; height: 1.8em; border-radius: 50%; object-fit: cover; background: var(--card-2); }
.slot.winner { background: #e3f6ee; color: #0b6444; font-weight: 700; }
.round-label { font-size: clamp(12px, 1.1vw, 20px); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); text-align: center; margin-bottom: 8px; }

.sound-btn { position: fixed; right: 16px; top: 16px; z-index: 50; }
.bg-image { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .28; z-index: -1; }
.mission-note { font-size: clamp(20px, 2.4vw, 44px); color: var(--muted); }
.fade { animation: fadeIn .45s ease both; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } }

/* --- Sequentielle Team-Vorstellung --- */
.reveal { display: flex; flex-direction: column; align-items: center; gap: 2vh; width: 100%; }
.reveal-logo {
  width: min(38vh, 40vw); aspect-ratio: 1; object-fit: cover;
  border-radius: 28px; background: var(--card-2); box-shadow: var(--shadow);
  animation: flyIn .9s cubic-bezier(.18, .9, .28, 1.25) both;
}
@keyframes flyIn {
  from { opacity: 0; transform: translateY(16vh) scale(.3) rotate(-18deg); }
  to   { opacity: 1; transform: translateY(0) scale(1) rotate(0); }
}
.reveal-name { animation: riseIn .55s .78s both; }
.reveal-song { animation: riseIn .55s 1s both; }
@keyframes riseIn { from { opacity: 0; transform: translateY(26px); } }
.member.pop { animation: popMember .5s cubic-bezier(.2, .9, .3, 1.35) both; }
@keyframes popMember { from { opacity: 0; transform: scale(.35) translateY(22px); } }

@media (prefers-reduced-motion: reduce) {
  .reveal-logo, .reveal-name, .reveal-song, .member.pop { animation-duration: .01ms; animation-delay: 0s; }
}

/* Vorschau im Admin-Panel: kein Ticker, kompaktere Bühne */
.preview-mode .ticker { display: none; }
.preview-mode .stage { padding: 2vh 3vw; }

.slot.pending { color: var(--muted); font-style: italic; justify-content: center; }

.chat-caption {
  display: flex; align-items: center; gap: 1.6vh;
  background: var(--card); border: .4vh solid var(--line); border-radius: 999px;
  padding: 1vh 2.2vh 1vh 1vh;
  font-size: clamp(16px, 2.4vh, 42px);
  box-shadow: var(--shadow);
  animation: badgeIn .45s cubic-bezier(.2, .9, .3, 1.4) both;
}
.chat-caption img {
  width: 6vh; height: 6vh; border-radius: 50%; object-fit: cover;
  background: var(--card-2); flex: none;
}

/* --- Chat-Übersicht --- */
.chat-intro { display: flex; flex-direction: column; align-items: center; gap: 2vh; }
.chat-photo {
  width: min(34vh, 42vw); aspect-ratio: 1; object-fit: cover; border-radius: 50%;
  border: .8vh solid var(--card); box-shadow: var(--shadow);
  animation: flyIn .8s cubic-bezier(.18, .9, .28, 1.25) both;
}
.chat-photo.placeholder { display: grid; place-items: center; font-size: 12vh; background: var(--card-2); }
.chat-facts { display: flex; flex-wrap: wrap; gap: 1vh 4vw; justify-content: center; margin-top: 1vh; }
.chat-fact { text-align: center; animation: riseIn .5s both; }
.chat-fact:nth-child(2) { animation-delay: .1s; }
.chat-fact:nth-child(3) { animation-delay: .2s; }
.chat-fact:nth-child(4) { animation-delay: .3s; }
.chat-fact:nth-child(5) { animation-delay: .4s; }
.chat-fact .v { font-size: clamp(24px, 4.4vh, 64px); font-weight: 800; color: var(--accent); line-height: 1; }
.chat-fact .k {
  font-size: clamp(10px, 1.4vh, 20px); letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin-top: .6vh;
}

/* --- Statistik-Frage --- */
.stat-stage {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.6vh; width: 100%; height: 100%; min-height: 0;
}
.stat-question { font-size: clamp(24px, 4vh, 58px); max-width: 22ch; }

/* Sobald das Diagramm dazukommt, wird oben herum Platz gemacht. */
.stat-stage.with-chart { justify-content: flex-start; gap: 1vh; }
.stat-stage.with-chart .stat-question { font-size: clamp(15px, 2.4vh, 34px); max-width: 46ch; }
.stat-stage.with-chart .d-kicker { font-size: clamp(10px, 1.3vh, 18px); }
.stat-stage.with-chart .stat-answer { padding: .8vh 2vh; }
.stat-stage.with-chart .stat-answer-value { font-size: clamp(20px, 4.2vh, 58px); }
.stat-stage.with-chart .stat-explain { font-size: clamp(11px, 1.7vh, 24px); max-width: 62ch; }
.guesses.compact { gap: .7vh; }
.guesses.compact .guess { font-size: clamp(10px, 1.5vh, 20px); padding: .5vh 1vh; border-width: 1px; }
.guesses.compact .guess img { width: 1.5em; height: 1.5em; }
.small-kicker {
  font-size: clamp(11px, 1.5vh, 22px); letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); font-weight: 700; margin-bottom: .8vh;
}
.guess-answer { color: var(--muted); }

.stat-answer {
  background: var(--card); border: .4vh solid var(--accent); border-radius: 2vh;
  padding: 1.4vh 3vh; text-align: center; box-shadow: var(--shadow);
}
.stat-answer-value {
  font-size: clamp(28px, 6vh, 86px); font-weight: 800; color: var(--accent); line-height: 1.05;
}
.stat-explain {
  max-width: 46ch; text-align: center; color: var(--ink, var(--fg));
  font-size: clamp(14px, 2vh, 30px); margin: 0;
}

.stat-block { width: min(1100px, 92vw); margin-top: .5vh; text-align: center; flex: 1; min-height: 0; }
/* Balkenhöhe richtet sich nach der Zeilenzahl, damit auch zehn Balken passen. */
.stat-chart { display: flex; flex-direction: column; gap: calc(min(1vh, 9vh / var(--rows, 6))); --unit: calc(min(3.2vh, 34vh / var(--rows, 6))); }
.stat-row {
  display: grid; grid-template-columns: minmax(8ch, 13ch) 1fr minmax(4.5ch, auto);
  gap: 1.4vh; align-items: center;
  font-size: calc(var(--unit) * .62);
}
.stat-name { display: flex; align-items: center; gap: .9vh; text-align: left; min-width: 0; }
.stat-name img { width: var(--unit); height: var(--unit); border-radius: 50%; object-fit: cover; flex: none; background: var(--card-2); }
.stat-name span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.stat-track { height: var(--unit); background: var(--card-2); border-radius: 999px; overflow: hidden; }
.stat-track > i {
  display: block; height: 100%; border-radius: 999px; background: var(--accent);
  transition: width 1s cubic-bezier(.2, .8, .3, 1);
}
.stat-row.top .stat-track > i { background: linear-gradient(90deg, var(--accent-2), #e0a53a); }
.stat-row.top { font-weight: 800; }
.stat-val { font-variant-numeric: tabular-nums; text-align: right; color: var(--muted); }
.stat-row.top .stat-val { color: var(--accent-2); }

.wa-msg.whoami { background: #fff; border: .35vh dashed var(--accent); }
.wa-name.unknown-name { color: #b06f00; letter-spacing: .05em; }

@media (prefers-reduced-motion: reduce) {
  .stat-track > i { transition: none; }
  .chat-photo, .chat-fact { animation-duration: .01ms; }
}

/* --- Tipps der Teams (deutlich hervorgehoben) --- */
.team-answers { display: flex; flex-wrap: wrap; gap: 1.6vh; justify-content: center; width: min(1200px, 94vw); }
.team-answer-card {
  background: var(--card); border: .45vh solid var(--team, var(--line));
  border-radius: 1.6vh; padding: 1.2vh 2vh 1.4vh; min-width: 15vw;
  box-shadow: 0 .6vh 2vh rgba(20, 30, 60, .12); text-align: left;
  animation: popIn .35s ease both;
}
.team-answer-head { display: flex; align-items: center; gap: .9vh; margin-bottom: .6vh; }
.team-answer-head img { width: 3.4vh; height: 3.4vh; border-radius: 50%; object-fit: cover; background: var(--card-2); }
.team-answer-head span {
  font-size: clamp(10px, 1.5vh, 22px); letter-spacing: .1em; text-transform: uppercase;
  font-weight: 800; color: var(--team, var(--muted));
}
.team-answer { font-size: clamp(16px, 2.8vh, 42px); font-weight: 700; line-height: 1.2; }
ol.ranked { list-style: none; counter-reset: r; margin: 0; padding: 0; }
ol.ranked li { counter-increment: r; display: flex; align-items: baseline; gap: .8ch; }
ol.ranked li::before {
  content: counter(r) "."; font-variant-numeric: tabular-nums;
  color: var(--muted); font-weight: 800; min-width: 1.6ch;
}
.team-answers.compact { gap: .8vh; }
.team-answers.compact .team-answer-card { padding: .6vh 1.2vh .8vh; min-width: 11vw; border-width: .3vh; border-radius: 1vh; }
.team-answers.compact .team-answer { font-size: clamp(11px, 1.8vh, 24px); }
.team-answers.compact .team-answer-head img { width: 2.2vh; height: 2.2vh; }
.team-answers.compact .team-answer-head span { font-size: clamp(8px, 1.1vh, 15px); }

.stat-answer-value.ranked li::before { color: var(--accent); opacity: .55; }
.stat-answer-value.ranked { text-align: left; display: inline-block; }

/* --- Punktegewinn: Konfetti und Banner --- */
.confetti-layer { position: fixed; inset: 0; pointer-events: none; z-index: 90; overflow: hidden; }
.confetti-layer > i {
  position: absolute; top: -4vh; width: 1vh; height: 1.8vh; border-radius: 2px;
  animation: confettiFall linear both;
}
@keyframes confettiFall {
  to { transform: translateY(108vh) rotate(720deg); opacity: .2; }
}
.score-banner {
  position: fixed; left: 50%; top: 8vh; transform: translateX(-50%);
  display: flex; gap: 1.4vh; flex-wrap: wrap; justify-content: center; z-index: 91;
  pointer-events: none; animation: bannerIn .4s cubic-bezier(.2,.9,.3,1.4) both, bannerOut .5s 2.6s both;
}
.score-chip {
  display: flex; align-items: center; gap: 1vh;
  background: var(--good); color: #fff; font-weight: 800;
  padding: 1vh 2.2vh; border-radius: 999px; box-shadow: 0 1vh 3vh rgba(15, 122, 84, .35);
  font-size: clamp(16px, 2.6vh, 38px);
}
.score-chip b { font-size: 1.2em; }
@keyframes bannerIn { from { opacity: 0; transform: translateX(-50%) translateY(-3vh) scale(.8); } }
@keyframes bannerOut { to { opacity: 0; transform: translateX(-50%) translateY(-2vh); } }

.ticker-team.scored { animation: tickerPulse 1.2s ease; position: relative; }
@keyframes tickerPulse {
  30% { transform: scale(1.16); }
  60% { transform: scale(1.02); }
}
.ticker-team .gain {
  color: var(--good); font-weight: 800;
  animation: gainFloat 2s ease both;
}
@keyframes gainFloat {
  0% { opacity: 0; transform: translateY(1.4em); }
  20% { opacity: 1; transform: translateY(0); }
  80% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-1em); }
}

@media (prefers-reduced-motion: reduce) {
  .confetti-layer { display: none; }
  .score-banner, .ticker-team.scored, .ticker-team .gain { animation-duration: .01ms; }
}

/* --- Logo-Voting --- */
.logo-gallery { display: flex; flex-wrap: wrap; gap: 2vh; justify-content: center; }
.logo-card {
  background: var(--card); border: .5vh solid var(--team, var(--line)); border-radius: 2vh;
  padding: 1.4vh; text-align: center; position: relative; box-shadow: var(--shadow);
  animation: popIn .4s ease both;
}
.logo-card img { width: min(22vh, 22vw); aspect-ratio: 1; object-fit: cover; border-radius: 1.4vh; background: #fff; }
.logo-card .logo-name { font-size: clamp(13px, 2vh, 30px); font-weight: 700; margin-top: .8vh; }
.logo-card .logo-votes { font-size: clamp(11px, 1.7vh, 24px); color: var(--muted); }
.logo-card.winner { border-color: var(--accent-2); box-shadow: 0 0 5vh rgba(176, 111, 0, .35); transform: scale(1.06); }
.logo-card.winner .logo-votes { color: var(--accent-2); font-weight: 800; }
.logo-card .crown { position: absolute; top: -3vh; left: 50%; transform: translateX(-50%); font-size: 5vh; }

/* --- Medien sortieren --- */
.media-stage { display: flex; flex-direction: column; align-items: center; gap: 1.4vh; width: 100%; height: 100%; justify-content: center; }
.media-number {
  font-size: clamp(22px, 4.4vh, 64px); font-weight: 800; color: var(--accent);
  letter-spacing: .04em;
}
.media-main { max-height: 58vh; max-width: 86vw; border-radius: 2vh; box-shadow: var(--shadow); object-fit: contain; background: var(--card); }
.media-audio { display: flex; flex-direction: column; align-items: center; gap: 1.5vh; padding: 3vh; }
.media-audio-icon { font-size: 12vh; }
.media-audio audio { width: min(60vh, 80vw); }
.media-missing { color: var(--muted); font-size: 4vh; }

.media-solution { display: flex; flex-wrap: wrap; gap: 1.6vh; justify-content: center; }
.sol-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 1.4vh;
  padding: 1vh; text-align: center; width: min(20vh, 22vw);
  animation: popIn .4s ease both;
}
.sol-card:nth-child(2) { animation-delay: .1s; }
.sol-card:nth-child(3) { animation-delay: .2s; }
.sol-card:nth-child(4) { animation-delay: .3s; }
.sol-card:nth-child(5) { animation-delay: .4s; }
.sol-card:nth-child(6) { animation-delay: .5s; }
.sol-pos { font-size: clamp(14px, 2.4vh, 32px); font-weight: 800; color: var(--accent); }
.sol-media { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 1vh; background: var(--card-2); }
.sol-media.media-audio { display: grid; place-items: center; padding: 0; }
.sol-media.media-audio .media-audio-icon { font-size: 5vh; }
.sol-media.media-audio audio { width: 90%; }
.sol-num { font-size: clamp(10px, 1.5vh, 20px); color: var(--muted); margin-top: .5vh; }
.sol-date { font-size: clamp(12px, 1.9vh, 26px); font-weight: 700; }

/* --- Schätzfragen: nach dem Auflösen muss alles zusammen aufs Bild --- */
.estimate-stage {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.4vh; width: 100%; height: 100%; min-height: 0;
}
.estimate-label { font-size: clamp(26px, 4.6vh, 70px); max-width: 20ch; }
.estimate-img { max-height: 46vh; max-width: 84vw; border-radius: 1.6vh; box-shadow: var(--shadow); object-fit: contain; }

.estimate-stage.revealed { justify-content: flex-start; gap: 1vh; }
.estimate-stage.revealed .estimate-label { font-size: clamp(16px, 2.6vh, 36px); max-width: 40ch; }
.estimate-stage.revealed .estimate-img { max-height: 26vh; }
.estimate-stage.revealed .d-kicker { font-size: clamp(10px, 1.3vh, 18px); }

.estimate-answer {
  background: var(--card); border: .45vh solid var(--accent); border-radius: 2vh;
  padding: 1vh 3vh; text-align: center; box-shadow: var(--shadow);
}
.estimate-value {
  font-size: clamp(30px, 7vh, 104px); font-weight: 800; color: var(--accent); line-height: 1.05;
  font-variant-numeric: tabular-nums;
}
.team-answer-card.win { border-color: var(--good); background: #e9f8f2; }
.team-answer-card.win .team-answer { color: var(--good); }

/* --- Countdown, der im Raum lesbar ist --- */
.big-timer {
  position: fixed; top: 2vh; left: 50%; transform: translateX(-50%); z-index: 40;
  background: var(--card); border: .4vh solid var(--line); border-radius: 999px;
  padding: .8vh 3vh; box-shadow: var(--shadow);
  font-size: clamp(22px, 5vh, 68px); font-weight: 800; font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
}
.big-timer.urgent { border-color: var(--bad); color: var(--bad); animation: pulse .9s infinite; }
.big-timer.over { background: var(--bad); border-color: var(--bad); color: #fff; animation: none; }
.preview-mode .big-timer { display: none; }

/* --- Bilderraten --- */
.guess-stage {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.4vh; width: 100%; height: 100%; min-height: 0;
}
.guess-title { font-size: clamp(22px, 3.6vh, 52px); max-width: 26ch; }
.guess-wrap { position: relative; display: inline-block; max-height: 62vh; }
.guess-img { max-height: 62vh; max-width: 88vw; border-radius: 1.6vh; box-shadow: var(--shadow); display: block; object-fit: contain; }
.blur-patch { position: absolute; border-radius: .6vh; background: rgba(255, 255, 255, .04); }
.guess-zoom {
  width: min(78vw, 58vh); aspect-ratio: 1; border-radius: 1.6vh; overflow: hidden;
  box-shadow: var(--shadow); border: .5vh solid var(--card);
}
.zoom-inner { width: 100%; height: 100%; background-repeat: no-repeat; image-rendering: auto; }
