/* Local fallback of highlight.js github-dark theme (subset) */
.hljs { display: block; overflow-x: auto; padding: 0.75em; background: #0d1117; color: #c9d1d9; border-radius: 8px; }
.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-section,.hljs-link { color: #ff7b72; }
.hljs-function .hljs-title,.hljs-title.class_,.hljs-title.function_ { color: #d2a8ff; }
.hljs-string,.hljs-meta .hljs-string,.hljs-template-tag,.hljs-template-variable { color: #a5d6ff; }
.hljs-number,.hljs-variable.hljs-language_,.hljs-attr,.hljs-subst { color: #ffa657; }
.hljs-comment { color: #8b949e; font-style: italic; }
.hljs-type,.hljs-built_in,.hljs-builtin-name,.hljs-meta { color: #f0883e; }
.hljs-name,.hljs-quote,.hljs-selector-id,.hljs-selector-class { color: #7ee787; }
.hljs-emphasis { font-style: italic; }
.hljs-strong { font-weight: 600; }
