@-webkit-keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}button,button:focus{outline:none!important}body.podcast-detail-page{background:transparent;position:relative}.main-content{position:relative;padding-bottom:40px}.page-background-blur{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;background-size:cover;background-position:50%;background-attachment:fixed;filter:blur(20px);transform:scale(1.1);will-change:transform}.page-background-blur:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.podcast-container{margin-bottom:2rem;padding:2rem 0;position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(var(--bg-start,245,245,245),1),rgba(var(--bg-end,255,255,255),1));transition:background .5s ease}body.dark-mode .podcast-container{--bg-start:26,26,26;--bg-end:18,18,18}.podcast-container .podcast-background-blur{position:absolute;top:-50px;left:-50px;right:-50px;bottom:-50px;z-index:0;background-size:cover;background-position:50%;filter:blur(20px);transform:scale(1.1) translateY(0);opacity:.8;transition:transform .3s ease-out,opacity .5s ease;will-change:transform}.podcast-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,hsla(0,0%,100%,.3),#fff)}body.dark-mode .podcast-container:after{background:linear-gradient(180deg,rgba(0,0,0,.4),#0f0f0f)}@media screen and (max-width:767px){.podcast-container{padding:2rem 15px}}.podcast-player-main{display:flex;flex-direction:row;align-items:flex-start;gap:40px;background:hsla(0,0%,100%,.95);border:1px solid #e0e0e0;color:#1a1a1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;padding:40px;margin:0 auto;max-width:1200px;box-shadow:0 10px 30px rgba(0,0,0,.1);position:relative;z-index:1}body.dark-mode .podcast-player-main{background:rgba(30,30,30,.65);border:1px solid hsla(0,0%,100%,.1);color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.3)}.podcast-player-main .poster{width:280px;height:280px;border-radius:12px;overflow:hidden;flex-shrink:0;box-shadow:0 8px 24px rgba(0,0,0,.1)}body.dark-mode .podcast-player-main .poster{box-shadow:0 8px 24px rgba(0,0,0,.4)}.podcast-player-main .poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.podcast-player-main .controls{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:center;min-width:0}@media (max-width:768px){.podcast-player-main{flex-direction:column;align-items:center;gap:30px;padding:30px 20px}.podcast-player-main .poster{width:250px;height:250px}.podcast-player-main .controls{text-align:center;width:100%}}.podcast-player-main .category-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;color:#fff;margin:0 auto 15px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.podcast-player-main .category-badge i{font-size:12px}.podcast-player-main .title{font-size:26px;font-weight:700;margin:0 0 10px;line-height:1.3}.podcast-player-main .artist{font-size:16px;color:#666;margin:0 0 12px}body.dark-mode .podcast-player-main .artist{color:#b3b3b3}.podcast-player-main .description{font-size:15px;color:#666;line-height:1.6;margin:0 auto 25px;max-width:600px}body.dark-mode .podcast-player-main .description{color:#d0d0d0}@media (max-width:768px){.podcast-player-main .title{font-size:24px}.podcast-player-main .description{-webkit-line-clamp:2;line-clamp:2}}.podcast-player-main .timeline{width:100%}.podcast-player-main .timeline .progress-bar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:#e0e0e0;border-radius:3px;outline:none;cursor:pointer;position:relative;overflow:visible}body.dark-mode .podcast-player-main .timeline .progress-bar{background:#404040}.podcast-player-main .timeline .progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#fff;border-radius:50%;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;margin-top:-5px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.podcast-player-main .timeline .progress-bar::-moz-range-thumb{width:16px;height:16px;background:#fff;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 4px rgba(0,0,0,.2)}.podcast-player-main .timeline .progress-bar::-webkit-slider-runnable-track{height:6px;border-radius:3px}.podcast-player-main .timeline .progress-bar::-moz-range-track{height:6px;border-radius:3px;background:#e0e0e0;border:none}body.dark-mode .podcast-player-main .timeline .progress-bar::-moz-range-track{background:#404040}.podcast-player-main .timeline .progress-bar::-moz-range-progress{height:6px;border-radius:3px;background:#1db954}.podcast-player-main .timeline .progress-bar:hover::-webkit-slider-thumb{background:#1db954;transform:scale(1.1)}.podcast-player-main .timeline .progress-bar:hover::-moz-range-thumb{background:#1db954}.podcast-player-main .timeline .time{display:flex;justify-content:space-between;font-size:12px;color:#666;margin-top:5px;width:100%}body.dark-mode .podcast-player-main .timeline .time{color:#b3b3b3}@media (max-width:768px){.podcast-player-main .timeline{text-align:center}}.podcast-player-main .buttons{display:flex;justify-content:center;align-items:center;margin-top:20px}.podcast-player-main .buttons button{background:none;border:none;color:#666;font-size:20px;margin:0 20px;cursor:pointer;transition:color .2s,transform .2s}body.dark-mode .podcast-player-main .buttons button{color:#fff}.podcast-player-main .buttons button:focus{outline:none;box-shadow:none}.podcast-player-main .buttons button:hover{color:#1db954;transform:scale(1.1)}.podcast-player-main .buttons button.play-pause{width:60px;height:60px;border-radius:50%;background-color:#1db954;font-size:24px;display:flex;justify-content:center;align-items:center;color:#fff}.podcast-player-main .buttons button.play-pause:hover{transform:scale(1.1);background-color:#1ed760}.podcast-player-main .extra-controls{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:25px;padding:0 20px}.podcast-player-main .extra-controls .playback-speed button{background:rgba(0,0,0,.1);border:none;color:#1a1a1a;padding:8px 12px;border-radius:20px;cursor:pointer;font-weight:700;transition:background-color .2s}body.dark-mode .podcast-player-main .extra-controls .playback-speed button{background:hsla(0,0%,100%,.1);color:#fff}.podcast-player-main .extra-controls .playback-speed button:hover{background:rgba(0,0,0,.15)}body.dark-mode .podcast-player-main .extra-controls .playback-speed button:hover{background:hsla(0,0%,100%,.2)}.podcast-player-main .extra-controls .playback-speed button:focus{outline:none;box-shadow:none}.podcast-player-main .extra-controls .volume-control{display:flex;align-items:center}.podcast-player-main .extra-controls .volume-control button{background:none;border:none;color:#666;font-size:18px;cursor:pointer;margin-right:10px;transition:color .2s ease}body.dark-mode .podcast-player-main .extra-controls .volume-control button{color:#fff}.podcast-player-main .extra-controls .volume-control button:hover{color:#1db954}.podcast-player-main .extra-controls .volume-control button:focus{outline:none;box-shadow:none}.podcast-player-main .extra-controls .volume-control .volume-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100px;height:4px;background:#e0e0e0;border-radius:2px;outline:none;cursor:pointer}body.dark-mode .podcast-player-main .extra-controls .volume-control .volume-slider{background:#404040}.podcast-player-main .extra-controls .volume-control .volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;background:#fff;border-radius:50%;cursor:pointer;-webkit-transition:background .2s ease;transition:background .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.2);margin-top:-5px}.podcast-player-main .extra-controls .volume-control .volume-slider::-moz-range-thumb{width:14px;height:14px;background:#fff;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 4px rgba(0,0,0,.2)}.podcast-player-main .extra-controls .volume-control .volume-slider:hover::-webkit-slider-thumb{background:#1db954;transform:scale(1.1)}.podcast-player-main .extra-controls .volume-control .volume-slider:hover::-moz-range-thumb{background:#1db954}.podcast-player-main .extra-controls .volume-control .volume-slider::-webkit-slider-runnable-track{height:4px;border-radius:2px}.podcast-player-main .extra-controls .volume-control .volume-slider::-moz-range-track{height:4px;border-radius:2px;background:#e0e0e0;border:none}body.dark-mode .podcast-player-main .extra-controls .volume-control .volume-slider::-moz-range-track{background:#404040}.podcast-player-sticky{position:fixed;bottom:0;left:0;right:0;background:hsla(0,0%,96.1%,.95);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:#1a1a1a;transform:translateY(100%);transition:transform .4s ease-in-out,height .3s ease-in-out;z-index:1000;box-shadow:0 -5px 15px rgba(0,0,0,.1);height:70px}body.dark-mode .podcast-player-sticky{background:rgba(20,20,20,.9);color:#fff;box-shadow:0 -5px 15px rgba(0,0,0,.3)}.podcast-player-sticky .container{display:flex;align-items:center;max-width:1200px;margin:0 auto;padding:0 15px;height:100%}.podcast-player-sticky.is-minimized .sticky-main-content{flex-direction:row;align-items:center}.podcast-player-sticky.is-minimized .sticky-main-content .timeline{display:none}.podcast-player-sticky:not(.is-minimized){height:110px}.podcast-player-sticky .sticky-main-content{flex-grow:1;display:flex;flex-direction:column;justify-content:center;margin:0 15px;min-width:0}.podcast-player-sticky .info{display:flex;align-items:center;width:100%;overflow:hidden}.podcast-player-sticky .info .title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1a1a1a}body.dark-mode .podcast-player-sticky .info .title{color:#fff}.podcast-player-sticky .info .title.scrolling-title{text-overflow:clip;overflow:visible;-webkit-animation:scrollingTitle 12s infinite alternate;animation:scrollingTitle 12s infinite alternate}.podcast-player-sticky .info .time{font-size:12px;color:#666;margin-left:15px;white-space:nowrap}body.dark-mode .podcast-player-sticky .info .time{color:#b3b3b3}.podcast-player-sticky .timeline{width:100%;margin-top:10px}.podcast-player-sticky .timeline .progress-bar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;background:#e0e0e0;border-radius:2px;outline:none;overflow:visible;cursor:pointer}body.dark-mode .podcast-player-sticky .timeline .progress-bar{background:#404040}.podcast-player-sticky .timeline .progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#fff;border-radius:50%;margin-top:-4px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.podcast-player-sticky .timeline .progress-bar::-moz-range-thumb{width:12px;height:12px;background:#fff;border-radius:50%;border:none;box-shadow:0 2px 4px rgba(0,0,0,.2)}.podcast-player-sticky .timeline .progress-bar::-webkit-slider-runnable-track{height:4px;border-radius:2px}.podcast-player-sticky .timeline .progress-bar::-moz-range-track{height:4px;border-radius:2px;background:#e0e0e0;border:none}body.dark-mode .podcast-player-sticky .timeline .progress-bar::-moz-range-track{background:#404040}.podcast-player-sticky .timeline .progress-bar::-moz-range-progress{height:4px;border-radius:2px;background:#1db954}.podcast-player-sticky .extra-controls-sticky{display:flex;align-items:center;margin-left:20px}.podcast-player-sticky .extra-controls-sticky .playback-speed button{background:rgba(0,0,0,.1);border:none;color:#1a1a1a;padding:6px 10px;border-radius:20px;cursor:pointer;font-weight:700;transition:background-color .2s;font-size:14px;margin-right:15px}body.dark-mode .podcast-player-sticky .extra-controls-sticky .playback-speed button{background:hsla(0,0%,100%,.1);color:#fff}.podcast-player-sticky .extra-controls-sticky .playback-speed button:hover{background:rgba(0,0,0,.15)}body.dark-mode .podcast-player-sticky .extra-controls-sticky .playback-speed button:hover{background:hsla(0,0%,100%,.2)}.podcast-player-sticky .extra-controls-sticky .playback-speed button:focus{outline:none;box-shadow:none}.podcast-player-sticky .extra-controls-sticky .volume-control{display:flex;align-items:center}.podcast-player-sticky .extra-controls-sticky .volume-control button{background:none;border:none;color:#666;cursor:pointer;font-size:16px;margin-right:8px;transition:color .2s ease}body.dark-mode .podcast-player-sticky .extra-controls-sticky .volume-control button{color:#fff}.podcast-player-sticky .extra-controls-sticky .volume-control button:hover{color:#1db954}.podcast-player-sticky .extra-controls-sticky .volume-control button:focus{outline:none;box-shadow:none}.podcast-player-sticky .extra-controls-sticky .volume-control .volume-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:80px;height:4px;background:#e0e0e0;border-radius:2px;outline:none;cursor:pointer}body.dark-mode .podcast-player-sticky .extra-controls-sticky .volume-control .volume-slider{background:#404040}.podcast-player-sticky .extra-controls-sticky .volume-control .volume-slider::-webkit-slider-thumb{margin-top:-4px;-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;-webkit-transition:background .2s ease;transition:background .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.podcast-player-sticky .extra-controls-sticky .volume-control .volume-slider::-moz-range-thumb{width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 4px rgba(0,0,0,.2)}.podcast-player-sticky .extra-controls-sticky .volume-control .volume-slider:hover::-webkit-slider-thumb{background:#1db954;transform:scale(1.1)}.podcast-player-sticky .extra-controls-sticky .volume-control .volume-slider:hover::-moz-range-thumb{background:#1db954}.podcast-player-sticky .extra-controls-sticky .volume-control .volume-slider::-webkit-slider-runnable-track{height:4px;border-radius:2px}.podcast-player-sticky .extra-controls-sticky .volume-control .volume-slider::-moz-range-track{height:4px;border-radius:2px;background:#e0e0e0;border:none}body.dark-mode .podcast-player-sticky .extra-controls-sticky .volume-control .volume-slider::-moz-range-track{background:#404040}.podcast-player-sticky .sticky-action-buttons{display:flex;align-items:center;margin-left:15px}.podcast-player-sticky .close-sticky,.podcast-player-sticky .toggle-minimize{background:none;border:none;color:#999;font-size:20px;cursor:pointer;padding:5px}body.dark-mode .podcast-player-sticky .close-sticky,body.dark-mode .podcast-player-sticky .toggle-minimize{color:#888}.podcast-player-sticky .close-sticky:hover,.podcast-player-sticky .toggle-minimize:hover{color:#1a1a1a}body.dark-mode .podcast-player-sticky .close-sticky:hover,body.dark-mode .podcast-player-sticky .toggle-minimize:hover{color:#fff}.podcast-player-sticky .close-sticky:focus,.podcast-player-sticky .toggle-minimize:focus{outline:none;box-shadow:none}.podcast-player-sticky.visible{transform:translateY(0)}.podcast-player-sticky .poster-mini{width:50px;height:50px;border-radius:50%;overflow:hidden;margin-right:15px;flex-shrink:0}.podcast-player-sticky .poster-mini img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.podcast-player-sticky .poster-mini.is-playing img{-webkit-animation:rotateDisc 10s linear infinite;animation:rotateDisc 10s linear infinite}.podcast-player-sticky .info{flex-grow:1}.podcast-player-sticky .info .title{margin:0;font-size:14px;font-weight:500}.podcast-player-sticky .buttons button{background:none;border:none;color:#666;font-size:18px;cursor:pointer;padding:5px 10px}body.dark-mode .podcast-player-sticky .buttons button{color:#fff}.podcast-player-sticky .buttons button:focus{outline:none;box-shadow:none}.podcast-player-sticky .buttons button.play-pause{font-size:22px}.podcast-player-sticky .close-sticky{background:none;border:none;color:#999;font-size:24px;cursor:pointer;padding:5px 10px;margin-left:10px}body.dark-mode .podcast-player-sticky .close-sticky{color:#888}.podcast-player-sticky .close-sticky:focus{outline:none;box-shadow:none}.podcast-player-sticky .close-sticky:hover{color:#1a1a1a}body.dark-mode .podcast-player-sticky .close-sticky:hover{color:#fff}.podcast-detail-container{display:grid;grid-template-columns:1fr 350px;gap:30px;max-width:1200px;margin:0 auto 40px;padding:0 15px;position:relative;z-index:2;align-items:start}.podcast-detail-container:has(.podcast-main-content):not(:has(.podcast-sidebar)){grid-template-columns:1fr;max-width:1200px}.podcast-detail-container:has(.podcast-sidebar):not(:has(.podcast-main-content)){grid-template-columns:1fr;max-width:400px}@media (max-width:1024px){.podcast-detail-container{grid-template-columns:1fr}}.podcast-main-content{min-width:0;display:flex;flex-direction:column}.podcast-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#1a1a1a;border-radius:12px;line-height:1.8;font-size:16px;position:relative}body.dark-mode .podcast-content{color:#e0e0e0}.podcast-content.collapsed .content-text{max-height:400px;overflow:hidden;position:relative}.podcast-content.collapsed .content-text:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 50%,#fff);pointer-events:none}body.dark-mode .podcast-content.collapsed .content-text:after{background:linear-gradient(180deg,rgba(30,30,30,0),rgba(15,15,15,.5) 50%,#0f0f0f)}.podcast-content:not(.collapsed) .content-text{max-height:none}.podcast-content .content-text{transition:max-height .3s ease;position:relative;min-height:300px}.podcast-content .toggle-content-btn{display:block;margin:20px auto 0;padding:10px 24px;background:linear-gradient(135deg,#1db954,#1ed760);color:#fff;border:none;border-radius:25px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px rgba(29,185,84,.4);position:relative;z-index:10}.podcast-content .toggle-content-btn:hover{background:linear-gradient(135deg,#1ed760,#1db954);transform:translateY(-2px);box-shadow:0 4px 12px rgba(29,185,84,.6)}.podcast-content .toggle-content-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(29,185,84,.3)}.podcast-content .toggle-content-btn i{margin-left:6px;transition:transform .3s ease}.podcast-content .toggle-content-btn.expanded i{transform:rotate(180deg)}.podcast-content h1,.podcast-content h2,.podcast-content h3{margin-top:1.5em;margin-bottom:.5em;color:#1a1a1a}body.dark-mode .podcast-content h1,body.dark-mode .podcast-content h2,body.dark-mode .podcast-content h3{color:#fff}.podcast-content h1{font-size:28px}.podcast-content h2{font-size:24px}.podcast-content h3{font-size:20px}.podcast-content p{margin-bottom:1em;color:#666}body.dark-mode .podcast-content p{color:#d0d0d0}.podcast-content a{color:#1db954}.podcast-content a:hover{color:#1ed760}.podcast-content figure{display:table;clear:both;text-align:center;margin:.9em auto;min-width:50px}.podcast-content figure figcaption{font-style:italic;text-align:center;font-size:15px!important;background:#f2f2f2;padding:5px;margin-bottom:10px}.podcast-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5em 0 0;box-shadow:0 4px 16px rgba(0,0,0,.4);display:block;min-width:100%}.podcast-sidebar{position:sticky;top:20px;align-self:flex-start;z-index:2}@media (max-width:1024px){.podcast-sidebar{display:none}}.sidebar-section{background:linear-gradient(180deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.85) 60%,hsla(0,0%,100%,.75));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.1);border:1px solid #e0e0e0;margin-bottom:20px}body.dark-mode .sidebar-section{background:linear-gradient(180deg,rgba(30,30,30,.85),rgba(30,30,30,.7) 60%,rgba(30,30,30,.6));box-shadow:0 4px 20px rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1)}.sidebar-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid rgba(29,185,84,.5);display:flex;align-items:center;gap:8px}body.dark-mode .sidebar-title{color:#fff}.sidebar-title i{color:#ff6b35}.sidebar-podcast-list{list-style:none;padding:0;margin:0}.sidebar-podcast-list li{display:flex;align-items:center;gap:12px;padding:12px;margin-bottom:10px;border-radius:8px;transition:all .2s ease;background:rgba(0,0,0,.03)}body.dark-mode .sidebar-podcast-list li{background:hsla(0,0%,100%,.03)}.sidebar-podcast-list li:hover{background:rgba(29,185,84,.15);transform:translateX(4px)}.sidebar-podcast-list li:last-child{margin-bottom:0}.sidebar-thumb{width:72px;height:72px;border-radius:6px;-o-object-fit:cover;object-fit:cover;flex-shrink:0;box-shadow:0 2px 6px rgba(0,0,0,.1)}.sidebar-info{flex:1;min-width:0}.sidebar-podcast-link{text-decoration:none;color:inherit}.sidebar-podcast-link:hover .sidebar-podcast-title{color:#1db954}.sidebar-podcast-title{font-size:14px;font-weight:600;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;margin-bottom:6px;transition:color .2s ease}body.dark-mode .sidebar-podcast-title{color:#e0e0e0}.sidebar-meta{display:flex;align-items:center;justify-content:space-between}.sidebar-play-btn{width:28px;height:28px;flex:0 0 auto;border-radius:50%;background:#1db954;color:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px rgba(29,185,84,.3)}.sidebar-play-btn:hover{background:#1ed760;transform:scale(1.1)}.sidebar-play-btn:focus{outline:none}.sidebar-duration{font-size:12px;color:#666;font-weight:500}body.dark-mode .sidebar-duration{color:#b0b0b0}.related-podcasts-grid{max-width:1200px;margin:40px auto;padding:0 15px;position:relative;z-index:2}.related-podcasts-grid .related-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.related-podcasts-grid .related-title{font-size:26px;font-weight:700;color:#1a1a1a;text-shadow:0 2px 4px rgba(0,0,0,.1);padding-left:12px;border-left:4px solid #1db954;margin:0}body.dark-mode .related-podcasts-grid .related-title{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.4)}.related-podcasts-grid .autoplay-toggle{display:flex;align-items:center}.related-podcasts-grid .autoplay-label{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.related-podcasts-grid .autoplay-checkbox{display:none}.related-podcasts-grid .autoplay-slider{position:relative;width:44px;height:24px;background:rgba(0,0,0,.2);border-radius:24px;transition:background .3s ease;border:2px solid rgba(0,0,0,.1)}body.dark-mode .related-podcasts-grid .autoplay-slider{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.1)}.related-podcasts-grid .autoplay-slider:before{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.related-podcasts-grid .autoplay-checkbox:checked+.autoplay-slider{background:#1db954;border-color:#1db954}.related-podcasts-grid .autoplay-checkbox:checked+.autoplay-slider:before{transform:translateX(20px)}.related-podcasts-grid .autoplay-text{font-size:14px;font-weight:600;color:#1a1a1a}body.dark-mode .related-podcasts-grid .autoplay-text{color:#fff}@media (max-width:768px){.related-podcasts-grid .podcast-grid{display:flex;flex-wrap:nowrap;gap:16px;padding:0 0 15px;overflow-x:auto}.related-podcasts-grid .podcast-grid .podcast-card{flex:0 0 280px;max-width:280px}.related-podcasts-grid::-webkit-scrollbar{height:6px}.related-podcasts-grid::-webkit-scrollbar-track{background:#f5f5f5}body.dark-mode .related-podcasts-grid::-webkit-scrollbar-track{background:#2a2a2a}.related-podcasts-grid::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.related-podcasts-grid::-webkit-scrollbar-thumb:hover{background:#555}}.podcast-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1024px){.podcast-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.podcast-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width:480px){.podcast-grid{grid-template-columns:1fr}}.podcast-grid-item{background:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.8));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;overflow:hidden;box-shadow:0 3px 12px rgba(0,0,0,.1);border:1px solid #e0e0e0;transition:all .3s ease}body.dark-mode .podcast-grid-item{background:linear-gradient(180deg,rgba(30,30,30,.8),rgba(30,30,30,.6));box-shadow:0 3px 12px rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1)}.podcast-grid-item:hover{box-shadow:0 6px 24px rgba(29,185,84,.3);transform:translateY(-4px);border-color:rgba(29,185,84,.3);background:linear-gradient(180deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.85))}body.dark-mode .podcast-grid-item:hover{background:linear-gradient(180deg,rgba(30,30,30,.9),rgba(30,30,30,.7))}.podcast-grid-item:hover .grid-play-overlay{opacity:1}.grid-thumb-wrapper{position:relative;padding-bottom:100%;overflow:hidden}.grid-thumb{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.grid-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(29,185,84,.8),rgba(0,0,0,.8));opacity:0;transition:opacity .3s ease}.grid-play-btn,.grid-play-overlay{display:flex;align-items:center;justify-content:center}.grid-play-btn{width:50px;height:50px;border-radius:50%;background:#1db954;color:#fff;border:none;font-size:18px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(29,185,84,.4)}.grid-play-btn:hover{background:#1ed760;transform:scale(1.1)}.grid-play-btn:focus{outline:none}.grid-item-info{padding:15px}.grid-item-link{text-decoration:none;color:inherit}.grid-item-link:hover .grid-item-title{color:#1db954}.grid-item-title{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}body.dark-mode .grid-item-title{color:#e0e0e0}.grid-item-meta{justify-content:space-between}.grid-duration,.grid-item-meta{display:flex;align-items:center}.grid-duration{font-size:13px;color:#666;gap:4px}body.dark-mode .grid-duration{color:#b0b0b0}.grid-duration i{font-size:12px;color:#1db954}.grid-play-btn-small{width:32px;height:32px;border-radius:50%;background:#1db954;color:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px rgba(29,185,84,.3)}.grid-play-btn-small:hover{background:#1ed760;transform:scale(1.1)}.grid-play-btn-small:focus{outline:none}.related-podcasts-list{max-width:800px;margin:40px auto;padding:0 15px;position:relative;z-index:2}.related-podcasts-list .related-title{font-size:26px;font-weight:700;color:#1a1a1a;text-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:25px;padding-left:12px;border-left:4px solid #1db954}body.dark-mode .related-podcasts-list .related-title{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.4)}.related-podcasts-list ul{list-style:none;padding:0;margin:0;display:grid;gap:16px}.related-podcasts-list li{display:flex;align-items:center;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:16px;box-shadow:0 3px 12px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid #e0e0e0}body.dark-mode .related-podcasts-list li{background:rgba(30,30,30,.8);box-shadow:0 3px 12px rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1)}.related-podcasts-list li:hover{box-shadow:0 6px 20px rgba(0,0,0,.15);transform:translateY(-2px);background:#fff}body.dark-mode .related-podcasts-list li:hover{box-shadow:0 6px 20px rgba(0,0,0,.4);background:rgba(40,40,40,.9)}.related-podcasts-list .related-thumb{width:90px;height:90px;border-radius:8px;-o-object-fit:cover;object-fit:cover;margin-right:20px;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease}.related-podcasts-list .related-thumb:hover{transform:scale(1.05)}.related-podcasts-list .related-info{flex-grow:1;min-width:0;text-align:left}.related-podcasts-list .related-item-link{text-decoration:none;color:inherit}.related-podcasts-list .related-item-link:hover .related-item-title{color:#1db954}.related-podcasts-list .related-item-title{font-size:17px;font-weight:600;color:#1a1a1a;margin:0 0 12px;display:block;transition:color .2s ease;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.dark-mode .related-podcasts-list .related-item-title{color:#e0e0e0}.related-podcasts-list .related-item-meta{display:flex;align-items:center}.related-podcasts-list .related-item-meta .play-related-btn{width:40px;height:40px;border-radius:50%;background-color:#1db954;color:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;margin-right:12px;transition:all .3s ease;box-shadow:0 2px 8px rgba(29,185,84,.3)}.related-podcasts-list .related-item-meta .play-related-btn:hover{background-color:#1ed760;transform:scale(1.1);box-shadow:0 4px 12px rgba(29,185,84,.4)}.related-podcasts-list .related-item-meta .play-related-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(29,185,84,.3)}.related-podcasts-list .related-item-meta .duration{font-size:14px;color:#666;font-weight:500;background:#f5f5f5;padding:4px 10px;border-radius:12px}body.dark-mode .related-podcasts-list .related-item-meta .duration{color:#b3b3b3;background:hsla(0,0%,100%,.1)}@media (max-width:768px){.related-podcasts-list li{padding:12px}.related-podcasts-list .related-thumb{width:70px;height:70px;margin-right:15px}.related-podcasts-list .related-item-title{font-size:15px}.related-podcasts-list .related-item-meta .play-related-btn{width:36px;height:36px}}@-webkit-keyframes rotateDisc{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotateDisc{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.podcast-category-page{background:#f5f5f5;min-height:100vh}body.dark-mode .podcast-category-page{background:#000}.podcast-category-header{position:relative;margin-bottom:40px}.category-banner{position:relative;height:500px;background-size:cover;background-position:50%;display:flex;align-items:flex-end}@media (max-width:768px){.category-banner{height:400px}}.category-overlay{top:0;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.85))}.category-audio-waves,.category-overlay{position:absolute;left:0;right:0;bottom:0}.category-audio-waves{height:80px;display:flex;align-items:flex-end;justify-content:center;gap:4px;padding:0 20px;z-index:0;opacity:.15}@media (max-width:768px){.category-audio-waves{height:50px;gap:3px}}.wave-bar{width:4px;background:#fff;border-radius:2px;-webkit-animation:wave-pulse 1.2s ease-in-out infinite;animation:wave-pulse 1.2s ease-in-out infinite;transform-origin:bottom}@media (max-width:768px){.wave-bar{width:3px}}.wave-bar:first-child{-webkit-animation-delay:.05s;animation-delay:.05s;height:31px}.wave-bar:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s;height:60px}.wave-bar:nth-child(3){-webkit-animation-delay:.15s;animation-delay:.15s;height:44px}.wave-bar:nth-child(4){-webkit-animation-delay:.2s;animation-delay:.2s;height:59px}.wave-bar:nth-child(5){-webkit-animation-delay:.25s;animation-delay:.25s;height:48px}.wave-bar:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s;height:62px}.wave-bar:nth-child(7){-webkit-animation-delay:.35s;animation-delay:.35s;height:50px}.wave-bar:nth-child(8){-webkit-animation-delay:.4s;animation-delay:.4s;height:22px}.wave-bar:nth-child(9){-webkit-animation-delay:.45s;animation-delay:.45s;height:49px}.wave-bar:nth-child(10){-webkit-animation-delay:.5s;animation-delay:.5s;height:47px}.wave-bar:nth-child(11){-webkit-animation-delay:.55s;animation-delay:.55s;height:16px}.wave-bar:nth-child(12){-webkit-animation-delay:.6s;animation-delay:.6s;height:51px}.wave-bar:nth-child(13){-webkit-animation-delay:.65s;animation-delay:.65s;height:56px}.wave-bar:nth-child(14){-webkit-animation-delay:.7s;animation-delay:.7s;height:54px}.wave-bar:nth-child(15){-webkit-animation-delay:.75s;animation-delay:.75s;height:56px}.wave-bar:nth-child(16){-webkit-animation-delay:.8s;animation-delay:.8s;height:70px}.wave-bar:nth-child(17){-webkit-animation-delay:.85s;animation-delay:.85s;height:55px}.wave-bar:nth-child(18){-webkit-animation-delay:.9s;animation-delay:.9s;height:65px}.wave-bar:nth-child(19){-webkit-animation-delay:.95s;animation-delay:.95s;height:29px}.wave-bar:nth-child(20){-webkit-animation-delay:1s;animation-delay:1s;height:60px}.wave-bar:nth-child(21){-webkit-animation-delay:1.05s;animation-delay:1.05s;height:47px}.wave-bar:nth-child(22){-webkit-animation-delay:1.1s;animation-delay:1.1s;height:44px}.wave-bar:nth-child(23){-webkit-animation-delay:1.15s;animation-delay:1.15s;height:48px}.wave-bar:nth-child(24){-webkit-animation-delay:1.2s;animation-delay:1.2s;height:43px}.wave-bar:nth-child(25){-webkit-animation-delay:1.25s;animation-delay:1.25s;height:59px}.wave-bar:nth-child(26){-webkit-animation-delay:1.3s;animation-delay:1.3s;height:33px}.wave-bar:nth-child(27){-webkit-animation-delay:1.35s;animation-delay:1.35s;height:69px}.wave-bar:nth-child(28){-webkit-animation-delay:1.4s;animation-delay:1.4s;height:15px}.wave-bar:nth-child(29){-webkit-animation-delay:1.45s;animation-delay:1.45s;height:37px}.wave-bar:nth-child(30){-webkit-animation-delay:1.5s;animation-delay:1.5s;height:63px}.wave-bar:nth-child(31){-webkit-animation-delay:1.55s;animation-delay:1.55s;height:43px}.wave-bar:nth-child(32){-webkit-animation-delay:1.6s;animation-delay:1.6s;height:37px}.wave-bar:nth-child(33){-webkit-animation-delay:1.65s;animation-delay:1.65s;height:50px}.wave-bar:nth-child(34){-webkit-animation-delay:1.7s;animation-delay:1.7s;height:50px}.wave-bar:nth-child(35){-webkit-animation-delay:1.75s;animation-delay:1.75s;height:15px}.wave-bar:nth-child(36){-webkit-animation-delay:1.8s;animation-delay:1.8s;height:30px}.wave-bar:nth-child(37){-webkit-animation-delay:1.85s;animation-delay:1.85s;height:11px}.wave-bar:nth-child(38){-webkit-animation-delay:1.9s;animation-delay:1.9s;height:29px}.wave-bar:nth-child(39){-webkit-animation-delay:1.95s;animation-delay:1.95s;height:24px}.wave-bar:nth-child(40){-webkit-animation-delay:2s;animation-delay:2s;height:35px}@-webkit-keyframes wave-pulse{0%,to{transform:scaleY(.5);opacity:.5}50%{transform:scaleY(1);opacity:1}}@keyframes wave-pulse{0%,to{transform:scaleY(.5);opacity:.5}50%{transform:scaleY(1);opacity:1}}.category-info{position:relative;z-index:1;padding:40px;max-width:1200px;margin:0 auto;width:100%;display:flex;align-items:flex-end;gap:30px}@media (max-width:768px){.category-info{flex-direction:column;align-items:center;text-align:center;padding:20px}}.category-image{width:200px;height:200px;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.5);flex-shrink:0}.category-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.category-image{width:150px;height:150px}}.category-details{flex:1}.category-label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1px;color:#1db954;text-transform:uppercase;margin-bottom:10px}.category-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;font-weight:600}.category-breadcrumb .breadcrumb-link{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .2s ease}.category-breadcrumb .breadcrumb-link:hover{color:#1db954}.category-breadcrumb .breadcrumb-separator{color:hsla(0,0%,100%,.5);font-size:16px}.category-title{font-size:48px;font-weight:900;color:#fff;margin:0 0 15px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.5)}@media (max-width:768px){.category-title{font-size:32px}}.category-description{font-size:16px;color:#b3b3b3;margin:0 0 15px;line-height:1.6;max-width:600px;text-shadow:0 1px 4px rgba(0,0,0,.5)}.category-meta{display:flex;align-items:center;gap:15px;color:#b3b3b3;font-size:14px}.category-meta i{color:#1db954;margin-right:5px}@media (max-width:768px){.category-meta{justify-content:center}}.podcast-category-content{padding:0 0 60px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.podcast-section{margin-bottom:60px}.section-title{font-size:28px;font-weight:700;color:#1a1a1a;display:flex;align-items:center;gap:12px}body.dark-mode .section-title{color:#fff}.section-title i{color:#1db954;font-size:24px}.section-title i.fa-fire{color:#ff6b35}@media (max-width:768px){.section-title{font-size:22px}.section-title i{font-size:20px}}.podcast-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}@media (max-width:768px){.podcast-list{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:480px){.podcast-list{grid-template-columns:1fr}}.podcast-item{background:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.8));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid #e0e0e0}body.dark-mode .podcast-item{background:linear-gradient(180deg,rgba(30,30,30,.8),rgba(30,30,30,.6));border:1px solid hsla(0,0%,100%,.1)}.podcast-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(29,185,84,.3);border-color:rgba(29,185,84,.3);background:linear-gradient(180deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.85))}body.dark-mode .podcast-item:hover{background:linear-gradient(180deg,rgba(30,30,30,.9),rgba(30,30,30,.7))}.podcast-item:hover .podcast-play-overlay{opacity:1}.podcast-thumb-wrapper{position:relative;padding-bottom:100%;overflow:hidden}.podcast-thumb{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.podcast-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(29,185,84,.8),rgba(0,0,0,.8));opacity:0;transition:opacity .3s ease}.podcast-play-btn,.podcast-play-overlay{display:flex;align-items:center;justify-content:center}.podcast-play-btn{width:60px;height:60px;border-radius:50%;background:#1db954;color:#fff;border:none;font-size:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(29,185,84,.4)}.podcast-play-btn:hover{background:#1ed760;transform:scale(1.1)}.podcast-play-btn:focus{outline:none}.podcast-info{padding:16px}.podcast-title-link{text-decoration:none;color:inherit}.podcast-title-link:hover .podcast-title{color:#1db954}.podcast-title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}body.dark-mode .podcast-title{color:#e0e0e0}.podcast-meta{display:flex;align-items:center;justify-content:space-between}.podcast-duration{font-size:14px;color:#666;display:flex;align-items:center;gap:5px}body.dark-mode .podcast-duration{color:#b0b0b0}.podcast-duration i{color:#1db954}.podcast-play-small{width:36px;height:36px;border-radius:50%;background:#1db954;color:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px rgba(29,185,84,.3)}.podcast-play-small:hover{background:#1ed760;transform:scale(1.1)}.podcast-play-small:focus{outline:none}.related-categories-section{margin-top:30px}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width:1024px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:480px){.categories-grid{grid-template-columns:1fr}}.category-card{background:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.8));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease;border:1px solid #e0e0e0}body.dark-mode .category-card{background:linear-gradient(180deg,rgba(30,30,30,.8),rgba(30,30,30,.6));border:1px solid hsla(0,0%,100%,.1)}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(29,185,84,.3);border-color:rgba(29,185,84,.3)}.category-card:hover .category-card-overlay{opacity:1}.category-card-image{position:relative;padding-bottom:100%;overflow:hidden}.category-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.category-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(29,185,84,.8),rgba(0,0,0,.8));display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.category-card-overlay i{font-size:48px;color:#fff}.category-card-info{padding:16px}.category-card-title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.4;transition:color .3s ease}body.dark-mode .category-card-title{color:#e0e0e0}.category-card-description{font-size:14px;color:#666;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.dark-mode .category-card-description{color:#b3b3b3}.category-card:hover .category-card-title{color:#1db954}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.view-more-link{font-size:14px;font-weight:500;color:#1db954;text-decoration:none;display:flex;align-items:center;gap:6px;transition:all .3s ease}.view-more-link:hover{color:#1ed760;gap:8px}.view-more-link i{font-size:12px}.podcast-category-layout{display:grid;grid-template-columns:1fr 350px;gap:30px;margin-top:30px}@media (max-width:992px){.podcast-category-layout{grid-template-columns:1fr;gap:20px}}.podcast-main-section{min-width:0}.podcast-sidebar-section{position:sticky;top:80px;align-self:start}@media (max-width:992px){.podcast-sidebar-section{position:relative;top:0}}.podcast-list-vertical{display:flex;flex-direction:column;gap:16px}.podcast-list-item{display:flex;gap:20px;padding:16px;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid #e0e0e0;transition:all .3s ease;position:relative}body.dark-mode .podcast-list-item{background:rgba(30,30,30,.6);border:1px solid hsla(0,0%,100%,.1)}.podcast-list-item:hover{background:hsla(0,0%,100%,.95);border-color:rgba(29,185,84,.3);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.1)}body.dark-mode .podcast-list-item:hover{background:rgba(40,40,40,.7);border-color:hsla(0,0%,100%,.2);box-shadow:0 8px 20px rgba(0,0,0,.3)}.podcast-list-thumb{width:140px;height:140px;flex-shrink:0;border-radius:8px;overflow:hidden;position:relative;display:block;transition:opacity .3s ease}.podcast-list-thumb:hover{opacity:.8}.podcast-list-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.podcast-list-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:12px;min-width:0}.podcast-list-title{font-size:18px;font-weight:600;color:#1a1a1a;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}body.dark-mode .podcast-list-title{color:#fff}.podcast-list-title:hover{color:#1db954}.podcast-list-controls{display:flex;align-items:center;gap:16px}.podcast-list-play-btn-small{padding:8px 20px;background:#1db954;border:none;border-radius:20px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.podcast-list-play-btn-small:hover{background:#1ed760;transform:scale(1.05)}.podcast-list-play-btn-small i{font-size:12px}.podcast-list-duration{font-size:14px;color:#666;display:flex;align-items:center;gap:6px}body.dark-mode .podcast-list-duration{color:#b3b3b3}.podcast-list-duration i{font-size:13px}@-webkit-keyframes wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}@keyframes wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}.podcast-load-more-container{display:flex;justify-content:center;margin-top:32px}.podcast-load-more-btn{padding:12px 32px;background:rgba(0,0,0,.05);border:1px solid #e0e0e0;border-radius:24px;color:#1a1a1a;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease}body.dark-mode .podcast-load-more-btn{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff}.podcast-load-more-btn:hover{background:rgba(29,185,84,.1);border-color:rgba(29,185,84,.3);transform:translateY(-2px)}body.dark-mode .podcast-load-more-btn:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.3)}.podcast-load-more-btn i{font-size:16px}.sticky-podcast-player{position:fixed;bottom:-200px;left:0;right:0;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid #e0e0e0;padding:16px;z-index:9999;transition:all .4s ease;box-shadow:0 -4px 20px rgba(0,0,0,.1)}body.dark-mode .sticky-podcast-player{background:rgba(20,20,20,.9);border-top:1px solid hsla(0,0%,100%,.1);box-shadow:0 -4px 20px rgba(0,0,0,.5)}.sticky-podcast-player.active{bottom:0}.sticky-podcast-player.minimized{padding:12px 24px}.sticky-podcast-player.minimized .sticky-player-content{gap:16px}.sticky-podcast-player.minimized .sticky-player-info{flex:0 0 auto}.sticky-podcast-player.minimized .sticky-player-actions{gap:8px}@media (min-width:769px){.sticky-podcast-player.minimized .sticky-player-content{justify-content:space-between}.sticky-podcast-player.minimized .sticky-player-actions,.sticky-podcast-player.minimized .sticky-player-volume{position:static}}.sticky-player-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}.sticky-player-info{display:flex;align-items:center;gap:16px;flex:1;min-width:0}@media (min-width:769px){.sticky-player-info{flex:0 1 250px}}.sticky-player-thumb{width:56px;height:56px;border-radius:8px;-o-object-fit:cover;object-fit:cover;flex-shrink:0;box-shadow:0 4px 12px rgba(0,0,0,.3)}.sticky-player-text{flex:1;min-width:0}.sticky-player-title{font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.dark-mode .sticky-player-title{color:#fff}.sticky-player-category{font-size:13px;font-weight:500;opacity:.9}.sticky-player-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#666;margin-top:2px}body.dark-mode .sticky-player-meta{color:#b3b3b3}.sticky-player-duration{font-size:12px;color:#666}body.dark-mode .sticky-player-duration{color:#b3b3b3}.sticky-player-separator{color:#999}body.dark-mode .sticky-player-separator{color:#666}.sticky-player-category-min{font-size:12px;font-weight:500}.sticky-player-wave-indicator{display:flex;align-items:flex-end;gap:3px;height:20px;margin-left:12px;flex-shrink:0}.sticky-player-wave-indicator .wave-bar{width:3px;background:#1db954;border-radius:3px;-webkit-animation:none;animation:none}.sticky-player-wave-indicator .wave-bar:first-child{height:60%}.sticky-player-wave-indicator .wave-bar:nth-child(2){height:100%}.sticky-player-wave-indicator .wave-bar:nth-child(3){height:80%}.sticky-player-wave-indicator.playing .wave-bar{-webkit-animation:wave 1.2s ease-in-out infinite;animation:wave 1.2s ease-in-out infinite}.sticky-player-wave-indicator.playing .wave-bar:first-child{-webkit-animation-delay:0s;animation-delay:0s}.sticky-player-wave-indicator.playing .wave-bar:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.sticky-player-wave-indicator.playing .wave-bar:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.sticky-player-controls{display:flex;align-items:center;gap:20px;flex:1;max-width:800px}@media (min-width:769px){.sticky-player-controls{max-width:600px}}.sticky-player-main-controls{display:flex;flex-direction:column;gap:12px;flex:1;min-width:0}.sticky-player-playback-controls{gap:16px}.sticky-control-btn,.sticky-player-playback-controls{display:flex;align-items:center;justify-content:center}.sticky-control-btn{width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.05);border:none;color:#666;font-size:14px;cursor:pointer;transition:all .3s ease}body.dark-mode .sticky-control-btn{background:hsla(0,0%,100%,.1);color:#b3b3b3}.sticky-control-btn:hover{background:rgba(0,0,0,.1);color:#1a1a1a;transform:scale(1.1)}body.dark-mode .sticky-control-btn:hover{background:hsla(0,0%,100%,.2);color:#fff}.sticky-control-btn.playback-speed-btn .playback-speed-text{font-size:11px;font-weight:600;color:inherit}.sticky-play-btn{width:48px;height:48px;border-radius:50%;background:#1db954;border:none;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.sticky-play-btn:hover{background:#1ed760;transform:scale(1.1)}.sticky-player-progress-container{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.sticky-time-current,.sticky-time-total{font-size:12px;color:#666;font-weight:500;min-width:40px;text-align:center}body.dark-mode .sticky-time-current,body.dark-mode .sticky-time-total{color:#b3b3b3}.sticky-progress-wrapper{flex:1;min-width:0}.sticky-progress-bar{width:100%;height:6px;border-radius:3px;background:#e0e0e0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}body.dark-mode .sticky-progress-bar{background:#404040}.sticky-progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.3);-webkit-transition:all .2s ease;transition:all .2s ease}.sticky-progress-bar::-webkit-slider-thumb:hover{transform:scale(1.2)}.sticky-progress-bar::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 2px 4px rgba(0,0,0,.3);-moz-transition:all .2s ease;transition:all .2s ease}.sticky-progress-bar::-moz-range-thumb:hover{transform:scale(1.2)}.sticky-player-volume{display:flex;align-items:center;gap:8px}.sticky-volume-btn{width:32px;height:32px;border-radius:50%;background:transparent;border:none;color:#666;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}body.dark-mode .sticky-volume-btn{color:#b3b3b3}.sticky-volume-btn:hover{color:#1a1a1a;background:rgba(0,0,0,.05)}body.dark-mode .sticky-volume-btn:hover{color:#fff;background:hsla(0,0%,100%,.1)}.sticky-volume-slider-wrapper{width:80px;height:32px}.sticky-volume-slider{width:100%;height:4px;border-radius:2px;background:#e0e0e0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}body.dark-mode .sticky-volume-slider{background:#404040}.sticky-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.3);-webkit-transition:all .2s ease;transition:all .2s ease}.sticky-volume-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.sticky-volume-slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 2px 4px rgba(0,0,0,.3);-moz-transition:all .2s ease;transition:all .2s ease}.sticky-volume-slider::-moz-range-thumb:hover{transform:scale(1.2)}.sticky-player-actions{display:flex;align-items:center;gap:12px}@media (min-width:769px){.sticky-player-actions{flex:0 1 250px;justify-content:flex-end}}.sticky-player-toggle{width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.05);border:none;color:#666;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}body.dark-mode .sticky-player-toggle{background:hsla(0,0%,100%,.1);color:#b3b3b3}.sticky-player-toggle:hover{background:rgba(0,0,0,.1);color:#1a1a1a}body.dark-mode .sticky-player-toggle:hover{background:hsla(0,0%,100%,.2);color:#fff}.sticky-player-close{width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.05);border:none;color:#666;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}body.dark-mode .sticky-player-close{background:hsla(0,0%,100%,.1);color:#b3b3b3}.sticky-player-close:hover{background:rgba(0,0,0,.1);color:#1a1a1a}body.dark-mode .sticky-player-close:hover{background:hsla(0,0%,100%,.2);color:#fff}.sticky-player-minimized-controls{display:flex;align-items:center;gap:12px;margin-left:auto}.sticky-play-btn-minimized{width:40px;height:40px;border-radius:50%;background:#1db954;border:none;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.sticky-play-btn-minimized:hover{background:#1ed760;transform:scale(1.1)}.sticky-player-progress-bottom{position:absolute;bottom:0;left:0;right:0;height:3px;background:#e0e0e0}body.dark-mode .sticky-player-progress-bottom{background:hsla(0,0%,100%,.1)}.sticky-progress-bottom-bar{height:100%;background:#1db954;transition:width .3s ease}@media (max-width:768px){.podcast-list-item{gap:16px;padding:12px}.podcast-list-thumb{width:80px;height:80px}.podcast-list-title{font-size:16px}.sticky-player-content{padding:0;flex-wrap:wrap;gap:12px}.sticky-player-info{flex:1;min-width:200px}.sticky-player-thumb{width:48px;height:48px}.sticky-player-title{font-size:14px}.sticky-player-category{font-size:12px}.sticky-player-controls{width:100%;order:3;gap:12px;max-width:100%;flex-direction:column}.sticky-player-main-controls{width:100%;gap:8px}.sticky-player-playback-controls{gap:12px}.sticky-control-btn{width:32px;height:32px;font-size:13px}.sticky-play-btn{width:42px;height:42px;font-size:16px}.sticky-player-progress-container{gap:8px}.sticky-time-current,.sticky-time-total{font-size:11px;min-width:35px}.sticky-player-volume{gap:6px}.sticky-volume-slider-wrapper{width:60px}.sticky-volume-btn{width:28px;height:28px;font-size:14px}.sticky-player-close{order:2}.sticky-podcast-player.minimized{padding:8px 16px}.sticky-podcast-player.minimized .sticky-player-content{gap:12px}.sticky-podcast-player.minimized .sticky-player-info{flex:1;gap:10px}.sticky-podcast-player.minimized .sticky-player-thumb{width:48px;height:48px;border-radius:6px}.sticky-podcast-player.minimized .sticky-player-text{flex:1}.sticky-podcast-player.minimized .sticky-player-title{font-size:13px;margin-bottom:2px}.sticky-podcast-player.minimized .sticky-player-meta{font-size:11px;gap:6px}.sticky-podcast-player.minimized .sticky-player-category-min,.sticky-podcast-player.minimized .sticky-player-duration{font-size:11px}.sticky-podcast-player.minimized .sticky-player-wave-indicator{margin-left:8px;height:16px}.sticky-podcast-player.minimized .sticky-player-wave-indicator .wave-bar{width:2px}.sticky-podcast-player.minimized .sticky-player-minimized-controls{gap:8px}.sticky-podcast-player.minimized .sticky-play-btn-minimized{width:36px;height:36px;font-size:14px}.sticky-podcast-player.minimized .sticky-player-close{width:28px;height:28px;font-size:12px}}.page-podcast-index{background:#f5f5f5;min-height:100vh}body.dark-mode .page-podcast-index{background:#000}.podcast-hero-banner{position:relative;height:400px;background:linear-gradient(135deg,#1db954,#191414);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;margin-bottom:60px;overflow:hidden}@media (max-width:768px){.podcast-hero-banner{height:300px;margin-bottom:40px}}.hero-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.7))}.hero-banner-content{position:relative;z-index:1;width:100%}.hero-text{text-align:center}.hero-title{font-size:64px;font-weight:900;color:#fff;margin:0 0 20px;text-shadow:0 4px 20px rgba(0,0,0,.5)}@media (max-width:768px){.hero-title{font-size:48px}}@media (max-width:480px){.hero-title{font-size:36px}}.hero-subtitle{font-size:20px;color:#b3b3b3;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.5)}@media (max-width:768px){.hero-subtitle{font-size:18px}}@media (max-width:480px){.hero-subtitle{font-size:16px}}.podcast-index-content{padding-bottom:80px}.latest-podcasts-section .podcast-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width:1024px){.latest-podcasts-section .podcast-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width:768px){.latest-podcasts-section .podcast-grid{display:flex;flex-direction:column;gap:16px}}.podcast-card{background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid #e0e0e0;position:relative}body.dark-mode .podcast-card{background:rgba(30,30,30,.6);border:1px solid hsla(0,0%,100%,.1)}.podcast-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(29,185,84,.3);border-color:rgba(29,185,84,.3);background:hsla(0,0%,100%,.95)}body.dark-mode .podcast-card:hover{background:rgba(40,40,40,.7)}@media (max-width:768px){.latest-podcasts-section .podcast-card{display:flex;flex-direction:row;align-items:center;gap:16px;background:transparent!important;border:none!important;box-shadow:none}.latest-podcasts-section .podcast-card:hover{transform:translateY(0);background:transparent;box-shadow:none;border:none}}.podcast-card-thumb{position:relative;display:block;padding-bottom:100%;overflow:hidden;background:#f5f5f5}body.dark-mode .podcast-card-thumb{background:#2a2a2a}.podcast-card-thumb img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease}.podcast-card-thumb img:not([src]),.podcast-card-thumb img[src=""]{background:linear-gradient(90deg,#f5f5f5,#e0e0e0 50%,#f5f5f5);background-size:200% 100%;-webkit-animation:skeleton-loading 1.5s ease-in-out infinite;animation:skeleton-loading 1.5s ease-in-out infinite}body.dark-mode .podcast-card-thumb img:not([src]),body.dark-mode .podcast-card-thumb img[src=""]{background:linear-gradient(90deg,#2a2a2a,hsla(0,0%,100%,.05) 50%,#2a2a2a)}.podcast-card-thumb:hover img{opacity:.8}@media (max-width:768px){.latest-podcasts-section .podcast-card-thumb{flex-shrink:0;width:100px;height:100px;padding-bottom:0;border-radius:8px}}.podcast-card-info{padding:16px;display:flex;flex-direction:column;gap:8px}@media (max-width:768px){.latest-podcasts-section .podcast-card-info{flex:1;padding:0;gap:6px}}.podcast-card-category{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:block;text-decoration:none;transition:opacity .3s ease}.podcast-card-category:hover{opacity:.8;text-decoration:underline}.podcast-card-title{font-size:16px;font-weight:600;color:#1a1a1a;text-decoration:none;display:block;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}body.dark-mode .podcast-card-title{color:#fff}.podcast-card-title:hover{color:#1db954}.podcast-card-controls{display:flex;align-items:center;justify-content:space-between;gap:10px}.podcast-card-duration{font-size:13px;color:#666;display:flex;align-items:center;gap:4px}body.dark-mode .podcast-card-duration{color:#b3b3b3}.podcast-card-duration i{font-size:12px}.podcast-card-play-btn-small{width:36px;height:36px;border-radius:50%;background:#1db954;color:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(29,185,84,.4);flex-shrink:0}.podcast-card-play-btn-small:hover{background:#1ed760;transform:scale(1.1)}.featured-categories-section{margin-top:80px}.featured-categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width:1024px){.featured-categories-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width:768px){.featured-categories-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.featured-categories-grid .category-card .category-card-image{padding-bottom:100%}.all-podcasts-section{margin-top:30px}.category-with-podcasts{display:grid;grid-template-columns:400px 1fr;gap:40px;margin-bottom:60px;padding-bottom:40px;border-bottom:1px solid #e0e0e0}body.dark-mode .category-with-podcasts{border-bottom:1px solid hsla(0,0%,100%,.1)}.category-with-podcasts:last-child{border-bottom:none!important;padding-bottom:0}@media (max-width:1024px){.category-with-podcasts{grid-template-columns:250px 1fr;gap:30px}}@media (max-width:768px){.category-with-podcasts{grid-template-columns:1fr;gap:24px}}.category-info-left{display:flex;flex-direction:column;gap:16px}.category-image-wrapper{position:relative;display:block;width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.1)}body.dark-mode .category-image-wrapper{box-shadow:0 8px 24px rgba(0,0,0,.4)}.category-image-wrapper .category-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.category-image-wrapper .category-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.category-image-wrapper .category-play-btn{width:60px;height:60px;border-radius:50%;background:#1db954;border:none;color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;transform:scale(.8)}.category-image-wrapper .category-play-btn i{margin-left:3px}.category-image-wrapper .category-play-btn:hover{background:#1ed760;transform:scale(1)}.category-image-wrapper:hover .category-image{transform:scale(1.05)}.category-image-wrapper:hover .category-play-overlay{opacity:1}.category-image-wrapper:hover .category-play-btn{transform:scale(1)}.category-with-podcasts .category-details{display:flex;flex-direction:column;gap:8px}.category-with-podcasts .category-title{font-size:20px;font-weight:700;margin:0;transition:color .3s ease;line-height:1.3;color:#1a1a1a;text-shadow:none}body.dark-mode .category-with-podcasts .category-title{color:#fff}.category-with-podcasts .category-description{font-size:15px;color:#666;margin:0;line-height:1.5;text-shadow:none}body.dark-mode .category-with-podcasts .category-description{color:#ccc}.category-with-podcasts .category-episode-count{font-size:12px;font-weight:600;color:#999;letter-spacing:.5px}body.dark-mode .category-with-podcasts .category-episode-count{color:#999}.category-podcasts-right{display:flex;flex-direction:column;gap:16px}@media (max-width:768px){.category-podcasts-right{gap:12px}}.podcast-card-horizontal{display:flex;gap:16px;padding:16px;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid #e0e0e0;transition:all .3s ease;position:relative}body.dark-mode .podcast-card-horizontal{background:rgba(30,30,30,.6);border:1px solid hsla(0,0%,100%,.1)}.podcast-card-horizontal:hover{background:hsla(0,0%,100%,.95);border-color:rgba(29,185,84,.3);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.1)}body.dark-mode .podcast-card-horizontal:hover{background:rgba(40,40,40,.7);border-color:hsla(0,0%,100%,.2);box-shadow:0 8px 20px rgba(0,0,0,.3)}.podcast-card-horizontal:hover .podcast-card-horizontal-overlay{opacity:1}.podcast-card-horizontal-thumb{width:120px;height:120px;flex-shrink:0;border-radius:8px;overflow:hidden;position:relative;display:block;transition:opacity .3s ease}.podcast-card-horizontal-thumb:hover{opacity:.8}.podcast-card-horizontal-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.podcast-card-horizontal-thumb{width:100px;height:100px}}.podcast-card-horizontal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(29,185,84,.8),rgba(0,0,0,.8));display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.podcast-card-horizontal-play-btn{width:48px;height:48px;border-radius:50%;background:#fff;color:#1db954;border:none;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.4)}.podcast-card-horizontal-play-btn:hover{transform:scale(1.1)}.podcast-card-horizontal-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:10px;min-width:0}.podcast-card-horizontal-title{font-size:16px;font-weight:600;color:#1a1a1a;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}body.dark-mode .podcast-card-horizontal-title{color:#fff}.podcast-card-horizontal-title:hover{color:#1db954}@media (max-width:768px){.podcast-card-horizontal-title{font-size:15px}}.podcast-card-horizontal-meta{display:flex;align-items:center;gap:12px}.podcast-card-horizontal-duration{font-size:13px;color:#666;display:flex;align-items:center;gap:4px}body.dark-mode .podcast-card-horizontal-duration{color:#b3b3b3}.podcast-card-horizontal-duration i{font-size:12px}.load-more-categories-container{display:flex;justify-content:center;margin-top:60px}.load-more-categories-btn{padding:14px 40px;background:rgba(0,0,0,.05);border:1px solid #e0e0e0;border-radius:30px;color:#1a1a1a;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease}body.dark-mode .load-more-categories-btn{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff}.load-more-categories-btn:hover{background:rgba(29,185,84,.2);border-color:rgba(29,185,84,.4);transform:translateY(-2px);box-shadow:0 4px 12px rgba(29,185,84,.3)}.load-more-categories-btn i{font-size:18px}.podcast-shows-page{min-height:100vh;background:#fff}body.dark-mode .podcast-shows-page{background:#1a1a1a}.podcast-shows-content{padding:60px 0}@media (max-width:768px){.podcast-shows-content{padding:40px 0}}.shows-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media (max-width:1200px){.shows-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media (max-width:768px){.shows-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:480px){.shows-grid{grid-template-columns:1fr;gap:16px}}.show-card{background:#fff;border-radius:8px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}body.dark-mode .show-card{background:#2a2a2a;box-shadow:0 2px 8px rgba(0,0,0,.3)}.show-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}body.dark-mode .show-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.5)}.show-card:hover .show-card-image img{transform:scale(1.05)}.show-card:hover .show-card-overlay{opacity:1}.show-card-link{display:block;text-decoration:none;color:inherit}.show-card-image{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}body.dark-mode .show-card-image{background:#3a3a3a}.show-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.show-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.7));opacity:0;transition:opacity .3s ease;pointer-events:none}.show-card-info{padding:20px}@media (max-width:768px){.show-card-info{padding:16px}}.show-card-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.dark-mode .show-card-title{color:#fff}@media (max-width:768px){.show-card-title{font-size:16px}}.show-card-description{font-size:14px;color:#666;line-height:1.5;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.dark-mode .show-card-description{color:#ccc}@media (max-width:768px){.show-card-description{font-size:13px}}.show-card-meta{font-size:13px;color:#999;display:flex;align-items:center;gap:4px}body.dark-mode .show-card-meta{color:#999}.show-card-meta i{font-size:12px}.podcast-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;min-height:400px}@media (max-width:768px){.podcast-empty-state{padding:60px 20px;min-height:300px}}.empty-state-icon{margin-bottom:30px;opacity:.3;color:#666}body.dark-mode .empty-state-icon{color:#ccc}.empty-state-icon svg{width:120px;height:120px}@media (max-width:768px){.empty-state-icon svg{width:80px;height:80px}}.empty-state-title{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:12px}body.dark-mode .empty-state-title{color:#fff}@media (max-width:768px){.empty-state-title{font-size:22px}}.empty-state-message{font-size:16px;color:#666;margin-bottom:30px;max-width:500px;line-height:1.6}body.dark-mode .empty-state-message{color:#ccc}@media (max-width:768px){.empty-state-message{font-size:14px;margin-bottom:24px}}.empty-state-button{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#1db954;color:#fff;border-radius:30px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(29,185,84,.3)}.empty-state-button:hover{background:#1ed760;transform:translateY(-2px);box-shadow:0 6px 16px rgba(29,185,84,.4);color:#fff;text-decoration:none}.empty-state-button:active{transform:translateY(0)}.empty-state-button i{font-size:14px}@media (max-width:768px){.empty-state-button{padding:12px 24px;font-size:14px}}