.html-import{line-height:normal;position:relative;overflow:clip}
.html-import{
  --navy:#16368E;
  --navy-deep:#0A1230;
  --navy-panel:#101B45;
  --navy-card:#132052;
  --green:#79B943;
  --white:#F4F7FF;
  --muted:#8B96C4;
  --radius:18px;
  /* colores por tema */
  --c-maiz:#F5B52E;
  --c-tec:#38BDF8;
  --c-rrhh:#FF7A59;
  --c-maq:#E03A3E;
  --c-post:#A78BFA;
  --c-hist:#F472B6;
  --c-mer:#34D399;
  --c-enf:#A3E635;
}
.html-import, .html-import *{margin:0;padding:0;box-sizing:border-box}
.html-import{
  font-family:'Archivo',system-ui,sans-serif;
  background:var(--navy-deep);
  color:var(--white);
  
  padding:0;
}
.html-import ::selection{background:var(--green);color:var(--navy-deep)}
.html-import .mono{font-family:'IBM Plex Mono',monospace}
.html-import .diag{
  position:relative;
}
.html-import .diag::before{
  content:"";
  position:absolute;inset:0;
  background:repeating-linear-gradient(-45deg,rgba(255,255,255,.025) 0 2px,transparent 2px 14px);
  pointer-events:none;
}
.html-import .hero{
  position:relative;
  padding:clamp(26px,5vh,54px) clamp(16px,5vw,56px) clamp(30px,5vh,52px);
  text-align:center;
  background:
    radial-gradient(60% 90% at 50% 0%,rgba(22,54,142,.55),transparent 70%),
    radial-gradient(40% 60% at 85% 100%,rgba(121,185,67,.12),transparent 70%),
    var(--navy-deep);
  overflow:hidden;
}
.html-import .hero .eyebrow{
  font-family:'IBM Plex Mono',monospace;
  font-size:clamp(10px,1.4vw,13px);letter-spacing:.34em;text-transform:uppercase;
  color:var(--green);
  margin-bottom:22px;
}
.html-import .hero h1{
  font-weight:900;
  font-size:clamp(46px,10vw,124px);
  line-height:.92;
  letter-spacing:-.02em;
  text-transform:uppercase;
}
.html-import .hero h1 .line2{
  display:block;
  color:transparent;
  -webkit-text-stroke:2px var(--green);
}
.html-import .hero .sub{
  margin:26px auto 0;
  max-width:560px;
  color:var(--muted);
  font-size:clamp(15px,2vw,18px);
  line-height:1.6;
}
.html-import .hero .sub strong{color:var(--white);font-weight:600}
.html-import .eq{
  display:flex;justify-content:center;align-items:flex-end;gap:5px;
  height:54px;margin:34px auto 0;
}
.html-import .eq b{
  width:6px;border-radius:3px;
  background:linear-gradient(to top,var(--navy),var(--green));
  animation:hi-eq 1.1s ease-in-out infinite;
}
@keyframes hi-eq{0%,100%{height:12%}50%{height:100%}}
.html-import .hero-cta{
  margin-top:38px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap;
}
.html-import .btn{
  display:inline-flex;align-items:center;gap:10px;
  font-family:'Archivo',sans-serif;font-weight:700;font-size:15px;
  padding:15px 28px;border-radius:999px;cursor:pointer;
  text-decoration:none;border:none;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.html-import .btn-green{
  background:var(--green);color:#0B1B04;
  box-shadow:0 10px 32px rgba(121,185,67,.35);
}
.html-import .btn-green:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(121,185,67,.45)}
.html-import .selector{
  padding:clamp(56px,9vh,100px) clamp(16px,5vw,56px) 10px;
  max-width:1200px;margin:0 auto;
  scroll-margin-top:70px;
}
.html-import .selector .kicker{
  font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.3em;
  text-transform:uppercase;color:var(--green);margin-bottom:14px;
}
.html-import .selector h2{
  font-weight:900;font-size:clamp(30px,5.4vw,56px);
  line-height:1.02;letter-spacing:-.01em;text-transform:uppercase;
  max-width:720px;
}
.html-import .selector h2 span{color:var(--green)}
.html-import .chips{
  margin-top:36px;
  display:flex;flex-wrap:wrap;gap:12px;
}
.html-import .chip{
  --c:var(--green);
  display:inline-flex;align-items:center;gap:10px;
  font-family:'Archivo',sans-serif;font-weight:700;font-size:14px;
  color:var(--white);
  background:var(--navy-panel);
  border:1.5px solid rgba(255,255,255,.13);
  padding:12px 18px;border-radius:999px;cursor:pointer;
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;
  user-select:none;
}
.html-import .chip svg{width:17px;height:17px;flex:none}
.html-import .chip .n{
  font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;
  background:rgba(255,255,255,.1);
  padding:2.5px 8px;border-radius:999px;color:var(--muted);
  transition:background .16s ease,color .16s ease;
}
.html-import .chip:hover{transform:translateY(-3px);border-color:var(--c)}
.html-import .chip.active{
  background:var(--c);
  border-color:var(--c);
  color:#0A1230;
  box-shadow:0 10px 30px color-mix(in srgb,var(--c) 40%,transparent);
  transform:translateY(-3px) scale(1.03);
}
.html-import .chip.active .n{background:rgba(10,18,48,.2);color:#0A1230}
.html-import .chip.active svg{stroke:#0A1230}
.html-import .episodes{
  max-width:1200px;margin:0 auto;
  padding:34px clamp(16px,5vw,56px) clamp(70px,10vh,120px);
}
.html-import .ep-toolbar{
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
  margin-bottom:26px;
}
.html-import .ep-count{
  font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.18em;
  text-transform:uppercase;color:var(--muted);
}
.html-import .ep-count b{color:var(--green);font-weight:600}
.html-import .grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(215px,1fr));
  gap:18px;
}
.html-import .card{
  --c:var(--green);
  position:relative;
  border-radius:var(--radius);
  background:var(--navy-panel);
  border:1px solid rgba(255,255,255,.09);
  overflow:hidden;
  cursor:pointer;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
  opacity:0;transform:translateY(18px);
  animation:hi-card-in .5s ease forwards;
  animation-delay:var(--d,0s);
}
@keyframes hi-card-in{to{opacity:1;transform:translateY(0)}}
.html-import .card:hover{
  transform:translateY(-6px);
  border-color:color-mix(in srgb,var(--c) 60%,transparent);
  box-shadow:0 22px 44px rgba(0,0,0,.45);
}
.html-import .thumb{
  position:relative;
  aspect-ratio:9/16;
  background:
    radial-gradient(120% 90% at 20% 0%,color-mix(in srgb,var(--c) 34%,transparent),transparent 60%),
    repeating-linear-gradient(-45deg,rgba(255,255,255,.03) 0 2px,transparent 2px 12px),
    linear-gradient(160deg,#182757,#0C1638);
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:14px;
}
.html-import .reel-box{
  position:relative;flex:1;min-height:0;
  border-radius:12px;overflow:hidden;
  border:1px solid color-mix(in srgb,var(--c) 50%,transparent);
  box-shadow:0 12px 28px rgba(0,0,0,.4);
  background:#000;
  margin-bottom:12px;
  z-index:2;
}
.html-import .reel-box video{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;background:#000;
}
.html-import .vplay{
  position:absolute;inset:0;z-index:2;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  background:rgba(10,18,48,.22);
  transition:opacity .2s ease,background .2s ease;
}
.html-import .vplay i{
  width:52px;height:52px;border-radius:50%;
  background:var(--green);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 12px 30px rgba(121,185,67,.5);
  transition:transform .15s ease;
}
.html-import .vplay:hover i{transform:scale(1.1)}
.html-import .vplay svg{width:19px;height:19px;fill:#0B1B04}
.html-import .vplay .ic-play{margin-left:2px}
.html-import .vplay .ic-pause{display:none;margin-left:0}
.html-import .reel-box.playing .vplay{opacity:0;background:transparent}
@media (hover:hover){
  .html-import .reel-box.playing:hover .vplay{opacity:1;background:rgba(10,18,48,.18)}
}
.html-import .reel-box.playing .ic-play{display:none}
.html-import .reel-box.playing .ic-pause{display:block}
.html-import .card.has-reel{cursor:default}
.html-import .dur{
  position:absolute;top:12px;right:12px;z-index:2;
  font-family:'IBM Plex Mono',monospace;font-size:10px;font-weight:600;
  color:var(--white);
  background:rgba(10,18,48,.75);
  padding:5px 9px;border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
}
.html-import .thumb .epnum{
  font-weight:900;font-size:56px;line-height:1;
  color:transparent;
  -webkit-text-stroke:1.5px color-mix(in srgb,var(--c) 70%,white 10%);
  opacity:.9;
}
.html-import .thumb .wave{
  display:flex;align-items:flex-end;gap:3px;height:26px;margin-top:10px;
}
.html-import .thumb .wave b{
  flex:1;border-radius:2px;
  background:color-mix(in srgb,var(--c) 75%,white 8%);
  opacity:.85;
  animation:hi-wavebar 1s ease-in-out infinite;
}
@keyframes hi-wavebar{0%,100%{height:16%}50%{height:96%}}
.html-import .play{
  position:absolute;inset:0;
  display:flex;align-items:center;justify-content:center;
  background:rgba(10,18,48,.18);
  transition:background .2s ease;
}
.html-import .card:hover .play{background:rgba(10,18,48,.35)}
.html-import .meta{padding:14px 15px 16px}
.html-import .meta h3{
  font-weight:700;font-size:14.5px;line-height:1.35;
  letter-spacing:.005em;
}
.html-import .empty{
  grid-column:1/-1;text-align:center;color:var(--muted);
  font-family:'IBM Plex Mono',monospace;font-size:13px;padding:60px 0;
}
.html-import .card.flash{animation:hi-flash .9s ease 2}
@keyframes hi-flash{0%,100%{box-shadow:0 0 0 0 rgba(121,185,67,0)}50%{box-shadow:0 0 0 6px rgba(121,185,67,.55)}}
.html-import .play .soon{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'IBM Plex Mono',monospace;font-size:10px;font-weight:600;
  letter-spacing:.16em;text-transform:uppercase;color:var(--white);
  border:1px dashed rgba(255,255,255,.45);
  padding:9px 14px;border-radius:999px;
  background:rgba(10,18,48,.72);
  max-width:88%;text-align:center;
  transition:transform .2s ease;
}
.html-import .card:hover .play .soon{transform:scale(1.06)}
.html-import .play .soon i{
  width:8px;height:8px;border-radius:50%;background:#FF4D4D;flex:none;
  animation:hi-rec 1.2s ease-in-out infinite;
}
@keyframes hi-rec{0%,100%{opacity:1}50%{opacity:.25}}
body.locked .html-import{overflow:hidden}
.html-import .viewer{
  position:fixed;inset:0;z-index:1120;
  display:none;flex-direction:column;
  background:rgba(6,12,34,.98);
}
.html-import .viewer.open{display:flex;animation:hi-vfade .22s ease}
@keyframes hi-vfade{from{opacity:0}to{opacity:1}}
.html-import .v-close{
  position:absolute;top:14px;right:14px;z-index:5;
  width:40px;height:40px;border-radius:50%;
  background:rgba(10,18,48,.75);border:1px solid rgba(255,255,255,.25);
  color:var(--white);font-size:17px;line-height:1;cursor:pointer;
  transition:all .15s ease;
}
.html-import .v-close:active{transform:scale(.92)}
.html-import .v-stage{
  --c:var(--green);
  position:relative;flex:1;min-height:0;
  margin:14px 14px 0;
  border-radius:var(--radius);overflow:hidden;
  border:1.5px solid color-mix(in srgb,var(--c) 55%,transparent);
  box-shadow:0 0 0 6px color-mix(in srgb,var(--c) 10%,transparent),0 30px 70px rgba(0,0,0,.6);
  background:#000;
  animation:hi-vpop .28s cubic-bezier(.2,1.3,.4,1);
}
@keyframes hi-vpop{from{transform:scale(.92) translateY(16px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}
.html-import .v-stage video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#000}
.html-import .v-play{
  position:absolute;inset:0;z-index:2;
  display:flex;align-items:center;justify-content:center;
  background:rgba(10,18,48,.25);
}
.html-import .v-stage.playing .v-play{display:none}
.html-import .v-play i{
  width:62px;height:62px;border-radius:50%;
  background:var(--green);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 14px 34px rgba(121,185,67,.5);
}
.html-import .v-play svg{width:24px;height:24px;fill:#0B1B04;margin-left:3px}
.html-import .v-info{
  --c:var(--green);
  padding:14px 20px calc(16px + env(safe-area-inset-bottom));
  animation:hi-vup .35s ease;
}
@keyframes hi-vup{from{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}
.html-import .v-tag{
  display:inline-flex;align-items:center;gap:7px;
  font-family:'IBM Plex Mono',monospace;font-size:10px;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;color:var(--c);
}
.html-import .v-tag b{width:8px;height:8px;border-radius:50%;background:var(--c);animation:hi-rec 1.4s ease-in-out infinite}
.html-import .v-title{
  margin-top:7px;font-weight:800;font-size:17px;line-height:1.3;
}
.html-import .v-ep{
  margin-top:5px;
  font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.16em;
  text-transform:uppercase;color:var(--muted);
}
.html-import .v-wave{display:flex;align-items:flex-end;gap:4px;height:30px;margin-top:12px}
.html-import .v-wave b{
  flex:1;border-radius:2px;
  background:color-mix(in srgb,var(--c) 75%,white 8%);
  opacity:.85;
  animation:hi-wavebar 1s ease-in-out infinite;
}
.html-import .toast{
  position:fixed;left:50%;bottom:34px;transform:translateX(-50%) translateY(20px);
  z-index:1110;opacity:0;pointer-events:none;
  font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.1em;
  color:var(--white);
  background:var(--navy);
  border:1px solid rgba(121,185,67,.5);
  padding:12px 22px;border-radius:999px;
  box-shadow:0 14px 40px rgba(0,0,0,.5);
  transition:all .3s ease;
  white-space:nowrap;max-width:92vw;overflow:hidden;text-overflow:ellipsis;
}
.html-import .toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.html-import .cta{
  position:relative;
  min-height:clamp(400px,64vh,700px);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;
  padding:clamp(40px,7vh,80px) clamp(16px,5vw,56px);
  background:url("media/b9709189.jpg") center/cover no-repeat #0A1230;
  overflow:hidden;
}
.html-import .cta::before{
  content:"";
  position:absolute;inset:0;
  background:
    radial-gradient(58% 42% at 50% 40%,rgba(6,12,34,.42),transparent 72%),
    linear-gradient(to top,rgba(6,12,34,.55) 0%,transparent 38%);
  pointer-events:none;
}
.html-import .cta h2{margin-bottom:clamp(30px,11vh,130px)}
@media (max-width:640px){
  .html-import .cta h2{
    font-size:6.5vw;
    margin-bottom:3vh;
    white-space:nowrap;
  }
}
.html-import .cta>*{position:relative;z-index:1}
.html-import .cta h2{
  font-weight:900;font-size:clamp(30px,5.5vw,58px);text-transform:uppercase;
  line-height:1.05;letter-spacing:-.01em;
  color:#fff;
  text-shadow:0 2px 26px rgba(0,0,0,.6);
}
.html-import .cta h2 span{
  color:var(--green);
  text-shadow:0 0 14px rgba(121,185,67,.8),0 0 40px rgba(121,185,67,.45),0 2px 18px rgba(0,0,0,.55);
}
@media (max-width:640px){
  .html-import .cta{min-height:46vh}
}
@media (max-width:640px){
  .html-import .hero h1{font-size:15vw}
  .html-import .hero .eyebrow, .html-import .hero .sub{display:none}
  .html-import .hero .eq{margin-top:22px}
  .html-import .hero-cta, .html-import .selector .kicker, .html-import .chips{display:none}
  .html-import .hero{padding-bottom:26px}
  .html-import .selector{padding-top:34px}
  .html-import .selector h2{font-size:9vw}
  .html-import .episodes{padding-top:20px}
  .html-import .grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .html-import .thumb .epnum{font-size:42px}
  .html-import .meta h3{font-size:13px}
  .html-import .brand-tag{display:none}
  .html-import .ep-toolbar{justify-content:center;text-align:center}
}
