:root { --pod-purple: #7c3aed; --pod-pink: #ec4899; --pod-cyan: #22d3ee; }
.main:has(.podcast-page) { max-width: 1320px; padding-inline: 28px; }
.podcast-page { padding: 2rem 0 6rem; }
.podcast-hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: center; min-height: 400px; overflow: hidden; margin-bottom: 2rem; padding: clamp(2rem, 5vw, 4.5rem); border: 1px solid rgba(124,58,237,.3); border-radius: 32px; background: linear-gradient(120deg, #120b20 0%, #261047 55%, #0d2530 100%); color: #fff; box-shadow: 0 28px 90px rgba(49,20,94,.25); }
.podcast-hero::before { position: absolute; z-index: -1; inset: 0; content: ''; background: radial-gradient(circle at 80% 20%, rgba(34,211,238,.22), transparent 27%), radial-gradient(circle at 58% 95%, rgba(236,72,153,.2), transparent 30%); }
.podcast-hero-copy { position: relative; z-index: 2; }
.podcast-kicker { color: #c4b5fd; font-size: .72rem; font-weight: 900; letter-spacing: .2em; }
.podcast-hero h1 { margin: .65rem 0 1rem; color: #fff; font-size: clamp(3rem, 6vw, 6rem); line-height: .92; letter-spacing: -.065em; }
.podcast-hero h1 em { color: transparent; font-style: normal; background: linear-gradient(90deg, #c4b5fd, #67e8f9, #f9a8d4); background-clip: text; -webkit-background-clip: text; }
.podcast-hero p { max-width: 610px; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.6; }
.podcast-hero-art { position: relative; display: grid; min-height: 260px; place-items: center; }
.hero-ring { position: absolute; width: min(22vw, 260px); aspect-ratio: 1; border: 2px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 28px rgba(124,58,237,.14), 0 0 0 58px rgba(34,211,238,.06); }
.hero-mic { position: relative; display: grid; width: 135px; height: 190px; place-items: center; border: 7px solid #ddd6fe; border-radius: 72px; background: repeating-linear-gradient(90deg, #171024 0 5px, #2e2050 5px 9px); color: #a78bfa; font-size: 2rem; box-shadow: 0 20px 70px rgba(0,0,0,.45); transform: rotate(8deg); }
.hero-mic::after { position: absolute; width: 72px; height: 65px; bottom: -47px; border-bottom: 7px solid #ddd6fe; border-left: 7px solid #ddd6fe; border-right: 7px solid #ddd6fe; border-radius: 0 0 50px 50px; content: ''; }
.hero-wave { position: absolute; right: -10%; bottom: 5%; color: rgba(103,232,249,.35); font-size: 6rem; letter-spacing: -.15em; transform: rotate(-8deg); }
.podcast-tabs { position: sticky; z-index: 20; top: 10px; display: flex; width: fit-content; gap: .45rem; padding: .4rem; margin: 0 auto 3rem; border: 1px solid var(--border); border-radius: 999px; background: color-mix(in srgb, var(--theme) 88%, transparent); box-shadow: 0 12px 35px rgba(0,0,0,.12); backdrop-filter: blur(16px); }
.podcast-tab { display: flex; align-items: center; gap: .55rem; min-width: 145px; justify-content: center; padding: .8rem 1.25rem; border: 0; border-radius: 999px; background: transparent; color: var(--secondary); font: inherit; font-weight: 800; cursor: pointer; transition: .2s ease; }
.podcast-tab small { display: grid; min-width: 1.75rem; height: 1.75rem; place-items: center; border-radius: 999px; background: rgba(127,127,127,.14); font-size: .7rem; }
.podcast-tab.is-active { background: linear-gradient(110deg, var(--pod-purple), #9333ea); color: #fff; box-shadow: 0 9px 25px rgba(124,58,237,.35); }
.podcast-panel[hidden] { display: none; }
.podcast-panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; padding-inline: .25rem; }
.podcast-panel-heading h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.4rem); letter-spacing: -.04em; }
.podcast-panel-heading p { margin: .25rem 0 0; color: var(--secondary); }
.podcast-subscribe { flex: none; padding: .65rem 1rem; border: 1px solid rgba(124,58,237,.35); border-radius: 999px; color: var(--pod-purple); font-size: .84rem; font-weight: 800; text-decoration: none; }
.podcast-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; }
.podcast-card { overflow: hidden; border: 1px solid color-mix(in srgb, var(--border) 85%, var(--pod-purple)); border-radius: 22px; background: var(--entry); color: var(--primary); box-shadow: 0 12px 38px rgba(0,0,0,.07); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.podcast-card:hover { transform: translateY(-5px); border-color: rgba(124,58,237,.6); box-shadow: 0 22px 55px rgba(56,26,100,.16); }
.podcast-cover, .video-thumb { position: relative; display: block; overflow: hidden; background: #120d1b; }
.podcast-cover { aspect-ratio: 1 / 1; }
.video-thumb { aspect-ratio: 16 / 9; }
.podcast-cover img, .video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.podcast-card:hover img { transform: scale(1.035); }
.podcast-cover::after, .video-thumb::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 45%, rgba(10,5,20,.72)); }
.podcast-play { position: absolute; z-index: 2; left: 1rem; bottom: 1rem; display: grid; width: 3rem; height: 3rem; place-items: center; padding-left: .15rem; border-radius: 50%; background: #fff; color: #17131e; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.podcast-card-body { display: block; padding: 1.15rem 1.2rem 1.25rem; }
.podcast-meta { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .7rem; color: var(--secondary); font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.podcast-card h3 { min-height: 2.7em; margin: 0 0 1rem; font-size: 1.04rem; line-height: 1.35; letter-spacing: -.015em; }
.podcast-card h3 a { color: inherit; text-decoration: none; }
.podcast-card audio { width: 100%; height: 38px; accent-color: var(--pod-purple); }
.video-card { padding: 0; text-align: left; font: inherit; cursor: pointer; }
.video-card strong { display: block; min-height: 2.7em; font-size: 1.04rem; line-height: 1.35; letter-spacing: -.015em; }
.podcast-modal { position: fixed; z-index: 1000; inset: 0; display: none; padding: 2rem; place-items: center; }
.podcast-modal.is-open { display: grid; }
.podcast-modal-backdrop { position: absolute; inset: 0; background: rgba(5,4,8,.86); backdrop-filter: blur(10px); }
.podcast-modal-dialog { position: relative; width: min(100%, 1080px); padding: 1rem; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: #111015; color: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.podcast-video-frame { overflow: hidden; aspect-ratio: 16 / 9; border-radius: 14px; background: #000; }
.podcast-video-frame iframe { width: 100%; height: 100%; border: 0; }
.podcast-modal-dialog h2 { margin: 1rem .4rem .3rem; font-size: 1.05rem; }
.podcast-modal-close { position: absolute; z-index: 2; top: -1rem; right: -1rem; display: grid; width: 2.9rem; height: 2.9rem; place-items: center; border: 0; border-radius: 50%; background: #fff; color: #111; font-size: 1.7rem; cursor: pointer; }
.podcast-modal-open { overflow: hidden; }
@media (max-width: 940px) { .podcast-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .podcast-hero { grid-template-columns: 1fr; } .podcast-hero-art { position: absolute; right: 3%; opacity: .36; } }
@media (max-width: 640px) { .main:has(.podcast-page) { padding-inline: 16px; } .podcast-page { padding-top: .8rem; } .podcast-hero { min-height: 390px; padding: 2rem 1.4rem; border-radius: 24px; } .podcast-hero h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); } .podcast-hero-art { right: -18%; } .podcast-grid { grid-template-columns: 1fr; } .podcast-panel-heading { align-items: start; flex-direction: column; } .podcast-tabs { top: 6px; width: 100%; margin-bottom: 2rem; } .podcast-tab { flex: 1; min-width: 0; padding-inline: .6rem; } .podcast-modal { padding: .6rem; } .podcast-modal-dialog { padding: .5rem; border-radius: 14px; } .podcast-modal-close { top: .8rem; right: .8rem; } }
