:root {
  --globo-primary: #d10f50;
  --globo-primary-dark: #78062c;
  --globo-primary-light: #f22672;
  --globo-deep: #090207;
  --globo-ink: #150b10;
  --globo-surface: #160711;
  --globo-page: #f5f1f3;
  --globo-white: #fff;
  --globo-muted: #7d6d75;
  --globo-line: rgba(93, 22, 49, .10);
  --globo-radius-xl: 32px;
  --globo-radius-lg: 24px;
  --globo-radius-md: 17px;
  --globo-shadow: 0 24px 70px rgba(47, 5, 21, .13);
}

html { scroll-behavior: smooth; }
body.nxglobo-theme {
  margin: 0;
  overflow-x: hidden;
  background: var(--globo-page);
  color: var(--globo-ink);
  font-family: Montserrat, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.nxglobo-front-page { overflow-x: hidden; }
body.nxglobo-front-page .hder-top { display: none; }
.nxglobo-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

/* Header premium */
body.nxglobo-front-page .hder.nxglobo-site-header {
  position: fixed;
  z-index: 9990;
  inset: 0 0 auto;
  height: 88px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(8,2,6,.78), rgba(8,2,6,.25));
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .25s ease, height .25s ease, box-shadow .25s ease;
}
body.admin-bar.nxglobo-front-page .hder.nxglobo-site-header { top: 32px; }
body.nxglobo-front-page .hder.nxglobo-site-header.is-scrolled {
  height: 72px;
  background: rgba(10,3,8,.92);
  box-shadow: 0 14px 45px rgba(0,0,0,.24);
  backdrop-filter: blur(18px) saturate(145%);
}
.nxglobo-site-header__inner {
  width: min(1240px, calc(100% - 48px));
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 28px;
}
.nxglobo-site-header__logo { display: inline-flex; align-items: center; width: fit-content; }
.nxglobo-site-header__logo img {
  width: auto;
  max-width: 150px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 8px 20px rgba(0,0,0,.2));
}
.nxglobo-desktop-menu { display: flex; align-items: center; justify-content: center; gap: 32px; }
.nxglobo-desktop-menu a {
  position: relative;
  padding: 10px 0;
  color: rgba(255,255,255,.74) !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .025em;
  transition: color .2s ease;
}
.nxglobo-desktop-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 2px;
  border-radius: 999px;
  background: var(--globo-primary-light);
  transition: right .25s ease;
}
.nxglobo-desktop-menu a:hover { color: #fff !important; }
.nxglobo-desktop-menu a:hover::after { right: 0; }
.nxglobo-site-header__actions { display: flex; align-items: center; gap: 10px; }
.nxglobo-header-live,
.nxglobo-menu-button {
  border: 1px solid rgba(255,255,255,.13);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(12px);
}
.nxglobo-header-live {
  height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--globo-primary-light), var(--globo-primary-dark));
  box-shadow: 0 12px 28px rgba(209,15,80,.28);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.nxglobo-header-live i { font-size: 11px; }
.nxglobo-menu-button {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  font-size: 17px;
}

