/* ============================================================
   mexico22bet.com — satelite 22Bet Mexico
   La caja (cornisa/cimiento) conserva el teal de la marca, apenas
   un tono mas calido. Dentro del contenido mandan el oro colonial
   y el tricolor verde-blanco-rojo: cenefa de papel picado sobre
   cada seccion, azulejos de talavera en subtitulos y listas, y
   fichas de loteria mexicana en el bloque de ventajas.
   ============================================================ */

:root {
  --caja: #0f4c54;
  --caja-panel: #04424a;
  --caja-trasfondo: #04272d;
  --rojo: #ce1126;
  --rojo-tinto: #96101f;
  --rojo-abierta: #fdeceb;
  --rojo-raya: #f2c4c2;
  --oro: #bd8b28;
  --oro-tinto: #87611a;
  --oro-abierta: #fbf3e0;
  --oro-raya: #e8d5a6;
  --jade: #0a7a4e;
  --jade-tinto: #065c3a;
  --jade-abierta: #e6f3ec;
  --jade-raya: #b6ddc7;
  --hondura: #0a636b;
  --hondura-suave: #0a636b50;
  --acero: #12707d;
  --acero-abierta: #e3f1f2;
  --granate: #f04c44;
  --blanco: #ffffff;
  --cta: #2eb256;
  --cta-tinto: #27974a;
  --tinta: #14252a;
  --tinta-suave: #35494f;
  --tinta-palido: #66797f;
  --piedra: #f3f1ea;
  --piedra-raya: #e0dbcd;
  --login-trasfondo: #0a636b;
  --redondeo: 6px;
  --ancho: 1160px;
  --tipo: "Fira Sans", Arial, sans-serif;
  --tipo-encabezado: "Fira Sans Condensed", "Fira Sans", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--tipo);
  font-size: 16px;
  line-height: 1.65;
  color: var(--tinta);
  background-color: var(--caja-trasfondo);
  background-image:
    radial-gradient(circle at 50% 0%, rgba(18, 112, 125, .32) 0%, rgba(3, 42, 45, 0) 62%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128' viewBox='0 0 128 128'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.10' stroke-width='1.8'%3E%3Cpath d='M64 20 78 34 64 48 50 34z'/%3E%3Cpath d='M64 80 78 94 64 108 50 94z'/%3E%3Cpath d='M0 64 14 78 0 92M128 64l-14 14 14 14'/%3E%3Ccircle cx='64' cy='64' r='9'/%3E%3Cpath d='M64 55v18M55 64h18'/%3E%3C/g%3E%3Cg fill='%23bd8b28' fill-opacity='.14'%3E%3Ccircle cx='0' cy='0' r='5'/%3E%3Ccircle cx='128' cy='0' r='5'/%3E%3Ccircle cx='0' cy='128' r='5'/%3E%3Ccircle cx='128' cy='128' r='5'/%3E%3Ccircle cx='64' cy='34' r='3'/%3E%3Ccircle cx='64' cy='94' r='3'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed, fixed;
}

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

a { color: var(--rojo-tinto); text-decoration: none; }
a:hover { text-decoration: underline; }

.caja {
  max-width: var(--ancho);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ BARRA DE PROGRESO ============ */

.liston {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--jade) 0 33.3%, #ffffff 33.3% 66.6%, var(--rojo) 66.6% 100%);
  z-index: 120;
  transition: width .08s linear;
}

/* ============ CORNISA ============ */

.cornisa {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--caja);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.cornisa__hilera {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  gap: 18px;
}

.emblema { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.emblema img { height: 44px; width: auto; }

.sendero { display: flex; align-items: center; gap: 4px; margin: 0 auto; }

.sendero a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 10px 18px;
  border-radius: 38px;
  transition: background .2s;
}
.sendero a:hover { background: rgba(255, 255, 255, .1); text-decoration: none; }
.sendero a.sendero--aqui { background: var(--rojo); }

.cornisa__remates { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.ficha {
  background: var(--cta);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 11px 26px;
  border-radius: 38px;
  flex-shrink: 0;
  transition: background .2s;
}
.ficha:hover { background: var(--cta-tinto); text-decoration: none; }
.ficha--tinto { background: var(--login-trasfondo); }
.ficha--tinto:hover { background: #0c4a50; }

.banderin {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}
.banderin svg {
  width: 30px;
  height: 20px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}

.tresrayas {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.tresrayas span {
  display: block;
  width: 26px; height: 3px;
  background: #fff;
  border-radius: 2px;
  margin: 5px 0;
  transition: transform .25s, opacity .25s;
}
.tresrayas.tresrayas--x span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.tresrayas.tresrayas--x span:nth-child(2) { opacity: 0; }
.tresrayas.tresrayas--x span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.telon {
  display: none;
  background: var(--caja-panel);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.telon.telon--abierta { display: block; }
.telon a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  transition: background .2s;
}
.telon a:hover { background: rgba(255, 255, 255, .07); text-decoration: none; }

.telon__remates {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 18px 24px 22px;
}
.telon__remates a {
  flex: 1 1 0;
  max-width: 190px;
  padding: 13px 18px;
  border: 0;
  border-radius: 38px;
  background: var(--cta);
  transition: background .2s;
}
.telon__remates a:hover { background: var(--cta-tinto); }
.telon__remates a.telon__tinto { background: var(--login-trasfondo); }
.telon__remates a.telon__tinto:hover { background: #0c4a50; }

/* ============ TARIMA (HERO) ============ */

.tarima {
  margin-top: 72px;
  background: linear-gradient(126deg, #02292f 0%, var(--caja) 44%, #06343a 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--oro);
  box-shadow: inset 0 -8px 22px rgba(2, 26, 28, .4);
}

.tarima__hilera {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 52px 0;
  min-height: 420px;
  position: relative;
  z-index: 1;
}

.tarima__trasfondo {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, var(--ancho));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 88%, transparent 100%);
}
.tarima__trasfondo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(4, 32, 36, .58) 0%, rgba(4, 34, 38, .9) 12%, rgba(6, 58, 63, .72) 40%, rgba(14, 117, 128, .26) 66%, rgba(14, 117, 128, .08) 86%, rgba(14, 117, 128, 0) 100%);
}

.tarima__parrafo { flex: 1 1 auto; max-width: 640px; position: relative; z-index: 1; }

.tarima h1 {
  font-family: var(--tipo-encabezado);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.tarima h1 .fulgor { color: var(--granate); text-shadow: 0 0 18px rgba(240, 76, 68, .55); }

.tarima__entrada {
  color: rgba(255, 255, 255, .93);
  font-size: 17px;
  margin-bottom: 26px;
  max-width: 560px;
}

.tarima__grupo { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Medallon del hero: liston de terciopelo con extremos recortados,
   cenefa tricolor arriba y una estrella de oro al final */
.medallon {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 30px 9px 26px;
  margin-bottom: 20px;
  background: linear-gradient(180deg, rgba(6, 44, 48, .94) 0%, rgba(3, 30, 34, .94) 100%);
  border: 0;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 50%, 100% 100%, 0 100%, 12px 50%);
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  backdrop-filter: blur(4px);
  box-shadow: 0 6px 18px rgba(2, 26, 28, .35);
}
.medallon::before {
  content: "";
  position: absolute;
  left: 12px; right: 12px; top: 0;
  width: auto;
  height: 3px;
  border-radius: 0;
  box-shadow: none;
  background: linear-gradient(90deg, var(--jade) 0 33.3%, #ffffff 33.3% 66.6%, var(--rojo) 66.6% 100%);
}
.medallon .chispa {
  order: 2;
  margin-left: 2px;
  color: var(--oro);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(189, 139, 40, .7);
}

/* ============ TECLAS ============ */

.tecla {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--tipo);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  border: 0;
  border-radius: var(--redondeo);
  padding: 14px 32px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(2, 26, 28, 0);
  transition: filter .25s ease, box-shadow .25s ease, background-color .25s ease;
  text-align: center;
}
.tecla:hover {
  text-decoration: none;
  filter: brightness(.95);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5), 0 7px 18px rgba(2, 26, 28, .34);
}
.tecla--jugada {
  background: var(--hondura);
  color: #fff;
  box-shadow: inset 0 0 0 2px var(--acero), 0 0 0 rgba(2, 26, 28, 0);
}
.tecla--jugada:hover { box-shadow: inset 0 0 0 2px var(--acero-abierta), 0 7px 18px rgba(2, 26, 28, .34); }
.tecla--bonus { background: var(--rojo); }
.tecla--esmeralda { background: var(--cta); }
.tecla svg { width: 22px; height: 22px; flex-shrink: 0; }

.tecla::after,
.descarga::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -80%;
  width: 42%;
  height: 220%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .24) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .24) 70%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-22deg);
  opacity: 0;
  pointer-events: none;
}
.tecla:hover::after,
.tecla:focus-visible::after,
.descarga:hover::after,
.descarga:focus-visible::after { animation: polysk .72s ease-out; }

