/* =========================================================
   SAMSUNG ADS · QUIZ
   Direção: editorial broadcast — peça gráfica de campanha
   Tipografia: Bricolage Grotesque (display) + Manrope (UI)
   Cores oficiais brand refresh 2025
   ========================================================= */

:root {
  --samsung-blue: #1428A0;
  --samsung-blue-deep: #0A1670;
  --sky-blue: #007AC2;
  --teal: #00C3B2;
  --teal-soft: #7DEEDF;
  --charcoal: #1A1B1E;
  --pebble: #75787B;
  --cloud: #F4F5F7;
  --paper: #FAFBFC;
  --black: #000000;
  --white: #FFFFFF;

  --fonte-display: "Bricolage Grotesque", "Manrope", system-ui, sans-serif;
  --fonte-body: "Manrope", system-ui, -apple-system, sans-serif;

  --r-pill: 999px;
  --r-card: 22px;
  --r-block: 12px;

  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out-quart: cubic-bezier(0.76, 0, 0.24, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--samsung-blue-deep);
  color: var(--white);
  font-family: var(--fonte-body);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "ss02", "cv11", "tnum";
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
  font-feature-settings: inherit;
}

img { display: block; max-width: 100%; }

/* =========================================================
   FUNDO GLOBAL · mesh gradient + grain
   ========================================================= */

.mesh {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--samsung-blue-deep);
  pointer-events: none;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.85;
  will-change: transform;
}

.blob-1 {
  width: 60vmax; height: 60vmax;
  background: var(--samsung-blue);
  top: -15%; left: -10%;
  animation: float-1 22s var(--ease-in-out-quart) infinite;
}

.blob-2 {
  width: 55vmax; height: 55vmax;
  background: var(--sky-blue);
  top: 25%; right: -20%;
  animation: float-2 28s var(--ease-in-out-quart) infinite;
}

.blob-3 {
  width: 50vmax; height: 50vmax;
  background: var(--teal);
  bottom: -25%; left: 25%;
  opacity: 0.55;
  animation: float-3 26s var(--ease-in-out-quart) infinite;
}

@keyframes float-1 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(8vw,6vh) scale(1.08); } }
@keyframes float-2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-10vw,8vh) scale(0.92); } }
@keyframes float-3 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(6vw,-10vh) scale(1.12); } }

.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  background-image: url("./assets/grain.png");
  background-size: 256px 256px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  pointer-events: none;
}

/* =========================================================
   STAGE BASE
   ========================================================= */

#app {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.tela {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.5s var(--ease-out-expo), transform 0.5s var(--ease-out-expo);
  z-index: 1;
}

.tela.ativa {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 2;
}

/* =========================================================
   CHROME (header comum)
   ========================================================= */

.chrome-topo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.5vh 5vw 0;
  gap: 2vw;
}

.logo-chrome {
  width: clamp(110px, 18vw, 170px);
  height: auto;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.15));
}

.chrome-meta {
  font-family: var(--fonte-body);
  font-size: clamp(0.7rem, 1.4vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.chrome-claro .chrome-meta { color: var(--samsung-blue); }

/* =========================================================
   TELA · ATRAÇÃO (com halo interativo central)
   ========================================================= */

.atracao-stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3vh 6vw 5vh;
  gap: clamp(1rem, 2vh, 2rem);
  text-align: center;
}

.eyebrow {
  font-family: var(--fonte-body);
  font-size: clamp(0.8rem, 1.6vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--teal);
  opacity: 0;
  animation: stagger-in 0.8s var(--ease-out-expo) 0.1s forwards;
}

.hero {
  font-family: var(--fonte-display);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--white);
  font-variation-settings: "opsz" 96;
}

.hero-linha {
  display: block;
  font-size: clamp(2.6rem, 8.5vw, 5.6rem);
  opacity: 0;
  transform: translateY(40px);
  animation: stagger-in 0.9s var(--ease-out-expo) forwards;
}

