body { max-width: 700px; padding: 20px 20px 60px 20px; }
.top-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.nav-right { display: flex; gap: 10px; }
.access-link, .theme-toggle { background: var(--btn-bg); color: var(--text-main); padding: 8px 15px; border-radius: 12px; text-decoration: none; font-size: 0.85rem; font-weight: 600; border: 1px solid var(--border-color); cursor: pointer; }
header { text-align: center; margin-bottom: 20px; }
h1 { font-weight: 700; font-size: 2.5rem; margin-bottom: 10px; }
.subtitle { color: var(--text-dim); font-size: 1.1rem; margin-bottom: 20px; }
.selector-container, .timer-container { background: var(--card-bg); padding: 20px; border-radius: 18px; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.2); display: flex; flex-direction: column; align-items: center; gap: 15px; border: 1px solid var(--border-color); }
.timer-row { display: flex; gap: 10px; width: 100%; justify-content: center; }
.btn-timer { flex: 1; padding: 10px; border-radius: 10px; border: 1px solid var(--border-color); background: var(--btn-bg); color: var(--text-main); cursor: pointer; font-weight: 600; font-size: 0.85rem; }
.btn-timer.active { background: var(--primary-color); color: white; border-color: var(--primary-color); }
.timer-status { font-size: 0.85rem; font-weight: 700; color: var(--text-dim); }
select { width: 100%; max-width: 320px; padding: 12px; border-radius: 12px; font-size: 1rem; }
#copy-rss-btn { background: var(--rss-bg); color: white; border: none; padding: 10px 20px; border-radius: 20px; font-weight: 600; cursor: pointer; font-size: 0.9rem; }
.podcast-item { background: var(--card-bg); border-radius: 18px; padding: 30px; margin-bottom: 25px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); border: 1px solid var(--border-color); }
.podcast-item h3 { margin: 0 0 15px 0; font-size: 1.4rem; }
.player-wrapper { display: flex; align-items: center; gap: 10px; margin: 15px 0; }
audio { flex: 1; height: 40px; }
.skip-btn { background: var(--btn-bg); border: 1px solid var(--border-color); border-radius: 8px; cursor: pointer; padding: 8px; font-size: 1.2rem; color: var(--text-main); display: flex; align-items: center; justify-content: center; }
.links-container { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 20px; }
.wiki-link, .download-link, .speed-link { color: #64b5f6; text-decoration: none; font-size: 0.9rem; font-weight: 500; }
.meta { font-size: 0.85rem; color: var(--text-dim); margin-top: 15px; border-top: 1px solid var(--border-color); padding-top: 15px; }
.meta-row { display: flex; justify-content: space-between; }
#show-more-btn { display: block; width: 100%; max-width: 200px; margin: 40px auto; padding: 14px; cursor: pointer; background: var(--text-main); color: var(--bg-color); border: none; border-radius: 25px; font-weight: 600; }
#scroll-top-btn { bottom: 30px; right: 30px; width: 50px; height: 50px; font-size: 24px; }

.boost-btn {
    color: #64b5f6; /* matches other links */
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.boost-btn.active {
    color: #e83e8c; /* Pink when active */
    text-shadow: 0 0 5px rgba(232, 62, 140, 0.5);
}