.podcast-section{background-color:var(--podcast-bg, var(--color-background));color:var(--podcast-text, var(--color-foreground));padding-top:var(--podcast-padding-top, 60px);padding-bottom:var(--podcast-padding-bottom, 60px);overflow:hidden}.podcast-section__container{max-width:1400px;margin:0 auto;padding:0 20px;position:relative}.podcast-section__container--full{max-width:none;padding:0 40px}.podcast-section__header{margin-bottom:40px;text-align:left}.podcast-section__subtitle{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--podcast-accent, var(--color-primary));margin-bottom:12px}.podcast-section__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin:0 0 12px;color:var(--podcast-text, var(--color-foreground-heading))}.podcast-section__description{font-size:1rem;opacity:.8;max-width:600px;margin:0 0 20px;line-height:1.6}.podcast-section__channel-link{display:inline-flex;align-items:center;gap:8px;color:var(--podcast-accent, var(--color-primary));text-decoration:none;font-weight:600;font-size:.9rem;transition:opacity .2s ease}.podcast-section__channel-link:hover{opacity:.8}.podcast-section__nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10;padding:0 8px}.podcast-nav-btn{width:48px;height:48px;border-radius:50%;background:var(--podcast-card-bg, rgba(255, 255, 255, .95));border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:auto;transition:all .3s ease;box-shadow:0 4px 20px #00000026;color:var(--podcast-text, var(--color-foreground))}.podcast-nav-btn:hover{transform:scale(1.1);box-shadow:0 6px 30px #0003}.podcast-nav-btn:disabled{opacity:.3;cursor:not-allowed;transform:none}.podcast-section__row-wrapper{position:relative;margin:0 -20px;padding:20px}.podcast-section__row{display:flex;gap:var(--podcast-card-gap, 20px);overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:10px 0}.podcast-section__row::-webkit-scrollbar{display:none}.podcast-card{flex:0 0 var(--podcast-card-width, 320px);background:var(--podcast-card-bg, var(--color-background));border-radius:var(--podcast-border-radius, 12px);overflow:hidden;position:relative;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 4px 20px #00000014}.podcast-card--lift:hover{transform:translateY(-12px);box-shadow:0 20px 40px #00000026}.podcast-card--scale:hover{transform:scale(1.05);box-shadow:0 20px 40px #00000026;z-index:5}.podcast-card--glow:hover{box-shadow:0 0 40px var(--podcast-accent, rgba(255, 0, 0, .3))}.podcast-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5}.podcast-card__thumbnail{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.podcast-card__thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.podcast-card:hover .podcast-card__thumbnail img{transform:scale(1.08)}.podcast-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ffffff4d}.podcast-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--podcast-overlay, rgba(0, 0, 0, .5));display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.podcast-card:hover .podcast-card__overlay{opacity:1}.podcast-card__play-btn{width:72px;height:72px;border-radius:50%;background:var(--podcast-accent, #ff0000);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;transform:scale(.8);z-index:6;position:relative}.podcast-card:hover .podcast-card__play-btn{transform:scale(1)}.podcast-card__play-btn:hover{transform:scale(1.1);box-shadow:0 0 30px var(--podcast-accent, rgba(255, 0, 0, .5))}.podcast-card__duration{position:absolute;bottom:10px;right:10px;background:#000000d9;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums}.podcast-card__episode-badge{position:absolute;top:10px;left:10px;background:var(--podcast-accent, #ff0000);color:#fff;padding:6px 12px;border-radius:4px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.podcast-card__content{padding:20px;display:flex;gap:14px;align-items:flex-start}.podcast-card__guest-image{flex-shrink:0}.podcast-card__guest-image img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--podcast-accent, var(--color-primary))}.podcast-card__info{flex:1;min-width:0}.podcast-card__title{font-size:1rem;font-weight:600;margin:0 0 6px;line-height:1.4;color:var(--podcast-text, var(--color-foreground-heading));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.podcast-card__guest{font-size:.85rem;margin:0 0 4px;color:var(--podcast-accent, var(--color-primary));font-weight:500}.podcast-card__description{font-size:.8rem;margin:8px 0 0;opacity:.7;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.podcast-card__date{font-size:.75rem;opacity:.5;margin-top:8px;display:block}.podcast-section__progress{height:3px;background:#ffffff1a;border-radius:3px;margin-top:30px;overflow:hidden}.podcast-section__progress-bar{height:100%;background:var(--podcast-accent, var(--color-primary));border-radius:3px;width:0%;transition:width .15s ease-out}.podcast-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.podcast-modal[hidden]{display:none}.podcast-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000e6;animation:fadeIn .3s ease}.podcast-modal__content{position:relative;width:100%;max-width:1100px;aspect-ratio:16 / 9;background:#000;border-radius:12px;overflow:hidden;animation:scaleIn .3s ease}.podcast-modal__close{position:absolute;top:-50px;right:0;width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease}.podcast-modal__close:hover{background:#fff3;transform:scale(1.1)}.podcast-modal__video,.podcast-modal__video iframe{width:100%;height:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media screen and (max-width: 749px){.podcast-section__container--full{padding:0 16px}.podcast-section__header{margin-bottom:24px}.podcast-section__nav{display:none}.podcast-card{flex:0 0 calc(100vw - 60px);max-width:320px}.podcast-section__row-wrapper{margin:0 -16px;padding:10px 16px}.podcast-modal__close{top:10px;right:10px;background:#000000b3}}@media screen and (max-width: 749px){.podcast-section__row{scroll-snap-type:x mandatory;scroll-padding:16px}.podcast-card{scroll-snap-align:start}}@media (prefers-reduced-motion: reduce){.podcast-card,.podcast-card__thumbnail img,.podcast-card__play-btn,.podcast-card__overlay{transition:none}.podcast-section__row{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/podcast-episodes.css.map */
