/* ============================================================
   ACADEMIA DE CRACKS · El Multiverso del Crack (iter15)
   Pantalla screen-multiverse. Paleta consistente con potential.css:
   carbon de fondo, naranja de marca, verde glow para el "techo".
   ============================================================ */

.mv-screen .scroll { padding-bottom: 40px; }

.mv-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 8px 4px 0;
}

/* ---- Headline ---- */
.mv-headline { text-align: center; padding: 6px 8px 0; }
.mv-kicker {
  font-family: 'Chakra Petch', system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF9E00;
  font-weight: 700;
}
.mv-title {
  font-family: 'Chakra Petch', system-ui, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  margin: 4px 0 0;
  color: #fff;
  font-weight: 800;
}
.mv-title span { color: #54d6ff; }
.mv-sub {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.62);
  margin: 8px 4px 0;
  line-height: 1.45;
}

/* ---- Cono (canvas) ---- */
.mv-cone-card {
  background: linear-gradient(160deg, #11151c 0%, #0c0f14 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 14px 12px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 30px rgba(0, 0, 0, 0.35);
}
.mv-canvas {
  width: 100%;
  height: 260px;
  display: block;
}
.mv-legend {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.mv-leg {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding-left: 18px;
}
.mv-leg::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 12px; height: 3px;
  border-radius: 2px;
}
.mv-leg-ceil::before  { background: #54d6ff; box-shadow: 0 0 6px rgba(109,255,74,0.7); }
.mv-leg-sel::before   { background: #FF9E00; height: 4px; }
.mv-leg-floor::before { background: rgba(255,255,255,0.4); height: 0; border-top: 3px dashed rgba(255,255,255,0.5); }

/* ---- Readout HOY → futuro ---- */
.mv-readout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: rgba(255, 158, 0, 0.05);
  border: 1px solid rgba(255, 158, 0, 0.18);
  border-radius: 16px;
  padding: 14px 12px;
}
.mv-readout-now, .mv-readout-future { text-align: center; }
.mv-ro-label {
  font-family: 'Chakra Petch', system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}
.mv-ro-val {
  font-family: 'Chakra Petch', system-ui, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  margin-top: 2px;
}
.mv-ro-future {
  color: #54d6ff;
  text-shadow: 0 0 18px rgba(109, 255, 74, 0.45);
  transition: color 0.2s;
}
.mv-readout-arrow { font-size: 30px; color: rgba(255, 158, 0, 0.6); }

/* ---- Control de constancia (slider) ---- */
.mv-control {
  background: #11151c;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 16px 16px 14px;
}
.mv-control-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.mv-control-top label {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}
.mv-days {
  font-family: 'Chakra Petch', system-ui, sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #FF9E00;
  line-height: 1;
  min-width: 38px;
  text-align: right;
}
.mv-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 6px;
  margin: 16px 0 6px;
  background: linear-gradient(90deg, rgba(255,255,255,0.18) 0%, rgba(255,158,0,0.5) 55%, #54d6ff 100%);
  outline: none;
}
.mv-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #FF9E00;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 0 0 4px rgba(255, 158, 0, 0.15);
  cursor: pointer;
}
.mv-slider::-moz-range-thumb {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #FF9E00;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.mv-control-scale {
  display: flex;
  justify-content: space-between;
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.4);
}
.mv-effort {
  margin-top: 10px;
  font-size: 13px;
  color: #FF9E00;
  font-weight: 600;
  min-height: 18px;
  text-align: center;
}

/* ---- Drivers (la señal única) ---- */
.mv-drivers {
  background: #11151c;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 14px 14px 16px;
}
.mv-drivers-head {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
}
.mv-drivers-head em {
  font-style: normal;
  color: #54d6ff;
  font-weight: 600;
  font-size: 11.5px;
}
.mv-driver-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.mv-driver {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 10px 6px;
  text-align: center;
}
.mv-driver-icon { font-size: 22px; line-height: 1; }
.mv-driver-k {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 6px;
  font-weight: 600;
}
.mv-driver-v {
  font-size: 11.5px;
  color: #fff;
  font-weight: 700;
  margin-top: 3px;
  line-height: 1.2;
}

/* ---- Confidence ---- */
.mv-conf {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.7);
  padding: 4px 8px;
}
.mv-conf strong { color: #fff; }
.mv-conf-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}
.mv-conf-high .mv-conf-dot   { background: #54d6ff; box-shadow: 0 0 8px rgba(109,255,74,0.7); }
.mv-conf-medium .mv-conf-dot { background: #FF9E00; box-shadow: 0 0 8px rgba(255,158,0,0.6); }
.mv-conf-low .mv-conf-dot    { background: #ff8a8a; }

/* ---- CTA + disclaimer ---- */
.mv-cta-row { display: flex; flex-direction: column; gap: 10px; padding: 4px 4px 0; }
.mv-disclaimer {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.38);
  text-align: center;
  line-height: 1.4;
  margin: 6px 12px 0;
}

/* Pantallas chicas: drivers en 2 columnas */
@media (max-width: 360px) {
  .mv-driver-grid { grid-template-columns: repeat(2, 1fr); }
  .mv-title { font-size: 24px; }
}