/* Hero */
.nxglobo-home { min-height: 100vh; background: var(--globo-page); }
.nxglobo-hero {
  min-height: 790px;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  padding: 145px 0 135px;
  color: #fff;
  background: #0a0207;
}
.nxglobo-hero__background {
  position: absolute;
  z-index: -4;
  inset: 0;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  filter: saturate(.92) contrast(1.04);
  transform: scale(1.015);
}
.nxglobo-hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,1,5,.97) 0%, rgba(12,2,8,.91) 38%, rgba(20,2,10,.66) 66%, rgba(91,3,34,.48) 100%),
    linear-gradient(180deg, rgba(5,1,4,.55), transparent 26%, rgba(5,1,4,.4) 100%);
}
.nxglobo-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 82% 34%, rgba(239,20,94,.32), transparent 27%),
    radial-gradient(circle at 57% 82%, rgba(124,7,47,.25), transparent 34%);
}
.nxglobo-hero__noise {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .25;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
}
.nxglobo-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
  gap: clamp(48px, 7vw, 98px);
  align-items: center;
}
.nxglobo-hero__copy { position: relative; z-index: 2; }
.nxglobo-station-mark { display: flex; align-items: center; gap: 15px; margin-bottom: 38px; }
.nxglobo-station-mark img {
  width: 92px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1) drop-shadow(0 12px 26px rgba(0,0,0,.24));
}
.nxglobo-station-mark > div { display: flex; flex-direction: column; gap: 3px; padding-left: 15px; border-left: 1px solid rgba(255,255,255,.20); }
.nxglobo-station-mark span { color: #fff; font-size: 12px; font-weight: 850; letter-spacing: .04em; }
.nxglobo-station-mark small { color: rgba(255,255,255,.54); font-size: 10px; }
.nxglobo-status-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.86);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}
.nxglobo-status-pill i,
.nxglobo-premium-player__live i,
.nxglobo-live-dot i,
.nxglobo-live-pill i,
.nxglobo-camera-card__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3d7c;
  box-shadow: 0 0 0 5px rgba(255,61,124,.15);
  animation: nxglobo-pulse 1.55s infinite;
}
@keyframes nxglobo-pulse { 0%,100% { transform: scale(.82); opacity:.65 } 50% { transform:scale(1.12); opacity:1 } }
.nxglobo-hero__eyebrow { margin: 0 0 9px; color: #f786aa; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.nxglobo-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", Montserrat, sans-serif;
  font-size: clamp(58px, 7.1vw, 102px);
  line-height: .87;
  letter-spacing: .01em;
  text-wrap: balance;
  text-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.nxglobo-hero__description {
  max-width: 620px;
  margin: 23px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.7;
}
.nxglobo-hero__schedule {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}
.nxglobo-hero__schedule i { color: #f786aa; }
.nxglobo-hero__schedule span { text-transform: uppercase; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.nxglobo-hero__schedule strong { color: #fff; font-size: 13px; }
.nxglobo-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.nxglobo-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 20px;
  border: 0;
  border-radius: 16px;
  font: 850 11px/1 Montserrat, sans-serif;
  letter-spacing: .045em;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.nxglobo-btn:hover { transform: translateY(-3px); }
.nxglobo-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #f12671, #9d093d 82%);
  box-shadow: 0 16px 38px rgba(209,15,80,.34), inset 0 1px 0 rgba(255,255,255,.20);
}
.nxglobo-btn--glass { color: #fff !important; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(12px); }
.nxglobo-btn__icon { width: 31px; height: 31px; display: grid; place-items: center; margin-left: -9px; border-radius: 11px; background: rgba(255,255,255,.16); }
.nxglobo-hero-socials { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.nxglobo-hero-socials > span { margin-right: 4px; color: rgba(255,255,255,.44); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nxglobo-hero-socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.78) !important;
  text-decoration: none !important;
  transition: .2s ease;
}
.nxglobo-hero-socials a:hover { color: #fff !important; background: var(--globo-primary); transform: translateY(-2px); }
.nxglobo-hero-socials a.nxglobo-hero-socials__wa { width: auto; grid-auto-flow: column; gap: 7px; padding: 0 12px; }
.nxglobo-hero-socials__wa i { color: #56e085; font-size: 16px; }
.nxglobo-hero-socials__wa b { font-size: 9px; text-transform: uppercase; letter-spacing: .04em; }

/* Visual player */
.nxglobo-player-stage { position: relative; min-height: 530px; display: grid; place-items: center; }
.nxglobo-player-stage__halo {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,21,91,.34), rgba(128,4,45,.08) 52%, transparent 70%);
  filter: blur(9px);
}
.nxglobo-player-stage::before,
.nxglobo-player-stage::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.nxglobo-player-stage::before { width: 480px; height: 480px; }
.nxglobo-player-stage::after { width: 555px; height: 555px; border-color: rgba(255,255,255,.04); }
.nxglobo-premium-player {
  position: relative;
  z-index: 2;
  width: min(100%, 485px);
  padding: 19px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 34px;
  background: linear-gradient(155deg, rgba(255,255,255,.16), rgba(255,255,255,.045) 48%, rgba(13,2,8,.30));
  box-shadow: 0 40px 100px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(24px) saturate(150%);
  transform: rotate(1.1deg);
}
.nxglobo-premium-player::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,.08), transparent 28%, transparent 70%, rgba(255,255,255,.04));
}
.nxglobo-premium-player__top,
.nxglobo-premium-player__bottom { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.nxglobo-premium-player__top { padding: 2px 4px 15px; }
.nxglobo-premium-player__frequency { color: rgba(255,255,255,.55); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.nxglobo-premium-player__live { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.nxglobo-premium-player__art { position: relative; aspect-ratio: 16/10.8; overflow: hidden; border-radius: 25px; box-shadow: 0 24px 55px rgba(0,0,0,.34); }
.nxglobo-premium-player__art::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 48%, rgba(10,1,7,.78)); }
.nxglobo-premium-player__art img { width: 100%; height: 100%; object-fit: cover; }
.nxglobo-premium-player__art-shine { position: absolute; z-index: 2; inset: 0; background: linear-gradient(118deg, rgba(255,255,255,.14), transparent 25%); }
.nxglobo-premium-player__play {
  position: absolute;
  z-index: 4;
  right: 19px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 20px;
  background: #fff;
  color: var(--globo-primary);
  box-shadow: 0 17px 38px rgba(0,0,0,.32);
  cursor: pointer;
  font-size: 17px;
  transition: transform .2s ease;
}
.nxglobo-premium-player__play:hover { transform: scale(1.06); }
.nxglobo-wave { height: 36px; display: flex; align-items: center; justify-content: center; gap: 4px; margin: -4px 68px 0 9px; position: relative; z-index: 3; }
.nxglobo-wave span {
  width: 3px;
  height: calc(7px + (var(--i) % 7) * 3px);
  border-radius: 999px;
  background: linear-gradient(180deg, #ff6fa0, rgba(255,255,255,.45));
  animation: nxglobo-wave 1.25s ease-in-out infinite alternate;
  animation-delay: calc(var(--i) * -45ms);
  transform-origin: center;
}
@keyframes nxglobo-wave { from { transform: scaleY(.35); opacity:.55; } to { transform: scaleY(1); opacity:1; } }
.nxglobo-premium-player__info { padding: 4px 7px 15px; position: relative; z-index: 2; }
.nxglobo-premium-player__info > span { color: #f988ad; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.nxglobo-premium-player__info h2 { margin: 6px 0 5px; color: #fff; font-size: 23px; line-height: 1.16; }
.nxglobo-premium-player__info p { margin: 0; color: rgba(255,255,255,.57); font-size: 11px; line-height: 1.55; }
.nxglobo-premium-player__bottom { padding: 14px 6px 3px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.42); font-size: 9px; }
.nxglobo-premium-player__bottom i { color: #ff4d86; }

/* Quick dock */
.nxglobo-quick-dock {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: -51px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 25px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 25px 70px rgba(39,4,18,.20);
  backdrop-filter: blur(20px);
}
.nxglobo-quick-dock a {
  min-height: 101px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 19px;
  border-right: 1px solid var(--globo-line);
  color: var(--globo-ink) !important;
  text-decoration: none !important;
  transition: background .2s ease, transform .2s ease;
}
.nxglobo-quick-dock a:last-child { border-right: 0; }
.nxglobo-quick-dock a:hover { background: #fff; transform: translateY(-2px); }
.nxglobo-quick-dock i {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, #f8e7ed, #fff);
  color: var(--globo-primary);
  box-shadow: inset 0 0 0 1px rgba(157,9,61,.06);
  font-size: 18px;
}
.nxglobo-quick-dock span { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.nxglobo-quick-dock b { font-size: 12px; line-height: 1.15; }
.nxglobo-quick-dock small { overflow: hidden; color: #89747d; font-size: 9px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }

/* Sections */
.nxglobo-main-sections { overflow: hidden; }
.nxglobo-main-sections > .nxglobo-section:first-child { padding-top: 132px; }
.nxglobo-section { position: relative; padding: 84px 0; }
.nxglobo-section--light,
.nxglobo-section--news,
.nxglobo-section--programs,
.nxglobo-section--hosts { background: var(--globo-page); }
.nxglobo-section--light::before,
.nxglobo-section--news::before,
.nxglobo-section--programs::before,
.nxglobo-section--hosts::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .48;
  background: radial-gradient(circle at 90% 10%, rgba(209,15,80,.06), transparent 24%);
}
.nxglobo-section--dark { color: #fff; background: radial-gradient(circle at 84% 18%, rgba(209,15,80,.20), transparent 28%), linear-gradient(145deg,#13030b,#080206 62%,#260511); }
.nxglobo-section--cameras { color: #fff; background: radial-gradient(circle at 15% 0%, rgba(105,14,57,.25), transparent 28%), linear-gradient(140deg,#07070b,#141018); }
.nxglobo-section--ranking { color:#fff; background: radial-gradient(circle at 84% 25%, rgba(255,74,135,.27), transparent 30%), linear-gradient(145deg,#87062f,#2a0312 72%); }
.nxglobo-section-heading { position: relative; z-index: 2; display:flex; align-items:flex-end; justify-content:space-between; gap:22px; margin-bottom:34px; }
.nxglobo-section-heading::before { content:""; width: 38px; height: 3px; position:absolute; left:0; bottom:-14px; border-radius:999px; background:var(--globo-primary); }
.nxglobo-section-heading span { display:block; margin-bottom:6px; color:var(--globo-primary); font-size:9px; font-weight:900; letter-spacing:.18em; }
.nxglobo-section-heading h2 { margin:0; color:var(--globo-ink); font-family:"Bebas Neue",Montserrat,sans-serif; font-size:clamp(39px,4.7vw,59px); line-height:.92; letter-spacing:.02em; }
.nxglobo-section-heading > i { width: 52px; height:52px; display:grid; place-items:center; border-radius:17px; background:#fff; box-shadow:0 12px 30px rgba(55,5,24,.08); color:var(--globo-primary); font-size:20px; }
.nxglobo-section-heading > a { display:inline-flex; align-items:center; gap:8px; padding:11px 15px; border:1px solid var(--globo-line); border-radius:13px; color:var(--globo-primary-dark); background:rgba(255,255,255,.72); text-decoration:none; font-size:9px; font-weight:900; letter-spacing:.07em; }
.nxglobo-section-heading--light span { color:#f78bad; }
.nxglobo-section-heading--light h2 { color:#fff; }
.nxglobo-section-heading--light > i { background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.10); color:#fff; box-shadow:none; }
.nxglobo-section-heading--light::before { background:#ff4d86; }

/* Videos */
.nxglobo-horizontal-cards { position:relative; z-index:2; display:grid; grid-auto-flow:column; grid-auto-columns:minmax(282px,1fr); gap:18px; overflow-x:auto; scroll-snap-type:x mandatory; padding:5px 2px 20px; scrollbar-width:thin; }
.nxglobo-video-card { scroll-snap-align:start; display:block; overflow:hidden; border:1px solid rgba(255,255,255,.09); border-radius:22px; background:rgba(255,255,255,.065); color:#fff !important; text-decoration:none !important; transition:.25s ease; }
.nxglobo-video-card:hover { transform:translateY(-7px); border-color:rgba(255,255,255,.24); background:rgba(255,255,255,.09); }
.nxglobo-video-card__image { aspect-ratio:16/10; position:relative; overflow:hidden; }
.nxglobo-video-card__image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.82)); }
.nxglobo-video-card__image img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.nxglobo-video-card:hover img { transform:scale(1.055); }
.nxglobo-video-card__number { position:absolute; z-index:2; top:14px; left:14px; width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.16); border-radius:13px; background:rgba(10,2,7,.55); backdrop-filter:blur(10px); font-family:"Bebas Neue",sans-serif; font-size:22px; }
.nxglobo-play-circle { width:51px; height:51px; display:grid; place-items:center; border-radius:17px; background:#fff; color:var(--globo-primary); box-shadow:0 14px 35px rgba(0,0,0,.26); }
.nxglobo-video-card .nxglobo-play-circle { position:absolute; z-index:2; right:15px; bottom:14px; }
.nxglobo-video-card__body { padding:18px 18px 20px; }
.nxglobo-video-card__body h3 { margin:0 0 7px; color:#fff; font-size:16px; line-height:1.35; }
.nxglobo-video-card__body p { margin:0; color:rgba(255,255,255,.52); font-size:10px; }

/* Promos */
.nxglobo-promo-slider { position:relative; z-index:2; min-height:455px; overflow:hidden; border:1px solid rgba(108,17,51,.08); border-radius:30px; background:#160710; box-shadow:var(--globo-shadow); }
.nxglobo-promo-slider__track { position:relative; min-height:455px; }
.nxglobo-promo-card { position:absolute; inset:0; opacity:0; pointer-events:none; transition:opacity .55s ease, transform .65s ease; transform:scale(1.015); }
.nxglobo-promo-card.is-active { opacity:1; pointer-events:auto; transform:scale(1); }
.nxglobo-promo-card > img { width:100%; height:100%; object-fit:cover; }
.nxglobo-promo-card::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(12,2,8,.95),rgba(12,2,8,.67) 47%,rgba(12,2,8,.08)); }
.nxglobo-promo-card__overlay { position:absolute; z-index:2; left:clamp(30px,6vw,76px); top:50%; transform:translateY(-50%); max-width:540px; color:#fff; }
.nxglobo-promo-card__overlay > span { display:inline-block; padding:7px 11px; border:1px solid rgba(255,255,255,.14); border-radius:999px; background:rgba(209,15,80,.82); backdrop-filter:blur(8px); font-size:9px; font-weight:900; letter-spacing:.12em; }
.nxglobo-promo-card__overlay h3 { margin:17px 0 10px; color:#fff; font-family:"Bebas Neue",sans-serif; font-size:clamp(42px,5.8vw,70px); line-height:.92; }
.nxglobo-promo-card__overlay p { max-width:500px; color:rgba(255,255,255,.70); line-height:1.65; font-size:13px; }
.nxglobo-slider-arrow { position:absolute; z-index:3; top:50%; transform:translateY(-50%); width:46px; height:46px; border:1px solid rgba(255,255,255,.17); border-radius:15px; background:rgba(10,4,8,.40); color:#fff; cursor:pointer; backdrop-filter:blur(10px); }
.nxglobo-slider-arrow--prev { left:16px; }
.nxglobo-slider-arrow--next { right:16px; }
.nxglobo-slider-dots { position:absolute; z-index:3; left:50%; bottom:18px; transform:translateX(-50%); display:flex; gap:7px; }
.nxglobo-slider-dots button { width:7px; height:7px; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.40); cursor:pointer; transition:.2s ease; }
.nxglobo-slider-dots button.is-active { width:28px; border-radius:999px; background:#fff; }

/* News */
.nxglobo-news-grid { position:relative; z-index:2; display:grid; grid-template-columns:1.25fr .75fr .75fr; gap:20px; }
.nxglobo-news-card { overflow:hidden; border:1px solid var(--globo-line); border-radius:21px; background:#fff; box-shadow:0 13px 36px rgba(52,7,24,.075); transition:transform .24s ease, box-shadow .24s ease; }
.nxglobo-news-card:hover { transform:translateY(-5px); box-shadow:0 21px 50px rgba(52,7,24,.12); }
.nxglobo-news-card--featured { grid-row:span 2; }
.nxglobo-news-card__image { display:block; aspect-ratio:16/9; position:relative; overflow:hidden; }
.nxglobo-news-card--featured .nxglobo-news-card__image { aspect-ratio:4/3; }
.nxglobo-news-card__image::after { content:""; position:absolute; inset:auto 0 0; height:38%; background:linear-gradient(transparent,rgba(0,0,0,.36)); }
.nxglobo-news-card__image img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.nxglobo-news-card:hover img { transform:scale(1.045); }
.nxglobo-news-card__image span { position:absolute; z-index:2; left:14px; top:14px; padding:6px 10px; border-radius:999px; background:var(--globo-primary); color:#fff; font-size:8px; font-weight:900; letter-spacing:.1em; }
.nxglobo-news-card__body { padding:18px; }
.nxglobo-news-card__body time { color:var(--globo-muted); font-size:9px; font-weight:750; text-transform:uppercase; }
.nxglobo-news-card__body h3 { margin:8px 0 0; font-size:16px; line-height:1.35; }
.nxglobo-news-card--featured .nxglobo-news-card__body h3 { font-size:25px; }
.nxglobo-news-card__body h3 a { color:var(--globo-ink); text-decoration:none; }
.nxglobo-news-card__body p { margin:12px 0 0; color:#76646c; font-size:12px; line-height:1.65; }

/* Cameras */
.nxglobo-live-channel-grid { position:relative; z-index:2; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.nxglobo-live-channel { overflow:hidden; border:1px solid rgba(255,255,255,.11); border-radius:26px; background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035)); box-shadow:0 24px 60px rgba(0,0,0,.25); }
.nxglobo-live-channel__media { position:relative; aspect-ratio:16/9; overflow:hidden; background:#050507; }
.nxglobo-live-channel__media > a { display:block; width:100%; height:100%; position:relative; }
.nxglobo-live-channel__media > a::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.52)); }
.nxglobo-live-channel__media img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.nxglobo-live-channel:hover .nxglobo-live-channel__media img { transform:scale(1.045); }
.nxglobo-live-channel__media iframe { width:100%; height:100%; border:0; display:block; }
.nxglobo-live-channel__youtube { position:absolute; z-index:2; inset:0; margin:auto; width:76px; height:56px; display:grid; place-items:center; border-radius:18px; background:#ff0033; color:#fff; box-shadow:0 18px 42px rgba(0,0,0,.34); font-size:30px; transition:transform .25s ease; }
.nxglobo-live-channel:hover .nxglobo-live-channel__youtube { transform:scale(1.07); }
.nxglobo-camera-card__status { position:absolute; z-index:3; left:18px; top:18px; display:inline-flex; align-items:center; gap:8px; padding:9px 13px; border-radius:999px; background:rgba(209,15,80,.94); color:#fff; font-size:9px; font-weight:900; letter-spacing:.08em; box-shadow:0 10px 24px rgba(0,0,0,.22); }
.nxglobo-camera-card__status i { width:6px; height:6px; border-radius:50%; background:#fff; box-shadow:0 0 0 5px rgba(255,255,255,.15); animation:nxglobo-live-pulse 1.5s infinite; }
.nxglobo-live-channel__body { display:flex; align-items:center; justify-content:space-between; gap:22px; padding:21px 22px 23px; }
.nxglobo-live-channel__body > div { min-width:0; }
.nxglobo-live-channel__body > div > span { display:block; margin-bottom:6px; color:#f08bad; font-size:8px; font-weight:900; letter-spacing:.14em; }
.nxglobo-live-channel__body h3 { margin:0; color:#fff; font-size:21px; line-height:1.25; }
.nxglobo-live-channel__body p { margin:7px 0 0; color:rgba(255,255,255,.58); font-size:11px; line-height:1.55; }
.nxglobo-live-channel__button { flex:0 0 auto; display:inline-flex; align-items:center; gap:9px; padding:12px 14px; border:1px solid rgba(255,255,255,.13); border-radius:13px; background:#fff; color:#b0063c !important; text-decoration:none !important; font-size:8px; font-weight:900; letter-spacing:.06em; box-shadow:0 12px 28px rgba(0,0,0,.18); }
.nxglobo-live-channel__button i { color:#ff0033; font-size:16px; }

/* Programs */
.nxglobo-program-list { position:relative; z-index:2; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.nxglobo-program-card { display:grid; grid-template-columns:88px 105px minmax(0,1fr); align-items:center; min-height:105px; overflow:hidden; border:1px solid var(--globo-line); border-radius:20px; background:rgba(255,255,255,.92); box-shadow:0 9px 28px rgba(57,7,25,.06); transition:transform .22s ease, box-shadow .22s ease; }
.nxglobo-program-card:hover { transform:translateY(-3px); box-shadow:0 16px 38px rgba(57,7,25,.10); }
.nxglobo-program-card.is-live { border-color:rgba(209,15,80,.34); box-shadow:0 16px 38px rgba(209,15,80,.13); }
.nxglobo-program-card__time { height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; color:var(--globo-primary-dark); background:linear-gradient(145deg,#faedf2,#fff); }
.nxglobo-program-card__time strong { font-family:"Bebas Neue",sans-serif; font-size:23px; letter-spacing:.02em; }
.nxglobo-program-card__time span { margin-top:2px; color:#987984; font-size:9px; }
.nxglobo-program-card__image { height:105px; overflow:hidden; }
.nxglobo-program-card__image img { width:100%; height:100%; object-fit:cover; }
.nxglobo-program-card__body { min-width:0; padding:13px 15px; }
.nxglobo-live-pill { width:fit-content; display:inline-flex; align-items:center; gap:7px; padding:5px 9px; border-radius:999px; background:var(--globo-primary); color:#fff; font-size:8px; font-weight:900; letter-spacing:.08em; }
.nxglobo-live-pill i { width:5px; height:5px; background:#fff; box-shadow:0 0 0 4px rgba(255,255,255,.14); }
.nxglobo-program-card__body h3 { overflow:hidden; margin:5px 0 3px; font-size:16px; text-overflow:ellipsis; white-space:nowrap; }
.nxglobo-program-card__body h3 a { color:var(--globo-ink); text-decoration:none; }
.nxglobo-program-card__body p { display:-webkit-box; overflow:hidden; margin:0; color:#806c74; font-size:10px; line-height:1.45; -webkit-line-clamp:2; -webkit-box-orient:vertical; }

/* Ranking */
.nxglobo-ranking-list { position:relative; z-index:2; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:11px; }
.nxglobo-ranking-item { display:grid; grid-template-columns:43px 62px minmax(0,1fr) auto; gap:13px; align-items:center; min-height:80px; padding:9px 14px 9px 9px; border:1px solid rgba(255,255,255,.10); border-radius:18px; background:rgba(255,255,255,.09); color:#fff !important; text-decoration:none !important; transition:.2s ease; }
.nxglobo-ranking-item:hover { background:rgba(255,255,255,.15); transform:translateY(-2px); }
.nxglobo-ranking-item__position { font-family:"Bebas Neue",sans-serif; font-size:32px; text-align:center; }
.nxglobo-ranking-item img { width:62px; height:62px; border-radius:14px; object-fit:cover; }
.nxglobo-ranking-item h3 { overflow:hidden; margin:0 0 4px; color:#fff; font-size:14px; text-overflow:ellipsis; white-space:nowrap; }
.nxglobo-ranking-item p { overflow:hidden; margin:0; color:rgba(255,255,255,.55); font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
.nxglobo-ranking-item > i { width:34px; height:34px; display:grid; place-items:center; border-radius:12px; background:#fff; color:var(--globo-primary); }

/* Podcasts */
.nxglobo-podcast-grid { position:relative; z-index:2; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:19px; }
.nxglobo-podcast-card { overflow:hidden; border:1px solid var(--globo-line); border-radius:22px; background:#fff; box-shadow:0 13px 36px rgba(57,7,25,.075); transition:transform .25s ease; }
.nxglobo-podcast-card:hover { transform:translateY(-5px); }
.nxglobo-podcast-card > img { width:100%; aspect-ratio:1/1; object-fit:cover; }
.nxglobo-podcast-card__body { padding:19px; }
.nxglobo-podcast-card__body > span { color:var(--globo-primary); font-size:8px; font-weight:900; letter-spacing:.13em; }
.nxglobo-podcast-card h3 { margin:8px 0; font-size:18px; }
.nxglobo-podcast-card p { color:#806b73; font-size:10px; line-height:1.55; }
.nxglobo-podcast-card audio { width:100%; height:38px; margin-top:8px; }

/* Hosts */
.nxglobo-host-grid { position:relative; z-index:2; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:19px; }
.nxglobo-host-card { position:relative; min-height:390px; overflow:hidden; border-radius:24px; color:#fff !important; text-decoration:none !important; box-shadow:0 18px 45px rgba(61,8,28,.14); }
.nxglobo-host-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 34%,rgba(10,2,7,.94)); }
.nxglobo-host-card img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.nxglobo-host-card:hover img { transform:scale(1.055); }
.nxglobo-host-card > div { position:absolute; z-index:2; left:22px; right:22px; bottom:22px; }
.nxglobo-host-card span { color:#ff92b4; font-size:8px; font-weight:900; letter-spacing:.14em; }
.nxglobo-host-card h3 { margin:7px 0; color:#fff; font-size:23px; }
.nxglobo-host-card p { margin:0; color:rgba(255,255,255,.62); font-size:10px; line-height:1.5; }

body.nxglobo-theme .fter { background:var(--globo-ink) !important; color:#fff; }
body.nxglobo-theme .fter a { color:#fff; }
body.nxglobo-theme .fter__socials a { background:var(--globo-primary) !important; }
body.nxglobo-theme #app-super .player { background:linear-gradient(90deg,var(--globo-primary-dark),var(--globo-primary)) !important; }
.nxglobo-mobile-nav { display:none; }

@media (max-width: 1100px) {
  .nxglobo-site-header__inner { grid-template-columns:150px 1fr auto; }
  .nxglobo-desktop-menu { gap:20px; }
  .nxglobo-hero__grid { grid-template-columns:1fr minmax(390px,.85fr); gap:48px; }
  .nxglobo-quick-dock a { padding:14px; gap:10px; }
  .nxglobo-quick-dock i { flex-basis:40px; width:40px; height:40px; }
  .nxglobo-program-list { grid-template-columns:1fr; }
}

@media (max-width: 920px) {
  .nxglobo-desktop-menu { display:none; }
  .nxglobo-site-header__inner { grid-template-columns:1fr auto; }
  .nxglobo-menu-button { display:grid; }
  .nxglobo-hero { min-height:auto; padding-top:130px; }
  .nxglobo-hero__grid { grid-template-columns:1fr; }
  .nxglobo-hero__copy { text-align:center; }
  .nxglobo-station-mark,
  .nxglobo-status-pill,
  .nxglobo-hero__schedule { margin-left:auto; margin-right:auto; }
  .nxglobo-hero__description { margin-left:auto; margin-right:auto; }
  .nxglobo-hero-actions,
  .nxglobo-hero-socials { justify-content:center; }
  .nxglobo-player-stage { min-height:500px; }
  .nxglobo-quick-dock { grid-template-columns:repeat(5,minmax(130px,1fr)); overflow-x:auto; }
  .nxglobo-quick-dock a { min-width:150px; }
  .nxglobo-news-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nxglobo-news-card--featured { grid-row:auto; grid-column:span 2; }
  .nxglobo-news-card--featured .nxglobo-news-card__image { aspect-ratio:16/7; }
  .nxglobo-podcast-grid, .nxglobo-host-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  body.nxglobo-front-page { padding-bottom:72px; }
  body.admin-bar.nxglobo-front-page .hder.nxglobo-site-header { top:46px; }
  body.nxglobo-front-page .hder.nxglobo-site-header { height:72px; }
  .nxglobo-shell { width:min(100% - 24px,1240px); }
  .nxglobo-site-header__inner { width:min(100% - 24px,1240px); }
  .nxglobo-site-header__logo img { max-width:112px; height:42px; }
  .nxglobo-header-live { width:42px; padding:0; justify-content:center; }
  .nxglobo-header-live span { display:none; }
  .nxglobo-hero { padding:112px 0 98px; }
  .nxglobo-hero::before { background:linear-gradient(180deg,rgba(7,1,5,.90),rgba(8,1,6,.79) 52%,rgba(18,2,10,.86)); }
  .nxglobo-station-mark { margin-bottom:25px; }
  .nxglobo-station-mark img { width:75px; height:48px; }
  .nxglobo-station-mark > div { text-align:left; }
  .nxglobo-hero h1 { font-size:clamp(52px,17vw,74px); }
  .nxglobo-hero__description { font-size:13px; line-height:1.62; }
  .nxglobo-hero-actions { flex-direction:column; }
  .nxglobo-btn { width:100%; }
  .nxglobo-hero-socials > span { width:100%; margin:0 0 3px; }
  .nxglobo-player-stage { min-height:425px; margin-top:4px; }
  .nxglobo-player-stage::before { width:360px; height:360px; }
  .nxglobo-player-stage::after { width:410px; height:410px; }
  .nxglobo-player-stage__halo { width:350px; height:350px; }
  .nxglobo-premium-player { width:min(100%,390px); padding:14px; border-radius:27px; transform:none; }
  .nxglobo-premium-player__art { border-radius:20px; }
  .nxglobo-premium-player__play { width:51px; height:51px; right:14px; bottom:13px; border-radius:17px; }
  .nxglobo-wave { gap:3px; margin-right:60px; }
  .nxglobo-wave span { width:2px; }
  .nxglobo-premium-player__info h2 { font-size:19px; }
  .nxglobo-quick-dock { width:calc(100% - 24px); bottom:-45px; grid-template-columns:repeat(5,145px); border-radius:21px; }
  .nxglobo-quick-dock a { min-width:145px; min-height:88px; }
  .nxglobo-main-sections > .nxglobo-section:first-child { padding-top:108px; }
  .nxglobo-section { padding:64px 0; }
  .nxglobo-section-heading { align-items:center; margin-bottom:28px; }
  .nxglobo-section-heading > i { width:44px; height:44px; border-radius:14px; font-size:17px; }
  .nxglobo-section-heading > a { padding:9px 11px; }
  .nxglobo-section-heading h2 { font-size:39px; }
  .nxglobo-horizontal-cards { grid-auto-columns:83%; }
  .nxglobo-promo-slider, .nxglobo-promo-slider__track { min-height:420px; }
  .nxglobo-promo-card::after { background:linear-gradient(180deg,rgba(12,2,8,.15),rgba(12,2,8,.94)); }
  .nxglobo-promo-card__overlay { left:23px; right:23px; top:auto; bottom:32px; transform:none; }
  .nxglobo-promo-card__overlay h3 { font-size:42px; }
  .nxglobo-slider-arrow { display:none; }
  .nxglobo-news-grid { grid-template-columns:1fr; }
  .nxglobo-news-card--featured { grid-column:auto; }
  .nxglobo-news-card--featured .nxglobo-news-card__image { aspect-ratio:16/10; }
  .nxglobo-live-channel-grid, .nxglobo-ranking-list, .nxglobo-podcast-grid, .nxglobo-host-grid { grid-template-columns:1fr; }
  .nxglobo-live-channel__body { align-items:flex-start; flex-direction:column; }
  .nxglobo-live-channel__button { width:100%; justify-content:center; }
  .nxglobo-program-card { grid-template-columns:72px 80px minmax(0,1fr); min-height:92px; }
  .nxglobo-program-card__image { height:92px; }
  .nxglobo-program-card__time strong { font-size:18px; }
  .nxglobo-program-card__body { padding:10px 12px; }
  .nxglobo-program-card__body h3 { font-size:14px; }
  .nxglobo-mobile-nav {
    position:fixed;
    z-index:9998;
    left:8px;
    right:8px;
    bottom:8px;
    height:64px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    align-items:center;
    border:1px solid rgba(255,255,255,.13);
    border-radius:20px;
    background:rgba(12,3,8,.94);
    box-shadow:0 18px 50px rgba(0,0,0,.35);
    backdrop-filter:blur(18px);
  }
  .nxglobo-mobile-nav a { min-width:0; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; color:#b99ba5; text-decoration:none; font-size:8px; font-weight:750; }
  .nxglobo-mobile-nav a:hover, .nxglobo-mobile-nav a.is-active { color:#fff; }
  .nxglobo-mobile-nav i { font-size:16px; }
  body.nxglobo-front-page .fter { padding-bottom:82px; }
  body.nxglobo-front-page #app-super { bottom:78px !important; }
}

/* =========================================================
   MINI PLAYER FIJO · GLOBO PREMIUM 4.1.1
   Visible por defecto y separado del contenido principal.
   ========================================================= */
body.nxglobo-theme { padding-bottom: 118px; }
body.nxglobo-theme #app-super {
  position: relative;
  z-index: 99999;
}
body.nxglobo-theme #app-super .player {
  left: 50% !important;
  right: auto !important;
  bottom: 16px !important;
  width: min(calc(100% - 32px), 1180px) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-top: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 24px !important;
  overflow: visible !important;
  background:
    linear-gradient(105deg, rgba(22,7,17,.98), rgba(120,6,44,.98) 48%, rgba(209,15,80,.96)) !important;
  box-shadow: 0 24px 70px rgba(28,2,13,.42), inset 0 1px 0 rgba(255,255,255,.12) !important;
  transform: translateX(-50%);
}
body.nxglobo-theme #app-super .player.is-hidden {
  transform: translate(-50%, calc(100% + 32px)) !important;
}
body.nxglobo-theme #app-super .player-wrapper {
  min-height: 88px;
  max-width: none;
  padding: 8px 18px 8px 10px;
}
body.nxglobo-theme #app-super .player-cover {
  min-height: 72px;
}
body.nxglobo-theme #app-super .player-artwork-style {
  width: 70px;
  height: 70px;
  border-radius: 17px;
  box-shadow: 0 10px 25px rgba(0,0,0,.30);
}
body.nxglobo-theme #app-super .player-picture img { border-radius: 17px; }
body.nxglobo-theme #app-super .player-left { gap: 14px; }
body.nxglobo-theme #app-super .player-left::after { display: none; }
body.nxglobo-theme #app-super .player-cover-title {
  min-width: 220px;
  max-width: 360px;
}
body.nxglobo-theme #app-super .player-title-fix { max-width: 350px; }
body.nxglobo-theme #app-super .station-name {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}
body.nxglobo-theme #app-super .station-description {
  color: rgba(255,255,255,.65) !important;
  font-size: 11px !important;
}
body.nxglobo-theme #app-super .player-program-badge {
  background: rgba(255,255,255,.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
}
body.nxglobo-theme #app-super .player-controller {
  gap: 9px;
}
body.nxglobo-theme #app-super .player-button-play {
  width: 54px;
  height: 54px;
  padding: 0;
  display: grid;
  place-items: center;
  background: #fff !important;
  color: var(--globo-primary) !important;
  box-shadow: 0 10px 28px rgba(45,0,17,.32);
}
body.nxglobo-theme #app-super .player-button-play:hover,
body.nxglobo-theme #app-super .player-button-play:focus {
  background: #fff !important;
  transform: scale(1.04);
}
body.nxglobo-theme #app-super .player-button-play svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
body.nxglobo-theme #app-super .player-button-volume-toggle,
body.nxglobo-theme #app-super .player-button-expand,
body.nxglobo-theme #app-super .player-button-tv,
body.nxglobo-theme #app-super .player-button-program,
body.nxglobo-theme #app-super .player-button-stations {
  min-width: 40px;
  min-height: 40px;
  justify-content: center;
  padding: 9px;
  border-radius: 13px;
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.09);
}
body.nxglobo-theme #app-super .player-button-like,
body.nxglobo-theme #app-super .player-button-dislike,
body.nxglobo-theme #app-super .player-button-history,
body.nxglobo-theme #app-super .player-button-share,
body.nxglobo-theme #app-super .player-button-lyrics {
  display: none !important;
}
body.nxglobo-theme #app-super .app-player .player-down-up {
  top: 7px;
  left: auto;
  right: 18px;
  transform: translateY(-100%);
  background: rgba(22,7,17,.92) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-bottom: 0 !important;
}

@media (max-width: 991px) {
  body.nxglobo-theme { padding-bottom: 152px; }
  body.nxglobo-theme #app-super .player {
    bottom: 82px !important;
    width: calc(100% - 16px) !important;
    border-radius: 20px !important;
  }
  body.nxglobo-theme #app-super .player-wrapper {
    min-height: 72px;
    padding: 7px 10px;
  }
  body.nxglobo-theme #app-super .player-cover { min-height: 58px; }
  body.nxglobo-theme #app-super .player-artwork-style {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }
  body.nxglobo-theme #app-super .player-picture img { border-radius: 14px; }
  body.nxglobo-theme #app-super .player-cover-title {
    min-width: 0;
    width: calc(100vw - 166px);
    max-width: none;
  }
  body.nxglobo-theme #app-super .player-title-fix { max-width: calc(100vw - 180px); }
  body.nxglobo-theme #app-super .station-name { font-size: 13px !important; }
  body.nxglobo-theme #app-super .station-description { font-size: 9px !important; }
  body.nxglobo-theme #app-super .player-controller {
    position: absolute;
    right: 11px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  body.nxglobo-theme #app-super .player-button-play {
    width: 46px;
    height: 46px;
  }
  body.nxglobo-theme #app-super .player-right,
  body.nxglobo-theme #app-super .player-button-volume,
  body.nxglobo-theme #app-super .player-program-badge {
    display: none !important;
  }
  body.nxglobo-theme #app-super .app-player .player-down-up {
    left: 16px !important;
    right: auto;
  }
}

@media (min-width: 992px) {
  body.nxglobo-theme #app-super:not(.is-expanded) .player-controller {
    left: auto;
    right: 220px;
    top: 50%;
    transform: translateY(-50%);
  }
}


/* =========================================================
   PROGRAMACIÓN SEMANAL + YOUTUBE LIVE · GLOBO PREMIUM 4.3.4
   Navegación por días y horarios completos.
   ========================================================= */
.nxglobo-section-heading--schedule > div > p { max-width:620px; margin:10px 0 0; color:#806c74; font-size:12px; line-height:1.65; }
.nxglobo-weekly-schedule { position:relative; z-index:2; }
.nxglobo-schedule-tabs { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:9px; margin-bottom:20px; padding:9px; border:1px solid rgba(103,15,48,.09); border-radius:22px; background:rgba(255,255,255,.70); box-shadow:0 14px 42px rgba(57,7,25,.06); backdrop-filter:blur(16px); }
.nxglobo-schedule-tab { min-width:0; position:relative; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; min-height:74px; padding:12px 14px; border:0; border-radius:16px; background:transparent; color:#8b747d; cursor:pointer; text-align:left; transition:transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.nxglobo-schedule-tab:hover { transform:translateY(-2px); background:#fff; color:var(--globo-primary-dark); }
.nxglobo-schedule-tab small { display:none; font-size:9px; font-weight:900; letter-spacing:.12em; }
.nxglobo-schedule-tab strong { overflow:hidden; width:100%; font-size:11px; font-weight:850; text-overflow:ellipsis; white-space:nowrap; }
.nxglobo-schedule-tab > span { position:absolute; right:11px; top:11px; min-width:23px; height:23px; display:grid; place-items:center; padding:0 6px; border-radius:999px; background:#f5e9ee; color:var(--globo-primary-dark); font-size:8px; font-weight:900; }
.nxglobo-schedule-tab.is-active { background:linear-gradient(145deg,var(--globo-primary-dark),var(--globo-primary)); color:#fff; box-shadow:0 13px 28px rgba(209,15,80,.25); }
.nxglobo-schedule-tab.is-active > span { background:rgba(255,255,255,.18); color:#fff; }
.nxglobo-schedule-panels { overflow:hidden; border:1px solid rgba(103,15,48,.09); border-radius:28px; background:rgba(255,255,255,.86); box-shadow:0 20px 55px rgba(57,7,25,.08); }
.nxglobo-schedule-panel { padding:clamp(20px,3vw,34px); animation:nxgloboScheduleIn .28s ease both; }
.nxglobo-schedule-panel[hidden] { display:none !important; }
@keyframes nxgloboScheduleIn { from { opacity:0; transform:translateY(7px); } to { opacity:1; transform:none; } }
.nxglobo-schedule-day-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:20px; padding-bottom:18px; border-bottom:1px solid rgba(103,15,48,.09); }
.nxglobo-schedule-day-heading span { color:var(--globo-primary); font-size:8px; font-weight:900; letter-spacing:.14em; }
.nxglobo-schedule-day-heading h3 { margin:4px 0 0; font-family:"Bebas Neue",sans-serif; font-size:34px; line-height:1; }
.nxglobo-schedule-day-heading > strong { padding:8px 12px; border-radius:999px; background:#f6edf1; color:#775e68; font-size:9px; }
.nxglobo-schedule-list { display:grid; gap:11px; }
.nxglobo-schedule-item { display:grid; grid-template-columns:108px 112px minmax(0,1fr) 46px; align-items:stretch; min-height:112px; overflow:hidden; border:1px solid rgba(103,15,48,.08); border-radius:21px; background:#fff; box-shadow:0 8px 24px rgba(57,7,25,.045); transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.nxglobo-schedule-item:hover { transform:translateY(-3px); border-color:rgba(209,15,80,.22); box-shadow:0 16px 38px rgba(57,7,25,.09); }
.nxglobo-schedule-item.is-live { border-color:rgba(209,15,80,.38); box-shadow:0 16px 42px rgba(209,15,80,.12); }
.nxglobo-schedule-item__time { display:flex; flex-direction:column; align-items:center; justify-content:center; padding:13px 8px; background:linear-gradient(145deg,#f9edf2,#fff); color:var(--globo-primary-dark); text-align:center; }
.nxglobo-schedule-item__time span { margin-bottom:4px; color:#a58a94; font-size:7px; font-weight:900; letter-spacing:.13em; }
.nxglobo-schedule-item__time strong { font-family:"Bebas Neue",sans-serif; font-size:30px; font-weight:400; line-height:1; letter-spacing:.025em; }
.nxglobo-schedule-item__time em { margin-top:5px; color:#7d6570; font-size:9px; font-style:normal; font-weight:750; }
.nxglobo-schedule-item__time em::before { content:"hasta "; color:#b49da6; font-weight:500; }
.nxglobo-schedule-item__image { position:relative; overflow:hidden; background:#eee; }
.nxglobo-schedule-item__image img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.nxglobo-schedule-item:hover .nxglobo-schedule-item__image img { transform:scale(1.05); }
.nxglobo-schedule-item__image > span { position:absolute; left:8px; bottom:8px; display:inline-flex; align-items:center; gap:6px; padding:6px 8px; border-radius:999px; background:var(--globo-primary); color:#fff; font-size:7px; font-weight:900; letter-spacing:.08em; box-shadow:0 8px 20px rgba(0,0,0,.20); }
.nxglobo-schedule-item__image > span i { width:5px; height:5px; border-radius:50%; background:#fff; box-shadow:0 0 0 4px rgba(255,255,255,.16); }
.nxglobo-schedule-item__content { min-width:0; display:flex; flex-direction:column; justify-content:center; padding:15px 19px; }
.nxglobo-schedule-item__meta { display:flex; flex-wrap:wrap; gap:8px 14px; margin-bottom:6px; color:#987e88; font-size:8px; font-weight:750; text-transform:uppercase; }
.nxglobo-schedule-item__meta i { margin-right:4px; color:var(--globo-primary); }
.nxglobo-schedule-item__content h4 { margin:0; font-size:18px; line-height:1.3; }
.nxglobo-schedule-item__content h4 a { color:var(--globo-ink); text-decoration:none; }
.nxglobo-schedule-item__content p { display:-webkit-box; overflow:hidden; margin:6px 0 0; color:#7f6b74; font-size:10px; line-height:1.55; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.nxglobo-schedule-item__link { display:grid; place-items:center; margin:10px 10px 10px 0; border-radius:14px; background:#f8f0f3; color:var(--globo-primary); text-decoration:none; transition:.2s ease; }
.nxglobo-schedule-item__link:hover { background:var(--globo-primary); color:#fff; }
.nxglobo-schedule-empty { display:flex; align-items:center; justify-content:center; gap:16px; min-height:180px; padding:30px; border:1px dashed rgba(103,15,48,.18); border-radius:20px; background:#fbf8f9; color:#88727b; }
.nxglobo-schedule-empty > i { font-size:28px; color:var(--globo-primary); }
.nxglobo-schedule-empty div { display:flex; flex-direction:column; gap:3px; }
.nxglobo-schedule-empty strong { color:var(--globo-ink); font-size:14px; }
.nxglobo-schedule-empty span { font-size:10px; }

@media (max-width: 920px) {
  .nxglobo-schedule-tabs { grid-template-columns:repeat(7,105px); overflow-x:auto; scroll-snap-type:x mandatory; }
  .nxglobo-schedule-tab { scroll-snap-align:start; }
  .nxglobo-schedule-tab strong { display:none; }
  .nxglobo-schedule-tab small { display:block; }
}

@media (max-width: 720px) {
  .nxglobo-section-heading--schedule > div > p { font-size:10px; }
  .nxglobo-schedule-tabs { width:calc(100vw - 24px); margin-left:calc((100vw - 24px - 100%)/-2); grid-template-columns:repeat(7,84px); gap:7px; padding:7px; border-radius:18px; }
  .nxglobo-schedule-tab { min-height:62px; padding:10px; border-radius:13px; }
  .nxglobo-schedule-tab > span { right:7px; top:7px; min-width:19px; height:19px; font-size:7px; }
  .nxglobo-schedule-panels { border-radius:22px; }
  .nxglobo-schedule-panel { padding:16px; }
  .nxglobo-schedule-day-heading { align-items:center; margin-bottom:14px; padding-bottom:14px; }
  .nxglobo-schedule-day-heading h3 { font-size:29px; }
  .nxglobo-schedule-day-heading > strong { font-size:8px; }
  .nxglobo-schedule-item { grid-template-columns:76px 76px minmax(0,1fr); min-height:94px; border-radius:17px; }
  .nxglobo-schedule-item__time { padding:9px 5px; }
  .nxglobo-schedule-item__time strong { font-size:22px; }
  .nxglobo-schedule-item__time em { font-size:8px; }
  .nxglobo-schedule-item__content { padding:10px 11px; }
  .nxglobo-schedule-item__meta { gap:5px; margin-bottom:4px; font-size:7px; }
  .nxglobo-schedule-item__meta span:first-child { display:none; }
  .nxglobo-schedule-item__content h4 { font-size:14px; }
  .nxglobo-schedule-item__content p { margin-top:4px; font-size:8px; -webkit-line-clamp:2; }
  .nxglobo-schedule-item__link { display:none; }
}

@media (max-width: 410px) {
  .nxglobo-schedule-item { grid-template-columns:68px 66px minmax(0,1fr); }
  .nxglobo-schedule-item__time strong { font-size:19px; }
  .nxglobo-schedule-item__time em::before { content:"a "; }
}
