@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--bg-0:#121212;--bg-1:#121212;--bg-2:#1a1a1a;--surface-0:#181818;--surface-1:#1e1e1e;--surface-2:#282828;--surface-hover:#2a2a2a;--line:rgba(255,255,255,0.07);--text:#ffffff;--fg:#ffffff;--muted:#a7a7a7;--subdued:#6a6a6a;--green:#1db954;--green-strong:#1ed760;--danger:#f15e6c;--shadow:0 8px 24px rgba(0,0,0,0.5)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;background:var(--bg-0);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select{font:inherit}button,input[type=range],select{color:inherit}.shellRoot{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr)}.shellSidebar{padding:.75rem;display:grid;align-content:start;grid-gap:.5rem;gap:.5rem;background:#000000;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.brandBlock{display:flex;align-items:center;gap:.7rem;padding:.7rem;border-radius:8px}.brandBlock:hover{background:var(--surface-2)}.brandBlock p{margin:.15rem 0 0;font-size:.78rem;color:var(--muted)}.brandBadge{width:2rem;height:2rem;border-radius:8px;object-fit:cover}.mainNav{display:grid;grid-gap:.15rem;gap:.15rem}.mainNavItem{padding:.6rem .75rem;border-radius:6px;color:var(--muted);font-size:.88rem;font-weight:600;transition:color .15s,background .15s}.mainNavItem:hover{color:#fff}.mainNavItem.active{background:var(--surface-2);color:#fff}.authBlock{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;margin-top:auto;border-radius:6px}.authBlock:hover{background:var(--surface-2)}.authAvatar{width:28px;height:28px;border-radius:50%;flex-shrink:0}.authInfo{display:flex;flex-direction:column;gap:.1rem;min-width:0}.authName{font-size:.8rem;color:#fff;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.authLogout{background:none;border:none;color:var(--muted);font-size:.7rem;padding:0;cursor:pointer;text-align:left}.authLogout:hover{color:#fff}.authSignIn{display:block;width:100%;margin-top:auto;padding:.55rem .8rem;border-radius:500px;border:none;background:#fff;color:#000;font-size:.82rem;font-weight:700;cursor:pointer;text-align:center;transition:transform .1s,background .15s}.authSignIn:hover{transform:scale(1.02);background:#f0f0f0}.sidebarCard{margin-top:.5rem;border-radius:8px;background:var(--surface-2);padding:.8rem;display:grid;grid-gap:.35rem;gap:.35rem}.sidebarCard span{font-size:.82rem;color:var(--muted)}.shellMainColumn{min-width:0;background:var(--bg-0)}.contentSurface{padding:1.2rem 1.8rem 6.5rem}.pageColumn{display:grid;grid-gap:1.2rem;gap:1.2rem}.episodeHeroCard,.feedComposer,.heroPanel,.podcastHero,.proseCard,.sectionBlock{border-radius:8px;background:var(--surface-0)}.heroPanel{padding:clamp(1.2rem,2vw,1.8rem)}.episodeHeroCopy h1,.heroPanel h1,.heroPanel h2,.podcastHeroMeta h1,.proseCard h3,.sectionHeading h1,.sectionHeading h3{margin:0;font-weight:700}.sectionHeading h1{font-size:1.5rem}.heroPanel p{margin:.55rem 0 0;max-width:62ch;color:var(--muted)}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:700;color:var(--muted)}.heroStats{margin-top:.95rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.6rem;gap:.6rem}.heroStats>div{border-radius:8px;padding:.8rem;display:grid;grid-gap:.2rem;gap:.2rem;background:var(--surface-2)}.heroStats strong{font-size:1.25rem;font-weight:700}.heroStats span{color:var(--muted);font-size:.85rem}.feedComposer{padding:1.2rem;display:grid;grid-gap:.65rem;gap:.65rem}.feedComposer label{font-weight:600}.feedComposerRow{display:flex;gap:.6rem}.feedComposer input{border:none;background:var(--surface-2);color:var(--text);border-radius:500px;padding:.65rem .85rem;flex:1 1;min-width:0}.feedComposer input::placeholder{color:var(--subdued)}.episodeCopy p,.feedComposer p,.meta,.metaLine,.proseText p,.sectionHeading span,.tileBody p{margin:0;color:var(--muted);font-size:.88rem}.formError{color:var(--danger);font-size:.88rem}.formSuccess{color:var(--green-strong);font-size:.88rem}.sectionBlock{padding:1.2rem;display:grid;grid-gap:1rem;gap:1rem}.sectionHeading{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem}.podcastGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.podcastTile{border-radius:8px;background:var(--surface-1);padding:.85rem;display:grid;grid-gap:.6rem;gap:.6rem;min-height:100%;transition:background .2s}.podcastTile:hover{background:var(--surface-hover)}.artworkLink{display:block}.episodeArt,.episodeHeroArt,.playerArt,.podcastHeroArt,.tileArtwork{border-radius:6px;aspect-ratio:1/1;object-fit:cover;background:var(--surface-2)}.episodeArt.fallback,.episodeHeroArt.fallback,.playerArt.fallback,.podcastHeroArt.fallback,.tileArtwork.fallback{display:grid;place-items:center;font-size:.8rem;color:var(--subdued)}.tileBody{display:grid;grid-gap:.35rem;gap:.35rem}.episodeTitle,.playerTrack,.tileTitle{font-weight:700;line-height:1.3}.chipRow,.metaLine,.tileFooter{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.chip,.statusPill{padding:.2rem .6rem;border-radius:500px;font-size:.75rem;color:var(--muted);background:var(--surface-2);border:none}.statusPill.active{color:#fff;background:rgba(29,185,84,.3)}.statusPill.error{color:#fff;background:rgba(241,94,108,.3)}.statusPill.pending{color:var(--muted)}.emptyState{place-items:center;text-align:center;border:1px dashed var(--line);border-radius:8px}.inlineLink{color:var(--green-strong);font-size:.88rem}.inlineLink:hover{text-decoration:underline}.episodeHeroCard,.podcastHero{padding:1.5rem;display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:1.2rem;gap:1.2rem}.episodeHeroCopy,.podcastHeroMeta{display:grid;align-content:start;grid-gap:.65rem;gap:.65rem}.episodeList{list-style:none;margin:0;padding:0;display:grid;grid-gap:.25rem;gap:.25rem}.episodeRow{border-radius:6px;background:transparent;padding:.6rem;display:grid;grid-template-columns:74px minmax(0,1fr) auto;grid-gap:.72rem;gap:.72rem;align-items:center;transition:background .15s}.episodeRow:hover{background:var(--surface-2)}.episodeArt{width:74px;height:74px}.episodeCopy{display:grid;grid-gap:.3rem;gap:.3rem;min-width:0}.episodeCopy p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.heroActions{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem}.blogPostImage{width:100%;max-height:400px;object-fit:cover;border-radius:8px}.proseCard{padding:1.5rem}.proseCard,.proseText{display:grid;grid-gap:.75rem;gap:.75rem}.proseText{line-height:1.6;color:var(--muted)}.proseText a{color:var(--green-strong);text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:rgba(29,215,96,.35);text-decoration-color:rgba(29,215,96,.35)}.proseText a:hover{color:#fff;-webkit-text-decoration-color:rgba(255,255,255,.5);text-decoration-color:rgba(255,255,255,.5)}.proseText ol,.proseText ul{margin:0;padding-left:1.4em;color:var(--muted);font-size:.9rem}.proseText li{line-height:1.6}.playerDock{position:fixed;left:0;right:0;bottom:0;z-index:30;background:#181818;border-top:1px solid rgba(255,255,255,.08);padding:.5rem 1rem;display:grid;grid-template-columns:minmax(120px,1fr) 2fr minmax(120px,1fr);grid-gap:.75rem;gap:.75rem;align-items:center;min-height:72px}.playerLeft{display:flex;align-items:center;gap:.65rem;min-width:0}.playerDock .playerArt{width:48px;height:48px;border-radius:4px;flex-shrink:0}.playerMeta{min-width:0;display:grid;grid-gap:.1rem;gap:.1rem}.playerPodcast,.playerTrack{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playerTrack{font-size:.82rem;font-weight:500;color:#fff}.playerTrack:hover{text-decoration:underline}.playerPodcast{color:#a7a7a7;font-size:.7rem}.playerPodcast:hover{color:#fff;text-decoration:underline}.playerCenter{flex-direction:column;gap:.25rem;max-width:600px;margin:0 auto;width:100%}.playerCenter,.playerTransport{display:flex;align-items:center}.playerTransport{gap:.5rem}.pBtn{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:#a7a7a7;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:color .15s,transform .1s}.pBtn:hover:not(:disabled){color:#fff;transform:scale(1.05)}.pBtn:disabled{opacity:.35;cursor:not-allowed}.pSeekLabel{font-size:.65rem;font-weight:700;letter-spacing:-.02em}.pPlayBtn{width:36px;height:36px;border-radius:50%;border:none;background:#fff;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:transform .1s,background .15s}.pPlayBtn:hover:not(:disabled){transform:scale(1.06);background:#f0f0f0}.pPlayBtn:disabled{opacity:.35;cursor:not-allowed}.playerTimeline{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:.4rem;gap:.4rem;align-items:center;width:100%}.playerTime{color:#a7a7a7;font-size:.68rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:3ch}.playerTime:last-child{text-align:right}.playerProgress{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;background:linear-gradient(to right,var(--green) var(--progress,0),#4d4d4d var(--progress,0));cursor:pointer;outline:none;transition:height .1s}.playerProgress:hover{height:6px}.playerProgress::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;border:none;opacity:0;-webkit-transition:opacity .15s;transition:opacity .15s}.playerProgress:hover::-webkit-slider-thumb{opacity:1}.playerProgress::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#fff;border:none;opacity:0;-moz-transition:opacity .15s;transition:opacity .15s}.playerProgress:hover::-moz-range-thumb{opacity:1}.playerProgress::-moz-range-track{height:4px;border-radius:2px;background:transparent}.playerRight{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.pOptionBtn{border:1px solid rgba(255,255,255,.2);border-radius:12px;background:transparent;color:#a7a7a7;padding:.15rem .5rem;font-size:.68rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s}.pOptionBtn:hover{color:#fff;border-color:#fff}.pSleep{display:flex;align-items:center;gap:.25rem}.pOptionSelect{border:none;background:transparent;color:#a7a7a7;font-size:.68rem;cursor:pointer;padding:.15rem 0}.pOptionSelect:hover{color:#fff}.pSleepBadge{font-size:.62rem;color:var(--green);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.pVolume{display:flex;align-items:center;gap:.3rem}.pVolSlider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:80px;height:4px;border-radius:2px;background:linear-gradient(to right,var(--green) var(--vol,100%),#4d4d4d var(--vol,100%));cursor:pointer;outline:none;transition:height .1s}.pVolSlider:hover{height:6px}.pVolSlider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;border:none;opacity:0;-webkit-transition:opacity .15s;transition:opacity .15s}.pVolSlider:hover::-webkit-slider-thumb{opacity:1}.pVolSlider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#fff;border:none;opacity:0;-moz-transition:opacity .15s;transition:opacity .15s}.pVolSlider:hover::-moz-range-thumb{opacity:1}.pVolSlider::-moz-range-track{height:4px;border-radius:2px;background:transparent}@keyframes marqueeScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:640px){.playerDock{grid-template-columns:1fr;gap:.3rem;padding:.4rem .6rem;min-height:auto}.playerLeft{display:grid;grid-template-columns:40px 1fr auto;grid-gap:.5rem;gap:.5rem;align-items:center}.playerDock .playerArt{width:40px;height:40px}.playerLeft:after{content:none}.playerMeta,.playerTrack{overflow:hidden}.playerTrack{white-space:nowrap}.playerTrack .marqueeInner{display:inline-block;animation:marqueeScroll 10s linear infinite;padding-right:3rem}.playerCenter{order:3}.playerTransport{gap:.3rem}.pPlayBtn{width:32px;height:32px}.pBtn{width:28px;height:28px}.pBtn svg{width:14px;height:14px}.playerRight{order:4;justify-content:center;gap:.6rem}.pVolume{display:none}}.controlButton{border-radius:500px;border:1px solid rgba(255,255,255,.15);background:transparent;color:var(--text);padding:.42rem .9rem;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s,transform .1s}.controlButton:hover:not(:disabled){border-color:#fff;transform:scale(1.02)}.controlButton:disabled{opacity:.35;cursor:not-allowed}.controlButton.primary{background:var(--green);border-color:var(--green);color:#000;font-weight:700}.controlButton.primary:hover:not(:disabled){background:var(--green-strong);border-color:var(--green-strong);transform:scale(1.04)}.controlButton.ghost{border-color:transparent;background:rgba(255,255,255,.07)}.controlButton.ghost:hover:not(:disabled){background:rgba(255,255,255,.12);border-color:transparent}.inlineAction{display:inline-flex;align-items:center}.adminForm{display:grid;grid-gap:.75rem;gap:.75rem;padding:1rem;background:var(--surface-0);border-radius:8px;margin-bottom:1rem}.adminForm label{display:grid;grid-gap:.3rem;gap:.3rem;font-size:.85rem;color:var(--muted)}.adminForm input,.adminForm textarea{padding:.55rem .75rem;background:var(--surface-2);border:1px solid var(--line);border-radius:6px;color:var(--text);font:inherit;font-size:.9rem}.adminForm textarea{resize:vertical;min-height:150px}.adminFormActions{display:flex;gap:.5rem}.sortOrderInput{padding:.4rem .5rem;background:var(--surface-2);border:1px solid var(--line);border-radius:6px;color:var(--text);font:inherit;font-size:.85rem}.searchWrap{position:relative}.searchInput{width:100%;border:none;background:var(--surface-2);color:var(--text);border-radius:500px;padding:.55rem .85rem;font:inherit;font-size:.85rem;transition:background .15s}.searchInput:focus{outline:none;background:#3e3e3e}.searchInput::placeholder{color:var(--subdued)}.searchSpinner{position:absolute;right:.7rem;top:50%;transform:translateY(-50%);width:14px;height:14px;border:2px solid var(--muted);border-top:2px solid transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:translateY(-50%) rotate(1turn)}}.searchDropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:50;border-radius:8px;background:var(--surface-2);box-shadow:var(--shadow);max-height:340px;overflow-y:auto}.searchSection{padding:.4rem 0}.searchSectionLabel{display:block;padding:.3rem .75rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--subdued);font-weight:700}.searchItem{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;transition:background .1s}.searchItem:hover{background:rgba(255,255,255,.1)}.searchThumb{width:32px;height:32px;border-radius:4px;object-fit:cover;flex:0 0 auto}.searchEmpty{padding:.9rem .75rem;color:var(--subdued);font-size:.85rem;text-align:center}.progressWrap{display:flex;align-items:center;gap:.4rem;margin-top:.2rem}.progressBar{height:3px;border-radius:3px;background:var(--green);min-width:4px;max-width:120px}.progressLabel{font-size:.68rem;color:var(--green)}.episodeActions{display:flex;flex-direction:column;gap:.25rem;align-items:flex-end}.markPlayedBtn{font-size:.75rem;padding:.25rem .55rem}.episodePlayed{opacity:.5}.filterRow{display:flex;flex-wrap:wrap;gap:.35rem}.chipActive{background:#fff;color:#000}.chip{cursor:pointer;transition:background .15s,color .15s}.chip:hover{background:rgba(255,255,255,.15);color:#fff}.loadMoreBtn{justify-self:center;margin:.5rem auto 0}.favBtnSmall{border:none;background:transparent;cursor:pointer;font-size:.82rem;color:var(--muted);padding:0;transition:color .15s,transform .1s}.favBtnSmall:hover{color:var(--green);transform:scale(1.1)}.mobileMenuBtn{display:none;position:fixed;top:.6rem;right:.6rem;z-index:60;width:40px;height:40px;border-radius:50%;border:none;background:var(--surface-2);color:var(--text);font-size:1.2rem;cursor:pointer;place-items:center}.sidebarBackdrop{display:none}.sidebarHint{border-radius:8px;background:var(--surface-2);padding:.65rem;display:grid;grid-gap:.2rem;gap:.2rem;font-size:.75rem;color:var(--subdued)}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,rgba(255,255,255,.06) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:6px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeletonText{height:1rem;margin:.3rem 0}.skeletonShort{width:35%}.skeletonMedium{width:60%}.skeletonWide{width:90%}.skeletonArtwork{aspect-ratio:1/1;border-radius:12px}@media (max-width:1260px){.podcastGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1024px){.mobileMenuBtn{display:grid}.sidebarBackdrop{display:block;position:fixed;inset:0;z-index:39;background:rgba(0,0,0,.6)}.shellRoot{grid-template-columns:1fr}.shellSidebar{position:fixed;top:0;left:0;bottom:0;width:280px;z-index:40;height:100vh;transform:translateX(-100%);transition:transform .25s ease}.shellSidebar.sidebarVisible{transform:translateX(0)}.contentSurface{padding:1rem 1rem 7.5rem}.podcastGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.heroStats{grid-template-columns:1fr}.feedComposerRow{flex-direction:column}.episodeHeroCard,.podcastGrid,.podcastHero{grid-template-columns:1fr}.episodeHeroArt,.podcastHeroArt{max-width:150px}.episodeHeroCopy h1,.podcastHeroMeta h1{font-size:1.25rem}.sectionHeading h1{font-size:1.15rem}.episodeRow{grid-template-columns:44px minmax(0,1fr);padding:.5rem;gap:.5rem}.episodeArt{width:44px;height:44px}.episodeTitle{font-size:.85rem}.episodeCopy p{font-size:.78rem;-webkit-line-clamp:1}.metaLine{font-size:.72rem}.episodeActions,.episodeRow .controlButton{grid-column:1/-1;justify-self:start}.episodeActions{flex-direction:row;flex-wrap:wrap}.controlButton{font-size:.78rem;padding:.35rem .75rem}}