.elementor-4312 .elementor-element.elementor-element-df5b97b{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4312 .elementor-element.elementor-element-df5b97b{--width:100vw;}}/* Start custom CSS for html, class: .elementor-element-88a28ed *//* ══════════════════════════════════════════════════
   TECH SHOW ECUADOR 2026 — GALERÍA v6
   Corregido: section-head, label-bar, carruseles
   + FIX RESPONSIVO COMPLETO
══════════════════════════════════════════════════ */

/* ── REVEAL ── */
.tsg-reveal {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s ease;
}
.tsg-js-ready .tsg-reveal {
  opacity: 0;
  transform: translateY(24px);
}
.tsg-js-ready .tsg-reveal.tsg-visible {
  opacity: 1;
  transform: none;
}

/* ── BASE ── */
.tsg-section {
  position: relative;
  background: #04050f;
  padding: 100px 24px 80px;
  overflow: hidden;
  font-family: 'Barlow', sans-serif;
}
.tsg-bg {
  position: fixed; inset: -6%; z-index: 0;
  background-image: url('https://techshowecuador.com/wp-content/uploads/2026/02/BANNER-ULTIMO-FERIA.jpg.jpeg');
  background-size: cover; background-position: center;
  animation: tsgKB 24s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes tsgKB {
  0%   { transform: scale(1.0) translate(0%, 0%); }
  50%  { transform: scale(1.07) translate(-1%, -.5%); }
  100% { transform: scale(1.0) translate(1%, .5%); }
}
.tsg-overlay {
  position: fixed; inset: 0; z-index: 1;
  background:
    linear-gradient(to bottom, rgba(3,4,16,.9), rgba(3,4,16,.84)),
    linear-gradient(135deg, rgba(155,93,229,.06) 0%, transparent 60%);
}
.tsg-overlay::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(58,181,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58,181,255,.022) 1px, transparent 1px);
  background-size: 56px 56px;
}
.tsg-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto;
}

/* ── HERO ── */
.tsg-hero { text-align: center; margin-bottom: 40px; }
.tsg-eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .88rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: #3ab5ff; margin-bottom: 18px;
}
.tsg-line {
  display: inline-block; width: 44px; height: 1px;
  background: #3ab5ff; box-shadow: 0 0 8px #3ab5ff; flex-shrink: 0;
}
.tsg-heading {
  font-family: 'Barlow Condensed', sans-serif;
  /* Reducimos ligeramente el clamp para pantallas medianas */
  font-size: clamp(2rem, 4.5vw, 3.8rem); 
  font-weight: 900;
  text-transform: uppercase; 
  color: #fff; 
  line-height: 1.05; 
  margin-bottom: 14px;
}
.tsg-heading em {
  font-style: normal;
  background: linear-gradient(90deg, #3ab5ff, #9b5de5);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.tsg-subhead {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.05rem; font-weight: 400; letter-spacing: .08em;
  color: rgba(160,185,230,.45); max-width: 600px; margin: 0 auto;
}

/* ── FILTROS ── */
.tsg-filters {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 10px; margin-bottom: 48px;
}
.tsg-filter {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 13px 30px; border-radius: 3px; cursor: pointer;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .88rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  background: rgba(10,13,32,.85); border: 1px solid rgba(58,181,255,.14);
  color: rgba(160,185,230,.5); transition: all .22s;
}
.tsg-filter svg { stroke: currentColor; }
.tsg-filter:hover {
  background: rgba(58,181,255,.08); border-color: rgba(58,181,255,.3);
  color: rgba(200,220,255,.85); transform: translateY(-2px);
}
.tsg-filter--active {
  background: rgba(58,181,255,.13); border-color: rgba(58,181,255,.5);
  color: #fff; box-shadow: 0 0 20px rgba(58,181,255,.12);
}

/* ── SECTION WRAP ── */
.tsg-section-wrap { margin-bottom: 60px; }

/* ── SECTION HEAD ── */
.tsg-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 2px;
  gap: 16px;
}
.tsg-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(200,220,255,.7);
  white-space: nowrap;
  min-width: 0;
}
.tsg-section-label svg { stroke: currentColor; flex-shrink: 0; }

