:root { --md-primary-fg-color: #354fb3; --md-accent-fg-color: #1597a8; }
body { font-family: "Microsoft YaHei", "Noto Sans CJK SC", "Noto Sans SC", system-ui, sans-serif; }
.md-header, .md-tabs { background: #13213d; }
.md-typeset h1 { color: #13213d; font-weight: 750; }
[data-md-color-scheme="slate"] .md-typeset h1 { color: #f4f7ff; }
.md-typeset table:not([class]) th { background: color-mix(in srgb, var(--md-primary-fg-color) 12%, transparent); }
.md-typeset img[src$=".svg"] { display: block; max-height: 34rem; margin: 1.5rem auto; }
.md-typeset code { border-radius: 0.3rem; }
