.bbc-player{background:#1C0F0A;border-radius:1.5rem;padding:20px 22px;color:#fff;box-shadow:0 10px 30px rgba(28,15,10,.18);border:1px solid rgba(255,255,255,.04)}
.bbc-player-top{display:flex;gap:16px;align-items:center}
.bbc-player-cover{width:84px;height:84px;border-radius:18px;object-fit:cover;background:linear-gradient(135deg,#6F3B1F,#E8642A);flex-shrink:0}
.bbc-player-meta{min-width:0;flex:1}
.bbc-player-kicker{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:4px;font-weight:700}
.bbc-player-title{font-size:18px;font-weight:800;line-height:1.3;margin:0 0 4px}
.bbc-player-sub{font-size:12px;color:rgba(255,255,255,.65);margin:0}
.bbc-player-controls{display:flex;align-items:center;gap:10px;margin-top:16px;flex-wrap:wrap}
.bbc-player-btn{width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:18px}
.bbc-player-btn.main{width:52px;height:52px;background:linear-gradient(135deg,#6F3B1F,#E8642A)}
.bbc-player-progress{flex:1;min-width:140px;height:6px;border-radius:99px;background:rgba(255,255,255,.16);appearance:none;cursor:pointer}
.bbc-player-progress::-webkit-slider-thumb{appearance:none;width:14px;height:14px;border-radius:50%;background:#fff}
.bbc-player-time{font-size:11px;color:rgba(255,255,255,.7);min-width:88px;text-align:right}
.bbc-player-speed{background:rgba(255,255,255,.1);border:0;color:#fff;border-radius:8px;padding:6px 8px;font-size:11px;font-weight:700;cursor:pointer}

.pub-tabs a.pub-tab-btn{text-decoration:none}

.pod-show-card{display:flex;gap:22px;align-items:stretch;background:#fff;border:1px solid #F5EBE0;border-radius:1.5rem;padding:20px;box-shadow:0 4px 20px rgba(107,58,42,.08);margin-bottom:1.75rem}
.pod-show-cover{width:148px;min-height:148px;border-radius:1.25rem;overflow:hidden;flex-shrink:0;background:#F7F0E8}
.pod-show-cover img{width:100%;height:100%;object-fit:cover;display:block}
.pod-cover-fallback{width:100%;height:100%;min-height:148px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5C2D0E 0%,#C44E18 65%,#E8642A 100%);color:#fff}
.pod-cover-fallback i{font-size:2.6rem}
.pod-cover-fallback.sm{min-height:180px}
.pod-cover-fallback.xs{width:48px;height:48px;min-height:48px;border-radius:12px;flex-shrink:0}
.pod-cover-fallback.xs i{font-size:1.1rem}
.pod-show-body{min-width:0;flex:1;display:flex;flex-direction:column;justify-content:center}
.pod-show-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}
.pod-chip{display:inline-flex;align-items:center;gap:6px;background:#FEF3EC;color:#C44E18;border-radius:99px;padding:4px 10px;font-size:11px;font-weight:700}
.pod-chip.soft{background:#F7F0E8;color:#6B3A2A}
.pod-show-title{font-size:1.35rem;font-weight:800;color:#1C0F0A;margin:0 0 8px;line-height:1.25}
.pod-show-desc{color:#9E7B6B;font-size:.9rem;line-height:1.6;margin:0 0 14px}
.pod-show-actions{display:flex;flex-wrap:wrap;gap:10px}
.pod-btn{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#6F3B1F,#E8642A);color:#fff;border-radius:12px;padding:9px 14px;font-size:13px;font-weight:700;text-decoration:none}
.pod-btn.ghost{background:#fff;color:#6B3A2A;border:1px solid #EDD9C5}
.pod-section-title{font-size:1rem;font-weight:700;color:#1C0F0A;margin:0 0 1.25rem;display:flex;align-items:center;gap:.5rem}
.pod-ep-card{display:block;color:inherit}
.pod-ep-media{position:relative;height:180px;background:#F5EBE0;overflow:hidden}
.pod-ep-media img{width:100%;height:100%;object-fit:cover;display:block}
.pod-ep-dur{position:absolute;top:12px;right:12px;background:rgba(28,15,10,.78);color:#fff;border-radius:99px;padding:3px 9px;font-size:11px;font-weight:700}
.pod-ep-play{position:absolute;left:14px;bottom:14px;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#6F3B1F,#E8642A);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 6px 16px rgba(200,78,24,.28)}
.pod-ep-kicker{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;font-weight:700;color:#9B7B6B;margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}
.pod-lock{display:inline-flex;align-items:center;gap:5px;background:#FEF3EC;color:#C44E18;border-radius:99px;padding:3px 8px;font-size:10px;font-weight:700;text-transform:none;letter-spacing:0}
.pod-back{display:inline-flex;align-items:center;gap:6px;color:#6B3A2A;font-size:13px;font-weight:700;text-decoration:none}
.pod-notes,.pod-side-card,.pod-lock-card{background:#fff;border:1px solid #F5EBE0;border-radius:1.5rem;padding:1.4rem;box-shadow:0 2px 8px rgba(107,58,42,.06)}
.pod-notes h3,.pod-side-card h3{font-size:15px;font-weight:800;color:#1C0F0A;margin:0 0 10px}
.pod-notes p{font-size:14px;color:#6B3A2A;line-height:1.7;margin:0}
.pod-lock-card{text-align:center;padding:2.5rem 1.5rem;margin-bottom:1.25rem}
.pod-lock-card i{font-size:2.4rem;color:#E8642A}
.pod-lock-card h2{font-size:1.2rem;font-weight:800;margin:.75rem 0 .4rem;color:#1C0F0A}
.pod-lock-card p{color:#9E7B6B;font-size:.9rem;margin:0 0 1rem}
.pod-side-ep{display:flex;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #F5EBE0;text-decoration:none;color:inherit}
.pod-side-ep:last-child{border-bottom:0}
.pod-side-ep img{width:48px;height:48px;border-radius:12px;object-fit:cover;flex-shrink:0;background:#F7F0E8}
.pod-side-title{font-size:13px;font-weight:700;color:#1C0F0A;line-height:1.35}
.pod-side-empty{font-size:13px;color:#9E7B6B;margin:0}

@media (max-width:720px){
    .pod-show-card{flex-direction:column}
    .pod-show-cover{width:100%;height:200px}
    .bbc-player-controls{gap:8px}
    .bbc-player-time{min-width:auto;width:100%;text-align:left}
}