/* Barras de color del label */
.tsg-label-bar {
  display: inline-block;
  width: 3px; height: 24px;
  border-radius: 2px; flex-shrink: 0;
}
.tsg-label-bar--blue   { background: #3ab5ff; box-shadow: 0 0 10px rgba(58,181,255,.7); }
.tsg-label-bar--red    { background: #ff3a3a; box-shadow: 0 0 10px rgba(255,58,58,.7); }
.tsg-label-bar--purple { background: #9b5de5; box-shadow: 0 0 10px rgba(155,93,229,.7); }

/* Lado derecho del section-head en fotos */
.tsg-section-head-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

/* ── FLECHAS DE CARRUSEL ── */
.tsg-carousel-nav { display: flex; gap: 10px; flex-shrink: 0; }

.tsg-cnav {
  width: 48px; height: 48px;
  border-radius: 8px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: 1rem; line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .25s ease;
  flex-shrink: 0;
}
.tsg-cnav:hover { transform: scale(1.1); }

.tsg-cnav--blue  { border-color: rgba(58,181,255,.3); }
.tsg-cnav--blue:hover  {
  background: rgba(58,181,255,.14);
  border-color: rgba(58,181,255,.65);
  box-shadow: 0 0 18px rgba(58,181,255,.22);
}
.tsg-cnav--red   { border-color: rgba(255,58,58,.25); }
.tsg-cnav--red:hover   {
  background: rgba(255,58,58,.12);
  border-color: rgba(255,58,58,.6);
  box-shadow: 0 0 18px rgba(255,58,58,.18);
}
.tsg-cnav--purple { border-color: rgba(155,93,229,.3); }
.tsg-cnav--purple:hover {
  background: rgba(155,93,229,.14);
  border-color: rgba(155,93,229,.65);
  box-shadow: 0 0 18px rgba(155,93,229,.22);
}

/* ── WRAPPER CARRUSEL ── */
.tsg-carousel-wrapper {
  overflow: hidden;
  width: 100%;
}

/* En móvil: scroll nativo con snap para que las tarjetas no queden cortadas */
@media (max-width: 600px) {
  .tsg-carousel-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tsg-carousel-wrapper::-webkit-scrollbar { display: none; }
  .tsg-video-track .tsg-vcard,
  .tsg-short-track .tsg-scard,
  .tsg-photo-track .tsg-pcard {
    scroll-snap-align: start;
  }
}

/* ══════════════════════════
   TAGS
══════════════════════════ */
.tsg-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 3px;
  display: inline-block; width: fit-content; white-space: nowrap;
}
.tsg-tag--video  { color: #3ab5ff; background: rgba(58,181,255,.1);   border: 1px solid rgba(58,181,255,.2); }
.tsg-tag--short  { color: #ff3a3a; background: rgba(255,58,58,.08);  border: 1px solid rgba(255,58,58,.2); }
.tsg-tag--foto   { color: #9b5de5; background: rgba(155,93,229,.1);  border: 1px solid rgba(155,93,229,.2); }
.tsg-tag--new    {
  color: #f5a623; background: rgba(245,166,35,.08);
  border: 1px solid rgba(245,166,35,.2);
  animation: tsgTagGlow 2s ease-in-out infinite;
}

/* ══════════════════════════
   VIDEOS — CARRUSEL
══════════════════════════ */
.tsg-video-track {
  display: flex;
  gap: 24px;
  width: max-content;
  padding: 8px 2px 24px 2px;
  align-items: flex-start;
}

.tsg-vcard {
  flex: 0 0 380px; /* Tamaño optimizado para 1366px */
  width: 380px;
  height: 420px; /* Altura fija obligatoria para simetría */
  background: rgba(6,8,22,.95);
  border: 1px solid rgba(58,181,255,.15);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  transition: all .3s ease;
}

.tsg-vcard:hover {
  border-color: rgba(58,181,255,.4);
  box-shadow: 0 10px 32px rgba(58,181,255,.15);
  transform: translateY(-5px);
}

.tsg-vmedia {
  position: relative; 
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000; 
  flex-shrink: 0;
}

.tsg-vmedia iframe {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; border: none;
}

.tsg-vfoot {
  padding: 18px;
  background: rgba(10,13,32,.9);
  flex-grow: 1; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  overflow: hidden;
}

.tsg-vfoot-left { 
  margin-bottom: 10px; 
  height: 24px; 
  display: flex; 
  align-items: center; 
}

.tsg-vtitle {
  color: #fff !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 1.15rem !important;
  line-height: 1.3 !important;
  margin: 0 0 8px 0 !important;
  height: 2.6em; /* Reserva espacio para 2 líneas siempre */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tsg-vdesc {
  color: rgba(160,185,230,.6) !important;
  font-size: 0.9rem !important; 
  line-height: 1.4 !important; 
  height: 2.8em; /* Reserva espacio para descripción */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ══════════════════════════
   SHORTS — CARRUSEL
══════════════════════════ */
.tsg-short-track {
  display: flex;
  gap: 20px;
  width: max-content;
  padding: 8px 2px 24px 2px;
  align-items: flex-start;
}

.tsg-scard {
  flex: 0 0 240px; 
  width: 240px;
  height: 480px; /* Altura fija para que el borde inferior alinee */
  background: #0a0c1e;
  border: 1px solid rgba(255,58,58,.15);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-shrink: 0;
  transition: transform .4s ease, border-color .4s ease;
}

.tsg-scard:hover {
  transform: translateY(-8px);
  border-color: rgba(255,58,58,.5);
}

.tsg-smedia {
  position: relative; 
  width: 100%;
  height: 340px; /* Forzamos altura de video para que el texto no suba */
  background: #000;
  flex-shrink: 0;
}

.tsg-smedia iframe {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; border: none;
}

.tsg-sfoot {
  padding: 16px;
  background: linear-gradient(to top, #060816, #0a0c1e);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.tsg-stitle {
  font-size: 0.95rem; 
  color: #fff; 
  line-height: 1.3; 
  margin: 0;
  height: 2.6em; /* Mismo truco: reserva espacio */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ══════════════════════════
   FOTOS — CARRUSEL
══════════════════════════ */
.tsg-photo-track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 8px 2px 24px 2px;
}

.tsg-pcard {
  flex: 0 0 300px;
  width: 300px;
  height: 260px; /* Altura fija para fotos */
  background: rgba(6,8,22,.9);
  border: 1px solid rgba(155,93,229,.14);
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  transition: all .3s ease;
}

.tsg-pinner {
  position: relative; 
  width: 100%; 
  height: 100%;
}

.tsg-pinner img {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* ── MEDIA QUERIES PARA 1366x768 Y MÓVIL ── */

@media (max-width: 1400px) {
    .tsg-vcard { flex: 0 0 340px; width: 340px; }
    .tsg-inner { max-width: 95%; }
}

@media (max-width: 900px) {
  /* Reseteamos alturas fijas en tablets/móviles para evitar huecos negros */
  .tsg-vcard, .tsg-scard, .tsg-pcard {
    height: auto; 
    min-height: 0;
  }
  .tsg-vcard { flex: 0 0 75vw; width: 75vw; }
  .tsg-scard { flex: 0 0 200px; width: 200px; }
  .tsg-smedia { height: 280px; }
  .tsg-pcard { flex: 0 0 260px; width: 260px; height: 200px; }
  .tsg-vtitle, .tsg-stitle, .tsg-vdesc { height: auto; }
}

@media (max-width: 600px) {
  .tsg-vcard { flex: 0 0 85vw; width: 85vw; }
  .tsg-social-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
.tsg-pinner--coming {
  background: linear-gradient(135deg, rgba(8,5,22,.97), rgba(16,8,38,.95));
}
.tsg-pinner--coming svg { stroke: rgba(155,93,229,.3); }
.tsg-pinner--coming span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .65rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(155,93,229,.4);
}

.tsg-pscan {
  position: absolute; top: -40%; left: 0; right: 0; height: 40%;
  background: linear-gradient(to bottom, transparent, rgba(155,93,229,.05), transparent);
  animation: tsgScan 4s ease-in-out infinite;
}

/* ── LOADING STATUS ── */
.tsg-loading-status {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(130,155,200,.4);
}
.tsg-status-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #9b5de5; box-shadow: 0 0 8px #9b5de5;
  animation: tsgPulse 2s ease-in-out infinite; flex-shrink: 0;
}
.tsg-status-bar {
  width: 80px; height: 3px; border-radius: 2px;
  background: rgba(155,93,229,.1); overflow: hidden;
}
.tsg-status-fill {
  height: 100%; width: 0; border-radius: 2px;
  background: linear-gradient(90deg, #9b5de5, #f5a623);
  animation: tsgLoad 3s ease-in-out infinite;
}

/* ══════════════════════════
   REDES SOCIALES
══════════════════════════ */
.tsg-social {
  position: relative; margin-top: 24px; border-radius: 12px; overflow: hidden;
  background: rgba(6,8,22,.96);
  border: 1px solid rgba(58,181,255,.18);
  box-shadow: 0 0 80px rgba(58,181,255,.06);
}
.tsg-social-glow {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 50% 80% at 5% 50%, rgba(58,181,255,.07) 0%, transparent 70%),
    radial-gradient(ellipse 40% 80% at 95% 50%, rgba(155,93,229,.07) 0%, transparent 70%);
}
.tsg-social-strip {
  position: absolute; top: 0; left: 0; right: 0; height: 2px; z-index: 1;
  background: linear-gradient(90deg, #3ab5ff, #9b5de5, #f5a623, #ff3a3a, #3ab5ff);
  background-size: 200% 100%;
  animation: tsgGrad 4s linear infinite;
}
.tsg-social-content {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 36px; padding: 48px 52px;
  padding: clamp(24px, 4vw, 48px) clamp(20px, 5vw, 52px);
  gap: 20px;
}
.tsg-social-text { flex: 1; min-width: 220px; }
.tsg-social-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 900;
  text-transform: uppercase; letter-spacing: .06em;
  color: #fff; margin: 10px 0; line-height: 1.1;
}
.tsg-social-title em {
  font-style: normal;
  background: linear-gradient(90deg, #3ab5ff, #9b5de5);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.tsg-social-sub { font-size: .92rem; font-weight: 300; color: rgba(160,185,230,.45); margin: 0; }

.tsg-social-links {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
.tsg-soc {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 20px 15px; border-radius: 8px; cursor: pointer;
  text-decoration: none !important;
  border: 1px solid transparent;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .85rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  transition: all .25s; min-width: 110px;
}
.tsg-soc-icon {
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform .25s;
}
.tsg-soc-icon svg { width: 24px; height: 24px; }
.tsg-soc:hover .tsg-soc-icon { transform: scale(1.1); }

.tsg-soc--yt  { color: rgba(255,90,90,.85) !important;  border-color: rgba(255,0,0,.14);    background: rgba(255,0,0,.06); }
.tsg-soc--yt  .tsg-soc-icon { background: rgba(255,0,0,.12); }
.tsg-soc--yt:hover  { background: rgba(255,0,0,.12);    border-color: rgba(255,0,0,.38);    box-shadow: 0 8px 32px rgba(255,0,0,.2); }

.tsg-soc--ig  { color: rgba(220,100,180,.85) !important; border-color: rgba(195,60,160,.14); background: rgba(195,60,160,.06); }
.tsg-soc--ig  .tsg-soc-icon { background: rgba(195,60,160,.1); }
.tsg-soc--ig:hover  { background: rgba(195,60,160,.12); border-color: rgba(195,60,160,.38); box-shadow: 0 8px 32px rgba(195,60,160,.2); }

.tsg-soc--tk  { color: rgba(0,230,220,.75) !important;  border-color: rgba(0,230,220,.14);  background: rgba(0,230,220,.05); }
.tsg-soc--tk  .tsg-soc-icon { background: rgba(0,230,220,.08); }
.tsg-soc--tk:hover  { background: rgba(0,230,220,.1);   border-color: rgba(0,230,220,.38);  box-shadow: 0 8px 32px rgba(0,230,220,.15); }

.tsg-soc--fb  { color: rgba(80,160,255,.85) !important; border-color: rgba(24,119,242,.14); background: rgba(24,119,242,.06); }
.tsg-soc--fb  .tsg-soc-icon { background: rgba(24,119,242,.1); }
.tsg-soc--fb:hover  { background: rgba(24,119,242,.12); border-color: rgba(24,119,242,.38); box-shadow: 0 8px 32px rgba(24,119,242,.2); }


/* ══════════════════════════════════════════════════
   RESPONSIVE — TABLET (max-width: 900px)
══════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .tsg-section {
    padding: 80px 16px 60px;
  }

  /* Hero ajustes tablet */
  .tsg-eyebrow {
    font-size: .76rem;
  }
  .tsg-subhead {
    font-size: .92rem;
  }

  /* Filtros más compactos */
  .tsg-filters {
    gap: 6px;
    margin-bottom: 36px;
  }
  .tsg-filter {
    padding: 10px 20px;
    font-size: .76rem;
    letter-spacing: .1em;
  }

  /* Section head */
  .tsg-section-head {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tsg-section-label {
    font-size: .82rem;
  }

  /* Video cards — ajustar al viewport */
  .tsg-vcard {
    flex: 0 0 calc(100vw - 64px);
    width: calc(100vw - 64px);
    max-width: 480px;
  }
  .tsg-video-track {
    gap: 16px;
  }
  .tsg-vtitle {
    font-size: 1.1rem !important;
  }
  .tsg-vdesc {
    font-size: .85rem !important;
  }

  /* Short cards */
  .tsg-scard {
    flex: 0 0 220px;
    width: 220px;
  }
  .tsg-sfoot { min-height: 90px; }
  .tsg-stitle {
    font-size: .92rem;
  }

  /* Photo cards */
  .tsg-pcard {
    flex: 0 0 280px;
    width: 280px;
  }

  /* Tags */
  .tsg-tag {
    font-size: .65rem;
    padding: 4px 10px;
  }

  /* Social */
  .tsg-social-content {
    padding: 40px 24px;
    flex-direction: column;
    text-align: center;
  }
  .tsg-social-links { width: 100%; justify-content: center; }
}


/* ══════════════════════════════════════════════════
   RESPONSIVE — MOBILE (max-width: 600px)
══════════════════════════════════════════════════ */
@media (max-width: 600px) {
  .tsg-section {
    padding: 70px 12px 50px;
  }

  /* Hero */
  .tsg-eyebrow {
    font-size: .62rem;
    gap: 10px;
    letter-spacing: .16em;
  }
  .tsg-line { width: 24px; }
  .tsg-heading {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
    margin-bottom: 10px;
  }
  .tsg-subhead {
    font-size: .8rem;
    padding: 0 8px;
  }

  /* Filtros — 2 columnas en móvil */
  .tsg-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 30px;
    padding: 0 4px;
  }
  .tsg-filter {
    justify-content: center;
    padding: 10px 12px;
    font-size: .68rem;
    letter-spacing: .08em;
  }

  /* Section head — apilado vertical */
  .tsg-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
  }
  .tsg-section-label {
    font-size: .7rem;
    letter-spacing: .14em;
  }
  .tsg-section-head-right {
    width: 100%;
    justify-content: space-between;
  }

  /* Flechas más pequeñas en mobile */
  .tsg-cnav {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    font-size: .85rem;
  }

  /* Section wrap */
  .tsg-section-wrap { margin-bottom: 44px; }

  /* ── Video cards ── */
  .tsg-vcard {
    flex: 0 0 calc(100vw - 36px);
    width: calc(100vw - 36px);
    max-width: 440px;
    border-radius: 10px;
  }
  .tsg-video-track {
    gap: 12px;
    padding: 4px 2px 16px 2px;
  }
  .tsg-vfoot {
    padding: 14px;
  }
  .tsg-vtitle {
    font-size: .95rem !important;
    margin: 0 0 6px 0 !important;
    min-height: 2.3em;
  }
  .tsg-vdesc {
    font-size: .78rem !important;
  }

  /* ── Short cards ── */
  .tsg-scard {
    flex: 0 0 180px;
    width: 180px;
    border-radius: 12px;
  }
  .tsg-short-track {
    gap: 12px;
    padding: 4px 2px 16px 2px;
  }
  .tsg-sfoot {
    padding: 10px;
    min-height: 76px;
  }
  .tsg-stitle {
    font-size: .8rem;
  }

  /* ── Photo cards ── */
  .tsg-pcard {
    flex: 0 0 240px;
    width: 240px;
    border-radius: 8px;
  }
  .tsg-photo-track {
    gap: 12px;
    padding: 4px 2px 16px 2px;
  }

  /* Loading status — ocultar en mobile */
  .tsg-loading-status { display: none; }

  /* Tags */
  .tsg-tag {
    font-size: .58rem;
    padding: 3px 8px;
  }

  /* Social */
  .tsg-social {
    border-radius: 8px;
    margin-top: 16px;
  }
  .tsg-social-content {
    padding: 28px 14px;
    gap: 24px;
  }
  .tsg-social-title {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
  }
  .tsg-social-sub {
    font-size: .75rem;
  }
  .tsg-social-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px;
  }
  .tsg-soc {
    min-width: 0;
    padding: 14px 8px;
    font-size: .65rem;
    gap: 8px;
  }
  .tsg-soc-icon {
    width: 40px;
    height: 40px;
  }
  .tsg-soc-icon svg {
    width: 20px;
    height: 20px;
  }
}


/* ══════════════════════════════════════════════════
   RESPONSIVE — MOBILE SMALL (max-width: 380px)
══════════════════════════════════════════════════ */
@media (max-width: 380px) {
  .tsg-section {
    padding: 60px 8px 40px;
  }

  .tsg-heading {
    font-size: clamp(1.6rem, 9vw, 2.2rem);
  }
  .tsg-subhead {
    font-size: .74rem;
  }

  /* Filtros — 1 columna en pantallas muy pequeñas */
  .tsg-filters {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .tsg-filter {
    padding: 9px 10px;
    font-size: .66rem;
  }

  /* Section label */
  .tsg-section-label {
    font-size: .64rem;
    letter-spacing: .1em;
  }

  /* Flechas aún más compactas */
  .tsg-cnav {
    width: 32px;
    height: 32px;
    font-size: .75rem;
  }

  /* ── Video cards — full width ── */
  .tsg-vcard {
    flex: 0 0 calc(100vw - 24px);
    width: calc(100vw - 24px);
    max-width: none;
  }
  .tsg-video-track {
    gap: 10px;
  }
  .tsg-vfoot { padding: 12px; }
  .tsg-vtitle {
    font-size: .88rem !important;
    min-height: auto;
  }
  .tsg-vdesc {
    font-size: .72rem !important;
  }

  /* ── Short cards — full width una por una ── */
  .tsg-scard {
    flex: 0 0 calc(100vw - 24px);
    width: calc(100vw - 24px);
    max-width: 280px;
  }
  .tsg-short-track {
    gap: 10px;
  }
  .tsg-sfoot {
    padding: 10px;
    min-height: 68px;
  }
  .tsg-stitle {
    font-size: .8rem;
  }

  /* ── Photo cards — full width ── */
  .tsg-pcard {
    flex: 0 0 calc(100vw - 24px);
    width: calc(100vw - 24px);
    max-width: 300px;
  }
  .tsg-photo-track {
    gap: 10px;
  }

  /* Tags */
  .tsg-tag {
    font-size: .55rem;
    padding: 2px 7px;
  }

  /* Social */
  .tsg-social-content {
    padding: 22px 10px;
    gap: 18px;
  }
  .tsg-social-title {
    font-size: 1.2rem;
  }
  .tsg-soc {
    padding: 10px 6px;
    font-size: .6rem;
  }
  .tsg-soc-icon {
    width: 36px;
    height: 36px;
  }
}


/* ══════════════════════════
   KEYFRAMES
══════════════════════════ */
@keyframes tsgTagGlow {
  0%,100% { box-shadow: 0 0 0px rgba(245,166,35,.3); }
  50%      { box-shadow: 0 0 8px rgba(245,166,35,.6); }
}
@keyframes tsgPulse { 0%,100%{ opacity:1; } 50%{ opacity:.2; } }
@keyframes tsgScan  { 0%{ top:-40%; } 100%{ top:140%; } }
@keyframes tsgLoad  { 0%{ width:0; } 50%{ width:100%; } 100%{ width:0; } }
@keyframes tsgGrad  { 0%{ background-position:0% 50%; } 100%{ background-position:200% 50%; } }/* End custom CSS */