:root{--bg: #fffbf5;--bg-warm: #fff5e9;--surface: #ffffff;--surface-elevated: #ffffff;--border: #f0e6d8;--border-subtle: #f5ede3;--text: #1a1612;--text-secondary: #5c4f42;--text-muted: #9a8c7e;--accent: #e8583e;--accent-hover: #d14a32;--accent-soft: #fff0ed;--accent-gradient: linear-gradient(135deg, #e8583e 0%, #f0883e 100%);--orange: #f0883e;--green: #2ea87e;--green-soft: #edfaf4;--blue: #4a7fd4;--blue-soft: #edf4ff;--purple: #8b5cf6;--purple-soft: #f3f0ff;--shadow-sm: 0 1px 3px rgba(26, 22, 18, .04);--shadow-md: 0 4px 12px rgba(26, 22, 18, .06);--shadow-lg: 0 12px 40px rgba(26, 22, 18, .08);--shadow-xl: 0 20px 60px rgba(26, 22, 18, .1);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{min-width:320px;color:var(--text);background:var(--bg);font-family:Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}ul,ol{list-style:none}.container{width:min(1120px,calc(100% - 24px));margin:0 auto}h1,h2,h3{line-height:1.15;letter-spacing:-.02em}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:50;background:#fffbf5d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:10px}.brand-emoji{font-size:1.6rem}.brand-text strong{font-size:1.05rem;font-weight:700;color:var(--text)}.main-nav{display:flex;gap:4px}.main-nav a{padding:8px 18px;border-radius:999px;font-size:.92rem;font-weight:500;color:var(--text-secondary);transition:all .2s ease}.main-nav a:hover{color:var(--text);background:var(--border-subtle)}.main-nav a.active{color:#fff;background:var(--accent)}.hero{padding:32px 0 16px}.hero-text-block{margin-bottom:24px}.hero-badge{display:inline-block;padding:5px 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.82rem;font-weight:600;margin-bottom:16px}.hero-left h1,.hero-text-block h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;margin-bottom:12px}.hero-highlight{color:var(--accent)}.hero-desc{font-size:1rem;color:var(--text-secondary);line-height:1.8}.featured-hero{display:flex;gap:18px;padding:20px;border-radius:var(--radius-lg);background:var(--surface);border:1.5px solid var(--border);transition:all .2s ease;margin-bottom:12px}.featured-hero:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}.featured-cover{width:120px;height:120px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.featured-cover img{width:100%;height:100%;object-fit:cover}.featured-body{flex:1;min-width:0}.featured-label{display:inline-block;padding:3px 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.72rem;font-weight:600;margin-bottom:6px}.featured-body h2{font-size:1.1rem;font-weight:700;margin-bottom:6px;line-height:1.3}.featured-body p{font-size:.85rem;color:var(--text-secondary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px}.featured-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:.8rem;color:var(--text-muted)}.intro-strip{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:var(--radius-md);background:var(--bg-warm);transition:background .2s}.intro-strip:hover{background:#fdebd5}.intro-avatar-sm{font-size:1.3rem;width:40px;height:40px;border-radius:12px;background:#fff;display:grid;place-items:center;flex-shrink:0}.intro-strip-text{flex:1;min-width:0}.intro-strip-text strong{font-size:.92rem;display:block}.intro-strip-text span{font-size:.8rem;color:var(--text-muted);display:block;margin-top:2px}.intro-strip-arrow{color:var(--text-muted);font-size:1.1rem}.hosts-section{padding:12px 0 20px}.hosts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.host-card{display:flex;align-items:center;gap:10px;padding:14px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border-subtle)}.host-emoji{font-size:1.5rem;flex-shrink:0}.host-card strong{font-size:.88rem;display:block}.host-card p{font-size:.76rem;color:var(--text-muted);margin-top:2px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;padding-top:20px}.section-header h2{font-size:1.3rem;font-weight:800}.section-link{color:var(--accent);font-weight:600;font-size:.88rem}.ep-list{display:flex;flex-direction:column}.episodes-section{padding:0 0 24px}.ep-card{background:var(--surface);border-bottom:1px solid var(--border-subtle)}.ep-card-inner{display:flex;gap:16px;padding:18px 0;cursor:pointer}.ep-cover{position:relative;width:96px;height:96px;border-radius:14px;overflow:hidden;flex-shrink:0;background:var(--bg)}.ep-cover img{width:100%;height:100%;object-fit:cover}.ep-play-btn{position:absolute;inset:0;display:grid;place-items:center;background:#00000059;color:#fff;border:none;cursor:pointer;opacity:0;transition:opacity .2s}.ep-card:hover .ep-play-btn,.ep-play-btn:focus{opacity:1}@media(hover:none){.ep-play-btn{opacity:1}}.ep-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px}.ep-meta{display:flex;gap:10px;font-size:.8rem;color:var(--text-muted)}.ep-category{color:var(--accent);font-weight:600}.ep-title{font-size:1rem;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ep-summary{font-size:.85rem;color:var(--text-secondary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ep-footer{display:flex;gap:12px;font-size:.82rem;color:var(--text-muted);margin-top:2px}.ep-duration{display:inline-flex;align-items:center;gap:4px}.ep-duration svg{opacity:.6}.ep-player{padding:0 0 16px}.ep-player-inner{background:var(--bg);border-radius:var(--radius-md);padding:16px}.ep-player-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.ep-player-toggle{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:4px;border-radius:6px;transition:background .2s}.ep-player-toggle:hover{background:var(--border-subtle)}.ep-player-title{font-size:.78rem;color:var(--text-muted)}.ep-player-epname{font-size:.88rem;font-weight:600;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ep-player-progress{margin-bottom:14px}.ep-progress-bar{height:4px;background:var(--border);border-radius:2px;cursor:pointer;position:relative;margin-bottom:6px}.ep-progress-fill{height:100%;background:var(--accent);border-radius:2px;width:0%;transition:width .1s linear}.ep-time{display:flex;justify-content:space-between;font-size:.76rem;color:var(--text-muted)}.ep-player-controls{display:flex;align-items:center;justify-content:center;gap:16px}.ep-ctrl{background:none;border:none;cursor:pointer;color:var(--text-secondary);display:flex;align-items:center;gap:4px;padding:8px;border-radius:50%;transition:all .2s;font-family:inherit;font-size:.82rem;font-weight:600}.ep-ctrl:hover{background:var(--border-subtle);color:var(--text)}.ep-ctrl-play{width:52px;height:52px;background:var(--accent);color:#fff;border-radius:50%;padding:12px}.ep-ctrl-play:hover{background:var(--accent-hover);transform:scale(1.05)}.ep-ctrl-speed{border-radius:999px;padding:6px 12px;font-size:.82rem;min-width:42px;justify-content:center}.ep-ctrl-skip svg{width:16px;height:16px}.subscribe-section{padding:60px 0;background:var(--bg-warm);margin:40px 0 0}.subscribe-inner{text-align:center;max-width:480px;margin:0 auto}.subscribe-inner h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:8px}.subscribe-inner>p{color:var(--text-secondary);font-size:.96rem;margin-bottom:24px}.subscribe-form-row{display:flex;gap:8px}.subscribe-form-row input{flex:1;height:48px;padding:0 18px;border:1.5px solid var(--border);border-radius:999px;font-size:.94rem;outline:none;background:var(--surface);transition:border-color .2s;font-family:inherit}.subscribe-form-row input:focus{border-color:var(--accent)}.subscribe-form-row button{height:48px;padding:0 24px;border:none;border-radius:999px;font-size:.94rem;font-weight:700;color:#fff;background:var(--accent);cursor:pointer;transition:background .2s;font-family:inherit;white-space:nowrap}.subscribe-form-row button:hover{background:var(--accent-hover)}.subscribe-note{margin-top:12px;font-size:.82rem;color:var(--text-muted)}.subscribe-success{margin-top:16px;padding:12px 20px;border-radius:var(--radius-sm);background:var(--green-soft);color:var(--green);font-weight:600;font-size:.92rem}.social-proof{padding:48px 0}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.proof-item{text-align:center;padding:28px 20px}.proof-icon{font-size:2rem;display:block;margin-bottom:12px}.proof-item strong{font-size:1rem;display:block;margin-bottom:6px}.proof-item p{font-size:.88rem;color:var(--text-secondary);line-height:1.5}.page-hero{padding:24px 0}.page-hero-inner{padding:24px;border-radius:var(--radius-xl);background:var(--surface);border:1.5px solid var(--border-subtle)}.eyebrow{display:inline-flex;padding:4px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.76rem;font-weight:600}.page-hero h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;margin-top:10px}.page-hero p{color:var(--text-secondary);font-size:.96rem;margin-top:8px}.detail-hero{padding:24px 0 0}.detail-hero .back-link{display:inline-flex;margin-bottom:20px}.detail-hero .container{display:grid;grid-template-columns:240px 1fr;gap:28px;align-items:start}.detail-cover-wrap{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.detail-cover-img{width:100%;height:auto;display:block}.detail-info{padding-top:8px}.detail-info h1{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;margin-top:8px;line-height:1.2}.detail-summary{font-size:.96rem;color:var(--text-secondary);line-height:1.7;margin-top:8px}.detail-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.86rem;color:var(--text-muted);margin-top:12px}.tag-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.tag{padding:4px 10px;border-radius:999px;background:var(--bg);color:var(--text-muted);font-size:.76rem;font-weight:500}.detail-player-section{padding:20px 0}.detail-player{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:var(--radius-lg);background:var(--surface);border:1.5px solid var(--border-subtle);box-shadow:var(--shadow-md)}.detail-play-big{width:52px;height:52px;border-radius:50%;background:var(--accent);color:#fff;border:none;cursor:pointer;display:grid;place-items:center;flex-shrink:0;transition:all .2s}.detail-play-big:hover{transform:scale(1.05);background:var(--accent-hover)}.detail-player-track{flex:1;min-width:0}.detail-progress-bar{height:4px;background:var(--border);border-radius:2px;cursor:pointer;margin-bottom:6px}.detail-progress-fill{height:100%;background:var(--accent);border-radius:2px;width:0%}.detail-time-row{display:flex;justify-content:space-between;font-size:.76rem;color:var(--text-muted)}.detail-speed-btn{padding:6px 12px;border-radius:999px;border:1.5px solid var(--border);background:var(--surface);font-size:.82rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:all .2s;font-family:inherit}.detail-speed-btn:hover{border-color:var(--accent);color:var(--accent)}.detail-notes{padding:20px 0 40px}.detail-notes h2{font-size:1.2rem;font-weight:700;margin-bottom:16px}.notes-list li{position:relative;padding-left:18px;color:var(--text-secondary);line-height:1.8;font-size:.92rem;margin-bottom:8px}.notes-list li:before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.episode-stack{display:flex;flex-direction:column}.category-strip{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;-ms-overflow-style:none;scrollbar-width:none}.category-strip::-webkit-scrollbar{display:none}.category-strip a{padding:8px 16px;border-radius:999px;white-space:nowrap;font-size:.86rem;font-weight:500;color:var(--text-secondary);background:var(--surface);border:1.5px solid var(--border);transition:all .2s}.category-strip a.is-active,.category-strip a:hover{background:var(--text);color:#fff;border-color:var(--text)}.site-footer{margin-top:auto;padding:40px 0 28px;border-top:1px solid var(--border-subtle)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;margin-bottom:32px}.footer-brand p{color:var(--text-muted);font-size:.88rem;margin-top:10px;line-height:1.6}.footer-logo{display:flex;align-items:center;gap:10px}.footer-logo strong{font-size:1rem}.footer-col{display:flex;flex-direction:column;gap:8px}.footer-col h4{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:4px}.footer-col a{font-size:.9rem;color:var(--text-secondary);transition:color .2s}.footer-col a:hover{color:var(--accent)}.footer-bottom{padding-top:20px;border-top:1px solid var(--border-subtle);text-align:center}.footer-bottom p{font-size:.84rem;color:var(--text-muted)}@media(max-width:960px){.detail-hero .container{grid-template-columns:1fr}.detail-cover-wrap{max-width:280px}.proof-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}}@media(max-width:720px){.hero{padding:20px 0 12px}.hero-text-block h1{font-size:1.8rem!important}.featured-hero{flex-direction:column}.featured-cover{width:100%;height:180px}.hosts-grid{grid-template-columns:1fr}.ep-cover{width:80px;height:80px}.ep-title{font-size:.94rem}.ep-summary{display:none!important}.subscribe-form-row{flex-direction:column}.footer-grid{grid-template-columns:1fr}.detail-cover-wrap{max-width:200px}.detail-player{flex-wrap:wrap;gap:12px}.detail-player-track{order:3;flex-basis:100%}}@media(prefers-reduced-motion:reduce){*{animation-duration:0s!important;transition-duration:0s!important}}
