.podcast-player{position:relative;display:block;width:100%;aspect-ratio:16/9;padding:0;overflow:hidden;border:0;border-radius:12px;background:#0f1020;cursor:pointer}.podcast-player--static{cursor:default}.podcast-player iframe{border:0}.podcast-player iframe,.podcast-player__poster{position:absolute;inset:0;width:100%;height:100%}.podcast-player__poster{object-fit:cover;transition:transform .5s ease}.podcast-player__poster--empty{background:linear-gradient(135deg,var(--pod-navy,#34385f),#0f1020)}.podcast-player--idle:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,16,32,0) 45%,rgba(15,16,32,.55))}.podcast-player__play{z-index:1;left:50%;width:68px;height:68px;border-radius:50%;background:rgba(255,255,255,.92);box-shadow:0 10px 30px rgba(0,0,0,.25);transition:transform .25s ease,background .25s ease}.podcast-player__play,.podcast-player__play:before{position:absolute;top:50%;transform:translate(-50%,-50%)}.podcast-player__play:before{content:"";left:54%;border-style:solid;border-width:11px 0 11px 18px;border-color:transparent transparent transparent var(--pod-navy,#34385f)}.podcast-player--idle:focus-visible .podcast-player__poster,.podcast-player--idle:hover .podcast-player__poster{transform:scale(1.04)}.podcast-player--idle:focus-visible .podcast-player__play,.podcast-player--idle:hover .podcast-player__play{background:var(--pod-gold,#b0903d);transform:translate(-50%,-50%) scale(1.08)}.podcast-player--idle:focus-visible .podcast-player__play:before,.podcast-player--idle:hover .podcast-player__play:before{border-left-color:#fff}.podcast-player:focus-visible{outline:3px solid var(--pod-gold,#b0903d);outline-offset:3px}