.np-episode-meta { margin-top: 1rem; color: var(--accent-gold); font-size: 0.84rem; font-weight: 700; letter-spacing: 0.5px; }
.np-episode-hook { margin-top: 1.5rem; padding: 1.2rem 1.4rem; border-left: 3px solid var(--accent-gold); background: rgba(22, 26, 33, 0.45); color: var(--text-white); font-family: var(--font-serif); font-size: 1.2rem; line-height: 1.55; }
.np-episode-links { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 1.25rem; color: var(--text-muted); font-size: 0.9rem; }
.np-episode-links a { color: var(--accent-gold); font-weight: 650; text-decoration: none; }
.np-episode-links a:hover { color: var(--text-white); text-decoration: underline; }
.np-episode-links .listen { margin-left: 0.8rem; }
.np-episode-links .rss { flex-basis: 100%; }
.np-problem-list { display: grid; gap: 1rem; margin-top: 2rem; }
.np-problem-entry { display: block; padding: 1.5rem; background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 12px; transition: border-color 0.25s ease, transform 0.25s ease; }
.np-problem-entry:hover { border-color: rgba(212, 175, 55, 0.55); transform: translateY(-2px); }
.np-problem-entry .date { color: var(--accent-gold); font-size: 0.72rem; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.np-problem-entry h2 { margin-top: 0.45rem; color: var(--text-white); font-family: var(--font-serif); font-size: 1.4rem; line-height: 1.25; }
.np-problem-entry h2 a { color: inherit; text-decoration: none; }
.np-problem-entry h2 a:hover { color: var(--accent-gold); }
.np-problem-entry p { margin-top: 0.65rem; color: var(--text-muted); line-height: 1.6; }
.np-problem-entry .category { display: inline-block; margin-top: 0.9rem; color: var(--accent-gold); font-size: 0.76rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.np-problem-actions { display: flex; gap: 0.45rem; margin-top: 1rem; font-size: 0.86rem; }
.np-problem-actions a { color: var(--accent-gold); font-weight: 700; text-decoration: none; }
.np-problem-actions a:hover { color: var(--text-white); text-decoration: underline; }
.np-problem-tools { margin-top: 2rem; padding: 1rem; border: 1px solid var(--border-color); border-radius: 10px; background: rgba(22, 26, 33, 0.35); }
.np-problem-search input { width: 100%; box-sizing: border-box; padding: 0.75rem 0.85rem; border: 1px solid var(--border-color); border-radius: 8px; background: var(--bg-card); color: var(--text-white); font: inherit; }
.np-problem-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.8rem; }
.np-problem-filter { padding: 0.4rem 0.65rem; border: 1px solid var(--border-color); border-radius: 999px; background: transparent; color: var(--text-muted); cursor: pointer; font: inherit; font-size: 0.8rem; }
.np-problem-filter:hover, .np-problem-filter.is-active { border-color: var(--accent-gold); color: var(--accent-gold); }
.np-problem-results { margin: 0.75rem 0 0; color: var(--text-muted); font-size: 0.82rem; }
.np-problem-load-more { display: block; margin: 1.5rem auto 0; padding: 0.72rem 1.1rem; border: 1px solid var(--accent-gold); border-radius: 6px; background: transparent; color: var(--accent-gold); cursor: pointer; font: inherit; font-weight: 700; }
.np-problem-load-more:hover, .np-problem-load-more:focus-visible { background: var(--accent-gold); color: var(--bg-page); }
.np-site-search-form { display: grid; grid-template-columns: 1fr auto; gap: 0.7rem; margin-top: 2rem; }
.np-site-search-form label { grid-column: 1 / -1; color: var(--text-white); font-weight: 700; }
.np-site-search-form input { min-width: 0; padding: 0.8rem 0.9rem; border: 1px solid var(--border-color); border-radius: 8px; background: var(--bg-card); color: var(--text-white); font: inherit; }
.np-site-search-form button { padding: 0.8rem 1rem; border: 1px solid var(--accent-gold); border-radius: 8px; background: transparent; color: var(--accent-gold); cursor: pointer; font: inherit; font-weight: 700; }
.np-site-search-form button:hover { background: var(--accent-gold); color: var(--bg-page); }
.np-site-search-status { margin: 1rem 0; color: var(--text-muted); }
.np-site-search-results { display: grid; gap: 1rem; }
.np-footer-links { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; margin-bottom: 1rem; }
.np-footer-links a { color: var(--text-muted); font-size: 0.82rem; text-decoration: none; }
.np-footer-links a:hover { color: var(--accent-gold); }
.np-share-button { border: 1px solid var(--border-color); border-radius: 6px; background: transparent; color: var(--accent-gold); cursor: pointer; font: inherit; font-size: .86rem; padding: .45rem .65rem; }
.np-share-button:hover { border-color: var(--accent-gold); }
.np-books-library { display: grid; gap: 1rem; margin-top: 2rem; }
.np-book-card { display: grid; grid-template-columns: 92px 1fr; gap: 1rem; padding: 1rem; border: 1px solid var(--border-color); border-radius: 10px; background: rgba(22, 26, 33, 0.38); }
.np-book-card img { width: 92px; height: 138px; object-fit: cover; border-radius: 4px; }
.np-book-card h2 { margin: 0; font-family: var(--font-serif); font-size: 1.25rem; }
.np-book-card .status { color: var(--accent-gold); font-size: .74rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
@media (max-width: 420px) { .np-book-card { grid-template-columns: 1fr; } .np-book-card img { width: 80px; height: 120px; } }
@media (max-width: 520px) { .np-site-search-form { grid-template-columns: 1fr; } }
.np-editorial-label { margin-top: 2rem; color: var(--accent-gold); font-size: 0.72rem; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.np-article-copy { margin-top: 0.75rem; }
.np-article-copy h2 { margin-top: 2.4rem; color: var(--text-white); font-family: var(--font-serif); font-size: 1.7rem; line-height: 1.25; }
.np-article-copy h3 { margin-top: 1.45rem; color: var(--text-white); font-family: var(--font-serif); font-size: 1.2rem; }
.np-article-copy p, .np-article-copy li { color: var(--text-main); line-height: 1.75; }
.np-article-copy p { margin-top: 0.85rem; }
.np-article-copy ul { margin: 0.8rem 0 0 1.2rem; }
.np-citation { color: var(--text-muted) !important; font-size: 0.84rem; }
.np-citation a { color: var(--accent-gold); }
.np-sources { margin-top: 2.6rem; padding: 1.4rem; border: 1px solid var(--border-color); border-radius: 10px; background: rgba(22, 26, 33, 0.38); }
.np-sources h2 { margin-top: 0; }
.np-sources ol { margin: 0.8rem 0 0 1.25rem; }
.np-sources li { margin: 0.65rem 0; }
.np-sources a { color: var(--accent-gold); }
.np-question { margin-top: 3.5rem; padding: 1.6rem; border: 1px solid rgba(212, 175, 55, 0.35); border-radius: 12px; background: rgba(22, 26, 33, 0.5); }
.np-question h2 { margin-top: 0; }
.np-question a { color: var(--accent-gold); font-weight: 700; }
.np-episode-navigation { display: grid; gap: 0.8rem; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; margin-top: 2.6rem; padding-top: 1.5rem; border-top: 1px solid var(--border-color); }
.np-episode-nav-link, .np-episode-nav-archive { border: 1px solid var(--border-color); border-radius: 10px; background: rgba(22, 26, 33, 0.38); color: var(--text-white); padding: 0.95rem 1rem; text-decoration: none; }
.np-episode-nav-link span { display: block; color: var(--accent-gold); font-size: 0.7rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.np-episode-nav-link strong { display: block; margin-top: 0.35rem; font-family: var(--font-serif); font-size: 0.98rem; line-height: 1.3; }
.np-episode-nav-archive { align-self: center; color: var(--accent-gold); font-weight: 700; text-align: center; }
.np-episode-nav-link:hover, .np-episode-nav-archive:hover { border-color: rgba(212, 175, 55, 0.6); color: var(--accent-gold); }
@media (max-width: 700px) { .np-episode-navigation { grid-template-columns: 1fr; } .np-episode-nav-archive { order: 3; } }
.np-subscribe { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.45rem 0.7rem; margin-top: 2.2rem; padding: 0.95rem 1rem; border-left: 2px solid rgba(212, 175, 55, 0.65); background: rgba(22, 26, 33, 0.3); color: var(--text-muted); font-size: 0.88rem; line-height: 1.45; }
.np-subscribe strong { color: var(--text-white); font-family: var(--font-serif); font-size: 1rem; }
.np-subscribe a { color: var(--accent-gold); font-weight: 700; text-decoration: none; white-space: nowrap; }
.np-subscribe a:hover { color: var(--text-white); text-decoration: underline; }
