body {
    background: #f7f5f0;
    color: #1a1916;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 780px;
    margin: 0 auto;
    padding: 1.5rem 1rem 4rem;
}
a { color: #2e5f8a; }
a:visited { color: #5a3a7a; }
a:hover { color: #1a3f5a; }
h1 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 0.3rem;
    border-bottom: 2px solid #d8d4cb;
    padding-bottom: 0.3rem;
}
h2 {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 1.8rem 0 0.4rem;
    color: #3a3632;
}
.site-header {
    margin-bottom: 2rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #b0aca3;
}
.site-name {
    font-size: 1rem;
    font-weight: bold;
    color: #7a5c2e;
    text-decoration: none;
}
.site-name:visited { color: #7a5c2e; }
.breadcrumbs {
    font-size: 0.85rem;
    color: #6b6860;
    margin-top: 0.25rem;
}
.breadcrumbs a { color: #6b6860; }
.lang-switcher {
    font-size: 0.85rem;
    margin-top: 0.3rem;
}
.lang-switcher a { color: #2e5f8a; margin-right: 0.5rem; }
.lang-current { font-weight: bold; color: #1a1916; margin-right: 0.5rem; }
.lang-fallback { font-size: 0.8rem; color: #8a6a3a; font-style: italic; }
.section-desc {
    font-size: 0.92rem;
    color: #4a4744;
    white-space: pre-wrap;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.desc-wrap {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}
.desc-wrap .section-desc { margin-bottom: 0; flex: 1; }
.desc-images { flex-shrink: 0; max-width: 180px; }
.desc-images img {
    width: 100%; height: auto; display: block;
    border: 1px solid #d8d4cb;
}
@media (max-width: 500px) {
    .desc-wrap { display: block; }
    .desc-images { max-width: 100%; margin-top: 0.8rem; }
}
ul.section-list, ul.file-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #d8d4cb;
}
ul.section-list li, ul.file-list li {
    padding: 0.4rem 0;
    border-bottom: 1px solid #d8d4cb;
}
.file-size {
    font-size: 0.8rem;
    color: #8a8680;
    font-family: monospace;
    margin-left: 0.4rem;
}
.file-lang-link {
    font-size: 0.8rem;
    margin-left: 0.8rem;
    color: #6b6860;
}
.file-lang-link a { color: #2e5f8a; }
.section-blurb {
    font-size: 0.85rem;
    color: #6b6860;
    margin-left: 0.5rem;
}