.hero-linha:nth-child(1) { animation-delay: 0.2s; }
.hero-linha:nth-child(2) { animation-delay: 0.35s; }

.hero-destaque {
  background: linear-gradient(120deg, #ffffff 0%, var(--teal-soft) 55%, var(--teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-style: italic;
  font-weight: 800;
}

/* ORBIT · halo central com botão */
.orbit {
  position: relative;
  width: min(58vmin, 480px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  opacity: 0;
  animation: orbit-in 1s var(--ease-out-expo) 0.7s forwards;
}

@keyframes orbit-in {
  from { opacity: 0; transform: scale(0.85); }
  to   { opacity: 1; transform: scale(1); }
}

.orbit-ring {
  position: absolute;
  border-radius: 50%;
}

.orbit-ring-1 {
  inset: 0;
  border: 2.5px solid transparent;
  background: conic-gradient(from 0deg, var(--teal), transparent 30%, transparent 50%, var(--sky-blue), transparent 80%, var(--teal)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: rodar 14s linear infinite;
}

/* Fallback simples caso o mask não funcione */
@supports not (mask-composite: exclude) {
  .orbit-ring-1 {
    border: 2.5px solid;
    border-color: var(--teal) transparent var(--sky-blue) transparent;
    background: none;
  }
}

.orbit-ring-2 {
  inset: 9%;
  border: 1.5px dashed rgba(255, 255, 255, 0.28);
  animation: rodar 22s linear infinite reverse;
}

.orbit-ring-3 {
  inset: 19%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  animation: rodar 30s linear infinite;
}

@keyframes rodar { to { transform: rotate(360deg); } }

/* SONAR · pulsos saindo do centro */
.orbit-sonar {
  position: absolute;
  inset: 28%;
  border-radius: 50%;
  border: 2px solid var(--teal);
  opacity: 0;
  animation: sonar 3.4s var(--ease-out-expo) infinite;
}
.orbit-sonar-b { animation-delay: 1.7s; }

@keyframes sonar {
  0%   { transform: scale(1);   opacity: 0.55; }
  100% { transform: scale(2.6); opacity: 0;    }
}

/* ÓRBITA · 3 dots orbitando */
.orbit-orbita {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  animation: rodar 18s linear infinite;
}

.orbita-ponto {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 16px var(--teal-soft), 0 0 4px var(--white);
}

.orbita-ponto-1 { top: -7px;  left: 50%; transform: translateX(-50%); }
.orbita-ponto-2 { bottom: -7px; left: 50%; transform: translateX(-50%); background: var(--teal); box-shadow: 0 0 18px var(--teal); }
.orbita-ponto-3 { top: 50%; right: -7px;  transform: translateY(-50%); background: var(--sky-blue); box-shadow: 0 0 16px var(--sky-blue); }

/* BOTÃO CENTRAL */
.cta-comecar {
  position: relative;
  z-index: 2;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--white);
  color: var(--samsung-blue-deep);
  font-family: var(--fonte-display);
  font-size: clamp(1.2rem, 3.5vmin, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  display: grid;
  place-items: center;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 20px 60px -10px rgba(0, 195, 178, 0.5),
    0 2px 8px rgba(0, 0, 0, 0.2),
    inset 0 -8px 24px rgba(20, 40, 160, 0.06);
  transition: transform 0.3s var(--ease-out-expo), box-shadow 0.3s ease;
  animation: cta-pulse 2.4s ease-in-out infinite;
}

.cta-comecar:active {
  transform: scale(0.94);
  animation: none;
}

.cta-rotulo {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 20px 60px -10px rgba(0, 195, 178, 0.5), 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 -8px 24px rgba(20, 40, 160, 0.06); }
  50%      { box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 24px 80px -8px rgba(0, 195, 178, 0.8), 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 -8px 24px rgba(20, 40, 160, 0.06); }
}

.atracao-descricao {
  font-size: clamp(0.95rem, 1.9vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.78);
  opacity: 0;
  animation: stagger-in 0.8s var(--ease-out-expo) 1s forwards;
}

@keyframes stagger-in {
  to { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   TELA · TRANSIÇÃO CAPÍTULO (entre perguntas)
   ========================================================= */

.tela-capitulo {
  background: transparent;
  align-items: center;
  justify-content: center;
}

.capitulo-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vh;
  text-align: center;
  padding: 0 6vw;
  width: 100%;
}

.capitulo-eyebrow {
  font-family: var(--fonte-body);
  font-size: clamp(0.85rem, 1.8vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--teal);
  opacity: 0;
  transform: translateY(20px);
  animation: stagger-in 0.6s var(--ease-out-expo) 0.05s forwards;
}

.capitulo-numero {
  position: relative;
  display: inline-block;
  font-family: var(--fonte-display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(7rem, 38vmin, 18rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
  padding: 0 0.15em;
  color: transparent;
}

.capitulo-numero-ghost {
  visibility: hidden;
}

.capitulo-numero-half {
  position: absolute;
  inset: 0;
  padding: 0 0.15em;
  background: linear-gradient(120deg, #ffffff 0%, var(--teal-soft) 60%, var(--teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  will-change: transform;
}

.capitulo-numero-half-top {
  clip-path: inset(0 0 50% 0);
  -webkit-clip-path: inset(0 0 50% 0);
  transform: translateY(-110%);
  animation: split-top 0.85s var(--ease-out-expo) 0.15s forwards;
}

.capitulo-numero-half-bot {
  clip-path: inset(50% 0 0 0);
  -webkit-clip-path: inset(50% 0 0 0);
  transform: translateY(110%);
  animation: split-bot 0.85s var(--ease-out-expo) 0.15s forwards;
}

@keyframes split-top {
  from { transform: translateY(-110%); }
  to   { transform: translateY(0); }
}

@keyframes split-bot {
  from { transform: translateY(110%); }
  to   { transform: translateY(0); }
}

.capitulo-track {
  display: flex;
  gap: 0.6rem;
  margin-top: 2vh;
  opacity: 0;
  animation: stagger-in 0.5s var(--ease-out-expo) 0.5s forwards;
}

.capitulo-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  transition: background 0.3s ease, transform 0.3s ease;
}

.capitulo-dot.ativo {
  background: var(--teal);
  transform: scale(1.2);
}

/* =========================================================
   TELA · PERGUNTA
   ========================================================= */

.tela-pergunta {
  background: transparent;
  color: var(--white);
}

.pergunta-track {
  font-family: var(--fonte-display);
  font-weight: 600;
  font-size: clamp(0.9rem, 1.8vw, 1.15rem);
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  font-variant-numeric: tabular-nums;
}

.pergunta-track-numero {
  font-size: 1.6em;
  font-weight: 800;
  color: var(--white);
}

.pergunta-track-divisor {
  color: rgba(255, 255, 255, 0.4);
}

.pergunta-track-total { color: rgba(255, 255, 255, 0.55); }

.pergunta-stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2vh 6vw 4vh;
  gap: clamp(1rem, 2.5vh, 2.4rem);
  position: relative;
}

.timer {
  position: absolute;
  top: 0;
  right: 6vw;
  width: clamp(80px, 14vmin, 110px);
  aspect-ratio: 1;
}

.timer-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.timer-track-svg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 6;
}

.timer-fill {
  fill: none;
  stroke: var(--teal);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 339.292;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear, stroke 0.3s ease;
  filter: drop-shadow(0 0 6px rgba(0, 195, 178, 0.55));
}

.timer-fill.alerta { stroke: #FF5A5A; filter: drop-shadow(0 0 6px rgba(255, 90, 90, 0.6)); }

.timer-numero {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fonte-display);
  font-size: clamp(1.8rem, 4.5vmin, 2.6rem);
  font-weight: 800;
  color: var(--white);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
}

.timer-numero.alerta {
  color: #FF7A7A;
  animation: piscar 0.45s infinite alternate;
}

@keyframes piscar {
  from { transform: scale(1); }
  to   { transform: scale(1.12); }
}

.enunciado {
  font-family: var(--fonte-display);
  font-weight: 700;
  font-size: clamp(1.4rem, 4vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--white);
  max-width: 22ch;
  margin-top: 7vh;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(20px);
  animation: stagger-in 0.6s var(--ease-out-expo) 0.1s forwards;
}

.alternativas {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  flex: 1;
  justify-content: flex-end;
}

.alternativa {
  position: relative;
  width: 100%;
  padding: 1.5rem 1.6rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--r-card);
  font-family: var(--fonte-display);
  font-size: clamp(1.1rem, 2.7vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 18px 40px -18px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s var(--ease-out-expo), box-shadow 0.25s var(--ease-out-expo), background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  opacity: 0;
  transform: translateY(16px);
  animation: stagger-in 0.5s var(--ease-out-expo) forwards;
}

.alternativa:nth-child(1) { animation-delay: 0.25s; }
.alternativa:nth-child(2) { animation-delay: 0.35s; }
.alternativa:nth-child(3) { animation-delay: 0.45s; }

.alternativa:active {
  transform: translateY(2px) scale(0.99);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(125, 238, 223, 0.5);
}

.alternativa .letra {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.6rem, 5.2vw, 3.2rem);
  aspect-ratio: 1;
  background: rgba(0, 195, 178, 0.18);
  color: var(--teal-soft);
  font-family: var(--fonte-display);
  font-weight: 800;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease;
}

.alternativa.selecionada {
  background: var(--teal);
  color: var(--samsung-blue-deep);
  border-color: var(--teal);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 18px 40px -10px rgba(0, 195, 178, 0.55);
}

.alternativa.selecionada .letra {
  background: var(--white);
  color: var(--samsung-blue-deep);
}

/* =========================================================
   TELA · RESULTADO
   ========================================================= */

.resultado-stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 6vw;
  gap: clamp(1rem, 2vh, 1.8rem);
}

.resultado-eyebrow {
  font-family: var(--fonte-body);
  font-size: clamp(0.8rem, 1.6vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--teal);
  opacity: 0;
  animation: stagger-in 0.6s var(--ease-out-expo) 0.1s forwards;
}

.placar-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  overflow: visible;
  padding: 0.15em 0;
}

