.hljs{display:block;overflow-x:auto;padding:0.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:#008080}.hljs-string,.hljs-doctag{color:#d14}.hljs-title,.hljs-section,.hljs-selector-id{color:#900;font-weight:bold}.hljs-subst{font-weight:normal}.hljs-type,.hljs-class .hljs-title{color:#458;font-weight:bold}.hljs-tag,.hljs-name,.hljs-attribute{color:#000080;font-weight:normal}.hljs-regexp,.hljs-link{color:#009926}.hljs-symbol,.hljs-bullet{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:bold}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}

/* Ensure light mode keeps light background */
html[data-theme="light"] .hljs{background:#f8f8f8!important;color:#333}
/* Dark mode */
@media (prefers-color-scheme: dark){.hljs{background:#1e1e1e!important;color:#e4e4e7}.hljs-comment,.hljs-quote{color:#71717a}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#7dd3fc;font-weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:#38bdf8}.hljs-string,.hljs-doctag{color:#a3e635}.hljs-title,.hljs-section,.hljs-selector-id{color:#fbbf24;font-weight:bold}.hljs-type,.hljs-class .hljs-title{color:#7dd3fc;font-weight:bold}.hljs-tag,.hljs-name,.hljs-attribute{color:#60a5fa;font-weight:normal}.hljs-regexp,.hljs-link{color:#34d399}.hljs-symbol,.hljs-bullet{color:#c084fc}.hljs-built_in,.hljs-builtin-name{color:#38bdf8}.hljs-meta{color:#a1a1aa;font-weight:bold}.hljs-deletion{background:#3f1f1f;color:#f87171}.hljs-addition{background:#1f3f2f;color:#34d399}}

html[data-theme="dark"] .hljs{background:#1e1e1e!important;color:#e4e4e7}
html[data-theme="dark"] .hljs-comment,html[data-theme="dark"] .hljs-quote{color:#71717a}
html[data-theme="dark"] .hljs-keyword,html[data-theme="dark"] .hljs-selector-tag,html[data-theme="dark"] .hljs-subst{color:#7dd3fc;font-weight:bold}
html[data-theme="dark"] .hljs-number,html[data-theme="dark"] .hljs-literal,html[data-theme="dark"] .hljs-variable,html[data-theme="dark"] .hljs-template-variable,html[data-theme="dark"] .hljs-tag .hljs-attr{color:#38bdf8}
html[data-theme="dark"] .hljs-string,html[data-theme="dark"] .hljs-doctag{color:#a3e635}
html[data-theme="dark"] .hljs-title,html[data-theme="dark"] .hljs-section,html[data-theme="dark"] .hljs-selector-id{color:#fbbf24;font-weight:bold}
html[data-theme="dark"] .hljs-type,html[data-theme="dark"] .hljs-class .hljs-title{color:#7dd3fc;font-weight:bold}
html[data-theme="dark"] .hljs-tag,html[data-theme="dark"] .hljs-name,html[data-theme="dark"] .hljs-attribute{color:#60a5fa;font-weight:normal}
html[data-theme="dark"] .hljs-regexp,html[data-theme="dark"] .hljs-link{color:#34d399}
html[data-theme="dark"] .hljs-symbol,html[data-theme="dark"] .hljs-bullet{color:#c084fc}
html[data-theme="dark"] .hljs-built_in,html[data-theme="dark"] .hljs-builtin-name{color:#38bdf8}
html[data-theme="dark"] .hljs-meta{color:#a1a1aa;font-weight:bold}
html[data-theme="dark"] .hljs-deletion{background:#3f1f1f;color:#f87171}
html[data-theme="dark"] .hljs-addition{background:#1f3f2f;color:#34d399}
