/* OmniNeo — pagina pubblica del podcast "OmniNeo in cuffia" (Crescita Fase 4).
 * GENERATO da _tools/build-podcast.js: non modificare a mano. */
:root { --pd-accent: #0ea5e9; }
:root[data-theme="light"] { --bg-void: #eef2f6; --pd-accent: #0369a1; }
body { margin: 0; }
.pd-top { max-width: 820px; margin: 0 auto; padding: calc(14px + env(safe-area-inset-top, 0px)) 16px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pd-brand { font-weight: 800; font-size: 17px; color: var(--text); text-decoration: none; letter-spacing: 0.2px; }
.pd-brand span { color: var(--pd-accent); }
.pd-topright { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
.pd-toplink { font-size: 13px; font-weight: 600; color: var(--text-muted); text-decoration: none; }
.pd-toplink:hover { color: var(--pd-accent); }
.pd-wrap { max-width: 820px; margin: 0 auto; padding: 12px 16px 48px; box-sizing: border-box; }
.pd-hero { display: flex; gap: 18px; align-items: flex-start; margin: 10px 0 22px; }
.pd-cover { width: 116px; height: 116px; border-radius: 16px; flex-shrink: 0; object-fit: cover;
  border: 1px solid var(--bd); background: var(--bg-card); }
.pd-hero h1 { font-size: 26px; line-height: 1.2; font-weight: 800; color: var(--text); margin: 0 0 6px; }
.pd-claim { font-size: 14px; color: var(--pd-accent); font-weight: 600; margin: 0 0 10px; }
.pd-hero p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin: 0; }
.pd-sub { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 26px; }
.pd-sub a { font-size: 13px; font-weight: 600; text-decoration: none; padding: 9px 14px; border-radius: 999px;
  border: 1px solid var(--bd); background: var(--bg-card); color: var(--text); }
.pd-sub a:hover { border-color: var(--pd-accent); color: var(--pd-accent); }
.pd-sub a.primario { background: var(--pd-accent); border-color: var(--pd-accent); color: #04121c; }
.pd-ep { border: 1px solid var(--bd); border-radius: 14px; background: var(--bg-card); padding: 18px; margin-bottom: 16px; }
.pd-ep-meta { font-size: 12px; color: var(--text-dim); margin-bottom: 6px; letter-spacing: 0.3px; text-transform: uppercase; }
.pd-ep h2 { font-size: 20px; line-height: 1.3; font-weight: 700; color: var(--text); margin: 0 0 10px; }
.pd-ep p { font-size: 14.5px; color: var(--text-muted); line-height: 1.65; margin: 0 0 12px; }
.pd-punti { margin: 0 0 14px; padding-left: 20px; }
.pd-punti li { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin-bottom: 5px; }
.pd-ep audio { width: 100%; margin: 6px 0 12px; }
.pd-ep-link { font-size: 13.5px; font-weight: 600; color: var(--pd-accent); text-decoration: none; }
.pd-ep-link:hover { text-decoration: underline; }
.pd-prossimo { border: 1px dashed var(--bd); border-radius: 14px; padding: 16px 18px; margin-bottom: 16px;
  font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.pd-nota { border: 1px solid var(--bd); border-radius: 12px; background: var(--bg-card2, var(--bg-card));
  padding: 14px 16px; font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-top: 26px; }
.pd-nota strong { color: var(--text); }
.pd-foot { margin-top: 26px; font-size: 13px; color: var(--text-dim); line-height: 1.8; }
.pd-foot a { color: var(--text-muted); text-decoration: none; }
.pd-foot a:hover { color: var(--pd-accent); }
@media (max-width: 560px) {
  .pd-hero { gap: 14px; }
  .pd-cover { width: 84px; height: 84px; border-radius: 13px; }
  .pd-hero h1 { font-size: 22px; }
}