@keyframes polysk {
  0% { left: -80%; opacity: 0; }
  14% { opacity: 1; }
  100% { left: 128%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .tecla:hover::after,
  .tecla:focus-visible::after,
  .descarga:hover::after,
  .descarga:focus-visible::after { animation: none; }
}

/* ============ CONTENIDO / LIENZOS ============ */

.nucleo { padding: 30px 0 26px; }
.nucleo .caja > *:last-child { margin-bottom: 0; }

.lienzo {
  --lienzo-pad: 34px;
  --lienzo-pad-top: 32px;
  position: relative;
  background: #ffffff;
  border: 1px solid var(--piedra-raya);
  border-radius: var(--redondeo);
  padding: 32px 34px 30px;
  margin-bottom: 24px;
  box-shadow: 0 3px 14px rgba(2, 30, 32, .14);
  overflow: hidden;
}

/* Cenefa de papel picado tricolor en el borde superior de la seccion */
/* La seccion ya no lleva cenefa suelta: el encabezado ocupa el borde superior */
.lienzo::before { content: none; }
.lienzo > *:last-child { margin-bottom: 0; }

/* Encabezado de seccion: placa de cantera con greca azteca de oro
   en el filo inferior y azulejo de talavera con el sello de la casa */
.lienzo h2 {
  position: relative;
  font-family: var(--tipo-encabezado);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.24;
  text-transform: uppercase;
  color: #ffffff;
  margin: calc(var(--lienzo-pad-top) * -1) calc(var(--lienzo-pad) * -1) 26px;
  padding: 18px var(--lienzo-pad) 20px;
  border: 0;
  background:
    linear-gradient(100deg, var(--caja) 0%, var(--hondura) 76%, var(--acero) 100%);
  box-shadow: none;
  letter-spacing: .02em;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  overflow: hidden;
}
/* greca escalonada de oro sobre una linea tricolor */
/* filo inferior: una sola franja de oro */
.lienzo h2::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 5px;
  background: linear-gradient(180deg, var(--oro) 0 3px, var(--oro-tinto) 3px 5px);
  opacity: 1;
}
.lienzo h2::before {
  content: "";
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  /* Roseta de talavera con centro de oro, sello de la casa */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='15' fill='%23ffffff' stroke='%230a7a4e' stroke-width='2'/%3E%3Cg fill='%23ce1126'%3E%3Cpath d='M16 3.5 20 9.5h-8z'/%3E%3Cpath d='M16 28.5 12 22.5h8z'/%3E%3Cpath d='M3.5 16 9.5 12v8z'/%3E%3Cpath d='M28.5 16 22.5 20v-8z'/%3E%3C/g%3E%3Cg fill='%230a7a4e'%3E%3Ccircle cx='7.6' cy='7.6' r='2'/%3E%3Ccircle cx='24.4' cy='7.6' r='2'/%3E%3Ccircle cx='7.6' cy='24.4' r='2'/%3E%3Ccircle cx='24.4' cy='24.4' r='2'/%3E%3C/g%3E%3Ccircle cx='16' cy='16' r='5.2' fill='%23bd8b28' stroke='%2387611a' stroke-width='1.2'/%3E%3Cpath d='M16 12.6l1.3 2.7 2.9.4-2.1 2 .5 2.9-2.6-1.4-2.6 1.4.5-2.9-2.1-2 2.9-.4z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-color: #fdfaf1;
  border: 2px solid var(--oro);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(2, 26, 28, .3);
}

.lienzo h3 {
  position: relative;
  font-family: var(--tipo-encabezado);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--tinta-suave);
  margin: 28px 0 14px;
  padding: 4px 0 10px 40px;
  width: auto;
  max-width: 100%;
  border: 0;
  border-bottom: 3px double var(--oro-raya);
  background: none;
  border-radius: 0;
  clip-path: none;
}

/* Azulejo de talavera delante del subtitulo */
.lienzo h3::before {
  content: "";
  position: absolute;
  left: 0; top: 4px;
  width: 26px; height: 26px;
  border-radius: 4px;
  border: 1px solid var(--oro-raya);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Crect width='26' height='26' fill='%23ffffff'/%3E%3Cpath d='M13 3 19 13l-6 10L7 13z' fill='%230a7a4e' fill-opacity='.9'/%3E%3Cpath d='M13 8.5 16 13l-3 4.5L10 13z' fill='%23ce1126'/%3E%3Ccircle cx='13' cy='13' r='1.6' fill='%23bd8b28'/%3E%3C/svg%3E") center / cover no-repeat;
  box-shadow: 0 1px 3px rgba(2, 26, 28, .2);
}

