/* Podcast: tratamiento del ítem «Podcast» en el menú de TMT + bloques promocionales (carga en todo el sitio, ligero). */
.pod-menu-item > a { position: relative; }
.pod-menu-item > a::after { content: "06:00"; display: inline-block; margin-left: 10px; padding: 3px 7px; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: .06em; line-height: 1; font-variant-numeric: tabular-nums; color: #0f0f12; background: #ba8ccc; vertical-align: middle; transform: translateY(-1px); transition: background 240ms, color 240ms, transform 320ms cubic-bezier(.16, 1, .3, 1); }
.pod-menu-item > a:hover::after, .pod-menu-item > a:focus-visible::after { background: #e8c9f5; transform: translate(2px, -3px); }
.pod-menu-item--current > a::after { background: #8a3ad6; color: #fff; }
@media (prefers-reduced-motion: reduce) { .pod-menu-item > a::after { transition: none; } }

/* =========================================================
   Panel promocional [tmt_podcast_promo] (portada)
   ========================================================= */
.pod-promo { --p-ink: #0f0f12; --p-grey: #9a9aa6; --p-malva: #ba8ccc; --p-luz: #e8c9f5; --p-morado: #8a3ad6; --p-ease: cubic-bezier(.16, 1, .3, 1);
	position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; align-items: center; box-sizing: border-box; padding: 44px 52px; margin: 0 0 40px; border-radius: 16px; background: var(--p-ink); color: #fff; text-decoration: none; overflow: hidden; isolation: isolate; font-family: "Poppins", system-ui, sans-serif; font-variant-numeric: tabular-nums; transition: box-shadow 420ms var(--p-ease), transform 420ms var(--p-ease); }
.pod-promo *, .pod-promo *::before, .pod-promo *::after { box-sizing: border-box; }
.pod-promo:hover, .pod-promo:focus-visible { transform: translateY(-3px); box-shadow: 0 24px 50px -24px rgba(15, 15, 18, .6); outline: none; }
.pod-promo:focus-visible { box-shadow: 0 0 0 4px var(--p-morado); }
.pod-promo__body { display: grid; gap: 12px; justify-items: start; min-width: 0; }
.pod-promo__kicker { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--p-grey); }
.pod-promo__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--p-malva); display: inline-block; }
.pod-promo__num { font-weight: 900; font-size: clamp(64px, 7vw, 104px); line-height: .9; letter-spacing: -.045em; color: #fff; }
.pod-promo__title { font-weight: 800; font-size: clamp(20px, 2vw, 26px); line-height: 1.15; letter-spacing: -.015em; text-transform: none; max-width: 22em; color: #fff; }
.pod-promo__ep { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; font-size: 15px; color: #fff; }
.pod-promo__chip { font-size: 11px; font-weight: 700; letter-spacing: .1em; padding: 5px 8px; border-radius: 4px; background: var(--p-malva); color: var(--p-ink); }
.pod-promo__eptitle { font-weight: 600; }
.pod-promo__meta { color: var(--p-grey); font-size: 13px; }
.pod-promo .pod-bar { display: flex; gap: 3px; width: 100%; height: 10px; margin: 6px 0 2px; }
.pod-promo .pod-bar__seg { display: block; height: 100%; flex: 0 0 auto; width: calc(var(--w) - 3px); border-radius: 3px; background: #fff; }
.pod-promo .pod-bar__seg--intro, .pod-promo .pod-bar__seg--cierre { background: rgba(255, 255, 255, .22); }
.pod-promo .pod-bar__seg--fondo { background: var(--p-malva); }
.pod-promo .pod-bar__seg--rara { background: transparent; box-shadow: inset 0 0 0 2px var(--p-malva); }
.pod-promo .pod-bar__head { display: none; }
.pod-promo__cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 8px; padding: 12px 20px; border-radius: 999px; background: #fff; color: var(--p-ink); font-size: 14px; font-weight: 700; transition: background 300ms; }
.pod-promo:hover .pod-promo__cta { background: var(--p-luz); }
.pod-play { display: inline-block; width: 11px; height: 11px; background: currentColor; clip-path: polygon(8% 0, 100% 50%, 8% 100%); }
.pod-promo__art { display: block; width: 100%; border-radius: 12px; overflow: hidden; background: #1c1c22; transform: rotate(-2deg); transition: transform 500ms var(--p-ease); }
.pod-promo:hover .pod-promo__art { transform: rotate(0) translateY(-4px); }
.pod-promo__img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
@media (max-width: 1024px) { .pod-promo { padding: 32px 28px; grid-template-columns: minmax(0, 1fr) 200px; } }
@media (max-width: 767px) { .pod-promo { grid-template-columns: 1fr; padding: 26px 20px; gap: 20px; } .pod-promo__art { width: min(60%, 220px); justify-self: end; } .pod-promo__num { font-size: 64px; } }
@media (prefers-reduced-motion: reduce) { .pod-promo, .pod-promo * { transition: none !important; } }
/* El tema colorea los enlaces; el panel es un enlace entero. */
.entry-content .pod-promo, .gb-element .pod-promo, .pod-promo, .pod-promo:hover, .pod-promo:focus, .pod-promo:visited { color: #fff; text-decoration: none; }
.pod-promo .pod-promo__cta, .pod-promo:hover .pod-promo__cta { color: #0f0f12; }
.pod-promo .pod-promo__kicker, .pod-promo .pod-promo__meta { color: #9a9aa6; }
.pod-promo .pod-promo__chip { color: #0f0f12; }

/* Tarjeta compacta [tmt_podcast_latest] */
.pod-mini { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 14px; align-items: center; padding: 12px; border: 1px solid #e4e1ea; border-radius: 12px; background: #fff; color: #0f0f12 !important; text-decoration: none !important; font-family: "Poppins", system-ui, sans-serif; margin: 0 0 24px; transition: border-color 200ms; }
.pod-mini:hover { border-color: #ba8ccc; }
.pod-mini__art { display: block; border-radius: 8px; overflow: hidden; background: #0f0f12; }
.pod-mini__img { display: block; width: 72px; height: 72px; object-fit: cover; }
.pod-mini__body { display: grid; gap: 3px; min-width: 0; }
.pod-mini__kicker { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #5b5b66; }
.pod-mini__title { font-weight: 700; font-size: 16px; line-height: 1.25; }
.pod-mini__cta { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #8a3ad6; }
