body.has-podcast-player{padding-bottom:calc(5.25rem + env(safe-area-inset-bottom,0px))}body.has-podcast-player.podcast-player--expanded-active{padding-bottom:calc(18rem + env(safe-area-inset-bottom,0px))}.podcast-player-dock{position:fixed;left:0;right:0;bottom:0;z-index:200;display:flex;justify-content:center;padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--chalk-jet,#343434);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -4px 24px rgba(0,0,0,.22);pointer-events:none}.podcast-player-dock .podcast-player{pointer-events:auto}.podcast-player-dock .podcast-player{position:relative;isolation:isolate}.podcast-player{width:100%;max-width:var(--chalk-prose-width,65ch);background:0 0;color:var(--chalk-white,#fff);font-family:Helvetica,Arial,sans-serif}.podcast-player[hidden]{display:none}.podcast-player__collapsed{display:flex;align-items:center;gap:.75rem;min-height:5rem;padding:.5rem .75rem}.podcast-player__expanded{padding:.5rem .75rem 1rem}.podcast-player__expanded-inner{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start}.podcast-player__close{position:absolute;top:.35rem;right:.5rem}.podcast-player__art-btn{border:none;background:0 0;padding:0;cursor:pointer;border-radius:4px;flex-shrink:0}.podcast-player__art-btn:focus-visible{outline:2px solid var(--chalk-flax,#f9df74);outline-offset:2px}.podcast-player__art-stack{position:relative;display:block;width:64px;height:64px}.podcast-player__art-stack--lg{width:128px;height:128px}.podcast-player__art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:4px;opacity:0;transition:opacity .2s ease}.podcast-player__art--visible{opacity:1}@media(prefers-reduced-motion:reduce){.podcast-player__art{transition:none}}.podcast-player__meta{flex:1;min-width:0}.podcast-player__title{margin:0;font-size:.95rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.podcast-player__chapter{margin:.15rem 0 0;font-size:.8rem;color:rgba(255,255,255,.78)}.podcast-player__collapsed-controls{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.podcast-player__time-collapsed{font-size:.75rem;font-variant-numeric:tabular-nums;color:rgba(255,255,255,.85);min-width:4.5rem;text-align:right}.podcast-player__time{margin:.35rem 0 .5rem;font-size:.8rem;font-variant-numeric:tabular-nums;color:rgba(255,255,255,.85)}.podcast-player__scrubber-wrap{position:relative;height:1.5rem;margin:.5rem 0}.podcast-player__buffer{position:absolute;left:0;top:50%;transform:translateY(-50%);height:4px;width:0;background:rgba(255,255,255,.25);border-radius:2px;pointer-events:none}.podcast-player__ticks{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:8px;pointer-events:none}.podcast-player__tick{position:absolute;width:2px;height:8px;background:rgba(249,223,116,.7);transform:translateX(-50%)}.podcast-player__scrubber{position:relative;z-index:1;width:100%;margin:0;accent-color:var(--chalk-flax,#f9df74);cursor:pointer;background:0 0}.podcast-player__scrubber:focus-visible{outline:2px solid var(--chalk-flax,#f9df74);outline-offset:2px}.podcast-player__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.podcast-player__btn{border:none;background:rgba(255,255,255,.12);color:var(--chalk-white,#fff);border-radius:4px;padding:.4rem .55rem;font-size:.8rem;cursor:pointer;line-height:1.2}.podcast-player__btn:focus-visible{outline:2px solid var(--chalk-flax,#f9df74);outline-offset:2px}.podcast-player__btn:hover{background:rgba(255,255,255,.2)}.podcast-player__btn--play{background:var(--chalk-flax,#f9df74);color:var(--chalk-jet,#343434);font-weight:700;min-width:2.5rem}.podcast-player__btn--ghost{background:0 0}.podcast-player__btn--subscribe{font-weight:600;border:1px solid rgba(249,223,116,.55);color:var(--chalk-flax,#f9df74);background:rgba(249,223,116,.12);min-width:2rem}.podcast-player__subscribe-hint{margin:0 0 .75rem;font-size:.85rem;line-height:1.45;color:rgba(255,255,255,.82)}.podcast-player__subscribe-list{list-style:none;margin:0;padding:0}.podcast-player__subscribe-list li{margin-bottom:.35rem}.podcast-player__subscribe-link{display:block;width:100%;text-align:left;padding:.65rem .75rem;border-radius:6px;background:rgba(255,255,255,.1);color:var(--chalk-flax,#f9df74);text-decoration:none;font-size:.9rem;font-weight:600;border:none;cursor:pointer;font-family:inherit}.podcast-player__subscribe-link:hover,.podcast-player__subscribe-link:focus-visible{background:rgba(255,255,255,.18);outline:2px solid var(--chalk-flax,#f9df74);outline-offset:2px}.podcast-player__subscribe-link--muted{color:rgba(255,255,255,.75);font-weight:400;font-size:.8rem}.podcast-player__subscribe-url{margin:.75rem 0 0;font-size:.7rem;line-height:1.35;word-break:break-all;color:rgba(255,255,255,.55)}.podcast-player__subscribe-url[data-copied]::before{content:"Copied! ";color:var(--chalk-flax,#f9df74)}.podcast-player--playing .podcast-player__icon--play{display:none}.podcast-player:not(.podcast-player--playing) .podcast-player__icon--pause{display:none}.podcast-player__sheet{position:absolute;inset:0;z-index:40;background:rgba(0,0,0,.55);display:flex;align-items:flex-end;justify-content:center;border-radius:inherit}.podcast-player-dock--fixed .podcast-player__sheet{position:fixed;inset:0;z-index:300;border-radius:0}.podcast-player__sheet[hidden]{display:none}.podcast-player__sheet-inner{background:var(--chalk-jet,#343434);color:#fff;width:100%;max-width:28rem;max-height:70vh;overflow:auto;border-radius:12px 12px 0 0;padding:1rem}.podcast-player__sheet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.podcast-player__sheet-header h2{margin:0;font-size:1rem}.podcast-player__chapter-list{list-style:none;margin:0;padding:0}.podcast-player__chapter-item{display:flex;align-items:center;gap:.75rem;width:100%;text-align:left;border:none;background:rgba(255,255,255,8%);color:inherit;padding:.5rem;margin-bottom:.35rem;border-radius:6px;cursor:pointer}.podcast-player__chapter-item img{width:48px;height:48px;object-fit:cover;border-radius:4px;flex-shrink:0}.podcast-player__chapter-item strong{display:block}.podcast-player__chapter-item time{font-size:.75rem;opacity:.75}.podcast-player__chapter-link{font-size:.75rem;color:var(--chalk-flax,#f9df74);margin-left:auto}.podcast-player__ended{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:rgba(52,52,52,.95);z-index:10}.podcast-player__ended[hidden]{display:none}.podcast-player__next{color:var(--chalk-flax,#f9df74)}.podcast-player--expanded .podcast-player__collapsed{display:none}.podcast-player--collapsed .podcast-player__expanded{display:none}@media(max-width:639px){.podcast-player__expanded-inner{grid-template-columns:1fr;justify-items:center;text-align:center}.podcast-player__body{width:100%}.podcast-player__controls{justify-content:center}}@media(min-width:640px){.podcast-player__expanded{min-height:17.5rem}}.podcast-player-dock--inline{position:relative;left:auto;right:auto;bottom:auto;z-index:1;margin:1.25rem 0 1.5rem;padding:0;background:var(--chalk-jet,#343434);border:1px solid rgba(255,255,255,.12);border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.18);pointer-events:auto;overflow:hidden}.podcast-player-dock--inline .podcast-player{max-width:none}.podcast-player-dock--inline.podcast-player-dock--sheet-open{z-index:210}.podcast-player-dock--fixed.podcast-player-dock--sheet-open{z-index:210}.podcast-player__feed-label{margin:0;padding:.5rem .75rem 0;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--chalk-flax,#f9df74);opacity:.95}.plan-podcast-lab{margin:1.5rem 0 1rem;padding:1rem 0 0;border-top:1px solid rgba(0,0,0,8%)}.plan-podcast-lab__heading{font-size:1.125rem;margin:0 0 .5rem}.plan-podcast-lab__intro{font-size:.9rem;margin:0 0 1rem;max-width:var(--chalk-prose-width,65ch);line-height:1.45}.plan-preview-launch{-webkit-appearance:none;appearance:none;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:.65rem;width:100%;max-width:22rem;margin:1.25rem auto 1.75rem;padding:0;border:none;border-radius:0;background:0 0;background-image:none;color:var(--chalk-jet,#343434);cursor:pointer;font:inherit;line-height:1.35;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.plan-preview-launch--hero{margin-top:1.5rem;margin-left:auto;margin-right:auto;margin-bottom:0}.plan-preview-play__disc{box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:4.75rem;height:4.75rem;min-width:4.75rem;min-height:4.75rem;aspect-ratio:1;border:none;border-radius:50%;-webkit-border-radius:50%;overflow:hidden;background-color:var(--chalk-flax,#f9df74);box-shadow:none}.plan-preview-play__icon{display:block;width:1.65rem;height:1.65rem;margin-left:.15rem;flex-shrink:0;pointer-events:none}.plan-preview-launch:focus-visible{outline:2px solid var(--chalk-flax,#f9df74);outline-offset:4px}.plan-preview-launch--hero .plan-preview-play__disc{border:none;box-shadow:none;background-color:var(--chalk-flax,#f9df74)}.plan-preview-label{margin:0;max-width:100%;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-align:center;line-height:1.35;white-space:normal;color:var(--chalk-jet,#343434)}@media(min-width:480px){.plan-preview-label{font-size:.8rem;letter-spacing:.1em}}.plan-preview-launch--hero .plan-preview-label{color:var(--chalk-flax,#f9df74)}@media(min-width:768px){.plan-preview-play__disc{width:5.5rem;height:5.5rem;min-width:5.5rem;min-height:5.5rem}.plan-preview-play__icon{width:1.9rem;height:1.9rem}}.podcast-player-dock--launch[hidden]{display:none!important}.podcast-player-dock--launch.is-active,.podcast-player-dock--launch:not([hidden]){display:flex;pointer-events:auto;animation:podcast-dock-slide-up .28s ease-out}.plan-preview-launch{position:relative;z-index:2}@supports(-webkit-touch-callout:none){.plan-preview-play__disc{border-radius:50%!important;-webkit-border-radius:50%!important;background-color:var(--chalk-flax,#f9df74)!important}}@keyframes podcast-dock-slide-up{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(prefers-reduced-motion:reduce){.podcast-player-dock--launch:not([hidden]){animation:none}}