*{margin:0;padding:0;box-sizing:border-box}body{font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0f;color:#fff;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header{position:fixed;top:0;left:0;right:0;z-index:40;background:#0a0a0fd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06)}.header-content{max-width:1400px;margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:.75rem}.logo-img{height:48px;width:auto}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-link{display:flex;align-items:center;gap:6px;padding:8px 16px;color:#ffffff8c;text-decoration:none;font-size:14px;font-weight:600;border-radius:8px;transition:all .2s ease;letter-spacing:.02em}.nav-link:hover{color:#fff;background:#ffffff0f}.nav-link.active{color:#fff;background:#f973161f}.nav-dot{width:8px;height:8px;border-radius:50%;background:#ffffff40}.nav-dot.live{background:#ef4444;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media(max-width:640px){.header-content{padding:0 .75rem;height:56px}.header-left{gap:.5rem}.logo-img{height:32px}.nav-links{gap:0}.nav-link{padding:6px 8px;font-size:12px;letter-spacing:0}main{padding-top:56px}}@media(max-width:360px){.logo-img{height:26px}.nav-link{padding:6px;font-size:11px}}main{padding-top:64px;min-height:100vh}.hero{position:relative;padding:3.5rem 1.5rem 2rem;text-align:center;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(ellipse at 50% 0%,rgba(139,92,246,.08) 0%,rgba(249,115,22,.04) 40%,transparent 70%);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);border-radius:100px;font-size:.8rem;font-weight:600;color:#a78bfa;margin-bottom:1.25rem;letter-spacing:.04em;text-transform:uppercase}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:#a78bfa}.hero h1{font-size:2.75rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.02em;line-height:1.1;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{color:#ffffff80;font-size:1.1rem;line-height:1.6}@media(max-width:768px){.hero{padding:2.5rem 1rem 1.5rem}.hero h1{font-size:1.875rem}.hero p{font-size:.95rem}}.search-container{max-width:640px;margin:0 auto .75rem;padding:0 1.5rem}.search-bar{position:relative;display:flex;align-items:center}.search-bar input{width:100%;padding:.875rem 3rem;background:#ffffff0a;border:1.5px solid rgba(255,255,255,.08);border-radius:14px;color:#fff;font-family:Figtree,sans-serif;font-size:.95rem;outline:none;transition:all .25s ease}.search-bar input::placeholder{color:#ffffff4d}.search-bar input:focus{border-color:#8b5cf680;background:#ffffff0f;box-shadow:0 0 0 3px #8b5cf61a}.search-icon{position:absolute;left:1rem;color:#ffffff4d;pointer-events:none}.search-clear{position:absolute;right:.75rem;background:none;border:none;color:#ffffff59;cursor:pointer;padding:4px;display:none;font-size:18px;line-height:1;transition:color .2s}.search-clear.visible{display:block}.search-clear:hover{color:#fff}.search-results-info{text-align:center;padding:.5rem 1.5rem;font-size:.85rem;color:#fff6;display:none}.search-results-info.visible{display:block}.no-results{text-align:center;padding:3rem 2rem;display:none}.no-results.visible{display:block}.no-results p{color:#ffffff73;font-size:1.05rem}.no-results .no-results-sub{font-size:.85rem;margin-top:.5rem}@media(max-width:768px){.search-container{padding:0 1rem}.search-bar input{font-size:.875rem;padding:.75rem 2.5rem}}.filter-section{max-width:1400px;margin:1.25rem auto .5rem;padding:0 1.5rem}.filter-label{font-size:.75rem;font-weight:600;color:#ffffff59;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.filter-chips{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{display:inline-flex;align-items:center;gap:4px;padding:7px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:100px;color:#ffffff8c;font-family:Figtree,sans-serif;font-size:.825rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;user-select:none}.filter-chip:hover{background:#ffffff14;border-color:#ffffff26;color:#fffc}.filter-chip.active{background:#8b5cf626;border-color:#8b5cf666;color:#a78bfa}.filter-chip-count{font-size:.7rem;font-weight:600;color:#ffffff4d;background:#ffffff0f;padding:1px 6px;border-radius:100px;min-width:18px;text-align:center}.filter-chip.active .filter-chip-count{background:#8b5cf640;color:#a78bfa}.filter-chip-all{background:#f9731614;border-color:#f9731633;color:#f97316cc}.filter-chip-all.active{background:#f9731626;border-color:#f9731680;color:#f97316}.filter-chip-more{background:#ffffff0f;border-color:#ffffff1f;color:#fff9;font-weight:600}.filter-chip-more:hover{background:#ffffff1a;color:#fff}.filter-popup-overlay{position:fixed;inset:0;background:#000c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:90;display:none;align-items:center;justify-content:center;padding:1rem}.filter-popup-overlay.visible{display:flex}.filter-popup{background:#12121a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;max-width:600px;width:100%;max-height:70vh;overflow-y:auto;animation:playerIn .2s ease}.filter-popup-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.filter-popup-title{font-size:1.1rem;font-weight:700}.filter-popup-close{background:none;border:none;color:#ffffff80;cursor:pointer;padding:4px;border-radius:6px;transition:color .2s}.filter-popup-close:hover{color:#fff}.filter-popup-chips{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:768px){.filter-section{padding:0 1rem}.filter-chips{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.filter-chips::-webkit-scrollbar{display:none}.filter-chip{font-size:.8rem;padding:6px 12px}}.content-section{max-width:1400px;margin:0 auto;padding:0 1.5rem}.section-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.06) 20%,rgba(255,255,255,.06) 80%,transparent);max-width:1400px;margin:1.5rem auto}.section-header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.25rem}.section-title{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.01em}.section-count{font-size:.8rem;font-weight:500;color:#ffffff59}.podcast-section{padding:2rem 0 3rem}.podcast-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.podcast-card{display:flex;align-items:center;gap:1rem;padding:.875rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;cursor:pointer;transition:all .25s ease}.podcast-card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-1px);box-shadow:0 8px 24px #0000004d}.podcast-cover{position:relative;flex-shrink:0;width:80px;height:80px;border-radius:10px;overflow:hidden;background:#111118}.podcast-cover img{width:100%;height:100%;object-fit:cover}.podcast-cover-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;opacity:0;transition:opacity .2s ease}.podcast-card:hover .podcast-cover-play{opacity:1}.podcast-cover-play svg{width:28px;height:28px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.podcast-meta{flex:1;min-width:0}.podcast-title{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.podcast-speakers{font-size:.775rem;color:#ffffff73;margin-bottom:.35rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.podcast-bottom{display:flex;align-items:center;gap:.5rem}.podcast-duration{font-size:.7rem;color:#ffffff4d;display:flex;align-items:center;gap:4px}.podcast-duration svg{width:12px;height:12px}.podcast-tags{display:flex;flex-wrap:wrap;gap:4px}.podcast-tag{font-size:.625rem;padding:1px 6px;border-radius:100px;background:#8b5cf614;color:#a78bfab3;font-weight:500}@media(max-width:640px){.podcast-grid{grid-template-columns:1fr}.podcast-cover{width:68px;height:68px}.podcast-card{padding:.75rem;gap:.75rem}.podcast-title{font-size:.85rem}}.player-overlay{position:fixed;inset:0;background:#000000eb;z-index:100;display:none;align-items:center;justify-content:center;padding:1rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.player-overlay.visible{display:flex}.player-content{width:100%;max-width:560px;background:#12121a;border:1px solid rgba(255,255,255,.06);border-radius:20px;overflow:hidden;animation:playerIn .25s ease}@keyframes playerIn{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.player-cover-wrap{position:relative;width:100%;aspect-ratio:1;max-height:360px;overflow:hidden;background:#111118}.player-cover-wrap img{width:100%;height:100%;object-fit:cover}.player-cover-gradient{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(0deg,#12121a 0%,transparent 100%);pointer-events:none}#player-audio{display:none}.player-secondary{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding:0 .5rem}.player-speed-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:.85rem;font-weight:600;padding:.45rem .9rem;border-radius:999px;cursor:pointer;min-width:3.2rem;transition:background .15s,border-color .15s}.player-speed-btn:hover{background:#ffffff24;border-color:#ffffff38}.player-volume{display:flex;align-items:center;gap:.5rem;flex:1;max-width:180px}.player-volume-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:.25rem;display:inline-flex;align-items:center;opacity:.85}.player-volume-btn:hover{opacity:1}.player-volume-slider{-webkit-appearance:none;appearance:none;flex:1;height:4px;background:#ffffff26;border-radius:2px;outline:none;cursor:pointer}.player-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#f97316;cursor:pointer;border:none}.player-volume-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#f97316;cursor:pointer;border:none}.player-info{padding:1.5rem;text-align:center}.player-title{font-size:1.2rem;font-weight:700;margin-bottom:.4rem;letter-spacing:-.01em;line-height:1.3}.player-speakers{color:#f97316;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.player-speakers:empty{display:none}.player-series{font-size:.8rem;color:#fff6;margin-bottom:1rem}.player-controls{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0 1.5rem 1.5rem}.player-progress-wrap{width:100%;display:flex;align-items:center;gap:.75rem}.player-time{font-size:.7rem;font-weight:500;color:#fff6;min-width:36px;font-variant-numeric:tabular-nums}.player-time-end{text-align:right}.player-progress{flex:1;height:4px;background:#ffffff14;border-radius:2px;cursor:pointer;position:relative;transition:height .15s ease}.player-progress:hover{height:6px}.player-progress-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#a78bfa);border-radius:2px;width:0%;transition:width .1s linear;position:relative}.player-progress-fill:after{content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:#fff;opacity:0;transition:opacity .15s}.player-progress:hover .player-progress-fill:after{opacity:1}@keyframes player-cover-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.player-loading-spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:player-cover-spin .8s linear infinite;z-index:2}.player-cover-wrap.loading .player-loading-spinner{display:block}.player-progress-fill.buffering{opacity:.6}.player-buttons{display:flex;align-items:center;gap:1.5rem}.player-btn{background:none;border:none;color:#fff9;cursor:pointer;padding:8px;border-radius:50%;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.player-btn:hover{color:#fff}.player-btn svg{width:20px;height:20px}.player-btn-main{width:56px;height:56px;background:#8b5cf6e6;color:#fff;border-radius:50%;box-shadow:0 4px 16px #8b5cf64d}.player-btn-main:hover{background:#8b5cf6;transform:scale(1.05)}.player-btn-main svg{width:24px;height:24px}.player-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:.75rem}.player-tag{padding:3px 10px;border-radius:100px;background:#8b5cf614;color:#a78bfab3;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid rgba(139,92,246,.15)}.player-tag:hover{background:#8b5cf626;color:#a78bfa}.player-description{color:#ffffff80;font-size:.85rem;line-height:1.6;text-align:left;padding:0 1.5rem 1.5rem;max-height:120px;overflow-y:auto}.player-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.player-close:hover{background:#000000b3;border-color:#fff3}@media(max-width:768px){.player-content{border-radius:16px;max-width:100%}.player-cover-wrap{max-height:280px}.player-info{padding:1.25rem}.player-title{font-size:1.05rem}.player-controls,.player-description{padding:0 1.25rem 1.25rem}}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh}.spinner{width:40px;height:40px;border:3px solid rgba(139,92,246,.2);border-top-color:#8b5cf6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{width:72px;height:72px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.empty-state h2{font-size:1.375rem;font-weight:700;margin-bottom:.5rem}.empty-state p{color:#fff6}.exclusive-section{position:relative;padding:0 0 3rem}.exclusive-section:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(202,138,4,.03) 0%,transparent 60%);pointer-events:none}.exclusive-badge-header{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#ca8a0414;border:1px solid rgba(202,138,4,.18);border-radius:6px;font-size:.7rem;font-weight:700;color:#ca8a04;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.75rem}.exclusive-badge-header svg{color:#ca8a04}.exclusive-subtitle{font-size:.875rem;color:#fff6;margin-top:-.75rem;margin-bottom:1.25rem}.podcast-card.exclusive-card{border-color:#ca8a041a}.podcast-card.exclusive-card:hover{border-color:#ca8a0440}.card-exclusive-badge{position:absolute;top:8px;left:8px;display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#000000b3;border:1px solid rgba(202,138,4,.3);border-radius:4px;font-size:.6rem;font-weight:700;color:#ca8a04;letter-spacing:.05em;text-transform:uppercase;z-index:3;backdrop-filter:blur(4px)}.lock-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#ca8a0426;border:1px solid rgba(202,138,4,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;transition:all .3s ease}.lock-icon svg{width:20px;height:20px;color:#ca8a04}.podcast-card.exclusive-card:hover .lock-icon{background:#ca8a0440;transform:translate(-50%,-50%) scale(1.05)}.exclusive-email-capture{padding:.75rem 1rem 1rem;border-top:1px solid rgba(202,138,4,.08);background:#ca8a0405}.exclusive-email-capture p{font-size:.8rem;color:#fff9;margin-bottom:.25rem;line-height:1.4}.exclusive-email-capture .capture-note{font-size:.7rem;color:#ca8a04b3;margin-bottom:.5rem}.capture-form{display:flex;gap:6px}.capture-form input{flex:1;padding:8px 10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-family:Figtree,sans-serif;font-size:.8rem;outline:none;transition:border-color .2s;min-width:0}.capture-form input::placeholder{color:#ffffff4d}.capture-form input:focus{border-color:#ca8a0466}.capture-form button{padding:8px 14px;background:#ca8a0426;border:1px solid rgba(202,138,4,.3);border-radius:6px;color:#ca8a04;font-family:Figtree,sans-serif;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.capture-form button:hover{background:#ca8a0440}.capture-form button:disabled{opacity:.5;cursor:not-allowed}.capture-status{font-size:.75rem;margin-top:.4rem;min-height:1.1em}.capture-status.success{color:#22c55e}.capture-status.error{color:#ef4444}@media(max-width:640px){.capture-form{flex-direction:column}.capture-form button{width:100%}.lock-icon{width:40px;height:40px}.lock-icon svg{width:16px;height:16px}}.profile-banner{position:fixed;bottom:0;left:0;right:0;z-index:50;background:#12121af2;border-top:1px solid rgba(202,138,4,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.profile-banner-content{max-width:1400px;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#ffffffb3}.profile-banner-content svg{flex-shrink:0;color:#ca8a04}.profile-banner-btn{padding:6px 16px;background:#ca8a0426;border:1px solid rgba(202,138,4,.3);border-radius:6px;color:#ca8a04;font-family:Figtree,sans-serif;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s;margin-left:auto}.profile-banner-btn:hover{background:#ca8a0440}.profile-banner-close{background:none;border:none;color:#ffffff59;cursor:pointer;font-size:20px;padding:4px;line-height:1;transition:color .2s}.profile-banner-close:hover{color:#fff}@media(max-width:640px){.profile-banner-content{flex-wrap:wrap;font-size:.8rem;padding:.75rem 1rem}.profile-banner-content span{flex:1 1 calc(100% - 40px)}.profile-banner-btn{margin-left:0}}.profile-modal-content{width:100%;max-width:440px;background:#12121a;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:2rem;animation:modalIn .25s ease}.profile-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.profile-modal-header h2{font-size:1.25rem;font-weight:700}.profile-modal-desc{font-size:.875rem;color:#ffffff80;margin-bottom:1.5rem;line-height:1.5}.profile-field{margin-bottom:1rem}.profile-field label{display:block;font-size:.8rem;font-weight:600;color:#fff9;margin-bottom:.4rem}.profile-field input{width:100%;padding:10px 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-family:Figtree,sans-serif;font-size:.9rem;outline:none;transition:border-color .2s}.profile-field input::placeholder{color:#ffffff40}.profile-field input:focus{border-color:#ca8a0466}.profile-submit-btn{width:100%;padding:12px;background:#ca8a04;border:none;border-radius:8px;color:#fff;font-family:Figtree,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.5rem}.profile-submit-btn:hover{background:#b47d04}.profile-submit-btn:disabled{opacity:.5;cursor:not-allowed}.profile-status{font-size:.8rem;text-align:center;margin-top:.75rem;min-height:1.2em}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.footer-space{height:2rem}