.placar {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--fonte-display);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.02em;
  gap: 0.15em;
  opacity: 0;
  animation: stagger-in 0.7s var(--ease-out-expo) 0.25s forwards;
}

.placar-numero {
  display: inline-block;
  font-size: clamp(6rem, 26vmin, 12rem);
  font-style: italic;
  background: linear-gradient(120deg, #ffffff 0%, var(--teal-soft) 55%, var(--teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-right: 0.22em;
}

.placar-divisor {
  display: inline-block;
  font-size: clamp(4rem, 18vmin, 9rem);
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.placar-total {
  display: inline-block;
  font-size: clamp(4rem, 18vmin, 9rem);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

.resultado-titulo {
  font-family: var(--fonte-display);
  font-size: clamp(1.4rem, 3.8vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--white);
  opacity: 0;
  animation: stagger-in 0.6s var(--ease-out-expo) 0.45s forwards;
}

.resultado-mensagem {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 38ch;
  opacity: 0;
  animation: stagger-in 0.6s var(--ease-out-expo) 0.55s forwards;
}

.cta-proximo {
  margin-top: 1.5vh;
  padding: 1.1rem 1.8rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--r-pill);
  font-family: var(--fonte-display);
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  transition: background 0.25s ease, transform 0.25s var(--ease-out-expo);
  opacity: 0;
  animation: stagger-in 0.6s var(--ease-out-expo) 0.75s forwards;
}

.cta-proximo:active {
  transform: scale(0.97);
  background: rgba(255, 255, 255, 0.2);
}

/* =========================================================
   TELA · ADMIN
   ========================================================= */

.tela-admin {
  background: var(--paper);
  color: var(--charcoal);
  padding: 5vh 5vw;
  gap: 2vh;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(20, 40, 160, 0.12);
  padding-bottom: 1.5vh;
}

.admin-eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pebble);
  margin-bottom: 0.3rem;
}

