.podcast-hero{padding:96px 7vw 72px;background:radial-gradient(circle at 80% 20%,rgba(242,189,89,.25),transparent 28%),linear-gradient(135deg,var(--deep),var(--green));color:#fff}.podcast-hero .eyebrow{color:var(--gold)}.podcast-hero h1{margin:.15em 0;font-family:"Noto Serif TC",serif;font-size:clamp(42px,6vw,76px);line-height:1.15}.podcast-hero>p{max-width:790px;font-size:18px}.podcast-hero .podcast-helper{margin-top:18px;padding:14px 18px;border-left:3px solid var(--gold);background:rgba(255,255,255,.08);border-radius:0 14px 14px 0;font-size:15px}.podcast-section{padding:72px 7vw;background:var(--cream)}.podcast-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.podcast-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(2,45,43,.08);transition:transform .25s,box-shadow .25s}.podcast-card:hover{transform:translateY(-7px);box-shadow:0 20px 44px rgba(2,45,43,.14)}.podcast-cover{position:relative;display:block;overflow:hidden;aspect-ratio:1;background:linear-gradient(145deg,#073f39,#0a5a4f)}.podcast-cover>img{width:100%;height:100%;object-fit:cover}.fallback-cover{display:grid;width:100%;height:100%;padding:18%;place-items:center;background:radial-gradient(circle at 50% 35%,#177063,#063f38 64%)}.fallback-cover img{width:100%;height:100%;object-fit:contain}.episode-pill,.featured-pill{position:absolute;top:18px;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900}.episode-pill{left:18px;background:var(--gold);color:var(--deep)}.featured-pill{right:18px;background:#fff;color:var(--green)}.podcast-card-body{display:flex;min-width:0;flex:1;flex-direction:column;padding:24px}.podcast-card h2,.podcast-card h3{margin:.2em 0;color:var(--green);line-height:1.35;overflow-wrap:anywhere}.podcast-card h2{font-size:24px}.podcast-card p{font-size:14px}.tag-group{margin:10px 0}.tag-group>b{display:block;margin-bottom:6px;color:#70695f;font-size:11px;letter-spacing:.08em}.tag-list{display:flex;gap:7px;flex-wrap:wrap}.tag{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;background:#edf3e9;color:var(--green);font-size:12px;font-weight:800}.listening-tag{background:#fff1d5;color:#735312}.character-tag{background:#f8e8e4;color:#7d4138}.card-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:auto;padding-top:16px}.card-actions .button{padding:9px 15px;font-size:13px}.bedtime-button{font:inherit;cursor:pointer}.podcast-empty{grid-column:1/-1;padding:60px 20px;border:1px dashed var(--line);border-radius:24px;text-align:center}.podcast-empty h2{color:var(--green)}
.episode-page{padding:72px 7vw;background:var(--cream)}.episode-layout{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:6vw;align-items:start}.episode-main-cover{position:sticky;top:100px;overflow:hidden;aspect-ratio:1;border-radius:28px;background:var(--green);box-shadow:0 18px 44px rgba(2,45,43,.14)}.episode-main-cover>img{width:100%;height:100%;object-fit:cover}.episode-copy{min-width:0}.episode-copy h1{margin:.2em 0;color:var(--green);font-family:"Noto Serif TC",serif;font-size:clamp(38px,5vw,62px);line-height:1.15;overflow-wrap:anywhere}.episode-lead{font-size:18px;line-height:1.8}.episode-info,.episode-description,.listening-advice{margin:28px 0}.episode-copy h2,.content-card h2,.related-block h2{color:var(--green)}.episode-description p{line-height:1.95}.podcast-player{width:100%;margin:30px 0;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff}.podcast-player iframe{display:block;width:100%;min-height:180px;border:0}.listen-main{display:inline-flex;margin:20px 0}.listening-advice{padding:20px;border:1px solid #ead7af;border-radius:18px;background:#fff8e9}.content-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:22px;margin:42px 0 0;padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(2,45,43,.06)}.bedtime-icon{display:grid;width:70px;height:70px;place-items:center;border-radius:22px;background:#fff1d5;font-size:32px}.related-task-card{grid-template-columns:1fr;background:linear-gradient(145deg,#fff,#f1f6ec)}.related-task-card h3{color:#805c1f}.related-block{padding-top:56px}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.material-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff}.material-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#edf3e9}.material-card>div{padding:18px}.material-card h3{color:var(--green);overflow-wrap:anywhere}.custom-material{display:flex;align-items:center;min-height:170px}.recommendations{padding-top:20px}.home-podcast{background:#f5eddf}.home-podcast .podcast-grid{margin-top:34px}.home-podcast .podcast-card-body p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.text-button{color:var(--green);font-weight:900}.button:focus-visible,.text-button:focus-visible,.podcast-card a:focus-visible,.bedtime-button:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.button:active{transform:scale(.97)}
@media(max-width:980px){.podcast-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.episode-layout{grid-template-columns:1fr 1.2fr}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.podcast-hero{padding:64px 6vw 52px}.podcast-section,.episode-page{padding:50px 6vw}.podcast-grid,.related-grid{grid-template-columns:1fr}.episode-layout{grid-template-columns:1fr}.episode-main-cover{position:static}.card-actions{flex-direction:column}.card-actions .button{width:100%;min-height:46px}.content-card{grid-template-columns:1fr;padding:22px}.bedtime-icon{width:58px;height:58px}.podcast-player iframe{min-height:160px}.episode-copy h1{font-size:38px}}
