*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}:root{color:#e8e8e8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0d0d0d;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}a{color:inherit}img{max-width:100%}.scroll-container{scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;height:100vh;overflow-y:scroll}.episode-page{scroll-snap-align:start;scroll-snap-stop:always;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:1rem 1rem 100px;display:flex;position:relative}.episode-content-group{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:min(90vw,70vh);display:flex}.card-container{perspective:1200px;aspect-ratio:1;touch-action:manipulation;cursor:pointer;width:100%;position:relative}.card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s ease-in-out;position:relative}.card-inner.flipped{transform:rotateY(180deg)}.card-front,.card-back{backface-visibility:hidden;width:100%;height:100%;position:absolute;top:0;left:0}.card-front{justify-content:center;align-items:center;display:flex}.card-back{position:relative;overflow:hidden;transform:rotateY(180deg)}.card-back-bg{z-index:0;background-position:50%;background-size:cover;border-radius:6px;width:100%;height:100%;position:absolute;top:0;left:0;transform:scaleX(-1)}.card-back-content{z-index:1;-webkit-backdrop-filter:blur(8px);background:#0a0a0af2;border-radius:6px;flex-direction:column;height:100%;padding:1.5rem;display:flex;position:relative;overflow-y:auto;box-shadow:0 8px 40px #0009}.card-back-header-minimal{text-align:center;flex-shrink:0;margin-bottom:1rem}.card-back-title-inline{color:#e8e8e8e6;margin:0 0 .4rem;font-family:Libre Caslon Text,Georgia,serif;font-size:1.3rem;font-weight:700;line-height:1.3}.card-back-meta{letter-spacing:.05em;color:#e8e8e866;font-size:.8rem;font-weight:400}.card-back-description{color:#e8e8e8cc;flex:1;margin-bottom:1rem;font-family:Libre Caslon Text,Georgia,serif;font-size:1rem;line-height:1.7;overflow-y:auto}.episode-art-wrap{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.episode-art{object-fit:contain;border-radius:6px;width:auto;max-width:100%;height:auto;max-height:60vh;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 40px #0009}.episode-page:hover .card-inner:not(.flipped) .episode-art{transform:scale(1.02);box-shadow:0 12px 50px #000000b3}.banned-badge{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#dc2828d9;border-radius:4px;padding:.25rem .6rem;font-size:.7rem;font-weight:600;position:absolute;top:.5rem;right:.5rem}.bottom-player-bar{z-index:40;background:#1a1a1a;border-top:1px solid #ffffff14;padding:.5rem 1rem;transition:transform .25s ease-in-out;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 20px #00000080}.bottom-player-bar.visible{transform:translateY(0)}.bottom-player-inner{align-items:center;gap:.75rem;max-width:800px;margin:0 auto;display:flex}.bottom-player-info{flex-direction:column;flex-shrink:0;gap:.1rem;min-width:0;display:flex}.bottom-player-number{letter-spacing:.1em;text-transform:uppercase;color:#e8e8e866;font-size:.65rem;font-weight:500}.bottom-player-title{color:#e8e8e8e6;white-space:nowrap;text-overflow:ellipsis;max-width:160px;font-size:.8rem;font-weight:600;overflow:hidden}.bottom-player-content{flex:1;min-width:0}.bottom-player-audio{width:100%;height:36px}.bottom-player-dismiss{color:#e8e8e899;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:.85rem;transition:background .15s,color .15s;display:flex}.bottom-player-dismiss:hover{color:#e8e8e8e6;background:#ffffff1a}.banned-placeholder-compact{color:#e8e8e880;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.banned-placeholder{color:#e8e8e8b3;background:#dc28281f;border:1px solid #dc28284d;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.85rem;display:flex}.banned-icon{flex-shrink:0;font-size:1.25rem}.spotify-show-link{color:#1ed760;background:#1ed7601f;border:1px solid #1ed7604d;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.spotify-show-link:hover{background:#1ed76033;border-color:#1ed76080}.spotify-icon{flex-shrink:0;font-size:1.25rem}.side-nav{z-index:50;flex-direction:column;gap:2px;display:flex;position:fixed;top:50%;right:14px;transform:translateY(-50%)}.side-nav-dot{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff3;border:none;border-radius:50%;width:6px;height:6px;margin:0;padding:0;transition:background .2s,transform .2s;position:relative}.side-nav-dot:before{content:"";width:30px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.side-nav-dot:hover{background:#fff9;transform:scale(1.6)}.side-nav-dot.active{background:#e8e8e8;transform:scale(1.5)}.side-nav-dot:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;pointer-events:none;-webkit-backdrop-filter:blur(8px);opacity:0;background:#141414e0;border-radius:6px;padding:6px 10px;font-size:.75rem;font-weight:500;transition:opacity .15s ease-out;position:absolute;top:50%;right:calc(100% + 12px);transform:translateY(-50%);box-shadow:0 2px 12px #0006}.side-nav-dot:hover:after{opacity:1}.side-nav-scrub-tooltip{color:#fff;white-space:nowrap;pointer-events:none;-webkit-backdrop-filter:blur(8px);background:#141414eb;border-radius:8px;padding:8px 12px;font-size:.8rem;font-weight:500;animation:.15s ease-out tooltipFadeIn;position:absolute;top:50%;right:calc(100% + 12px);transform:translateY(-50%);box-shadow:0 2px 12px #0006}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-50%)translate(4px)}to{opacity:1;transform:translateY(-50%)translate(0)}}@media (width<=640px){.episode-page{padding:1rem .75rem}.episode-content-group{max-width:100%}.episode-art{border-radius:4px;max-height:50vh}.card-back-content{padding:1rem}.card-back-description{font-size:.8rem}.side-nav{gap:3px;right:6px}.side-nav-dot{width:5px;height:5px}.side-nav-dot:before{width:44px;height:40px}.bottom-player-bar{padding:.4rem .75rem}.bottom-player-title{max-width:100px;font-size:.7rem}.bottom-player-number{font-size:.6rem}.side-nav-dot:after{display:none}}@media (width>=768px){.card-back-title-inline{font-size:1.6rem}.card-back-description{font-size:1.1rem;line-height:1.8}.card-back-meta{font-size:.85rem}}.self-hosted-player-bar{flex-direction:column;gap:.4rem;width:100%}.self-hosted-player-info{flex-direction:column;gap:.1rem;padding:0 .25rem;display:flex}.self-hosted-player-title{color:#e8e8e8e6;white-space:nowrap;text-overflow:ellipsis;font-family:Libre Caslon Text,Georgia,serif;font-size:.85rem;font-weight:700;overflow:hidden}.self-hosted-player-date{color:#e8e8e866;font-size:.7rem}.bottom-player-audio{width:100%}
