
/* ═══ TAPETE · caparazón de thegamblinghouse.org ═══════════════════════════
   1. base y tokens · 2. cinta y cabecera · 3. menú móvil · 4. migas
   5. hoja y tipografía · 5b. bloques heredados · 6. portada
   7. rejilla de secciones · 8. tira de fichas · 9. pie · 10. utilidades   */

/* ── 1. base y tokens ─────────────────────────────────────────────────── */
:root{
  --tgh-tinta:#101713;--tgh-tinta2:#4c5a53;--tgh-tapete:#0e3b2c;
  --tgh-tapete2:#17624a;--tgh-laton:#a97c1b;--tgh-laton-cl:#f3e5c2;
  --tgh-brasa:#b23a1c;--tgh-hoja:#ffffff;--tgh-lienzo:#ecefe8;
  --tgh-linea:#d6dcd2;--tgh-accion:#0a6b49;--tgh-accion-h:#08553a;
  --tgh-reja:1120px;--tgh-col:888px;--tgh-aire:20px;--tgh-radio:10px;
}
@font-face{font-family:'Archivo';font-style:normal;font-weight:600;font-display:swap;
  src:url('/tgh/tipos/archivo-600.a1.woff2') format('woff2')}
@font-face{font-family:'Archivo';font-style:normal;font-weight:800;font-display:swap;
  src:url('/tgh/tipos/archivo-800.a1.woff2') format('woff2')}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-weight:400;font-display:swap;
  src:url('/tgh/tipos/plex-400.a1.woff2') format('woff2')}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-weight:600;font-display:swap;
  src:url('/tgh/tipos/plex-600.a1.woff2') format('woff2')}

html{-webkit-text-size-adjust:100%}
body.tgh{margin:0;background:var(--tgh-lienzo);color:var(--tgh-tinta);
  font-family:'IBM Plex Sans',system-ui,-apple-system,'Segoe UI',sans-serif;
  font-size:17px;line-height:1.72;overflow-x:hidden}
