:root {
	color-scheme: light;
	--site-index-bg: #f4f8fb;
	--site-index-card: #ffffff;
	--site-index-text: #163048;
	--site-index-muted: #4a647a;
	--site-index-line: #d7e3ec;
	--site-index-accent: #0e4f7b;
	--site-index-accent-soft: #e8f2f9;
}
body.site-index-page { background: var(--site-index-bg); color: var(--site-index-text); }
.site-index-page .site-index-main { padding: 28px 0 56px; }
.site-index-page .site-index-hero { background: linear-gradient(135deg, #0e4f7b, #176697); color: #fff; border-radius: 20px; padding: 28px 24px; box-shadow: 0 20px 44px rgba(7, 21, 34, 0.14); }
.site-index-page .site-index-hero h1 { margin: 0 0 12px; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.1; }
.site-index-page .site-index-hero p { margin: 0; max-width: 74ch; line-height: 1.6; color: rgba(255, 255, 255, 0.95); }
.site-index-page .site-index-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.site-index-page .site-index-meta span { background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px; padding: 7px 12px; font-size: 0.95rem; }
.site-index-page .site-index-panel { background: var(--site-index-card); border: 1px solid var(--site-index-line); border-radius: 18px; padding: 22px; margin-top: 22px; box-shadow: 0 14px 30px rgba(10, 31, 46, 0.06); }
.site-index-page .site-index-quicklinks,
.site-index-page .site-index-langs,
.site-index-page .site-index-list { list-style: none; padding: 0; margin: 0; }
.site-index-page .site-index-quicklinks,
.site-index-page .site-index-langs { display: flex; flex-wrap: wrap; gap: 10px; }
.site-index-page .site-index-quicklinks a,
.site-index-page .site-index-langs a { display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px; border-radius: 999px; background: var(--site-index-accent-soft); border: 1px solid #c3d7e6; font-weight: 600; }
.site-index-page .site-index-section-title { margin: 0 0 14px; font-size: 1.2rem; }
.site-index-page .site-index-list { columns: 2; column-gap: 24px; }
.site-index-page .site-index-list li { break-inside: avoid; margin: 0 0 8px; padding-bottom: 8px; border-bottom: 1px dashed #d9e4ec; }
.site-index-page .site-index-footer-note { margin-top: 18px; color: var(--site-index-muted); font-size: 0.95rem; }
@media (max-width: 860px) {
	.site-index-page .site-index-list { columns: 1; }
}