.lienzo p { margin-bottom: 14px; }

.lienzo h2 + p:not(.apunte):not(.menuda) {
  position: relative;
  padding: 14px 18px 14px 24px;
  background: linear-gradient(90deg, var(--oro-abierta) 0%, #ffffff 100%);
  border: 1px solid var(--oro-raya);
  border-left: 0;
  border-radius: 0 var(--redondeo) var(--redondeo) 0;
  font-size: 16px;
  font-style: normal;
  color: var(--tinta-suave);
}

/* Riel tricolor a la izquierda del parrafo de entrada */
.lienzo h2 + p:not(.apunte):not(.menuda)::before {
  content: "";
  position: absolute;
  left: 0; top: -1px; bottom: -1px;
  width: 9px;
  background: linear-gradient(180deg, var(--jade) 0 33.3%, #ffffff 33.3% 66.6%, var(--rojo) 66.6% 100%);
}

.lienzo h2 + p:not(.apunte):not(.menuda):has(+ ul),
.lienzo h2 + p:not(.apunte):not(.menuda):has(+ ol),
.lienzo h2 + p:not(.apunte):not(.menuda):has(+ .parrilla) {
  padding: 0 0 4px;
  border: 0;
  background: none;
  font-style: normal;
  font-size: 15.5px;
  color: var(--tinta);
}
.lienzo h2 + p:not(.apunte):not(.menuda):has(+ ul)::before,
.lienzo h2 + p:not(.apunte):not(.menuda):has(+ ol)::before,
.lienzo h2 + p:not(.apunte):not(.menuda):has(+ .parrilla)::before { content: none; }

.lienzo ol:not(.peldanos) {
  list-style: none;
  counter-reset: nomor;
  margin: 0 0 16px;
  padding: 0;
}
.lienzo ol:not(.peldanos) > li {
  counter-increment: nomor;
  position: relative;
  margin: 0;
  padding: 9px 4px 9px 50px;
  border-bottom: 1px dotted var(--oro-raya);
}
.lienzo ol:not(.peldanos) > li:last-child { border-bottom: 0; }
.lienzo ol:not(.peldanos) > li::before {
  content: counter(nomor, decimal-leading-zero);
  position: absolute;
  left: 4px; top: 8px;
  font-family: var(--tipo-encabezado);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
  color: var(--oro-tinto);
}
.lienzo ol:not(.peldanos) > li::after {
  content: "";
  position: absolute;
  left: 32px; top: 19px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--rojo);
}
.lienzo li { margin-bottom: 8px; }

.lienzo ul {
  list-style: none;
  margin: 0 0 16px;
}
.lienzo ul li {
  position: relative;
  padding-left: 30px;
}
.lienzo ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .12em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, var(--rojo) 0 3px, rgba(255, 255, 255, 0) 3.5px),
    #ffffff;
  box-shadow: inset 0 0 0 2px var(--oro), 0 1px 3px rgba(2, 26, 28, .2);
}

/* Listas: tarjetas de papel con borde recortado a la izquierda y
   un azulejo de talavera montado sobre ese borde */
