*{box-sizing:border-box}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica,Arial,sans-serif;line-height:1.6;margin:0;color:#111827;background:#ffffff}
a{color:var(--brand,#111827);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:960px;margin:0 auto;padding:1.25rem}
.site-header{border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:10}
.site-header .container{display:flex;align-items:center;justify-content:space-between}
.brand{font-weight:700}
.brand .dot{display:inline-block;width:10px;height:10px;background:var(--brand,#111827);border-radius:9999px;margin-right:.5rem}
nav a{margin-left:1rem;color:#374151}
nav a:hover{color:#111827}
.site-footer{border-top:1px solid #e5e7eb;margin-top:2rem;padding:.75rem 0;background:#fafafa}
.small{font-size:.9rem}
.muted{color:#6b7280}
.hero{display:grid;grid-template-columns:120px 1fr;gap:1rem;align-items:center;margin:1rem 0 2rem}
.hero .cover{width:120px;height:120px;object-fit:cover;border-radius:12px;border:2px solid #e5e7eb}
.lead{font-size:1.05rem;color:#374151}
.buttons .btn{display:inline-block;border:1px solid var(--brand);padding:.5rem .75rem;border-radius:.5rem;margin:.25rem .25rem 0 0}
.episodes{list-style:none;padding:0;margin:0}
.episodes li{padding:.75rem 0;border-bottom:1px solid #eee}
.ep-title{font-weight:600}
.ep-meta{font-size:.9rem;color:#6b7280}
.episode .back{display:inline-block;margin:.5rem 0;color:#6b7280}
.card{padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff}
.reviews{list-style:none;padding:0;margin:0}
.reviews li{margin:.75rem 0}
