.Navbar-module__cJzEcG__navbar{justify-content:space-between;align-items:center;height:5rem;padding:0 2rem;display:flex;position:relative}.Navbar-module__cJzEcG__logoLink{cursor:pointer;align-items:center;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logo{height:80px;transition:transform .2s}.Navbar-module__cJzEcG__logo:hover{transform:scale(1.05)}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--color-text);border-radius:var(--radius-md);padding:.5rem 1rem;font-size:1.125rem;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--color-primary);background:var(--color-surface)}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--color-primary);font-weight:600}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active:after{content:"";background:var(--color-primary);height:2px;position:absolute;bottom:0;left:1rem;right:1rem}@media (max-width:600px){.Navbar-module__cJzEcG__navbar{padding:0 1rem}.Navbar-module__cJzEcG__logo{height:65px}.Navbar-module__cJzEcG__navLinks{gap:1rem}.Navbar-module__cJzEcG__navLink{padding:.4rem .75rem;font-size:1rem}}
.App-module__ZKp1MG__appRoot{background:var(--color-bg);min-height:100vh}.App-module__ZKp1MG__container{max-width:64rem;padding-left:var(--space-4);padding-right:var(--space-4);padding-top:var(--space-5);flex-direction:column;align-items:center;margin-left:auto;margin-right:auto;padding-bottom:180px;display:flex}.App-module__ZKp1MG__header{text-align:center;margin-bottom:var(--space-5)}.App-module__ZKp1MG__title{color:var(--color-text);margin-bottom:var(--space-2);font-size:2.25rem;font-weight:700}.App-module__ZKp1MG__subtitle{color:var(--color-primary);font-size:1.25rem}.App-module__ZKp1MG__suggestions{gap:var(--space-2);width:100%;max-width:48rem;margin-bottom:var(--space-4);flex-flow:wrap;display:flex}.App-module__ZKp1MG__suggestions p{margin:0}.App-module__ZKp1MG__suggestionBtn{height:25px;font-size:15px}.App-module__ZKp1MG__loading{color:var(--color-muted);margin-top:var(--space-4);text-align:center;font-size:1rem}@media (max-width:768px){.App-module__ZKp1MG__header{margin:0}.App-module__ZKp1MG__subtitle{margin-top:-30px;font-size:1.125rem}.App-module__ZKp1MG__note{font-size:12px}}
.PodcastPlayer-module__nmTahq__player{background:var(--color-primary);color:#fff;height:auto;padding:15px var(--space-5);z-index:100;box-sizing:border-box;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #1018281f}.PodcastPlayer-module__nmTahq__episodeImage{border-radius:var(--radius-lg);object-fit:cover;width:5rem;height:5rem;margin-right:var(--space-4)}.PodcastPlayer-module__nmTahq__shownotes{top:-19px;right:var(--space-4);background:var(--color-surface);color:var(--color-text);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);z-index:10;max-width:300px;position:absolute;overflow-y:auto}.PodcastPlayer-module__nmTahq__shownotes h3{margin:0 0 var(--space-2)0;font-size:var(--font-size-lg);font-weight:600}.PodcastPlayer-module__nmTahq__info{flex-direction:column;flex:1;display:flex}.PodcastPlayer-module__nmTahq__title{font-size:var(--font-size-lg);color:var(--color-surface);margin-bottom:.25rem;font-weight:600}.PodcastPlayer-module__nmTahq__duration{font-size:var(--font-size-sm);color:var(--color-muted);margin-bottom:.5rem}.PodcastPlayer-module__nmTahq__progressRow{margin-bottom:var(--space-2);align-items:center;display:flex}.PodcastPlayer-module__nmTahq__time{font-size:var(--font-size-sm);color:var(--color-surface);text-align:right;width:2.5rem;margin-right:var(--space-2)}.PodcastPlayer-module__nmTahq__timeEnd{margin-left:var(--space-2);text-align:left}.PodcastPlayer-module__nmTahq__progressBar{background:var(--color-surface);border-radius:var(--radius-md);appearance:none;height:.25rem;accent-color:var(--color-danger);outline:none;flex:1}.PodcastPlayer-module__nmTahq__controls{justify-content:center;align-items:center;gap:var(--space-5);margin-top:var(--space-2);display:flex}.PodcastPlayer-module__nmTahq__controlBtn{color:var(--color-surface);cursor:pointer;transition:color var(--duration-fast);background:0 0;border:none;padding:.5rem 1rem;font-size:1rem}.PodcastPlayer-module__nmTahq__controlBtn:hover{color:var(--color-danger)}.PodcastPlayer-module__nmTahq__playBtn{background:var(--color-danger);color:var(--color-surface);cursor:pointer;width:2.5rem;height:2.5rem;transition:background var(--duration-fast);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.PodcastPlayer-module__nmTahq__playBtn:hover{background:#b91c1c}.PodcastPlayer-module__nmTahq__modalOverlay{z-index:1000;padding:var(--space-4);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PodcastPlayer-module__nmTahq__modalContent{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:column;width:100%;max-width:600px;max-height:80vh;display:flex;overflow:hidden}.PodcastPlayer-module__nmTahq__modalHeader{padding:var(--space-4);border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;display:flex}.PodcastPlayer-module__nmTahq__modalHeader h2{color:var(--color-text);margin:0;font-size:1.5rem;font-weight:600}.PodcastPlayer-module__nmTahq__modalClose{cursor:pointer;color:var(--color-text);border-radius:var(--radius-sm);width:2rem;height:2rem;transition:background var(--duration-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:1.5rem;display:flex}.PodcastPlayer-module__nmTahq__modalClose:hover{background:#0000000d}.PodcastPlayer-module__nmTahq__modalBody{padding:var(--space-4);color:var(--color-text);line-height:1.6;overflow-y:auto}.PodcastPlayer-module__nmTahq__modalBody p{white-space:pre-wrap;margin:0}@media (max-width:600px){.PodcastPlayer-module__nmTahq__player{padding:var(--space-4)var(--space-2);flex-direction:row;align-items:flex-start}.PodcastPlayer-module__nmTahq__episodeImage{width:50px;height:50px;margin-right:var(--space-2);align-self:flex-start;margin-bottom:0;display:inline-block;position:static;transform:none}.PodcastPlayer-module__nmTahq__title{font-size:var(--font-size-sm)}.PodcastPlayer-module__nmTahq__info{flex-direction:column;flex:1;align-items:flex-start;width:auto;display:flex}.PodcastPlayer-module__nmTahq__shownotes{transform:scale(.7)}.PodcastPlayer-module__nmTahq__controls{gap:var(--space-2);margin-top:var(--space-2);flex-wrap:wrap;width:100%}.PodcastPlayer-module__nmTahq__progressRow{align-items:center;column-gap:var(--space-2);grid-template-columns:auto 1fr auto;width:100%;display:grid}.PodcastPlayer-module__nmTahq__time{font-size:var(--font-size-sm);color:var(--color-surface);text-align:left;width:2rem;margin:0}.PodcastPlayer-module__nmTahq__timeEnd{font-size:var(--font-size-sm);color:var(--color-surface);text-align:right;width:2rem;margin:0}.PodcastPlayer-module__nmTahq__progressBar{width:100%;height:.3rem}.PodcastPlayer-module__nmTahq__controlBtn{padding:.375rem .75rem;font-size:.9rem}.PodcastPlayer-module__nmTahq__playBtn{width:2.25rem;height:2.25rem;font-size:1.1rem}}
.Button-module__8RiFmG__button{justify-content:center;align-items:center;gap:var(--space-2);white-space:nowrap;border-radius:var(--radius-md);font-family:var(--font-sans);font-size:var(--font-size-md);transition:background-color var(--duration-fast)ease,color var(--duration-fast)ease;box-shadow:var(--shadow-sm);border:1px solid #0000;padding:.5rem 1rem;font-weight:600;display:inline-flex}.Button-module__8RiFmG__button:hover,.Button-module__8RiFmG__buttonPrimary:hover,.Button-module__8RiFmG__buttonSecondary:hover,.Button-module__8RiFmG__buttonDestructive:hover,.Button-module__8RiFmG__buttonOutline:hover,.Button-module__8RiFmG__buttonGhost:hover,.Button-module__8RiFmG__buttonLink:hover{background:var(--color-bg);color:var(--color-text);cursor:pointer}.Button-module__8RiFmG__buttonPrimary{background:var(--color-primary);color:var(--color-surface)}.Button-module__8RiFmG__buttonSecondary{background:var(--color-surface);color:var(--color-text);border:1px solid #0000000f}.Button-module__8RiFmG__buttonDestructive{background:var(--color-danger);color:var(--color-surface)}.Button-module__8RiFmG__buttonOutline{color:var(--color-text);background:0 0;border:1px solid #00000014}.Button-module__8RiFmG__buttonGhost{color:var(--color-text);background:0 0}.Button-module__8RiFmG__buttonLink{color:var(--color-primary);background:0 0;text-decoration:underline}.Button-module__8RiFmG__sizeSm{font-size:var(--font-size-sm);padding:.375rem .75rem}.Button-module__8RiFmG__sizeDefault{padding:.5rem 1rem}.Button-module__8RiFmG__sizeLg{font-size:var(--font-size-lg);padding:.625rem 1.5rem}.Button-module__8RiFmG__sizeIcon{width:2.5rem;height:2.5rem;padding:0}.Button-module__8RiFmG__button:disabled{opacity:.5;pointer-events:none}.Button-module__8RiFmG__button svg{pointer-events:none;width:1rem;height:1rem}
.SearchBar-module__9ObJ7W__form{z-index:100;width:100%;max-width:48rem;top:0;top:var(--space-3);position:sticky}.SearchBar-module__9ObJ7W__searchBar{gap:var(--space-2);background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-2);border:1px solid var(--color-muted);margin-bottom:var(--space-4);align-items:center;display:flex}.SearchBar-module__9ObJ7W__icon{width:1.25rem;height:1.25rem;color:var(--color-muted);margin-left:var(--space-2)}.SearchBar-module__9ObJ7W__input{font-size:var(--font-size-lg);color:var(--color-text);background:0 0;border:none;outline:none;flex:1}.SearchBar-module__9ObJ7W__button{background:var(--color-primary);color:var(--color-surface);transition:background var(--duration-fast)}.SearchBar-module__9ObJ7W__button:hover{background:var(--color-text);color:var(--color-surface)}@media (max-width:768px){.SearchBar-module__9ObJ7W__input{font-size:var(--font-size-md)}}
.Spinner-module__YHEfAG__spinner{vertical-align:middle;border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite Spinner-module__YHEfAG__spin;display:inline-block}@keyframes Spinner-module__YHEfAG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ResultsList-module__eSIUyW__resultsList{width:100%;max-width:48rem;margin-top:var(--space-5);gap:var(--space-4);flex-direction:column;display:flex}
.page-module___8aEwW__hero{text-align:center;margin-top:4rem;margin-bottom:3rem}.page-module___8aEwW__heroTitle{font-family:var(--font-title);margin-bottom:1rem;font-size:3.5rem;line-height:1.2}.page-module___8aEwW__featureGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem;display:grid}.page-module___8aEwW__featureCard{background:var(--color-surface);border-radius:var(--radius-lg);text-align:center;padding:2rem;transition:transform .2s}.page-module___8aEwW__featureCard:hover{transform:scale(1.02)}.page-module___8aEwW__featureIcon{margin-bottom:1rem;font-size:3rem}.page-module___8aEwW__featureTitle{margin-bottom:.75rem;font-size:1.25rem}.page-module___8aEwW__featureDescription{color:var(--color-muted);font-size:.95rem}.page-module___8aEwW__ctaSection{background:var(--color-primary);color:var(--color-bg);border-radius:var(--radius-lg);text-align:center;margin-top:4rem;padding:3rem 2rem}.page-module___8aEwW__ctaTitle{margin-bottom:1rem;font-size:2rem}.page-module___8aEwW__ctaDescription{opacity:.9;margin-bottom:2rem}.page-module___8aEwW__ctaButton{background:var(--color-bg);color:var(--color-primary);padding:.75rem 2rem;font-size:1rem;font-weight:600}
.explore-module__8HEYta__sectionTitle{color:var(--color-text);margin-bottom:1rem;font-size:1.5rem}.explore-module__8HEYta__categoriesSection{margin-bottom:3rem}.explore-module__8HEYta__categoriesGrid{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.explore-module__8HEYta__categoryCard{background:var(--color-surface);border-radius:var(--radius-lg);cursor:pointer;min-width:250px;color:var(--color-text);flex:calc(33.333% - 1rem);padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.explore-module__8HEYta__categoryCard:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.explore-module__8HEYta__categoryIcon{margin-bottom:.75rem;font-size:2rem;display:block}.explore-module__8HEYta__categoryTitle{color:var(--color-text);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.explore-module__8HEYta__categoryDescription{color:var(--color-muted);margin:0;font-size:.875rem;line-height:1.5}.explore-module__8HEYta__topicsGrid,.explore-module__8HEYta__episodesGrid,.explore-module__8HEYta__creatorsGrid{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.explore-module__8HEYta__topicsSection{margin-top:2rem}.explore-module__8HEYta__topicCard{background:var(--color-surface);border-radius:var(--radius-lg);cursor:pointer;flex:calc(33.333% - 1rem);min-width:250px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.explore-module__8HEYta__topicCard:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.explore-module__8HEYta__topicTitle{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.explore-module__8HEYta__topicDescription{color:var(--color-muted);font-size:.875rem;line-height:1.5}.explore-module__8HEYta__episodeCard{background:var(--color-surface);border-radius:var(--radius-lg);cursor:pointer;flex:calc(33.333% - 1rem);min-width:300px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.explore-module__8HEYta__episodeCard:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.explore-module__8HEYta__episodeThumbnail{background:var(--color-tertiary);border-radius:var(--radius-md);width:100%;height:120px;margin-bottom:1rem}.explore-module__8HEYta__episodeTitle{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.explore-module__8HEYta__episodeMeta{color:var(--color-muted);margin-bottom:.5rem;font-size:.875rem}.explore-module__8HEYta__episodeDescription{color:var(--color-muted);font-size:.875rem;line-height:1.5}.explore-module__8HEYta__creatorCard{background:var(--color-surface);border-radius:var(--radius-lg);text-align:center;cursor:pointer;flex:calc(16.666% - 1rem);min-width:180px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.explore-module__8HEYta__creatorCard:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.explore-module__8HEYta__creatorAvatar{background:var(--color-tertiary);border-radius:50%;width:80px;height:80px;margin:0 auto 1rem}.explore-module__8HEYta__creatorName{margin-bottom:.25rem;font-size:1rem;font-weight:600}.explore-module__8HEYta__creatorEpisodeCount{color:var(--color-muted);font-size:.75rem}
.podcast-module__zZvg4q__breadcrumb{color:var(--color-muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;display:flex}.podcast-module__zZvg4q__breadcrumb a{color:var(--color-primary);text-decoration:none;transition:opacity .2s}.podcast-module__zZvg4q__breadcrumb a:hover{opacity:.8}.podcast-module__zZvg4q__separator{color:var(--color-muted)}.podcast-module__zZvg4q__podcastHeader{border-bottom:1px solid var(--color-border);gap:3rem;margin-bottom:3rem;padding-bottom:3rem;display:flex}.podcast-module__zZvg4q__podcastImageLarge{border-radius:var(--radius-lg);flex-shrink:0;width:300px;height:300px;overflow:hidden;box-shadow:0 8px 24px #00000026}.podcast-module__zZvg4q__podcastImageLarge img{object-fit:cover;width:100%;height:100%}.podcast-module__zZvg4q__podcastImagePlaceholder{background:linear-gradient(135deg,var(--color-tertiary),var(--color-border));justify-content:center;align-items:center;width:100%;height:100%;font-size:6rem;display:flex}.podcast-module__zZvg4q__podcastInfo{flex-direction:column;flex:1;gap:1rem;display:flex}.podcast-module__zZvg4q__podcastTitle{color:var(--color-text);margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.podcast-module__zZvg4q__podcastAuthor{color:var(--color-muted);margin:0;font-size:1.25rem}.podcast-module__zZvg4q__ratingSection{align-items:center;gap:1rem;display:flex}.podcast-module__zZvg4q__ratingStars{gap:.25rem;display:flex}.podcast-module__zZvg4q__starFilled{color:#ffb800;font-size:1.25rem}.podcast-module__zZvg4q__starEmpty{color:var(--color-border);font-size:1.25rem}.podcast-module__zZvg4q__ratingText{color:var(--color-text);font-size:1rem;font-weight:500}.podcast-module__zZvg4q__noRating{color:var(--color-muted);font-size:1rem}.podcast-module__zZvg4q__categories{flex-wrap:wrap;gap:.5rem;display:flex}.podcast-module__zZvg4q__categoryTag{background:var(--color-tertiary);color:var(--color-text);border-radius:var(--radius-sm);text-transform:capitalize;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.podcast-module__zZvg4q__actionButtons{gap:1rem;margin-top:1rem;display:flex}.podcast-module__zZvg4q__primaryButton{background:var(--color-primary);color:#fff;padding:.875rem 2rem;font-size:1rem;font-weight:600}.podcast-module__zZvg4q__primaryButton:hover{opacity:.9}.podcast-module__zZvg4q__secondaryButton{background:var(--color-surface);color:var(--color-text);border:2px solid var(--color-border);padding:.875rem 2rem;font-size:1rem;font-weight:600}.podcast-module__zZvg4q__secondaryButton:hover{background:var(--color-tertiary)}.podcast-module__zZvg4q__descriptionSection{margin-bottom:3rem}.podcast-module__zZvg4q__descriptionSection h2{color:var(--color-text);margin-bottom:1rem;font-size:1.75rem;font-weight:600}.podcast-module__zZvg4q__description{color:var(--color-muted);white-space:pre-line;font-size:1.125rem;line-height:1.8}.podcast-module__zZvg4q__statsGrid{flex-wrap:wrap;gap:1rem;max-height:100px;margin-bottom:3rem;display:flex;overflow:visible}.podcast-module__zZvg4q__statCard{background:var(--color-surface);border-radius:var(--radius-lg);flex:0 auto;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:transform .2s,box-shadow .2s;display:flex}.podcast-module__zZvg4q__statCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.podcast-module__zZvg4q__statIcon{font-size:1.5rem}.podcast-module__zZvg4q__statContent{flex-direction:column;gap:.125rem;display:flex}.podcast-module__zZvg4q__statLabel{color:var(--color-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.podcast-module__zZvg4q__statValue{color:var(--color-text);font-size:1rem;font-weight:600}.podcast-module__zZvg4q__episodesSection{border-top:1px solid var(--color-border);margin-top:3rem;padding-top:3rem}.podcast-module__zZvg4q__episodesSection h2{color:var(--color-text);margin-bottom:1rem;font-size:1.75rem;font-weight:600}.podcast-module__zZvg4q__loadingText,.podcast-module__zZvg4q__noEpisodes{color:var(--color-muted);text-align:center;background:var(--color-surface);border-radius:var(--radius-lg);padding:2rem;font-size:1.125rem}.podcast-module__zZvg4q__episodesList{flex-direction:column;gap:1.5rem;display:flex}.podcast-module__zZvg4q__episodeCard{background:var(--color-surface);border-radius:var(--radius-lg);gap:1.5rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.podcast-module__zZvg4q__episodeCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.podcast-module__zZvg4q__episodeImage{border-radius:var(--radius-md);flex-shrink:0;width:120px;height:120px;overflow:hidden}.podcast-module__zZvg4q__episodeImage img{object-fit:cover;width:100%;height:100%}.podcast-module__zZvg4q__episodeImagePlaceholder{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-secondary)100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.podcast-module__zZvg4q__episodeContent{flex-direction:column;flex:1;gap:.75rem;display:flex}.podcast-module__zZvg4q__episodeTitle{color:var(--color-text);margin:0;font-size:1.25rem;font-weight:600;line-height:1.4}.podcast-module__zZvg4q__episodeMeta{color:var(--color-muted);gap:1rem;font-size:.875rem;display:flex}.podcast-module__zZvg4q__episodeDate,.podcast-module__zZvg4q__episodeDuration{align-items:center;gap:.25rem;display:flex}.podcast-module__zZvg4q__episodeDescription{color:var(--color-muted);margin:0;font-size:.9375rem;line-height:1.6}.podcast-module__zZvg4q__episodeActions{gap:1rem;margin-top:.5rem;display:flex}.podcast-module__zZvg4q__playButton,.podcast-module__zZvg4q__linkButton{padding:.5rem 1rem;font-size:.875rem}.podcast-module__zZvg4q__errorMessage{text-align:center;padding:4rem 2rem}.podcast-module__zZvg4q__errorMessage h2{color:var(--color-text);margin-bottom:1rem;font-size:2rem}.podcast-module__zZvg4q__errorMessage p{color:var(--color-muted);margin-bottom:2rem}@media (max-width:768px){.podcast-module__zZvg4q__podcastHeader{flex-direction:column;gap:2rem}.podcast-module__zZvg4q__podcastImageLarge{width:100%;max-width:300px;margin:0 auto}.podcast-module__zZvg4q__podcastTitle{font-size:2rem}.podcast-module__zZvg4q__actionButtons{flex-direction:column}.podcast-module__zZvg4q__actionButtons button{width:100%}.podcast-module__zZvg4q__statsGrid{grid-template-columns:1fr}}
.genre-module__8GE22G__pageHeader{text-align:center;margin-bottom:2rem}.genre-module__8GE22G__pageTitle{color:var(--color-text);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.genre-module__8GE22G__pageSubtitle{color:var(--color-muted);font-size:1.125rem}.genre-module__8GE22G__searchSection{margin-bottom:2rem}.genre-module__8GE22G__searchInput{border:2px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;color:var(--color-text);padding:1rem;font-size:1rem;transition:border-color .2s}.genre-module__8GE22G__searchInput:focus{border-color:var(--color-primary);outline:none}.genre-module__8GE22G__filtersContainer{background:var(--color-surface);border-radius:var(--radius-lg);margin-bottom:2rem;padding:1.5rem}.genre-module__8GE22G__filtersHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.genre-module__8GE22G__filtersTitle{color:var(--color-text);font-size:1.25rem;font-weight:600}.genre-module__8GE22G__resetButton{background:var(--color-tertiary);color:var(--color-text);padding:.5rem 1rem;font-size:.875rem}.genre-module__8GE22G__resetButton:hover{background:var(--color-border)}.genre-module__8GE22G__filtersGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.genre-module__8GE22G__filterGroup{flex-direction:column;gap:.5rem;display:flex}.genre-module__8GE22G__filterLabel{color:var(--color-text);font-size:.875rem;font-weight:500}.genre-module__8GE22G__filterSlider{background:var(--color-border);cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px}.genre-module__8GE22G__filterSlider::-webkit-slider-thumb{appearance:none;background:var(--color-primary);cursor:pointer;border-radius:50%;width:18px;height:18px}.genre-module__8GE22G__filterSlider::-moz-range-thumb{background:var(--color-primary);cursor:pointer;border:none;border-radius:50%;width:18px;height:18px}.genre-module__8GE22G__filterSelect{border:2px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-text);cursor:pointer;padding:.5rem;font-size:.875rem}.genre-module__8GE22G__filterSelect:focus{border-color:var(--color-primary);outline:none}.genre-module__8GE22G__resultsInfo{color:var(--color-muted);margin-bottom:1.5rem;font-size:.875rem}.genre-module__8GE22G__paginationContainer{justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;padding:1rem;display:flex}.genre-module__8GE22G__paginationButton{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:opacity .2s}.genre-module__8GE22G__paginationButton:hover:not(:disabled){opacity:.9}.genre-module__8GE22G__paginationButton:disabled{opacity:.5;cursor:not-allowed}.genre-module__8GE22G__paginationInfo{color:var(--color-text);font-size:1rem;font-weight:500}.genre-module__8GE22G__podcastsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.genre-module__8GE22G__podcastCard{background:var(--color-surface);border-radius:var(--radius-lg);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.genre-module__8GE22G__podcastCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.genre-module__8GE22G__podcastImage{background:var(--color-tertiary);width:100%;height:200px;overflow:hidden}.genre-module__8GE22G__podcastImage img{object-fit:cover;width:100%;height:100%}.genre-module__8GE22G__podcastImagePlaceholder{background:linear-gradient(135deg,var(--color-tertiary),var(--color-border));justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;display:flex}.genre-module__8GE22G__podcastContent{flex-direction:column;flex:1;padding:1.5rem;display:flex}.genre-module__8GE22G__podcastTitle{color:var(--color-text);margin-bottom:.5rem;font-size:1.25rem;font-weight:600;line-height:1.3}.genre-module__8GE22G__podcastAuthor{color:var(--color-muted);margin-bottom:.75rem;font-size:.875rem}.genre-module__8GE22G__podcastDescription{color:var(--color-muted);flex:1;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.genre-module__8GE22G__podcastMetrics{border-top:1px solid var(--color-border);gap:1rem;margin-bottom:1rem;padding-top:1rem;display:flex}.genre-module__8GE22G__metric{flex-direction:column;flex:1;align-items:center;gap:.25rem;display:flex}.genre-module__8GE22G__metricLabel{color:var(--color-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.genre-module__8GE22G__metricValue{color:var(--color-primary);font-size:1rem;font-weight:600}.genre-module__8GE22G__viewButton{background:var(--color-primary);color:#fff;width:100%;padding:.75rem;font-weight:500}.genre-module__8GE22G__viewButton:hover{opacity:.9}.genre-module__8GE22G__noResults{text-align:center;color:var(--color-muted);grid-column:1/-1;padding:4rem 2rem}.genre-module__8GE22G__noResults p{font-size:1.125rem}.genre-module__8GE22G__errorMessage{text-align:center;padding:4rem 2rem}.genre-module__8GE22G__errorMessage h2{color:var(--color-text);margin-bottom:1rem;font-size:2rem}.genre-module__8GE22G__errorMessage p{color:var(--color-muted);margin-bottom:2rem}.genre-module__8GE22G__genreList{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.genre-module__8GE22G__genreLink{background:var(--color-surface);border-radius:var(--radius-md);color:var(--color-text);padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:background .2s}.genre-module__8GE22G__genreLink:hover{background:var(--color-primary);color:#fff}@media (max-width:768px){.genre-module__8GE22G__pageTitle{font-size:2rem}.genre-module__8GE22G__filtersGrid,.genre-module__8GE22G__podcastsGrid{grid-template-columns:1fr}.genre-module__8GE22G__podcastMetrics{gap:.5rem}}