.lienzo > ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}
.lienzo > ul > li {
  position: relative;
  margin: 0;
  padding: 14px 20px 14px 60px;
  background: #ffffff;
  border: 1px solid var(--oro-raya);
  border-left: 0;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 3px 12px rgba(2, 26, 28, .07);
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}
.lienzo > ul > li:nth-child(even) { background: var(--oro-abierta); }
.lienzo > ul > li:hover {
  border-color: var(--oro);
  box-shadow: 0 10px 22px rgba(2, 26, 28, .13);
  transform: translateY(-1px);
}
.lienzo > ul > li:hover {
  border-color: var(--oro);
  box-shadow: inset 0 1px 0 #ffffff, 0 10px 24px rgba(2, 26, 28, .14);
  transform: translateY(-1px);
}
/* borde izquierdo festoneado, como papel picado */
.lienzo > ul > li::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 12px;
  height: auto;
  border-radius: 0;
  transform: none;
  box-shadow: none;
  background: var(--jade);
  -webkit-mask-image: radial-gradient(circle at 0 6px, transparent 0 5px, #000 5px);
  mask-image: radial-gradient(circle at 0 6px, transparent 0 5px, #000 5px);
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  -webkit-mask-repeat: repeat-y;
  mask-repeat: repeat-y;
}
.lienzo > ul > li:nth-child(even)::before { background: var(--rojo); }
/* azulejo de talavera como vineta */
.lienzo > ul > li::after {
  font-size: 0;
  line-height: 0;
  content: "";
  position: absolute;
  left: 20px; top: 50%;
  width: 26px; height: 26px;
  margin-top: -13px;
  border-radius: 5px;
  border: 1px solid var(--oro);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Crect width='26' height='26' fill='%23fdfaf1'/%3E%3Cpath d='M13 2 24 13 13 24 2 13z' fill='none' stroke='%230a7a4e' stroke-width='1.6'/%3E%3Cpath d='M13 7.5 18.5 13 13 18.5 7.5 13z' fill='%23ce1126'/%3E%3Ccircle cx='13' cy='13' r='1.8' fill='%23bd8b28'/%3E%3C/svg%3E") center / cover no-repeat;
  box-shadow: 0 2px 6px rgba(2, 26, 28, .22);
}
.lienzo > ul > li:nth-child(even)::after {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Crect width='26' height='26' fill='%23fdfaf1'/%3E%3Ccircle cx='13' cy='13' r='10' fill='none' stroke='%23ce1126' stroke-width='1.6'/%3E%3Cpath d='M13 5.5L14.88 10.41L20.13 10.68L16.04 13.99L17.41 19.07L13 16.2L8.59 19.07L9.96 13.99L5.87 10.68L11.12 10.41Z' fill='%230a7a4e'/%3E%3C/svg%3E") center / cover no-repeat;
}

.menuda {
  font-size: 13.5px;
  color: var(--tinta-palido);
  font-style: italic;
}

/* ============ ESTAMPAS (ilustraciones) ============ */

.estampa {
  margin: 20px 0 18px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(2, 26, 28, .2);
  border: 1px solid var(--piedra-raya);
  border-radius: var(--redondeo);
}
.estampa img { width: 100%; }
.estampa figcaption {
  background: var(--hondura);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-top: 0;
  box-shadow: inset 0 4px 0 var(--jade), inset 0 6px 0 #ffffff, inset 0 8px 0 var(--rojo);
  padding-top: 14px;
}

/* ============ RASTRO (migas) ============ */

.rastro {
  margin-bottom: 14px;
  font-size: 13px;
}
.rastro ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.rastro li { color: rgba(255, 255, 255, .78); }
.rastro li + li::before { content: "/"; margin-right: 6px; color: var(--rojo); }
.rastro a { color: #fff; }
.rastro a:hover { color: var(--rojo); }

/* ============ PARRILLAS (tablas) ============ */

.parrilla {
  margin: 18px 0;
  border: 1px solid var(--piedra-raya);
  border-top: 4px solid var(--jade);
  border-bottom: 4px solid var(--rojo);
  border-radius: var(--redondeo);
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(2, 26, 28, .12);
  background: #fdfefe;
}

.parrilla caption {
  caption-side: top;
  text-align: left;
  font-family: var(--tipo-encabezado);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--tinta);
  background: linear-gradient(90deg, var(--oro-abierta) 0%, #ffffff 70%);
  padding: 12px 16px 12px 18px;
  border-left: 0;
  box-shadow: inset 5px 0 0 var(--jade), inset 8px 0 0 #ffffff, inset 11px 0 0 var(--rojo);
  padding-left: 24px;
  border-bottom: 1px solid var(--piedra-raya);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  table-layout: auto;
}

thead th {
  background: linear-gradient(180deg, var(--jade-tinto) 0%, var(--jade) 100%);
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: .09em;
  padding: 13px 12px 11px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 4px double var(--oro);
}

thead th:first-child { box-shadow: inset 4px 0 0 0 var(--oro); }

tbody td {
  padding: 12px 12px;
  border-bottom: 1px dotted var(--piedra-raya);
  vertical-align: top;
}
tbody tr:nth-child(even) { background: #faf7ef; }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody td, tbody th { transition: background-color .15s ease; }
tbody tr:hover td { background: var(--oro-abierta); }
tbody tr:hover th { background: var(--jade-abierta); }
tbody th {
  padding: 11px 12px;
  border-bottom: 1px solid var(--piedra-raya);
  text-align: left;
  background: var(--oro-abierta);
  font-weight: 700;
  box-shadow: inset 4px 0 0 0 var(--jade);
  color: var(--tinta-suave);
  font-weight: 600;
  vertical-align: top;
}

table.parrilla--angosta { font-size: 12.5px; }
table.parrilla--angosta thead th {
  font-size: 11px;
  padding: 10px 9px;
  white-space: normal;
  hyphens: none;
}
table.parrilla--angosta tbody td { padding: 10px 9px; }
table.parrilla--angosta tbody td:nth-child(2) { min-width: 122px; }

/* ============ PUTUSAN (ventaja / desventaja) ============
   Dua tarjeta blanco dengan banda encabezado berujung lipatan di tengah,
   di dalamnya raya tiempo vertikal: simpul redondeo oro (centang)
   untuk kelebihan, simpul rojo (silang) untuk kekurangan. */

/* Bloque de ventajas: dos cartas de loteria mexicana, con marco
   doble de oro, titulo en placa central y estampas cuadradas por
   cada renglon */
.veredicto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
  margin: 34px 0 12px;
}

.veredicto--ventaja, .veredicto--desventaja {
  position: relative;
  margin: 0;
  padding: 30px 20px 16px;
  background: #fdfaf1;
  border: 2px solid var(--oro);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #fdfaf1, inset 0 0 0 4px var(--jade), 0 8px 22px rgba(2, 26, 28, .12);
  overflow: visible;
}
.veredicto--desventaja { box-shadow: inset 0 0 0 1px #fdfaf1, inset 0 0 0 4px var(--rojo), 0 8px 22px rgba(2, 26, 28, .12); }

/* placa del titulo, montada sobre el marco como en una carta de loteria */
.veredicto--ventaja h3, .veredicto--desventaja h3 {
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 36px);
  margin: 0;
  padding: 7px 22px;
  font-family: var(--tipo-encabezado);
  font-size: 13px;
  letter-spacing: .18em;
  color: #ffffff;
  text-align: center;
  background: var(--jade);
  border: 2px solid var(--oro);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(2, 26, 28, .22);
  clip-path: none;
  z-index: 2;
}
.veredicto--desventaja h3 { background: var(--rojo); }
.veredicto--ventaja h3::before, .veredicto--desventaja h3::before,
.veredicto--ventaja h3::after, .veredicto--desventaja h3::after { content: none; }

.veredicto--ventaja ul, .veredicto--desventaja ul {
  margin: 0;
  padding: 0;
  display: block;
}
.veredicto--ventaja ul li, .veredicto--desventaja ul li {
  position: relative;
  margin: 0;
  padding: 11px 4px 11px 46px;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14.5px;
  line-height: 1.55;
}
.veredicto--ventaja ul li + li, .veredicto--desventaja ul li + li { border-top: 1px dashed var(--oro-raya); }

/* estampa cuadrada con palomita o tache */
.veredicto--ventaja ul li::before, .veredicto--desventaja ul li::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 4px; top: 50%;
  width: 30px; height: 30px;
  margin-top: -15px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid var(--oro);
  box-shadow: 0 2px 5px rgba(2, 26, 28, .16);
  transform: none;
}
/* palomita centrada en la estampa */
.veredicto--ventaja ul li::after {
  content: "";
  position: absolute;
  left: 3px; top: 50%;
  width: 32px; height: 32px;
  margin-top: -16px;
  border: 0;
  transform: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.8 8.4 6.4 12 13.2 4.2' fill='none' stroke='%230a7a4e' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center / 16px 16px no-repeat;
}
/* tache centrado en la estampa */
.veredicto--desventaja ul li::after {
  content: "";
  position: absolute;
  left: 3px; top: 50%;
  width: 32px; height: 32px;
  margin-top: -16px;
  border: 0;
  transform: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 4 12 12M12 4 4 12' fill='none' stroke='%23ce1126' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center center / 16px 16px no-repeat;
}

/* ============ PELDANOS ============ */

/* Peldanos: riel punteado de oro y fichas cuadradas de azulejo */
.peldanos {
  counter-reset: paso;
  list-style: none;
  margin: 20px 0 !important;
  padding: 0;
  position: relative;
}
.peldanos::before {
  content: "";
  position: absolute;
  left: 21px; top: 24px; bottom: 24px;
  border-left: 3px dotted var(--oro-raya);
}
.peldanos::before {
  content: "";
  position: absolute;
  left: 22px; top: 26px; bottom: 26px;
  width: 2px;
  background: linear-gradient(180deg, var(--oro) 0%, var(--oro-raya) 100%);
}
.peldanos li {
  counter-increment: paso;
  position: relative;
  margin: 0 0 12px 22px;
  padding: 13px 18px 13px 40px;
  background: #ffffff;
  border: 1px solid var(--oro-raya);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(2, 26, 28, .07);
}
.peldanos li:last-child { margin-bottom: 0; }
.peldanos li:last-child { margin-bottom: 0; }
.peldanos li::before {
  content: counter(paso);
  position: absolute;
  left: -22px; top: 50%;
  width: 44px; height: 44px;
  margin-top: -22px;
  background: linear-gradient(160deg, #ffffff 0%, var(--oro-abierta) 100%);
  border: 2px solid var(--oro);
  border-radius: 8px;
  transform: none;
  box-shadow: 0 4px 12px rgba(2, 26, 28, .2);
  color: var(--rojo);
  font-family: var(--tipo-encabezado);
  font-size: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.peldanos li::before { z-index: 1; }
.peldanos li::after {
  content: "";
  position: absolute;
  left: -13px; top: 50%;
  width: 26px; height: 26px;
  margin-top: -13px;
  border: 1px solid var(--jade);
  border-radius: 3px;
  background: none;
  transform: rotate(-45deg);
  clip-path: none;
  pointer-events: none;
  z-index: 2;
}

/* ============ CARTELES ============ */

.cartel {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(120deg, #03272a 0%, var(--caja) 66%, #0f6b76 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--redondeo);
  padding: 34px 36px;
  margin-bottom: 24px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(2, 26, 28, .3);
}
.cartel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(3, 25, 28, .94) 0%, rgba(6, 52, 56, .76) 46%, rgba(14, 117, 128, .12) 78%);
  pointer-events: none;
}
.cartel--rojo::before {
  background: linear-gradient(100deg, rgba(40, 8, 5, .94) 0%, rgba(134, 25, 18, .74) 46%, rgba(213, 43, 30, .1) 78%);
}

.cartel__parrafo { flex: 1; max-width: 420px; position: relative; z-index: 1; }
.cartel__parrafo .cartel__cta { margin-top: 18px; }

.cartel__letrero {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 4px;
  padding-left: 12px;
  border-left: 3px solid var(--rojo);
}
.cartel__encabezado {
  font-family: var(--tipo-encabezado);
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.cartel__hilera { color: rgba(255, 255, 255, .88); font-size: 14px; margin-bottom: 0; }

/* ============ BOLSILLO DE LA APP ============ */

.bolsillo {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(115deg, #03272a 0%, var(--caja) 58%, #0f6b76 100%);
  border-radius: var(--redondeo);
  padding: 28px 36px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(2, 26, 28, .3);
}
.bolsillo__foto { flex: 0 0 190px; position: relative; z-index: 1; }
.bolsillo__foto img { border-radius: var(--redondeo); }
.bolsillo__parrafo { flex: 1; position: relative; z-index: 1; }
.bolsillo__encabezado {
  font-family: var(--tipo-encabezado);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.bolsillo__hilera { color: rgba(255, 255, 255, .88); font-size: 14px; }
.bolsillo__mercados {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.descarga {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #0b2b2e;
  border: 1px solid var(--acero);
  color: #fff;
  border-radius: var(--redondeo);
  padding: 10px 22px 10px 16px;
  position: relative;
  overflow: hidden;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
  min-width: 218px;
}
.descarga:hover {
  background: #14383c;
  border-color: var(--acero-abierta);
  box-shadow: 0 6px 16px rgba(2, 26, 28, .32);
  text-decoration: none;
}
.descarga svg { width: 30px; height: 30px; flex-shrink: 0; }
.descarga__renglon { line-height: 1.2; text-align: center; }
.descarga__chica { display: block; font-size: 11px; opacity: .82; }
.descarga__mayor { display: block; font-size: 17px; font-weight: 700; }

/* ============ LANTAI (permainan mesa) ============ */

.mesas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 18px 0 0;
}
.mesa {
  flex: 0 1 calc(33.333% - 11px);
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 0;
  isolation: isolate;
  background: #ffffff;
  border: 1px solid var(--piedra-raya);
  border-radius: var(--redondeo);
  padding: 0;
  overflow: hidden;
  position: relative;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.mesa:hover {
  box-shadow: 0 12px 26px rgba(2, 26, 28, .18);
  border-color: var(--oro-raya);
}
.mesa:hover .mesa__letrero img { transform: scale(1.05); }
.mesa__letrero {
  position: relative;
  width: 100%;
  height: 178px;
  display: block;
  overflow: hidden;
  background: linear-gradient(180deg, var(--caja) 0%, var(--hondura) 100%);
  border-bottom: 0;
  border-radius: 60px 60px 0 0;
}
.mesa__letrero img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.mesa__letrero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(2, 34, 38, 0) 0%, rgba(2, 34, 38, .5) 100%);
  pointer-events: none;
}
.mesa__interior { position: relative; flex: 1; padding: 30px 18px 18px; }
/* cenefa tricolor entre la foto y el texto */
.mesa__interior::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--jade) 0 33.3%, #ffffff 33.3% 66.6%, var(--rojo) 66.6% 100%);
}

.mesa__interior::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 5px;
  background: repeating-linear-gradient(135deg, var(--rojo) 0 8px, #ffffff 8px 11px, var(--oro) 11px 19px, #ffffff 19px 22px);
}

/* el nombre viaja en una placa de oro montada sobre la foto */
.mesas .mesa__encabezado {
  position: absolute;
  left: 50%; top: -18px;
  transform: translateX(-50%);
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 24px);
  font-family: var(--tipo-encabezado);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--tinta);
  margin: 0;
  padding: 6px 16px;
  background: linear-gradient(180deg, #fdfaf1 0%, var(--oro-abierta) 100%);
  border: 2px solid var(--oro);
  border-radius: 4px;
  clip-path: none;
  box-shadow: 0 4px 12px rgba(2, 26, 28, .28);
  text-shadow: none;
}
.mesas .mesa__encabezado::before { content: none; }
.mesas .mesa__encabezado::before { content: none; }
.mesa p { margin-bottom: 0; font-size: 14px; }

/* ============ CARRETES (slots) ============ */

/* Vitrina de slots: cuatro por hilera en escritorio, centrada al envolver */
.carretes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 20px 0 6px;
}
.carrete {
  position: relative;
  display: block;
  flex: 0 1 calc(25% - 12px);
  min-width: 200px;
  border-radius: var(--redondeo);
  overflow: hidden;
  background: #0b2b2e;
  border: 1px solid var(--acero);
  box-shadow: 0 3px 12px rgba(2, 26, 28, .2);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.carrete:hover { box-shadow: 0 12px 26px rgba(2, 26, 28, .32); border-color: var(--oro); text-decoration: none; }
.carrete__retrato { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .35s ease; }
.carrete:hover .carrete__retrato { transform: scale(1.06); }
.carrete__velo {
  position: absolute;
  top: 0; bottom: 0;
  left: -60%;
  width: 45%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  pointer-events: none;
  transition: left .55s ease;
}
.carrete:hover .carrete__velo { left: 115%; }
.carrete__banda {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 12px 10px;
  background: linear-gradient(180deg, rgba(3, 24, 26, 0) 0%, rgba(3, 24, 26, .86) 55%, rgba(3, 24, 26, .96) 100%);
}
.carrete__clase {
  display: block;
  color: var(--oro);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2px;
}
.carrete__encabezado {
  display: block;
  color: #fff;
  font-family: var(--tipo-encabezado);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.carretes-cta { display: flex; justify-content: center; margin-top: 18px; }

/* ============ PARERI (banda infinita) ============ */

.resenas { position: relative; margin-top: 22px; }

.resenas__banda {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 2px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  overscroll-behavior-x: contain;
}
.resenas__banda::-webkit-scrollbar { display: none; }
.resenas__banda.resenas__banda--agarre { cursor: grabbing; scroll-behavior: auto; }

.resena {
  flex: 0 0 calc((100% - 36px) / 3);
  background: var(--piedra);
  border: 1px solid var(--piedra-raya);
  border-top: 0;
  border-radius: var(--redondeo);
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, var(--jade) 0 33.3%, #ffffff 33.3% 66.6%, var(--rojo) 66.6% 100%);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.resena:hover {
  box-shadow: 0 8px 22px rgba(2, 26, 28, .16);
  border-color: var(--oro-raya);
  border-top-color: var(--oro);
}
.resena::before {
  content: "\201E";
  position: absolute;
  top: 2px; right: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: 1;
  color: var(--oro);
  opacity: .45;
  pointer-events: none;
}

.resena__cima { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.resena__foto {
  width: 56px; height: 56px;
  flex-shrink: 0;
  border-radius: var(--redondeo);
  object-fit: cover;
  border: 2px solid var(--oro);
  box-shadow: 0 2px 8px rgba(2, 26, 28, .2);
}
.resena__autor { min-width: 0; }
.resena__alias {
  display: block;
  font-family: var(--tipo-encabezado);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--hondura);
}
.resena__hilera { display: flex; align-items: center; gap: 8px; margin-top: 3px; }
.resena__apunte {
  background: var(--rojo);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  border-radius: var(--redondeo);
  padding: 2px 10px;
  flex-shrink: 0;
}
.resena__luceros { color: var(--granate); font-size: 13px; letter-spacing: 2px; }
.resena__parrafo { font-style: italic; color: var(--tinta); font-size: 14.5px; margin: 0; position: relative; z-index: 1; }

.resenas__timon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 4px;
}
.resenas__saeta {
  width: 40px; height: 40px;
  border-radius: var(--redondeo);
  background: var(--hondura);
  color: #fff;
  border: 1px solid var(--acero);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s, box-shadow .2s;
}
.resenas__saeta:hover { background: var(--rojo); box-shadow: 0 4px 12px rgba(2, 26, 28, .25); }
.resenas__saeta svg { width: 18px; height: 18px; }

.resenas__marcas { display: flex; align-items: center; gap: 8px; }
.resenas__punto {
  width: 9px; height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--piedra-raya);
  cursor: pointer;
  transition: background .2s, width .2s;
}
.resenas__punto:hover { background: var(--rojo-raya); }
.resenas__punto.resenas__punto--aqui { background: var(--oro); width: 24px; border-radius: 6px; }

