.podcasts-page{max-width:var(--container-max,1280px);margin-inline:auto;padding-block:2rem 4rem;padding-inline:1.25rem}.podcasts-header{margin-bottom:2rem}.podcasts-header__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:.5rem;margin-bottom:.625rem;font-size:.75rem;font-weight:700;display:inline-flex}.podcasts-header__title{color:var(--color-text);margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2}.podcasts-header__lede{color:var(--color-text-muted);max-width:46rem;margin:0;font-size:1rem;line-height:1.7}.podcasts-section{margin-top:2.5rem}.podcasts-section__heading{border-bottom:2px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.podcasts-section__title{color:var(--color-text);margin:0;font-size:1.25rem;font-weight:700}.podcast-artwork{aspect-ratio:1;border-radius:var(--radius-md,.5rem);background-color:var(--color-surface-muted);flex-shrink:0;width:100%;display:block;position:relative;overflow:hidden}.podcast-artwork img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.podcast-card:hover .podcast-artwork img,.podcast-show-card:hover .podcast-artwork img{transform:scale(1.03)}.podcast-duration-badge{border-radius:var(--radius-sm,.25rem);color:#fff;font-variant-numeric:tabular-nums;direction:ltr;background-color:#0f172ad1;padding:.1875rem .4375rem;font-size:.6875rem;font-weight:700;position:absolute;inset-block-end:.5rem;inset-inline-end:.5rem}.podcast-format-mark{border-radius:var(--radius-sm,.25rem);background-color:var(--color-accent);color:#fff;padding:.1875rem .4375rem;font-size:.625rem;font-weight:700;position:absolute;inset-block-start:.5rem;inset-inline-start:.5rem}.podcast-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,13rem),1fr));gap:1.5rem;display:grid}.podcast-card,.podcast-show-card{color:inherit;border-radius:var(--radius-lg,.75rem);outline-offset:3px;flex-direction:column;gap:.75rem;text-decoration:none;display:flex}.podcast-card:focus-visible,.podcast-show-card:focus-visible,.podcast-compact:focus-visible{outline:2px solid var(--color-accent)}.podcast-card__body{flex-direction:column;gap:.3125rem;min-width:0;display:flex}.podcast-card__show{color:var(--color-accent);font-size:.75rem;font-weight:700}.podcast-card__title{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;font-weight:700;line-height:1.5;display:-webkit-box;overflow:hidden}.podcast-card:hover .podcast-card__title,.podcast-compact:hover .podcast-card__title{color:var(--color-accent-hover,var(--color-accent))}.podcast-card__meta{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.podcast-runtime,.podcast-card__meta time{font-variant-numeric:tabular-nums;direction:ltr}.podcast-explicit{border-radius:var(--radius-sm,.25rem);border:1px solid var(--color-border);text-transform:uppercase;padding:.0625rem .3125rem;font-size:.625rem;font-weight:700}.podcast-featured{grid-template-columns:minmax(0,20rem) minmax(0,1fr);align-items:center;gap:2rem;display:grid}@media (max-width:860px){.podcast-featured{grid-template-columns:minmax(0,1fr);gap:1.25rem}.podcast-featured__art{max-width:16rem}}.podcast-featured__art{text-decoration:none;display:block}.podcast-featured__show{color:var(--color-accent);font-size:.8125rem;font-weight:700;text-decoration:none}.podcast-featured__title{margin:.5rem 0 .75rem;font-size:clamp(1.375rem,2.6vw,2rem);font-weight:800;line-height:1.35}.podcast-featured__title a{color:var(--color-text);text-decoration:none}.podcast-featured__title a:hover{color:var(--color-accent-hover,var(--color-accent))}.podcast-featured__summary{color:var(--color-text-muted);margin:0 0 1rem;font-size:1rem;line-height:1.75}.podcast-cta{border-radius:var(--radius-md,.5rem);background-color:var(--color-primary);color:#fff;align-items:center;gap:.5rem;margin-top:.875rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-flex}.podcast-cta:hover{background-color:var(--color-accent)}.podcast-compact-list{flex-direction:column;gap:1rem;display:flex}.podcast-compact{color:inherit;grid-template-columns:4.5rem minmax(0,1fr);align-items:center;gap:.875rem;text-decoration:none;display:grid}.podcast-compact .podcast-duration-badge,.podcast-compact .podcast-format-mark{display:none}.podcast-show-card__body{flex-direction:column;gap:.375rem;display:flex}.podcast-show-card__title{color:var(--color-text);margin:0;font-size:1rem;font-weight:700}.podcast-show-card__description{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.25rem 0 0;font-size:.8125rem;line-height:1.6;display:-webkit-box;overflow:hidden}.podcast-show-card__count{color:var(--color-text-muted);margin-top:.25rem;font-size:.75rem}.podcast-player{margin-block:1.5rem}.podcast-player--unavailable{text-align:center;border:1px dashed var(--color-border);border-radius:var(--radius-md,.5rem);color:var(--color-text-muted);padding:2rem}.podcast-format-switcher{border-radius:var(--radius-full,999px);background-color:var(--color-surface-muted);gap:.25rem;margin-bottom:1rem;padding:.25rem;display:inline-flex}.podcast-format-switcher__button{border-radius:var(--radius-full,999px);color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;padding:.4375rem 1.125rem;font-family:inherit;font-size:.875rem;font-weight:700;transition:background-color .2s,color .2s}.podcast-format-switcher__button.is-active{background-color:var(--color-primary);color:#fff}.podcast-format-switcher__button:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.podcast-video-stage{border-radius:var(--radius-md,.5rem);width:100%;aspect-ratio:var(--podcast-aspect-ratio,16 / 9);background-color:#000;margin-inline:auto;position:relative;overflow:hidden}.podcast-video-stage--portrait,.podcast-video-stage--square{max-width:min(100%,26rem)}.podcast-video-stage video,.podcast-video-stage iframe{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.podcast-video-stage video{object-fit:contain;background-color:#000}.podcast-audio{border:1px solid var(--color-border);border-radius:var(--radius-lg,.75rem);background-color:var(--color-surface);overflow:hidden}.podcast-audio__main{align-items:center;gap:1rem;padding:1rem;display:flex}.podcast-audio__artwork{border-radius:var(--radius-md,.5rem);object-fit:cover;flex-shrink:0;width:5rem;height:5rem}@media (max-width:520px){.podcast-audio__artwork{width:3.5rem;height:3.5rem}}.podcast-audio__controls{flex:1;align-items:center;gap:.875rem;min-width:0;display:flex}.podcast-audio__play{border-radius:var(--radius-full,999px);background-color:var(--color-primary);color:#fff;cursor:pointer;border:0;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;transition:background-color .2s;display:inline-flex}.podcast-audio__play:hover{background-color:var(--color-accent)}.podcast-audio__play:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}[dir=rtl] .podcast-audio__play svg polygon{transform-origin:50%;transform:scaleX(-1)}.podcast-audio__track{flex:1;min-width:0}.podcast-audio__seek{width:100%;accent-color:var(--color-accent);cursor:pointer;direction:ltr}.podcast-audio__times{color:var(--color-text-muted);font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.25rem;font-size:.75rem;display:flex}.podcast-audio__times>span:first-child,.podcast-audio__times>span:last-child{direction:ltr}.podcast-audio__chapter{text-align:center;text-overflow:ellipsis;white-space:nowrap;color:var(--color-text);flex:1;font-weight:600;overflow:hidden}.podcast-audio__rate{color:var(--color-text-muted);align-items:center;gap:.1875rem;font-size:.8125rem;display:inline-flex}.podcast-audio__rate select{border:1px solid var(--color-border);border-radius:var(--radius-sm,.25rem);background-color:var(--color-surface);color:var(--color-text);cursor:pointer;padding:.1875rem .25rem;font-family:inherit;font-size:.8125rem}.podcast-chapters{border-top:1px solid var(--color-border);max-height:18rem;margin:0;padding:0;list-style:none;overflow-y:auto}.podcast-chapters__item{border:0;border-bottom:1px solid var(--color-border);width:100%;color:var(--color-text);text-align:start;cursor:pointer;background:0 0;grid-template-columns:4rem minmax(0,1fr);align-items:center;gap:.75rem;padding:.625rem 1rem;font-family:inherit;font-size:.875rem;display:grid}.podcast-chapters__item:hover,.podcast-chapters__item.is-active{background-color:var(--color-surface-muted)}.podcast-chapters__item.is-active .podcast-chapters__title{font-weight:700}.podcast-chapters__item:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}.podcast-chapters__time{font-variant-numeric:tabular-nums;color:var(--color-text-muted);direction:ltr;font-size:.8125rem}.podcast-chapters__title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.podcast-chapters--static{border:1px solid var(--color-border);border-radius:var(--radius-md,.5rem);max-height:none}.podcast-chapters--static .podcast-chapters__item{cursor:default}.podcast-chapters--static li:last-child .podcast-chapters__item{border-bottom:0}.podcast-chapters--static .podcast-chapters__item:hover{background-color:#0000}.podcast-chapters--static .podcast-chapters__title{white-space:normal}.podcast-detail{max-width:var(--container-max,1280px);margin-inline:auto;padding-block:1.5rem 4rem;padding-inline:1.25rem}.podcast-breadcrumb{margin-bottom:1.25rem;font-size:.8125rem}.podcast-breadcrumb a{color:var(--color-accent);font-weight:700;text-decoration:none}.podcast-breadcrumb a:hover{text-decoration:underline}.podcast-detail__layout{grid-template-columns:minmax(0,1fr) minmax(0,20rem);align-items:start;gap:2.5rem;display:grid}@media (max-width:1000px){.podcast-detail__layout{grid-template-columns:minmax(0,1fr);gap:2rem}}.podcast-detail__eyebrow{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.625rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.podcast-detail__show-link{color:var(--color-accent);align-items:center;gap:.5rem;font-weight:700;text-decoration:none;display:inline-flex}.podcast-detail__title{color:var(--color-text);margin:0 0 .625rem;font-size:clamp(1.5rem,3.4vw,2.25rem);font-weight:800;line-height:1.35}.podcast-detail__subtitle{color:var(--color-text-muted);margin:0 0 1.25rem;font-size:1.0625rem;line-height:1.7}.podcast-detail__kind{border-radius:var(--radius-sm,.25rem);background-color:var(--color-accent);color:#fff;text-transform:uppercase;letter-spacing:.04em;padding:.1875rem .5rem;font-size:.6875rem;font-weight:700}.podcast-detail__numbering{color:var(--color-text-muted);font-weight:700}.podcast-detail__byline{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.75rem;margin-block:1rem;font-size:.8125rem;display:flex}.podcast-detail__summary{color:var(--color-text);margin:0 0 1.25rem;font-size:1.0625rem;font-weight:600;line-height:1.8}.podcast-detail__block{margin-block:2rem}.podcast-detail__block-title{color:var(--color-text);margin:0 0 .875rem;font-size:1.0625rem;font-weight:700}.podcast-detail__tags{flex-wrap:wrap;gap:.5rem;margin-block:1.5rem;display:flex}.podcast-detail__tag{border-radius:var(--radius-full,999px);background-color:var(--color-surface-muted);color:var(--color-text-muted);padding:.25rem .625rem;font-size:.75rem}.podcast-detail__description{color:var(--color-text);margin-block:1.5rem;font-size:1.0625rem;line-height:1.9}.podcast-detail__description p{margin:0 0 1rem}.podcast-detail__transcript{border:1px solid var(--color-border);border-radius:var(--radius-md,.5rem);margin-block:2rem;overflow:hidden}.podcast-detail__transcript summary{cursor:pointer;color:var(--color-text);background-color:var(--color-surface-muted);padding:.875rem 1.125rem;font-size:.9375rem;font-weight:700}.podcast-detail__transcript-body{color:var(--color-text-muted);white-space:pre-wrap;max-height:32rem;padding:1.125rem;font-size:.9375rem;line-height:1.9;overflow-y:auto}.podcast-people{flex-wrap:wrap;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.podcast-person{color:var(--color-text);align-items:center;gap:.625rem;font-size:.8125rem;text-decoration:none;display:flex}.podcast-detail__aside-block:first-child{margin-top:0}.podcast-detail__aside-title{color:var(--color-text);border-bottom:2px solid var(--color-border);margin:0 0 1rem;padding-bottom:.5rem;font-size:1rem;font-weight:700}.podcast-detail__aside-block+.podcast-detail__aside-block{margin-top:2rem}.podcast-coverage-list{flex-direction:column;gap:1rem;display:flex}.podcast-coverage-item{grid-template-columns:4.5rem minmax(0,1fr);align-items:center;gap:.75rem;text-decoration:none;display:grid}.podcast-coverage-item__thumb{aspect-ratio:16/10;border-radius:var(--radius-sm,.25rem);background-color:var(--color-surface-muted);position:relative;overflow:hidden}.podcast-coverage-item__thumb img{object-fit:cover}.podcast-coverage-item__title{color:var(--color-text);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.podcast-coverage-item:hover .podcast-coverage-item__title{color:var(--color-accent)}.podcast-show-hero{margin-bottom:2.5rem}.podcast-show-hero__inner{grid-template-columns:minmax(0,15rem) minmax(0,1fr);align-items:start;gap:2rem;display:grid}@media (max-width:760px){.podcast-show-hero__inner{grid-template-columns:minmax(0,1fr);gap:1.25rem}.podcast-artwork--hero{max-width:11rem}}.podcast-show-hero__cover{aspect-ratio:16/5;border-radius:var(--radius-lg,.75rem);background-color:var(--color-surface-muted);width:100%;margin-bottom:1.75rem;position:relative;overflow:hidden}.podcast-show-hero__cover img{object-fit:cover;width:100%;height:100%}.podcast-show-hero__category{letter-spacing:.04em;text-transform:uppercase;color:var(--podcast-category-color,var(--color-accent));margin-bottom:.625rem;font-size:.75rem;font-weight:700;display:inline-block}.podcast-show-hero__title{color:var(--color-text);margin:0 0 .75rem;font-size:clamp(1.5rem,3.4vw,2.25rem);font-weight:800;line-height:1.3}.podcast-show-hero__lede{color:var(--color-text-muted);margin:0 0 1rem;font-size:1rem;line-height:1.8}.podcast-show-hero__meta{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.8125rem;display:flex}.podcast-show-about{color:var(--color-text);max-width:46rem;margin-bottom:2rem;font-size:1rem;line-height:1.9}.podcast-show-about p{margin:0 0 1rem}.podcast-hosts{margin-bottom:1.25rem}.podcast-hosts__label{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.podcast-hosts__list{flex-wrap:wrap;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.podcast-host{color:var(--color-text);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.podcast-host__avatar{border-radius:var(--radius-full,999px);background-color:var(--color-surface-muted);flex-shrink:0;width:2.25rem;height:2.25rem;position:relative;overflow:hidden}.podcast-host__avatar img{object-fit:cover}.podcast-host__name{font-weight:600}.podcast-host__role,.podcast-person__title{color:var(--color-text-muted);font-size:.75rem;font-weight:400;display:block}.podcast-person__name{font-weight:600;display:block}.podcast-subscribe{border-radius:var(--radius-md,.5rem);border:1px solid var(--color-border);color:var(--color-text);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex}.podcast-subscribe:hover{border-color:var(--color-accent);color:var(--color-accent)}.podcast-season-filter{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.podcast-season-filter a{border-radius:var(--radius-full,999px);border:1px solid var(--color-border);color:var(--color-text-muted);padding:.375rem .875rem;font-size:.8125rem;text-decoration:none}.podcast-season-filter a.is-active{background-color:var(--color-primary);color:#fff;border-color:#0000}.podcasts-empty{text-align:center;border:1px dashed var(--color-border);border-radius:var(--radius-lg,.75rem);color:var(--color-text-muted);padding:4rem 1.5rem}.podcasts-empty__title{color:var(--color-text);margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.podcasts-pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem;display:flex}.podcasts-pagination a,.podcasts-pagination span{border-radius:var(--radius-md,.5rem);border:1px solid var(--color-border);color:var(--color-text);padding:.5rem 1rem;font-size:.875rem;text-decoration:none}.podcast-section__featured-grid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);align-items:start;gap:1.75rem;display:grid}@media (max-width:900px){.podcast-section__featured-grid{grid-template-columns:minmax(0,1fr);gap:1.25rem}}.podcast-strip{scroll-snap-type:x proximity;grid-auto-columns:minmax(11rem,13rem);grid-auto-flow:column;gap:1.25rem;padding-bottom:.75rem;display:grid;overflow-x:auto}.podcast-strip>*{scroll-snap-align:start}.podcast-section__more{color:var(--color-accent);font-size:.8125rem;font-weight:700;text-decoration:none}.podcast-section__more:hover{text-decoration:underline}
