/* ===== Changelog (Markdown-rendered) ===== */
.changelog-section {
    margin-top: 40px;
    padding: 0;
}
.changelog-section .section-title {
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
/* Markdown-rendered content */
#changelog-list h1 { color: white; font-size: 24px; text-align: center; margin-bottom: 16px; }
#changelog-list h2 { font-size: 18px; color: #e0e0e0; margin: 24px 0 12px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.15); }
#changelog-list h3 { font-size: 16px; color: #667eea; margin: 16px 0 8px; }
#changelog-list p { color: rgba(255,255,255,0.75); font-size: 14px; line-height: 1.7; margin: 8px 0; }
#changelog-list hr { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 16px 0; }
#changelog-list ul { padding-left: 20px; margin: 8px 0; }
#changelog-list li { color: rgba(255,255,255,0.75); font-size: 14px; line-height: 1.7; padding: 2px 0; }
#changelog-list code {
    background: rgba(102,126,234,0.2);
    color: #a0b4ff;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 13px;
}
#changelog-list strong { color: #fff; }
