/* Verdad o Reto. Solo aplica dentro de body.tema-hot.
   Paleta: vino, rojo pasión, negro y rosa suave. */

body.tema-hot {
  --tinta: #ffd5e1;
  --tinta-suave: rgba(255, 213, 225, 0.78);
  --linea: rgba(255, 179, 198, 0.28);
  --crema: #1d1d1d;
  --papel: #241418;
  --oscuro: #ffd5e1;
  --foco: #ffb3c6;
  color: var(--tinta);
  background:
    radial-gradient(800px 360px at 50% -10%, rgba(122, 11, 46, 0.85), transparent 60%),
    #1d1d1d;
}

body.tema-hot .barra {
  background: rgba(20, 8, 12, 0.94);
  color: #ffd5e1;
}

body.tema-hot .jugador-btn[aria-pressed="true"] { color: #2a0c12; }

body.tema-hot .kicker { color: #ffb3c6; }

body.tema-hot .btn-fantasma { color: #ffd5e1; }

body.tema-hot input,
body.tema-hot textarea,
body.tema-hot select {
  background: #161616;
  color: #ffd5e1;
  border-color: rgba(255, 179, 198, 0.35);
}

body.tema-hot .capa { background: rgba(0, 0, 0, 0.78); }

body.tema-hot .capa-caja {
  background: #1d1d1d;
  color: #ffd5e1;
  border: 1px solid rgba(230, 57, 70, 0.45);
}

.puerta-hot, .mesa-hot {
  padding: 18px 0 24px;
}

.puerta-hot {
  max-width: 640px;
  margin: 12px auto;
  padding: 28px 22px;
  border-radius: 28px;
  background: radial-gradient(120% 80% at 0% 0%, #7a0b2e, #1d1d1d 62%);
  border: 1px solid rgba(230, 57, 70, 0.4);
}

.puerta-hot h2 {
  font-size: clamp(2rem, 1.3rem + 2vw, 3.2rem);
  color: #fff;
}

.edad {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e63946;
  color: #2a0a0c;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.niveles, .categorias { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0; }

.niveles button, .categorias button {
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 179, 198, 0.35);
  background: transparent;
  color: #ffd5e1;
  font-weight: 700;
}

.niveles button[aria-pressed="true"] { background: #7a0b2e; border-color: #7a0b2e; color: #fff; }
.categorias button[aria-pressed="true"] { background: #e63946; border-color: #e63946; color: #2a0a0c; }

.carta-hot {
  position: relative;
  min-height: 240px;
  margin: 14px 0;
  padding: clamp(20px, 3vw, 36px);
  border-radius: 28px;
  background:
    radial-gradient(90% 80% at 0% 0%, rgba(122, 11, 46, 0.95), rgba(29, 29, 29, 0.2) 55%),
    #141414;
  border: 1px solid rgba(230, 57, 70, 0.5);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.carta-hot.entra { animation: entrar 0.45s ease; }

@keyframes entrar {
  from { opacity: 0; transform: translateY(10px) rotateX(8deg); }
  to { opacity: 1; transform: none; }
}

.carta-meta {
  margin-bottom: 10px;
  color: #ffb3c6;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.carta-texto {
  margin: 0;
  font-size: clamp(1.35rem, 1rem + 1.1vw, 2rem);
  line-height: 1.28;
  letter-spacing: -0.03em;
  color: #fff0f4;
}

.carta-tapa {
  display: grid;
  gap: 10px;
  place-items: center;
  text-align: center;
  min-height: 200px;
}

.hot-acciones {
  position: sticky;
  bottom: 0;
  z-index: 5;
  padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(transparent, #1d1d1d 28%);
}

.marcador-hot, .recompensas, .registro, .anadir-carta {
  margin-top: 16px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 179, 198, 0.06);
  border: 1px solid rgba(255, 179, 198, 0.14);
}

.recompensa {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
}

.recompensa.lista { outline: 1px solid rgba(255, 179, 198, 0.4); }

.consentimiento-fijo {
  margin-top: 18px;
  color: #ffb3c6;
  font-size: 0.92rem;
}

.certificado {
  padding: 22px;
  border-radius: 24px;
  border: 1px dashed #ffb3c6;
  text-align: center;
}

body.tema-hot .opcion { background: #161616; }
body.tema-hot .opcion:has(input:checked) { background: #3a1020; }