/* ============ CALIFICACION GLOBAL ============ */

.marcador {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  margin: 26px auto 4px;
  padding: 14px 16px 14px 30px;
  background: #fff;
  border: 1px solid var(--oro-raya);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(2, 26, 28, .13), inset 0 0 0 4px var(--oro-abierta);
  text-align: left;
}

.marcador__cifra {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 88px; height: 88px;
  border-radius: 50%;
  font-family: var(--tipo-encabezado);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--hondura);
  background:
    radial-gradient(closest-side, #fff calc(100% - 10px), rgba(255, 255, 255, 0) calc(100% - 9px)),
    conic-gradient(from 0deg, var(--jade) 0 86%, var(--oro-raya) 86% 100%);
}

.marcador__leyenda {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--tinta-suave);
}
.marcador__leyenda::after {
  content: "\2605\2605\2605\2605\2606";
  display: block;
  margin-top: 5px;
  color: var(--granate);
  font-size: 17px;
  letter-spacing: 3px;
}

/* ============ PREGUNTAS FRECUENTES ============ */

.preguntas { margin-top: 10px; display: flex; flex-direction: column; gap: 10px; }

.preguntas + .menuda, .preguntas + p { margin-top: 20px; }
.pregunta {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--piedra-raya);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(2, 26, 28, .06);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.pregunta:hover { border-color: var(--oro-raya); box-shadow: 0 6px 16px rgba(2, 26, 28, .1); }
.pregunta[open] { background: #fbfdfa; border-color: var(--jade-raya); box-shadow: inset 4px 0 0 var(--jade), 0 6px 16px rgba(2, 26, 28, .1); }
.pregunta summary {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.45;
  color: var(--tinta-suave);
  padding: 14px 58px 14px 60px;
  position: relative;
  list-style: none;
  font-size: 15.5px;
  transition: color .18s ease;
}
.pregunta summary::-webkit-details-marker { display: none; }

/* estampa cuadrada de talavera con el signo de pregunta */
.pregunta summary::before {
  content: "?";
  position: absolute;
  left: 16px; top: 50%;
  width: 30px; height: 30px;
  transform: translateY(-50%);
  border-radius: 5px;
  border: 1px solid var(--oro);
  background: linear-gradient(180deg, #ffffff 0%, var(--oro-abierta) 100%);
  color: var(--rojo);
  font-family: var(--tipo-encabezado);
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(2, 26, 28, .16);
  transition: background-color .2s ease, color .2s ease;
}

.pregunta summary::after {
  content: "";
  position: absolute;
  right: 16px; top: 50%;
  width: 26px; height: 26px;
  margin-top: -13px;
  border: 1px solid var(--oro-raya);
  border-radius: 50%;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' fill='none' stroke='%23c99a2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
  transform: rotate(0deg);
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}
.pregunta summary:hover { color: var(--rojo-tinto); }
.pregunta summary:hover::after { border-color: var(--oro); }
.pregunta[open] summary { color: var(--tinta); }
.pregunta[open] summary::before { background: linear-gradient(180deg, var(--jade) 0%, var(--jade-tinto) 100%); border-color: var(--jade-tinto); color: #ffffff; content: "!"; }
.pregunta[open] summary::after { transform: rotate(180deg); border-color: var(--oro); }
.pregunta .pregunta__respuesta { padding: 0 18px 16px 60px; }
.pregunta .pregunta__respuesta p { margin-bottom: 8px; }

/* ============ RUBRICA DE LA REDACCION ============ */

.rubrica {
  background: var(--oro-abierta);
  border-left: 5px solid var(--oro);
  border-bottom: 3px solid var(--rojo);
  border-radius: var(--redondeo);
  padding: 22px 26px;
  margin-bottom: 20px;
  font-style: italic;
}
.rubrica__alias { font-weight: 700; font-style: normal; color: var(--hondura); }

/* ============ CIMIENTO ============ */

.cimiento {
  background: var(--caja);
  color: rgba(255, 255, 255, .8);
  padding: 44px 0 0;
}
.cimiento__malla {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}
.cimiento__portal img { height: 40px; width: auto; margin-bottom: 14px; }
.cimiento__portal p { font-size: 13px; line-height: 1.6; }

.cimiento__nicho h4 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-bottom: 8px;
  position: relative;
}
.cimiento__nicho h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: var(--acero);
  border-radius: 2px;
}
.cimiento__nicho ul { list-style: none; margin-top: 12px; }
.cimiento__nicho li { margin-bottom: 9px; }
.cimiento__nicho a { color: rgba(255, 255, 255, .7); font-size: 14px; }
.cimiento__nicho a:hover { color: #fff; }

.cimiento__advertencia {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
.adulto {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border: 2px solid var(--granate);
  color: var(--granate);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}
.cimiento__advertencia p { font-size: 12.5px; line-height: 1.55; margin: 0; }

.cimiento__cierre {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12.5px;
}

/* ============ TECLA VOLVER ARRIBA ============ */

.subir {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 48px; height: 48px;
  border-radius: var(--redondeo);
  background: var(--hondura);
  color: #fff;
  border: 1px solid var(--acero);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s, transform .25s, visibility .25s, background-color .2s;
  z-index: 90;
}
.subir.subir--visible { opacity: 1; visibility: visible; transform: translateY(0); }
.subir:hover { background: var(--rojo); }
.subir svg { width: 22px; height: 22px; }

/* ============ APARICION AL DESPLAZAR ============ */

.asoma { opacity: 0; transform: translateY(18px); }
.asoma.asoma--ok {
  opacity: 1;
  transform: none;
  transition: opacity .5s ease, transform .5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .asoma { opacity: 1; transform: none; }
}

/* ============ 404 ============ */

.desviado {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 60px;
}
.desviado__numero {
  font-family: var(--tipo-encabezado);
  font-size: 130px;
  font-weight: 700;
  color: var(--rojo);
  line-height: 1;
  text-shadow: 0 6px 24px rgba(0, 0, 0, .35);
}
.desviado h1 { color: #fff; font-family: var(--tipo-encabezado); font-size: 32px; text-transform: uppercase; margin: 12px 0; }
.desviado p { color: rgba(255, 255, 255, .88); margin-bottom: 26px; }

/* ============ PAGINAS LEGALES ============ */

.apunte { font-size: 13.5px; color: var(--tinta-palido); margin: 20px 0 18px; }

.carretes-cta + .apunte, .tecla + .apunte { margin-top: 26px; }

/* ============ ADAPTACION ============ */

@media (max-width: 1080px) {
  .cornisa__hilera { gap: 10px; }
  .emblema img { height: 38px; }
  .sendero { gap: 2px; }
  .sendero a { padding: 9px 11px; font-size: 12px; }
  .ficha { padding: 10px 16px; font-size: 12px; }
  .cornisa__remates { gap: 8px; }
  .banderin { font-size: 12px; gap: 6px; }
  .banderin svg { width: 26px; height: 17px; }
}

@media (max-width: 1024px) {
  .tarima h1 { font-size: 36px; }
  .cimiento__malla { grid-template-columns: 1fr 1fr; }
  .lienzo { padding: 28px 26px; --lienzo-pad: 26px; --lienzo-pad-top: 28px; }
  .carrete { flex-basis: calc(33.333% - 11px); }
  .resena { flex-basis: calc((100% - 18px) / 2); }

  .parrilla {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .parrilla table { min-width: 500px; }
  .parrilla caption { font-size: 13.5px; padding: 10px 14px 10px 15px; }
  .parrilla thead th,
  .parrilla tbody td,
  .parrilla tbody th { min-width: 140px; }
  .parrilla table.parrilla--angosta thead th,
  .parrilla table.parrilla--angosta tbody td,
  .parrilla table.parrilla--angosta tbody th { min-width: 120px; }
  .parrilla tbody tr > *:first-child,
  .parrilla thead th:first-child { min-width: 160px; }
}

@media (max-width: 940px) {
  .sendero, .cornisa__remates { display: none; }
  .banderin { margin-left: auto; }
  .tresrayas { display: block; }
}

@media (max-width: 860px) {
  .tarima__hilera { flex-direction: column; align-items: flex-start; padding: 34px 0; min-height: 0; }
  .tarima__parrafo { width: 100%; max-width: 100%; }
  .tarima__trasfondo::after {
    background: linear-gradient(180deg, rgba(2, 26, 28, .52) 0%, rgba(2, 26, 28, .52) 60%, rgba(2, 26, 28, .5) 100%);
  }
  .tarima h1 { font-size: 30px; }
  .tarima h1, .tarima__entrada, .rastro {
    text-shadow:
      0 0 2px rgba(0, 14, 15, .98),
      0 1px 4px rgba(0, 14, 15, .95),
      0 2px 12px rgba(0, 14, 15, .92);
  }
  .cartel { flex-direction: column; align-items: flex-start; }
  
  .bolsillo { flex-direction: column; align-items: center; text-align: center; }
  .bolsillo__parrafo { width: 100%; }
  .cartel::before, .cartel--rojo::before { background: none; }
  .cartel__parrafo {
    max-width: 100%;
    background: rgba(2, 26, 28, .74);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: var(--redondeo);
    padding: 22px 20px;
  }
  .cartel--rojo .cartel__parrafo { background: rgba(32, 4, 9, .74); }
  .bolsillo__foto { flex-basis: auto; max-width: 280px; }
  .bolsillo__mercados { flex-direction: row; flex-wrap: wrap; justify-content: center; width: 100%; }
  .descarga { flex: 1 1 218px; max-width: 300px; }
  .cimiento__cierre { flex-direction: column; text-align: center; }
}

@media (max-width: 750px) {
  .veredicto { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 700px) {
  
  .apunte { margin: 22px auto 4px; padding: 12px 14px 12px 24px; gap: 14px; }
  .marcador__cifra { width: 76px; height: 76px; font-size: 19px; }
  
  .estampa img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
  }

  .tarima__trasfondo { background-position: 70% center; }
  .carrete { flex-basis: calc(50% - 8px); min-width: 0; }
  .resena { flex-basis: 100%; }

  .lienzo { padding: 26px 20px 24px; --lienzo-pad: 20px; --lienzo-pad-top: 26px; }
}

@media (max-width: 560px) {
  
  .lienzo h2, .lienzo h3, .lienzo p, .lienzo li,
  .tarima h1, .tarima__entrada,
  .cartel__encabezado, .cartel__hilera, .bolsillo__encabezado, .bolsillo__hilera,
  .mesa__encabezado, .pregunta summary, .desviado h1, .desviado p,
  .cimiento__portal p, .cimiento__advertencia p, .cimiento__nicho a {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .peldanos::before { left: 19px; top: 22px; bottom: 22px; }
  .peldanos li { margin-left: 20px; padding: 11px 14px 11px 32px; }
  .peldanos li::before { left: -20px; width: 40px; height: 40px; margin-top: -20px; font-size: 17px; }
  .lienzo ol:not(.peldanos) > li { padding-left: 44px; }
  .lienzo ol:not(.peldanos) > li::before { font-size: 17px; top: 9px; }
  .lienzo ol:not(.peldanos) > li::after { left: 28px; top: 18px; }
  .lienzo > ul > li { padding: 12px 14px 12px 64px; }
  .lienzo > ul > li::before { width: 10px; }
  .lienzo > ul > li::after { left: 16px; width: 24px; height: 24px; margin-top: -12px; }
  .pregunta summary { padding: 12px 48px 12px 52px; font-size: 15px; }
  .pregunta summary::before { left: 12px; width: 28px; height: 28px; line-height: 28px; font-size: 16px; }
  .pregunta summary::after { right: 12px; }
  .pregunta .pregunta__respuesta { padding: 0 14px 14px 52px; }
  .cimiento__malla { grid-template-columns: 1fr; text-align: center; }
  .cimiento__portal img { margin-left: auto; margin-right: auto; }
  .cimiento__advertencia { flex-direction: column; text-align: center; }
  .lienzo { padding: 22px 16px; --lienzo-pad: 16px; --lienzo-pad-top: 22px; }
  .lienzo h2 { font-size: 23px; }
  .tarima h1 { font-size: 26px; }
  .desviado__numero { font-size: 90px; }
  .mesa { flex-basis: 100%; min-width: 0; }
  .mesa__letrero { height: 130px; }

  .tarima__parrafo,
  .cartel__parrafo,
  .bolsillo__parrafo { text-align: center; width: 100%; }
  .tarima__grupo,
  .cartel__cta,
  .bolsillo__mercados,
  .rastro ol { justify-content: center; }
  .cartel__cta, .bolsillo__mercados { display: flex; width: 100%; }
  .tarima__hilera, .cartel, .bolsillo { align-items: center; }
  .cartel__letrero { border-left: 0; padding-left: 0; }
  .lienzo h2 { font-size: 22px; padding: 14px var(--lienzo-pad) 18px; gap: 10px; }
  .lienzo h2::before { width: 28px; height: 28px; background-size: 20px 20px; }
}

@media (max-width: 450px) {
  .caja { padding: 0 10px; }
  .cornisa__hilera { height: 60px; gap: 10px; }
  .emblema img { height: 34px; }
  .banderin svg { width: 26px; height: 17px; }
  .banderin { font-size: 12px; gap: 6px; }
  .tarima { margin-top: 60px; }
  .lienzo { padding: 18px 12px; --lienzo-pad: 12px; --lienzo-pad-top: 18px; }
  .cartel, .bolsillo { padding: 20px 14px; }
  .tarima__hilera { padding: 28px 0; }
  thead th, tbody td, tbody th { padding: 8px 6px; }
  
  thead th:first-child, tbody tr > *:first-child { padding-left: 11px; }
}

@media (max-width: 400px) {
  .telon__remates { flex-direction: column; align-items: center; }
  .telon__remates a { flex: 0 0 auto; width: 100%; max-width: 260px; }
}

@media (max-width: 360px) {
  .cornisa__hilera { height: 54px; gap: 8px; }
  .emblema img { height: 28px; }
  .banderin svg { width: 22px; height: 15px; }
  .banderin { font-size: 11px; gap: 5px; }
  .tresrayas { padding: 6px; }
  .tresrayas span { width: 22px; height: 2.5px; margin: 4px 0; }
  .tresrayas.tresrayas--x span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .tresrayas.tresrayas--x span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .tarima { margin-top: 54px; }
  .desviado { min-height: calc(100vh - 54px); }
}

/* ============ AJUSTES MEXICO EN PANTALLA CHICA ============ */
@media (max-width: 560px) {
  .lienzo > ul > li { padding: 12px 14px 12px 52px; }
  .lienzo > ul > li::after { left: 16px; width: 24px; height: 24px; margin-top: -12px; }
  .peldanos::before { left: 19px; }
  .peldanos li { margin-left: 20px; padding: 11px 14px 11px 34px; }
  .peldanos li::before { left: -20px; width: 40px; height: 40px; margin-top: -20px; font-size: 17px; }
  .veredicto { grid-template-columns: 1fr; gap: 40px; }
  .veredicto--ventaja, .veredicto--desventaja { padding: 28px 14px 14px; }
  .veredicto--ventaja ul li, .veredicto--desventaja ul li { padding-left: 42px; }
  .mesa__letrero { border-radius: 40px 40px 0 0; }
}

/* ============ 22BET COUNTRY LINKS ============ */
.cimiento__paises {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0 24px;
}
.cimiento__paises-titulo {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 8px;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.cimiento__paises-titulo::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: rgb(18, 112, 125);
  border-radius: 2px;
}
.cimiento__paises-lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cimiento__pais {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px 7px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.cimiento__pais:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
  text-decoration: none;
}
.cimiento__pais.cimiento__pais--actual {
  background: rgba(233, 185, 73, .1);
  border-color: #e9b949;
  color: #fff;
}
.cimiento__bandera {
  flex-shrink: 0;
  width: 24px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}
.cimiento__bandera svg { display: block; width: 100%; height: 100%; }
@media (max-width: 560px) {
  .cimiento__paises { text-align: center; }
  /* two even columns; every name stays on one line */
  .cimiento__paises-lista { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .cimiento__paises-lista li { min-width: 0; }
  .cimiento__pais { display: flex; width: 100%; min-width: 0; padding: 7px 10px 7px 7px; font-size: 12.5px; text-align: left; white-space: nowrap; }
  .cimiento__pais-nombre { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
}
@media (max-width: 380px) {
  .cimiento__paises-lista { gap: 6px; }
  .cimiento__pais { gap: 6px; padding: 6px 8px 6px 6px; font-size: 11.5px; }
  .cimiento__bandera { width: 18px; height: 12px; }
}
@media (max-width: 339px) {
  .cimiento__pais { gap: 5px; padding: 6px 6px 6px 5px; font-size: 11px; letter-spacing: -.01em; }
  .cimiento__bandera { width: 16px; height: 11px; }
}
/* up to 330px: one pill per row, back to the regular size */
@media (max-width: 330px) {
  .cimiento__paises-lista { grid-template-columns: minmax(0, 1fr); }
  .cimiento__pais { gap: 9px; padding: 7px 12px 7px 8px; font-size: 12.5px; letter-spacing: normal; }
  .cimiento__bandera { width: 22px; height: 15px; }
}