.admin-header h2 {
  font-family: var(--fonte-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--samsung-blue-deep);
}

.btn-fechar-admin {
  padding: 0.7rem 1.3rem;
  background: var(--charcoal);
  color: var(--white);
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.admin-card {
  background: var(--white);
  border-radius: var(--r-block);
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  box-shadow: 0 8px 24px -16px rgba(20, 40, 160, 0.2);
}

.admin-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--pebble);
  font-weight: 700;
}

.admin-valor {
  font-family: var(--fonte-display);
  font-size: clamp(2rem, 5.5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--samsung-blue-deep);
  font-variant-numeric: tabular-nums;
}

.admin-pct {
  font-size: 0.5em;
  color: var(--pebble);
  margin-left: 0.1em;
}

.admin-perguntas {
  background: var(--white);
  border-radius: var(--r-block);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 8px 24px -16px rgba(20, 40, 160, 0.2);
}

.admin-pergunta-linha {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.admin-pergunta-titulo {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.3;
}

.admin-pergunta-barra {
  height: 8px;
  background: var(--cloud);
  border-radius: 999px;
  overflow: hidden;
}

.admin-pergunta-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--samsung-blue) 0%, var(--teal) 100%);
  border-radius: 999px;
  transition: width 0.6s var(--ease-out-expo);
}

