:root{--bg:#f7f5f2;--surface:#fff;--surface-2:#efece7;--text:#1b1a20;--text-muted:#63616d;--accent:#5b21b6;--accent-contrast:#fff;--border:#e0dcd5;--warn:#a4442f;--radius:12px;--radius-lg:20px;--shadow:0 2px 8px #00000014;--shadow-lg:0 -6px 28px #00000024;--tabbar-height:58px;--mini-height:64px;--safe-bottom:env(safe-area-inset-bottom,0px);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#14131a;--surface:#1e1d26;--surface-2:#282734;--text:#f2f0f6;--text-muted:#a09eae;--accent:#a78bfa;--accent-contrast:#1b1a20;--border:#33313f;--warn:#f0a58e;--shadow:0 2px 8px #0006;--shadow-lg:0 -6px 28px #0000008c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}h1,h2,h3{text-wrap:balance;margin:0 0 .4em;line-height:1.25}h1{font-size:clamp(1.5rem,1.2rem + 1.2vw,2rem)}h2{font-size:1.15rem}a{color:inherit;-webkit-text-decoration-color:color-mix(in oklab, currentColor 35%, transparent);text-decoration-color:color-mix(in oklab, currentColor 35%, transparent);text-underline-offset:2px}img{max-width:100%}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--accent);color:var(--accent-contrast);border-radius:0 0 var(--radius) 0;padding:.6rem 1rem;position:absolute;left:-9999px}.skip-link:focus{top:0;left:0}.app{grid-template-columns:1fr;min-height:100dvh;display:grid}.app__main{padding:1rem 1rem calc(var(--tabbar-height) + var(--safe-bottom) + 1rem);width:100%;max-width:900px;margin:0 auto}.app.has-player .app__main{padding-bottom:calc(var(--tabbar-height) + var(--mini-height) + var(--safe-bottom) + 1rem)}.view__header{margin-bottom:1.25rem}.lede{color:var(--text-muted);margin:.25rem 0 0}.muted{color:var(--text-muted)}.section{margin-bottom:2rem}.section__title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem;font-size:1rem}.empty{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:3rem 1rem}.notice,.error{border-radius:var(--radius);margin:0 0 1rem;padding:.7rem .9rem}.notice{background:color-mix(in oklab, var(--accent) 12%, var(--surface))}.error{background:color-mix(in oklab, var(--warn) 16%, var(--surface));color:var(--warn)}.sidebar{display:none}.tabbar{z-index:30;background:color-mix(in oklab, var(--surface) 92%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding-bottom:var(--safe-bottom);justify-content:space-around;display:flex;position:fixed;inset:auto 0 0}.tabbar a{color:var(--text-muted);flex-direction:column;flex:1;align-items:center;gap:2px;min-height:44px;padding:.5rem .25rem;font-size:.68rem;text-decoration:none;display:flex}.tabbar a.is-active{color:var(--accent)}.button{background:var(--accent);min-height:44px;color:var(--accent-contrast);font:inherit;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-weight:600;text-decoration:none;display:inline-flex}.button:disabled{opacity:.55;cursor:not-allowed}.button--ghost{color:var(--text);border-color:var(--border);background:0 0}.link-button{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.icon-button{min-width:44px;min-height:44px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-button:hover:not(:disabled){background:var(--surface-2)}.icon-button:disabled{opacity:.35;cursor:not-allowed}.icon-button--primary{background:var(--accent);color:var(--accent-contrast)}.icon-button--primary:hover:not(:disabled){background:color-mix(in oklab, var(--accent) 85%, black)}.icon-button--large{min-width:68px;min-height:68px}.chip{border:1px solid var(--border);background:var(--surface);min-height:36px;color:var(--text);font:inherit;cursor:pointer;border-radius:999px;align-items:center;padding:.3rem .8rem;font-size:.85rem;text-decoration:none;display:inline-flex}.chip.is-active{border-color:var(--accent);color:var(--accent)}.badge{background:var(--surface-2);color:var(--text-muted);vertical-align:1px;border-radius:6px;margin-left:.4rem;padding:.05rem .45rem;font-size:.72rem;display:inline-block}.badge--warn{background:color-mix(in oklab, var(--warn) 18%, var(--surface));color:var(--warn)}.field{flex-direction:column;gap:.3rem;margin-bottom:1rem;display:flex}.field>span{color:var(--text-muted);font-size:.9rem}input[type=text],input[type=email],input[type=search],select{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-height:44px;color:var(--text);font:inherit;width:100%;padding:.5rem .7rem}.stack{flex-direction:column;gap:.7rem;display:flex}.stack--row{flex-flow:wrap}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.prose{overflow-wrap:anywhere}.prose img{border-radius:var(--radius);height:auto}.prose.is-clamped{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.artwork{border-radius:var(--radius);object-fit:cover;background:var(--surface-2);flex-shrink:0}.artwork--placeholder{color:var(--text-muted);place-items:center;display:grid}.episode-list{flex-direction:column;display:flex}.episode-row{border-bottom:1px solid var(--border);align-items:flex-start;gap:.85rem;padding:.85rem 0;display:flex}.episode-row.is-played .episode-row__title{color:var(--text-muted)}.episode-row.is-current{background:color-mix(in oklab, var(--accent) 7%, transparent);border-radius:var(--radius);padding-inline:.6rem}.episode-row__body{flex:1;min-width:0}.episode-row__show{color:var(--text-muted);font-size:.78rem;text-decoration:none;display:block}.episode-row__title{margin:0 0 .2rem;font-size:1rem}.episode-row__title a{text-decoration:none}.episode-row__meta{color:var(--text-muted);margin:0;font-size:.82rem}.episode-row__progress{background:var(--surface-2);border-radius:2px;height:3px;margin-top:.5rem;overflow:hidden}.episode-row__progress>div{background:var(--accent);height:100%}.episode-row__actions{align-items:center;gap:.15rem;display:flex}.show-header{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.show-header__author{color:var(--text-muted);margin:0 0 .5rem}.show-header__badges{flex-wrap:wrap;gap:.3rem;margin:0 0 .8rem;display:flex}.show-header__badges .badge{margin-left:0}.show-header__actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.8rem;display:flex}.show-header__funding{flex-wrap:wrap;gap:.4rem;margin:0 0 .8rem;display:flex}.credits{flex-wrap:wrap;gap:.75rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.credits__item{align-items:center;gap:.5rem;font-size:.88rem;display:flex}.credits__item .artwork{border-radius:999px}.podcast-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;display:grid}.podcast-card{flex-direction:column;gap:.4rem;text-decoration:none;display:flex}.podcast-card .artwork{aspect-ratio:1;width:100%;height:auto}.podcast-card__title{font-size:.9rem;font-weight:600;line-height:1.3}.podcast-card__author{color:var(--text-muted);font-size:.78rem}.searchbar{gap:.5rem;margin-bottom:1.25rem;display:flex}.result-list{margin:0;padding:0;list-style:none}.result{border-bottom:1px solid var(--border);align-items:flex-start;gap:.85rem;padding:.9rem 0;display:flex}.result__body{flex:1;min-width:0}.result__title{margin:0 0 .15rem;font-size:1rem}.result__author,.result__description{color:var(--text-muted);margin:0 0 .25rem;font-size:.85rem}.result__url{color:var(--text-muted);overflow-wrap:anywhere;margin:0;font-size:.72rem}.queue-list{counter-reset:queue;margin:0;padding:0;list-style:none}.queue-item{border-bottom:1px solid var(--border);align-items:center;gap:.7rem;padding:.6rem 0;display:flex}.queue-item.is-dragging{opacity:.5}.queue-item__index{text-align:right;width:1.5rem;color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.85rem}.queue-item__body{flex-direction:column;flex:1;min-width:0;display:flex}.queue-item__title{font-weight:500;text-decoration:none}.queue-item__actions{gap:.1rem;display:flex}.queue-item__actions .icon-button{min-width:36px;min-height:36px}.mini-player{left:0;right:0;bottom:calc(var(--tabbar-height) + var(--safe-bottom));z-index:25;height:var(--mini-height);background:color-mix(in oklab, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border);align-items:center;gap:.5rem;padding:0 .5rem 0 .6rem;display:flex;position:fixed}.mini-player__progress{background:var(--surface-2);height:2px;position:absolute;inset:0 0 auto}.mini-player__progress-fill{background:var(--accent);height:100%;transition:width .25s linear}.mini-player__expand{min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:.6rem;padding:0;display:flex}.mini-player__meta{flex-direction:column;min-width:0;display:flex}.mini-player__title,.mini-player__show{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mini-player__title{font-size:.88rem;font-weight:600}.mini-player__show{color:var(--text-muted);font-size:.76rem}.mini-player__controls{align-items:center;gap:.1rem;display:flex}.np{z-index:40;background:#00000073;align-items:flex-end;display:flex;position:fixed;inset:0}.np__sheet{background:var(--bg);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:94dvh;box-shadow:var(--shadow-lg);flex-direction:column;animation:.28s cubic-bezier(.22,1,.36,1) sheet-in;display:flex;position:relative}@keyframes sheet-in{0%{transform:translateY(100%)}}.np__grabber{background:var(--border);border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:.6rem auto .2rem}.np__close{z-index:1;position:absolute;top:.5rem;right:.5rem}.np__scroll{padding:.5rem 1.25rem calc(2rem + var(--safe-bottom));text-align:center;overscroll-behavior:contain;overflow-y:auto}.np__art{aspect-ratio:1;border-radius:var(--radius-lg);width:min(280px,62vw);height:auto;box-shadow:var(--shadow);margin:.5rem auto 1rem}.np__title{margin-bottom:.2rem;font-size:1.15rem}.np__show{color:var(--text-muted);font-size:.9rem}.np__chapter{color:var(--accent);margin:.5rem 0 0;font-size:.88rem}.np__error{color:var(--warn);font-size:.88rem}.np__controls{justify-content:center;align-items:center;gap:1.25rem;margin:.75rem 0;display:flex}.np__secondary{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.np__tabs{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:center;gap:.25rem;margin-bottom:.9rem;display:flex}.np__tab{min-height:44px;color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:.5rem .7rem}.np__tab.is-active{color:var(--text);border-bottom-color:var(--accent)}.np__panel{text-align:left}.scrubber{margin:1rem 0 .25rem}.scrubber__range{width:100%;accent-color:var(--accent);min-height:44px}.scrubber__times{color:var(--text-muted);font-variant-numeric:tabular-nums;justify-content:space-between;font-size:.78rem;display:flex}.popover-host{position:relative}.popover{z-index:5;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);min-width:150px;max-height:280px;padding:.25rem;position:absolute;bottom:calc(100% + .4rem);left:50%;overflow-y:auto;transform:translate(-50%)}.popover__item{text-align:left;width:100%;min-height:40px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:.5rem .7rem;display:block}.popover__item:hover,.popover__item.is-active{background:var(--surface-2)}.chapter-list,.upnext{margin:0;padding:0;list-style:none}.chapter-list__item{width:100%;min-height:44px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;gap:.7rem;padding:.6rem .4rem;display:flex}.chapter-list__item:hover{background:var(--surface-2)}.chapter-list__item.is-active{color:var(--accent);font-weight:600}.chapter-list__time{font-variant-numeric:tabular-nums;color:var(--text-muted);flex-shrink:0}.upnext__item{align-items:center;gap:.6rem;padding:.5rem 0;display:flex}.upnext__meta{flex-direction:column;min-width:0;font-size:.85rem;display:flex}.upnext__title{font-weight:500}.transcript__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.transcript__follow{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.85rem;display:flex}.transcript__picker{width:auto;min-width:140px}.transcript__cues{overscroll-behavior:contain;max-height:420px;margin:0;padding:0;list-style:none;overflow-y:auto}.transcript__cue button{text-align:left;width:100%;color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;gap:.7rem;padding:.4rem;display:flex}.transcript__cue.is-active button{background:color-mix(in oklab, var(--accent) 12%, transparent);color:var(--text)}.transcript__time{font-variant-numeric:tabular-nums;flex-shrink:0;padding-top:.15rem;font-size:.78rem}.transcript__speaker{color:var(--accent)}.soundbites{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.episode-header{flex-wrap:wrap;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.episode-header__show{color:var(--text-muted);font-size:.85rem;text-decoration:none}.episode-header__actions{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width:860px){.app{grid-template-columns:240px 1fr}.sidebar{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;gap:1rem;height:100dvh;padding:1.25rem .9rem;display:flex;position:sticky;top:0}.sidebar__brand{align-items:center;gap:.5rem;padding:0 .5rem;font-size:1.1rem;font-weight:700;display:flex}.sidebar__logo{color:var(--accent)}.sidebar ul{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.sidebar ul a{border-radius:var(--radius);min-height:44px;color:var(--text-muted);align-items:center;gap:.65rem;padding:.55rem .7rem;text-decoration:none;display:flex}.sidebar ul a:hover{background:var(--surface-2)}.sidebar ul a.is-active{background:color-mix(in oklab, var(--accent) 14%, transparent);color:var(--accent);font-weight:600}.sidebar__note{margin-top:auto;padding:0 .5rem;font-size:.85rem}.tabbar{display:none}.app__main{padding:1.75rem 2rem 2rem}.app.has-player .app__main{padding-bottom:calc(var(--mini-height) + 2rem)}.mini-player{padding-left:1rem;padding-right:1rem;bottom:0}.show-header{flex-direction:row}.show-header__art{width:180px;height:180px}.np{justify-content:center;align-items:center}.np__sheet{border-radius:var(--radius-lg);max-width:620px;max-height:88dvh;animation:none}.np__grabber{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
