/* Podcasts */
.pod-root {
  display: grid;
  grid-template-columns: 196px 1fr;
  grid-template-rows: 1fr 84px;
  height: 100%; background: #fff; color: #1c1c1e;
}
.pod-sidebar { grid-column: 1; grid-row: 1; background: rgba(245,245,247,0.9); border-right: 0.5px solid rgba(0,0,0,0.1); padding: 12px 10px; overflow-y: auto; }
.pod-sb-head { font-size: 18px; font-weight: 800; color: #bf3f7a; padding: 4px 8px 12px; }
.pod-nav { display: flex; align-items: center; gap: 9px; padding: 7px 9px; border-radius: 7px; font-size: 13.5px; color: #2a2a2e; cursor: default; }
.pod-nav span { width: 18px; text-align: center; }
.pod-nav:hover { background: rgba(0,0,0,0.05); }
.pod-nav.active { background: #e6447f; color: #fff; }

.pod-center { grid-column: 2; grid-row: 1; display: flex; flex-direction: column; min-height: 0; }
.pod-main { flex: 1; overflow-y: auto; padding: 22px 26px; }
.pod-h1 { font-size: 26px; font-weight: 800; margin-bottom: 18px; }
.pod-h2 { font-size: 17px; font-weight: 700; margin: 22px 0 12px; }

.pod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); gap: 18px; }
.pod-card { cursor: default; }
.pod-card:hover .pod-cover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,0.22); }
.pod-cover {
  aspect-ratio: 1; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 46px; box-shadow: 0 5px 14px rgba(0,0,0,0.16);
  transition: transform 0.16s ease, box-shadow 0.16s ease; margin-bottom: 8px;
}
.pod-cover.sm { width: 48px; height: 48px; aspect-ratio: auto; font-size: 24px; border-radius: 9px; margin: 0; }
.pod-cover.lg { width: 132px; height: 132px; aspect-ratio: auto; font-size: 60px; margin: 0; }
.pod-card-name { font-size: 13.5px; font-weight: 600; line-height: 1.25; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pod-card-author { font-size: 12px; color: #8a8a8e; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Listen Now hero */
.pod-hero { display: flex; gap: 20px; background: linear-gradient(120deg,#fff0f5,#f4f0ff); border-radius: 16px; padding: 20px; }
.pod-hero-cover { width: 130px; height: 130px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 60px; box-shadow: 0 8px 20px rgba(0,0,0,0.18); flex: 0 0 auto; }
.pod-hero-meta { display: flex; flex-direction: column; justify-content: center; }
.pod-hero-kicker { font-size: 11px; font-weight: 700; color: #e6447f; letter-spacing: 0.05em; }
.pod-hero-title { font-size: 22px; font-weight: 800; margin: 4px 0; }
.pod-hero-show { font-size: 13px; color: #8a8a8e; margin-bottom: 14px; }
.pod-hero-play { align-self: flex-start; background: #e6447f; color: #fff; font-weight: 600; font-size: 14px; padding: 7px 20px; border-radius: 18px; }
.pod-hero-play:hover { filter: brightness(1.07); }

/* Show detail */
.pod-show-head { display: flex; gap: 20px; margin-bottom: 10px; }
.pod-show-info { display: flex; flex-direction: column; justify-content: center; gap: 3px; }
.pod-show-name { font-size: 22px; font-weight: 800; }
.pod-show-author { font-size: 14px; color: #e6447f; font-weight: 500; }
.pod-show-cat { font-size: 12px; color: #8a8a8e; }
.pod-follow { align-self: flex-start; margin-top: 8px; background: rgba(230,68,127,0.12); color: #e6447f; font-weight: 600; font-size: 13px; padding: 5px 16px; border-radius: 16px; }
.pod-follow.following { background: #e6447f; color: #fff; }

.pod-eplist { display: flex; flex-direction: column; }
.pod-show-row { display: flex; gap: 12px; align-items: center; padding: 8px 0; border-bottom: 0.5px solid rgba(0,0,0,0.07); cursor: default; }
.pod-show-row:hover { background: rgba(0,0,0,0.03); }
.pod-ep { display: flex; gap: 14px; padding: 14px 0; border-bottom: 0.5px solid rgba(0,0,0,0.08); }
.pod-ep-play { width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,0.06); color: #1c1c1e; font-size: 13px; flex: 0 0 auto; align-self: center; }
.pod-ep-play:hover { background: #e6447f; color: #fff; }
.pod-ep-title { font-size: 14.5px; font-weight: 600; }
.pod-ep-desc { font-size: 12.5px; color: #6a6a6e; margin: 3px 0; }
.pod-ep-sub { font-size: 11.5px; color: #a0a0a4; }

/* Player bar */
.pod-player {
  grid-column: 1 / 3; grid-row: 2;
  display: flex; align-items: center; gap: 16px;
  padding: 0 20px; border-top: 0.5px solid rgba(0,0,0,0.12);
  background: rgba(248,248,250,0.96); backdrop-filter: blur(20px);
}
.pod-player.empty { justify-content: center; }
.pod-player-empty { color: #a0a0a4; font-size: 13px; }
.pod-pl-cover { width: 56px; height: 56px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 28px; flex: 0 0 auto; box-shadow: 0 3px 8px rgba(0,0,0,0.2); }
.pod-pl-meta { flex: 1; min-width: 0; }
.pod-pl-title { font-size: 13.5px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pod-pl-show { font-size: 12px; color: #8a8a8e; margin-bottom: 5px; }
.pod-pl-bar { height: 5px; background: rgba(0,0,0,0.12); border-radius: 3px; position: relative; cursor: default; }
.pod-pl-fill { position: absolute; left: 0; top: 0; height: 100%; background: #e6447f; border-radius: 3px; }
.pod-pl-times { display: flex; justify-content: space-between; font-size: 10.5px; color: #a0a0a4; margin-top: 3px; font-variant-numeric: tabular-nums; }
.pod-pl-controls { display: flex; align-items: center; gap: 6px; flex: 0 0 auto; }
.pod-pl-btn { width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; color: #1c1c1e; }
.pod-pl-btn:hover { background: rgba(0,0,0,0.07); }
.pod-pl-play { font-size: 20px; }