body.tgh *,body.tgh *::before,body.tgh *::after{box-sizing:border-box}
body.tgh img{max-width:100%;height:auto}
.tgh a{color:var(--tgh-tapete2);text-decoration:none}
.tgh a:hover{text-decoration:underline}
.tgh-ico{width:1.25em;height:1.25em;flex:none;vertical-align:-.25em}
.tgh-reja{max-width:var(--tgh-reja);margin:0 auto;padding:0 var(--tgh-aire)}
.tgh-salta{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
.tgh-salta:focus{width:auto;height:auto;clip:auto;clip-path:none;left:12px;top:12px;z-index:99;background:#fff;padding:10px 14px;border:2px solid var(--tgh-tapete)}

/* ── 2. cinta superior y cabecera ─────────────────────────────────────── */
.tgh-cinta{background:var(--tgh-tapete);color:#cfe0d7;font-size:13px;line-height:1.3}
.tgh-cinta .tgh-reja{display:flex;align-items:center;gap:16px;min-height:38px;
  padding-top:7px;padding-bottom:7px;flex-wrap:wrap}
.tgh-cinta p{margin:0}
.tgh-cinta-der{margin-left:auto;display:flex;align-items:center;gap:14px}
.tgh-cinta a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.tgh-edad{display:inline-flex;align-items:center;justify-content:center;
  min-width:34px;height:22px;border:1.5px solid var(--tgh-laton-cl);border-radius:11px;
  color:var(--tgh-laton-cl);font-weight:600;font-size:12px;letter-spacing:.04em}

.tgh-hd{position:relative;z-index:40}
.tgh-hd-barra{background:var(--tgh-hoja);border-bottom:1px solid var(--tgh-linea)}
.tgh-hd-barra .tgh-reja{display:flex;align-items:center;gap:22px;min-height:74px}
a.tgh-marca{display:flex;align-items:center;gap:11px;flex:none;color:var(--tgh-tinta)}
.tgh-marca:hover{text-decoration:none}
.tgh-marca-signo svg{width:40px;height:40px;display:block}
.tgh-marca-txt{display:block;font-family:Archivo,sans-serif;line-height:1.05}
.tgh-marca-txt b{font-weight:800;font-size:19px;letter-spacing:-.015em}
.tgh-marca-txt i{font-style:normal;font-weight:600;font-size:19px;color:var(--tgh-laton);letter-spacing:-.015em}
.tgh-marca-txt em{display:block;font-style:normal;font-family:'IBM Plex Sans',sans-serif;
  font-size:10.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--tgh-tinta2);margin-top:3px}

.tgh-nav{margin-left:auto}
.tgh-nav > ul{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}
.tgh-nav > ul > li{position:relative}
.tgh-nav > ul > li > a{display:flex;align-items:center;gap:7px;padding:10px 12px;
  border-radius:8px;font-family:Archivo,sans-serif;font-weight:600;font-size:15px;
  color:var(--tgh-tinta);white-space:nowrap}
.tgh-nav > ul > li > a:hover,.tgh-nav > ul > li:focus-within > a{
  background:var(--tgh-lienzo);text-decoration:none;color:var(--tgh-tapete)}
.tgh-nav > ul > li > a .tgh-ico{color:var(--tgh-laton)}
.tgh-sub{position:absolute;top:100%;left:0;min-width:246px;background:#fff;
  border:1px solid var(--tgh-linea);border-top:3px solid var(--tgh-laton);border-radius:0 0 10px 10px;
  box-shadow:0 18px 38px -18px rgba(16,23,19,.45);list-style:none;margin:0;padding:8px;
  opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .13s,transform .13s}
.tgh-nav > ul > li:hover .tgh-sub,.tgh-nav > ul > li:focus-within .tgh-sub{
  opacity:1;visibility:visible;transform:none}
.tgh-nav li:nth-last-child(-n+2) .tgh-sub{left:auto;right:0}
.tgh-sub a{display:block;padding:8px 11px;border-radius:6px;font-size:14.5px;color:var(--tgh-tinta)}
.tgh-sub a:hover{background:var(--tgh-lienzo);color:var(--tgh-tapete);text-decoration:none}
.tgh-hamb,.tgh-cierra,#tgh-mnu{display:none}

/* ── 3. menú en el móvil (casilla + label, cero JS) ───────────────────── */
@media (max-width:1023px){
  .tgh-hd-barra .tgh-reja{min-height:62px;gap:12px}
  .tgh-hamb{display:flex;align-items:center;justify-content:center;margin-left:auto;
    width:46px;height:46px;border:1px solid var(--tgh-linea);border-radius:9px;
    background:#fff;cursor:pointer;flex:none}
  .tgh-hamb span{display:block;width:21px;height:2px;background:var(--tgh-tinta);
    position:relative}
  .tgh-hamb span::before,.tgh-hamb span::after{content:"";position:absolute;left:0;
    width:21px;height:2px;background:var(--tgh-tinta)}
  .tgh-hamb span::before{top:-6px}.tgh-hamb span::after{top:6px}
  .tgh-nav{position:fixed;inset:0;background:#fff;z-index:60;margin:0;
    display:none;overflow-y:auto;padding:14px 16px 40px}
  #tgh-mnu:checked ~ .tgh-nav{display:block}
  .tgh-nav > ul{display:block}
  .tgh-nav > ul > li > a{font-size:17px;padding:13px 10px;min-height:46px}
  .tgh-sub{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;
    border:0;border-left:2px solid var(--tgh-laton-cl);border-radius:0;margin:0 0 6px 16px;padding:0 0 0 8px}
  .tgh-sub a{min-height:44px;display:flex;align-items:center}
  .tgh-cierra{display:flex;align-items:center;gap:8px;margin:0 0 10px auto;width:max-content;
    padding:11px 15px;border:1px solid var(--tgh-linea);border-radius:9px;
    font-weight:600;cursor:pointer;min-height:44px}
}
@media (min-width:1024px){.tgh-nav{display:block!important}}

/* ── 4. migas · franja de título (nunca más de 1/3 de pantalla) ───────── */
.tgh-migas{background:var(--tgh-hoja);border-bottom:1px solid var(--tgh-linea);
  font-size:13px;color:var(--tgh-tinta2)}
.tgh-migas .tgh-reja{display:flex;align-items:center;gap:7px;flex-wrap:wrap;
  padding-top:11px;padding-bottom:11px}
.tgh-migas a{color:var(--tgh-tinta2)}
.tgh-migas svg{width:12px;height:12px;color:var(--tgh-laton)}

/* ── 5. hoja de contenido y tipografía ────────────────────────────────── */
.tgh-cuerpo{padding:26px 0 46px}
body.tgh article#main.tgh-hoja{max-width:calc(var(--tgh-col) + 76px);margin:0 auto;
  background:var(--tgh-hoja);border:1px solid var(--tgh-linea);border-radius:var(--tgh-radio);
  box-shadow:0 1px 0 rgba(16,23,19,.04),0 22px 44px -34px rgba(16,23,19,.5);
  padding:38px}
body.tgh.tgh-ancho article#main.tgh-hoja{max-width:var(--tgh-reja)}
.tgh h1,.tgh h2,.tgh h3,.tgh h4{font-family:Archivo,sans-serif;
  color:var(--tgh-tinta);letter-spacing:-.018em;line-height:1.18;margin:0 0 .5em}
.tgh h1{font-weight:800;font-size:37px;margin-bottom:.38em}
.tgh h2{font-weight:700;font-size:26px;margin-top:1.5em;padding-top:.5em;
  border-top:1px solid var(--tgh-linea)}
.tgh h2:first-child{border-top:0;margin-top:0;padding-top:0}
.tgh h3{font-weight:600;font-size:20px;margin-top:1.35em}
.tgh h4{font-weight:600;font-size:17px}
/* ⚠️ базовая типографика листа НЕ должна доставать до НАШИХ узлов: `article#main p`
   весомее `.tghv-bajada`, а `article#main ul` — весомее `.tghv-fichas`, и витрина
   внутри листа разъезжалась (строка на телефоне 451px вместо ~200px).
   `:not([class*="tgh"])` оставляет правило донору и снимает его с наших блоков. */
body.tgh article#main p:not([class*="tgh"]){margin:0 0 1.05em;font-size:17px;line-height:1.72}
body.tgh article#main ul:not([class*="tgh"]),
body.tgh article#main ol:not([class*="tgh"]){margin:0 0 1.15em;padding-left:1.35em}
body.tgh article#main li:not([class*="tgh"]){margin:0 0 .42em}
body.tgh article#main table{width:100%;border-collapse:collapse;margin:0 0 1.3em;font-size:15.5px}
body.tgh article#main th,body.tgh article#main td{border:1px solid var(--tgh-linea);
  padding:9px 11px;text-align:left;vertical-align:top}
body.tgh article#main th{background:var(--tgh-lienzo);font-family:Archivo,sans-serif;font-weight:600}
.tgh-tabla-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
body.tgh article#main figure{margin:0 0 1.3em}
body.tgh article#main figcaption{font-size:13.5px;color:var(--tgh-tinta2);margin-top:6px}
.tgh-fecha{display:flex;align-items:center;flex-wrap:wrap;gap:0 7px;font-size:13.5px;color:var(--tgh-tinta2);
  margin:0 0 20px;padding-bottom:16px;border-bottom:1px solid var(--tgh-linea)}
.tgh-fecha svg{color:var(--tgh-laton)}
.tgh-kicker{display:inline-flex;align-items:center;gap:7px;font-family:Archivo,sans-serif;
  font-weight:600;font-size:11.5px;letter-spacing:.11em;text-transform:uppercase;
  color:var(--tgh-tapete2);margin:0 0 9px}
.tgh-kicker svg{width:14px;height:14px;color:var(--tgh-laton)}

/* índice propio, plegado */
details.tgh-indice{border:1px solid var(--tgh-linea);border-left:3px solid var(--tgh-laton);
  border-radius:8px;background:var(--tgh-lienzo);margin:0 0 1.5em;padding:0}
details.tgh-indice > summary{cursor:pointer;list-style:none;padding:13px 16px;
  font-family:Archivo,sans-serif;font-weight:600;font-size:15px;display:flex;align-items:center;gap:9px}
details.tgh-indice > summary::-webkit-details-marker{display:none}
details.tgh-indice > summary svg{color:var(--tgh-laton)}
details.tgh-indice ol{margin:0;padding:0 16px 14px 34px;font-size:15px}
details.tgh-indice li{margin:0 0 5px}

/* preguntas frecuentes: siempre desplegadas */
.tgh-faq{margin:0 0 1.4em}
.tgh-faq-item{border:1px solid var(--tgh-linea);border-radius:8px;padding:15px 17px;margin:0 0 10px;
  background:var(--tgh-hoja)}
.tgh-faq-item h3{margin:0 0 .4em;font-size:17.5px}

/* ── 5b. bloques heredados del snapshot ───────────────────────────────── */
body.tgh article#main [style*="color:#fff"],body.tgh article#main [style*="color: #fff"],
body.tgh article#main [style*="color:white"]{color:var(--tgh-tinta)!important}
body.tgh article#main .opTable,body.tgh article#main table[id="updated"]{display:none}
body.tgh article#main .author-details,body.tgh article#main .interests{display:none}

/* ── 6. portada: héroe ────────────────────────────────────────────────── */
.tgh-portada{position:relative;background:var(--tgh-tapete);color:#fff;overflow:hidden}
.tgh-portada::after{content:"";position:absolute;inset:0;
  background:linear-gradient(92deg,rgba(14,59,44,.96) 0%,rgba(14,59,44,.82) 46%,rgba(14,59,44,.28) 100%)}
.tgh-portada-foto{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  object-position:62% 50%;opacity:.95}
.tgh-portada .tgh-reja{position:relative;z-index:2;padding-top:46px;padding-bottom:40px;max-width:var(--tgh-reja)}
.tgh-portada-txt{max-width:640px}
.tgh-portada h1{color:#fff;font-size:42px;margin:0 0 14px}
.tgh-portada p{font-size:18px;line-height:1.62;color:#dceae3;margin:0 0 20px}
.tgh-fichas{display:flex;flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none}
.tgh-fichas li{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);
  border:1px solid rgba(243,229,194,.34);border-radius:999px;padding:7px 14px;font-size:13.5px;color:#f3e5c2}
.tgh-fichas svg{width:15px;height:15px}
/* R7: подпись живёт ВНУТРИ .tgh-reja — иначе её абзац шириной во весь экран
   касается края вьюпорта, хотя текст отбит паддингом */
.tgh-credito{position:relative;z-index:2;padding-bottom:12px}
.tgh-credito p{margin:0;font-size:11px;color:#9dbdae}
.tgh-credito a{color:#c3d8cd}

/* ── 7. rejilla de secciones (baldosas con icono) ─────────────────────── */
.tgh-secciones{margin:0 0 34px}
.tgh-titulo-fila{display:flex;align-items:baseline;gap:14px;margin:0 0 16px}
.tgh-titulo-fila h2{margin:0;border:0;padding:0;font-size:24px}
.tgh-titulo-fila span{font-size:13.5px;color:var(--tgh-tinta2)}
.tgh-baldosas{display:grid;grid-template-columns:repeat(auto-fill,minmax(232px,1fr));
  gap:14px;list-style:none;margin:0;padding:0}
.tgh-baldosas > li{min-width:0}
a.tgh-baldosa{display:flex;flex-direction:column;gap:7px;height:100%;background:var(--tgh-hoja);
  border:1px solid var(--tgh-linea);border-radius:var(--tgh-radio);padding:17px 17px 15px;
  color:var(--tgh-tinta);transition:border-color .14s,transform .14s}
a.tgh-baldosa:hover{border-color:var(--tgh-laton);transform:translateY(-2px);text-decoration:none}
.tgh-baldosa-signo{width:38px;height:38px;border-radius:9px;background:var(--tgh-laton-cl);
  color:var(--tgh-tapete);display:flex;align-items:center;justify-content:center;margin-bottom:3px}
.tgh-baldosa-signo svg{width:21px;height:21px}
.tgh-baldosa b{font-family:Archivo,sans-serif;font-weight:600;font-size:16.5px;line-height:1.28}
.tgh-baldosa span{font-size:13.5px;color:var(--tgh-tinta2);line-height:1.5}
.tgh-baldosa em{margin-top:auto;padding-top:9px;font-style:normal;font-size:12.5px;
  font-weight:600;color:var(--tgh-tapete2);display:flex;align-items:center;gap:6px}
.tgh-baldosa em svg{width:14px;height:14px}
.tgh-baldosa-foto{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;
  border-radius:7px;margin:-2px 0 4px;background:var(--tgh-lienzo)}

/* ── 8. tira de fichas editoriales (manera Polygon) ───────────────────── */
.tgh-tira{display:grid;grid-template-columns:repeat(auto-fill,minmax(258px,1fr));gap:18px;
  list-style:none;margin:0 0 34px;padding:0}
.tgh-tira > li{min-width:0}
a.tgh-nota{display:flex;flex-direction:column;height:100%;background:var(--tgh-hoja);
  border:1px solid var(--tgh-linea);border-radius:var(--tgh-radio);overflow:hidden;color:var(--tgh-tinta)}
a.tgh-nota:hover{text-decoration:none;border-color:var(--tgh-laton)}
.tgh-nota-img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;background:var(--tgh-lienzo)}
.tgh-nota-cuerpo{padding:14px 16px 16px;display:flex;flex-direction:column;gap:7px;flex:1}
/* .tgh-nota span идёт ниже и той же весомости — метку он бы перекрасил в tinta2 */
.tgh-etq,.tgh-nota span.tgh-etq{align-self:flex-start;font-family:Archivo,sans-serif;font-weight:600;font-size:10.5px;
  letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--tgh-brasa);
  border-radius:3px;padding:3px 8px}
.tgh-nota b{font-family:Archivo,sans-serif;font-weight:600;font-size:17px;line-height:1.3}
.tgh-nota span{font-size:14px;color:var(--tgh-tinta2);line-height:1.55}
.tgh-nota time{margin-top:auto;padding-top:8px;font-size:12.5px;color:var(--tgh-tinta2)}

/* franja de datos: números grandes sobre tapete */
.tgh-tablero{background:var(--tgh-tapete);border-radius:var(--tgh-radio);color:#fff;
  padding:22px 24px;margin:0 0 34px;display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:18px}
.tgh-tablero div{border-left:2px solid var(--tgh-laton);padding-left:14px}
.tgh-tablero strong{display:block;font-family:Archivo,sans-serif;font-weight:800;
  font-size:30px;line-height:1.1;color:var(--tgh-laton-cl)}
.tgh-tablero span{font-size:13.5px;color:#c6dacf}

/* ── 9. pie ───────────────────────────────────────────────────────────── */
.tgh-ft{background:var(--tgh-tapete);color:#c9dbd2;margin-top:10px;
  font-size:14.5px;line-height:1.65}
.tgh-ft a{color:#eaf3ee}
.tgh-ft-cols{display:grid;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:26px;
  padding-top:34px;padding-bottom:26px}
.tgh-ft h2,.tgh-ft h3{font-family:Archivo,sans-serif;color:#fff;font-size:14px;
  letter-spacing:.09em;text-transform:uppercase;margin:0 0 12px;border:0;padding:0}
.tgh-ft ul{list-style:none;margin:0;padding:0}
.tgh-ft li{margin:0 0 7px}
.tgh-ft-marca{display:flex;align-items:center;gap:10px;margin:0 0 12px}
.tgh-ft-marca svg{width:34px;height:34px}
.tgh-ft-marca b{font-family:Archivo,sans-serif;font-weight:800;color:#fff;font-size:17px}
.tgh-ft-valor{font-size:14px;color:#bed2c8;margin:0 0 14px}
.tgh-sellos{display:flex;flex-wrap:wrap;gap:9px;align-items:center;
  border-top:1px solid rgba(255,255,255,.14);padding:18px 0}
a.tgh-sello{display:inline-flex;align-items:center;gap:8px;background:#f5f7f3;color:#12271f;
  border-radius:7px;padding:7px 12px;font-size:12.5px;font-weight:600}
.tgh-sello svg{width:16px;height:16px;color:var(--tgh-tapete)}
a.tgh-sello:hover{text-decoration:none;background:#fff}
.tgh-ft-serv{border-top:1px solid rgba(255,255,255,.14);padding:15px 0;
  display:flex;flex-wrap:wrap;gap:8px 20px;font-size:13.5px}
.tgh-ft-legal{border-top:1px solid rgba(255,255,255,.14);padding:16px 0 30px;
  font-size:12.5px;color:#a7c0b5}
.tgh-ft-legal p{margin:0 0 7px}

/* ── 10. utilidades ───────────────────────────────────────────────────── */
.tgh-boton{display:inline-flex;align-items:center;gap:9px;background:var(--tgh-accion);
  color:#fff;font-family:Archivo,sans-serif;font-weight:600;font-size:15px;
  border-radius:8px;padding:11px 19px;min-height:44px;border:0}
.tgh-boton:hover{background:var(--tgh-accion-h);color:#fff;text-decoration:none}
.tgh-aviso{border:1px solid var(--tgh-linea);border-left:3px solid var(--tgh-laton);
  background:var(--tgh-lienzo);border-radius:8px;padding:14px 17px;margin:0 0 1.4em;font-size:15px}
.tgh-aviso p:last-child{margin-bottom:0}

/* ── 10b. foto de la guía ─────────────────────────────────────────────── */
.tgh-foto{margin:0 0 1.6em;border-radius:var(--tgh-radio);overflow:hidden;
  border:1px solid var(--tgh-linea);background:var(--tgh-lienzo)}
.tgh-foto img{display:block;width:100%;height:auto}
.tgh-foto figcaption{padding:9px 14px;font-size:13px;color:var(--tgh-tinta2);
  border-top:1px solid var(--tgh-linea)}
.tgh-foto figcaption a{color:var(--tgh-tinta2);text-decoration:underline}

/* ── 11. vitrina tghv ─────────────────────────────────────────────────── */
.tghv-wrap{margin:2.2em 0;border:1px solid var(--tgh-linea);border-radius:var(--tgh-radio);
  background:linear-gradient(180deg,#f6f8f3 0,var(--tgh-hoja) 130px);overflow:hidden}
.tghv-titulo{margin:0;padding:20px 22px 6px;font-family:Archivo,sans-serif;font-weight:700;
  font-size:23px;line-height:1.24;color:var(--tgh-tinta);border:0}
.tghv-titulo::after{content:none}
.tghv-bajada{margin:0;padding:0 22px 16px;font-size:15.5px;color:var(--tgh-tinta2);line-height:1.55}
.tghv-list{list-style:none;margin:0;padding:0 14px 6px;counter-reset:none}
.tghv-carta{display:grid;grid-template-columns:34px 104px 1fr 190px;align-items:center;gap:16px;
  padding:16px 10px;border-top:1px solid var(--tgh-linea);margin:0}
.tghv-carta:first-child{border-top:0}
.tghv-carta::before{content:none}
.tghv-puesto{font-family:Archivo,sans-serif;font-weight:800;font-size:17px;color:#fff;
  width:30px;height:30px;border-radius:50%;display:grid;place-items:center;
  background:var(--tgh-tapete);box-shadow:0 0 0 2px var(--tgh-laton-cl) inset}
.tghv-carta:first-child .tghv-puesto{background:var(--tgh-laton);color:#231a06}
.tghv-placa{width:104px;height:104px;border-radius:9px;display:grid;place-items:center;
  border:1px solid var(--tgh-linea);padding:9px}
.tghv-placa--claro{background:#fff}
.tghv-placa--oscuro{background:#fff}
.tghv-placa img{width:100%;height:100%;object-fit:contain;display:block;border-radius:5px}
.tghv-marca{margin:0 0 3px;font-family:Archivo,sans-serif;font-weight:700;font-size:18px;
  color:var(--tgh-tinta)}
.tghv-oferta{margin:0 0 7px;font-size:16.5px;color:var(--tgh-tapete2);font-weight:600}
.tghv-fichas{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}
.tghv-fichas li{display:inline-flex;align-items:center;gap:5px;margin:0;padding:3px 9px;
  border:1px solid var(--tgh-linea);border-radius:999px;background:var(--tgh-lienzo);
  font-size:13px;color:var(--tgh-tinta2);line-height:1.5}
.tghv-fichas li::before{content:none}
.tghv-fichas svg{width:15px;height:15px;stroke:var(--tgh-laton)}
.tghv-accion{display:flex;flex-direction:column;align-items:stretch;gap:7px;text-align:center}
a.tghv-boton{display:inline-flex;align-items:center;justify-content:center;min-height:46px;
  padding:11px 18px;border-radius:9px;background:var(--tgh-accion);color:#fff;
  font-family:Archivo,sans-serif;font-weight:700;font-size:15.5px;letter-spacing:.01em}
a.tghv-boton:hover{background:var(--tgh-accion-h);color:#fff;text-decoration:none}
.tghv-resena{font-size:14px;color:var(--tgh-tinta2)}
.tghv-aviso{display:flex;align-items:center;gap:8px;margin:0;padding:13px 22px 17px;
  font-size:13.5px;color:var(--tgh-tinta2);border-top:1px solid var(--tgh-linea);
  background:var(--tgh-lienzo)}
.tghv-aviso svg{width:17px;height:17px;stroke:var(--tgh-laton);flex:0 0 auto}
.tghv-mas{position:absolute;opacity:0;pointer-events:none}
.tghv-mas:not(:checked) ~ .tghv-list > .tghv-carta:nth-child(n+6){display:none}
.tghv-vermas{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;
  margin:0 14px 14px;border:1px dashed var(--tgh-laton);border-radius:9px;cursor:pointer;
  font-family:Archivo,sans-serif;font-weight:600;font-size:15px;color:var(--tgh-tapete2);
  background:#fff}
.tghv-vermas:hover{background:var(--tgh-lienzo)}
.tghv-vermas span:nth-child(2),.tghv-mas:checked ~ .tghv-vermas span:first-child{display:none}
.tghv-mas:checked ~ .tghv-vermas span:nth-child(2){display:inline}
.tghv-wrap--una .tghv-carta{border-top:0}

/* ── 11b. блоки обзора, пришедшие от донора ───────────────────────────────
   У 37 обзоров бренда нет сделки, своей карточки на них не встаёт, и оффер
   держат узлы донора: кнопка `a.button.green` и плашка логотипа в колонке
   `side-fixed`. Без правил это голая ссылка и картинка во весь экран. */
.tgh a.button.green{display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 18px;border-radius:9px;background:var(--tgh-accion);
  color:#fff;font-family:Archivo,sans-serif;font-weight:700;font-size:15.5px;
  text-align:center;margin:0 0 14px}
.tgh a.button.green:hover{background:var(--tgh-accion-h);color:#fff;text-decoration:none}
.tgh a.button.green.expanded{width:100%}
.tgh .review-thumbnail{display:grid;place-items:center;height:112px;padding:12px;
  border:1px solid var(--tgh-linea);border-radius:10px;margin:0 0 14px}
.tgh .review-thumbnail img{max-width:100%;max-height:100%;width:auto;height:auto}
.tgh .side-fixed{margin:0 0 22px}
.tgh .side-fixed hr{display:none}
.tgh h2.side-title:empty{display:none}
.tgh .product-review-bonus-description{display:block;font-size:16.5px;margin:0 0 10px}
.tgh .product-review-bonus-description em{color:var(--tgh-tapete2);font-style:normal;font-weight:600}

@media (max-width:1023px){
  .tghv-carta{grid-template-columns:30px 92px 1fr;grid-template-areas:"n p c" ". a a";
    row-gap:12px}
  .tghv-puesto{grid-area:n}
  .tghv-placa{grid-area:p;width:92px;height:92px}
  .tghv-cuerpo{grid-area:c}
  .tghv-accion{grid-area:a;flex-direction:row;align-items:center;justify-content:flex-start;gap:14px}
  .tghv-boton{flex:0 1 240px}
  .tgh-ft-cols{grid-template-columns:1fr 1fr;gap:22px}
  .tgh-portada h1{font-size:32px}
  .tgh h1{font-size:30px}
  .tgh h2{font-size:22px}
}
@media (max-width:767px){
  :root{--tgh-aire:16px}
  body.tgh article#main.tgh-hoja{padding:20px 16px;border-radius:8px}
  .tgh-cuerpo{padding:16px 0 30px}
  .tgh-ft-cols{grid-template-columns:1fr;gap:20px}
  .tgh-portada .tgh-reja{padding-top:28px;padding-bottom:26px}
  .tgh-portada h1{font-size:26px}
  .tgh-portada p{font-size:16px}
  .tgh-tablero{padding:18px}
  .tgh h1{font-size:26px}
  body.tgh article#main p:not([class*="tgh"]),
  body.tgh article#main li:not([class*="tgh"]){font-size:16.5px}
  .tgh-cinta-der{margin-left:0}
  .tghv-titulo{font-size:20px;padding:17px 16px 6px}
  .tghv-bajada{padding:0 16px 14px;font-size:15px}
  .tghv-list{padding:0 8px 4px}
  /* на телефоне третья колонка сжимается до 230px и фишки встают лесенкой —
     карточку раскладываем в ЭТАЖИ: место+логотип, текст, кнопка */
  .tghv-carta{grid-template-columns:30px 1fr;
    grid-template-areas:"n p" "c c" "a a";gap:10px 12px;padding:15px 10px}
  .tghv-placa{grid-area:p;justify-self:start;width:84px;height:84px;padding:6px}
  .tghv-marca{font-size:17px}
  .tghv-oferta{font-size:15.5px}
  .tghv-accion{flex-direction:column;align-items:stretch;gap:8px}
  .tghv-boton{flex:1 1 auto;width:100%}
  .tghv-aviso{padding:12px 16px 15px}
  .tghv-vermas{margin:0 8px 12px}
}

/* ── 11c. ficha de una marca (mismo dibujo, otro prefijo) ── */

/* ⚠️ базовая типографика листа НЕ должна доставать до НАШИХ узлов: `article#main p`
   весомее `.tghb-bajada`, а `article#main ul` — весомее `.tghb-fichas`, и витрина
   внутри листа разъезжалась (строка на телефоне 451px вместо ~200px).
   `:not([class*="tgh"])` оставляет правило донору и снимает его с наших блоков. */
body.tgh article#main p:not([class*="tgh"]){margin:0 0 1.05em;font-size:17px;line-height:1.72}

/* ── 11. vitrina tghb ─────────────────────────────────────────────────── */
.tghb-wrap{margin:2.2em 0;border:1px solid var(--tgh-linea);border-radius:var(--tgh-radio);
  background:linear-gradient(180deg,#f6f8f3 0,var(--tgh-hoja) 130px);overflow:hidden}
.tghb-titulo{margin:0;padding:20px 22px 6px;font-family:Archivo,sans-serif;font-weight:700;
  font-size:23px;line-height:1.24;color:var(--tgh-tinta);border:0}
.tghb-titulo::after{content:none}
.tghb-bajada{margin:0;padding:0 22px 16px;font-size:15.5px;color:var(--tgh-tinta2);line-height:1.55}
.tghb-list{list-style:none;margin:0;padding:0 14px 6px;counter-reset:none}
.tghb-carta{display:grid;grid-template-columns:34px 104px 1fr 190px;align-items:center;gap:16px;
  padding:16px 10px;border-top:1px solid var(--tgh-linea);margin:0}
.tghb-carta:first-child{border-top:0}
.tghb-carta::before{content:none}
.tghb-puesto{font-family:Archivo,sans-serif;font-weight:800;font-size:17px;color:#fff;
  width:30px;height:30px;border-radius:50%;display:grid;place-items:center;
  background:var(--tgh-tapete);box-shadow:0 0 0 2px var(--tgh-laton-cl) inset}
.tghb-carta:first-child .tghb-puesto{background:var(--tgh-laton);color:#231a06}
.tghb-placa{width:104px;height:104px;border-radius:9px;display:grid;place-items:center;
  border:1px solid var(--tgh-linea);padding:9px}
.tghb-placa--claro{background:#fff}
.tghb-placa--oscuro{background:#fff}
.tghb-placa img{width:100%;height:100%;object-fit:contain;display:block;border-radius:5px}
.tghb-marca{margin:0 0 3px;font-family:Archivo,sans-serif;font-weight:700;font-size:18px;
  color:var(--tgh-tinta)}
.tghb-oferta{margin:0 0 7px;font-size:16.5px;color:var(--tgh-tapete2);font-weight:600}
.tghb-fichas{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}
.tghb-fichas li{display:inline-flex;align-items:center;gap:5px;margin:0;padding:3px 9px;
  border:1px solid var(--tgh-linea);border-radius:999px;background:var(--tgh-lienzo);
  font-size:13px;color:var(--tgh-tinta2);line-height:1.5}
.tghb-fichas li::before{content:none}
.tghb-fichas svg{width:15px;height:15px;stroke:var(--tgh-laton)}
.tghb-accion{display:flex;flex-direction:column;align-items:stretch;gap:7px;text-align:center}
a.tghb-boton{display:inline-flex;align-items:center;justify-content:center;min-height:46px;
  padding:11px 18px;border-radius:9px;background:var(--tgh-accion);color:#fff;
  font-family:Archivo,sans-serif;font-weight:700;font-size:15.5px;letter-spacing:.01em}
a.tghb-boton:hover{background:var(--tgh-accion-h);color:#fff;text-decoration:none}
.tghb-resena{font-size:14px;color:var(--tgh-tinta2)}
.tghb-aviso{display:flex;align-items:center;gap:8px;margin:0;padding:13px 22px 17px;
  font-size:13.5px;color:var(--tgh-tinta2);border-top:1px solid var(--tgh-linea);
  background:var(--tgh-lienzo)}
.tghb-aviso svg{width:17px;height:17px;stroke:var(--tgh-laton);flex:0 0 auto}
.tghb-mas{position:absolute;opacity:0;pointer-events:none}
.tghb-mas:not(:checked) ~ .tghb-list > .tghb-carta:nth-child(n+6){display:none}
.tghb-vermas{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;
  margin:0 14px 14px;border:1px dashed var(--tgh-laton);border-radius:9px;cursor:pointer;
  font-family:Archivo,sans-serif;font-weight:600;font-size:15px;color:var(--tgh-tapete2);
  background:#fff}
.tghb-vermas:hover{background:var(--tgh-lienzo)}
.tghb-vermas span:nth-child(2),.tghb-mas:checked ~ .tghb-vermas span:first-child{display:none}
.tghb-mas:checked ~ .tghb-vermas span:nth-child(2){display:inline}
.tghb-wrap--una .tghb-carta{border-top:0}@media (max-width:1023px){
  .tghb-carta{grid-template-columns:30px 92px 1fr;grid-template-areas:"n p c" ". a a";
    row-gap:12px}
  .tghb-puesto{grid-area:n}
  .tghb-placa{grid-area:p;width:92px;height:92px}
  .tghb-cuerpo{grid-area:c}
  .tghb-accion{grid-area:a;flex-direction:row;align-items:center;justify-content:flex-start;gap:14px}
  .tghb-boton{flex:0 1 240px}}@media (max-width:767px){
  .tghb-titulo{font-size:20px;padding:17px 16px 6px}
  .tghb-bajada{padding:0 16px 14px;font-size:15px}
  .tghb-list{padding:0 8px 4px}
  /* на телефоне третья колонка сжимается до 230px и фишки встают лесенкой —
     карточку раскладываем в ЭТАЖИ: место+логотип, текст, кнопка */
  .tghb-carta{grid-template-columns:30px 1fr;
    grid-template-areas:"n p" "c c" "a a";gap:10px 12px;padding:15px 10px}
  .tghb-placa{grid-area:p;justify-self:start;width:84px;height:84px;padding:6px}
  .tghb-marca{font-size:17px}
  .tghb-oferta{font-size:15.5px}
  .tghb-accion{flex-direction:column;align-items:stretch;gap:8px}
  .tghb-boton{flex:1 1 auto;width:100%}
  .tghb-aviso{padding:12px 16px 15px}
  .tghb-vermas{margin:0 8px 12px}}