.admin-pergunta-pct {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--samsung-blue);
  font-variant-numeric: tabular-nums;
}

.admin-acoes {
  display: flex;
  gap: 0.8rem;
  margin-top: auto;
}

.btn-admin {
  flex: 1;
  padding: 1rem;
  background: var(--samsung-blue);
  color: var(--white);
  border-radius: var(--r-block);
  font-family: var(--fonte-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  transition: background 0.2s ease;
}

.btn-admin:active { background: var(--samsung-blue-deep); }

.btn-admin-perigo { background: #C0392B; }
.btn-admin-perigo:active { background: #8C1F1F; }

.zona-admin {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  z-index: 9999;
  cursor: default;
}

/* =========================================================
   ORIENTAÇÃO PAISAGEM
   ========================================================= */

@media (orientation: landscape) {
  .chrome-topo { padding: 3vh 5vw 0; }

  .atracao-stage {
    flex-direction: column;
    padding: 2vh 5vw 3vh;
    gap: 1.5vh;
  }

  .hero-linha { font-size: clamp(2rem, 6vw, 4rem); }

  .orbit { width: min(38vmin, 360px); }

  .pergunta-stage { padding: 2vh 5vw 4vh; }
  .timer { right: 5vw; width: clamp(70px, 10vmin, 100px); }
  .enunciado {
    margin-top: 4vh;
    font-size: clamp(1.4rem, 3.4vw, 2.2rem);
    max-width: 30ch;
  }

  .alternativas {
    flex-direction: row;
    gap: 1rem;
  }

  .alternativa {
    flex: 1;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 1.4rem 1rem;
    gap: 0.8rem;
  }

  .resultado-stage {
    flex-direction: row;
    align-items: center;
    gap: 4vw;
  }

  .placar { flex-shrink: 0; }
  .placar-numero { font-size: clamp(5rem, 22vmin, 11rem); }
  .placar-divisor, .placar-total { font-size: clamp(3rem, 14vmin, 7.5rem); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
