:root{--bg:#FFD60A;--ink:#0A0A0A;--ink-soft:#2A2A2A;--paper:#FFF7DC;--line:rgba(10,10,10,0.12)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:-apple-system,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;font-feature-settings:"kern","liga"}a{color:inherit}main{max-width:720px;margin:0 auto;padding:40px 24px 80px}header.show{text-align:center;padding:24px 0 32px}.cover{width:min(360px,80vw);aspect-ratio:1/1;border-radius:24px;overflow:hidden;margin:0 auto 24px;background:var(--paper);box-shadow:0 6px 0 var(--ink)}.cover img{width:100%;height:100%;display:block;object-fit:cover}.show-title{font-size:64px;line-height:1;letter-spacing:.08em;font-weight:900;margin:8px 0 12px}.show-subtitle{font-size:16px;line-height:1.6;margin:0 auto 24px;max-width:28em;opacity:.85}.show-desc{text-align:left;background:var(--paper);border:2px solid var(--ink);border-radius:16px;padding:20px 22px;font-size:15px;line-height:1.75;white-space:pre-wrap;margin-top:16px}.subscribe{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin:24px 0 8px}.subscribe a{background:var(--ink);color:var(--bg);padding:12px 20px;border-radius:999px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.subscribe a.secondary{background:transparent;color:var(--ink);border:2px solid var(--ink)}h2.section-title{font-size:22px;font-weight:900;letter-spacing:.04em;margin:48px 0 16px;border-left:6px solid var(--ink);padding-left:12px}.ep{display:block;background:var(--paper);border:2px solid var(--ink);border-radius:16px;padding:20px 22px;margin-bottom:16px;text-decoration:none;color:var(--ink);transition:transform .15s ease}.ep:hover{transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--ink)}.ep-no{font-size:12px;font-weight:700;letter-spacing:.1em;opacity:.6;margin-bottom:6px}.ep-title{font-size:22px;line-height:1.35;font-weight:900;margin:0 0 10px}.ep-meta{font-size:13px;opacity:.7;display:flex;gap:12px;flex-wrap:wrap;margin-bottom:10px}.ep-summary{font-size:14.5px;line-height:1.7;margin:0}.ep-page-back{display:inline-block;font-size:13px;text-decoration:none;opacity:.7;margin-bottom:16px}.ep-page-back:hover{opacity:1}.ep-page-cover{width:min(280px,70vw);aspect-ratio:1/1;border-radius:16px;overflow:hidden;margin:0 auto 16px;background:var(--paper);box-shadow:0 4px 0 var(--ink)}.ep-page-cover img{width:100%;height:100%;object-fit:cover;display:block}.ep-page-no{text-align:center;font-size:12px;font-weight:700;letter-spacing:.1em;opacity:.6}.ep-page-title{text-align:center;font-size:32px;line-height:1.3;font-weight:900;margin:8px 0 12px}.ep-page-meta{text-align:center;font-size:13px;opacity:.7;margin-bottom:24px}audio{width:100%;margin:8px 0 24px}.shownotes{background:var(--paper);border:2px solid var(--ink);border-radius:16px;padding:24px 26px;font-size:15px;line-height:1.85}.shownotes h2{font-size:18px;margin:24px 0 8px;font-weight:900}.shownotes h2:first-child{margin-top:0}.shownotes h3{font-size:15px;margin:20px 0 6px;font-weight:800;letter-spacing:.02em}.shownotes .disclaimer{background:rgba(10,10,10,.06);border-left:3px solid var(--ink);padding:12px 16px;margin:0 0 20px;font-size:13.5px;line-height:1.7}.shownotes p{margin:8px 0}.shownotes blockquote{margin:12px 0;padding:6px 14px;border-left:3px solid var(--ink);background:rgba(10,10,10,.04)}.shownotes hr{border:none;border-top:1px solid var(--line);margin:24px 0}.shownotes ul{padding-left:20px}.shownotes strong{font-weight:800}footer.site-footer{margin-top:64px;padding-top:24px;border-top:1px solid var(--line);font-size:12px;line-height:1.7;opacity:.65;text-align:center}