/* Lettuce dark syntax theme — transparent background so the reader's dark --code-bg shows through. */
.hljs { color: #d7dde3; background: transparent; }
.hljs-comment, .hljs-quote, .hljs-code, .hljs-formula { color: #7c8694; font-style: italic; }
.hljs-keyword, .hljs-selector-tag, .hljs-meta .hljs-keyword, .hljs-doctag,
.hljs-name, .hljs-tag, .hljs-template-tag, .hljs-variable.language_ { color: #e878b0; }
.hljs-string, .hljs-regexp, .hljs-char.escape_, .hljs-meta .hljs-string, .hljs-addition { color: #8fd06a; }
.hljs-number, .hljs-literal, .hljs-boolean { color: #f0a15a; }
.hljs-title, .hljs-title.function_, .hljs-title.class_, .hljs-section { color: #b39dff; }
.hljs-type, .hljs-built_in, .hljs-class .hljs-title, .hljs-title.class_.inherited__ { color: #5fc9d6; }
.hljs-attr, .hljs-attribute, .hljs-variable, .hljs-template-variable, .hljs-property, .hljs-params, .hljs-operator { color: #f0a15a; }
.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-selector-id, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo { color: #5fc9d6; }
.hljs-meta { color: #7c8694; }
.hljs-subst { color: #d7dde3; }
.hljs-addition { background: #16361f; }
.hljs-deletion { color: #ffb4ab; background: #4a1f1c; }
.hljs-emphasis { font-style: italic; }
.hljs-strong { font-weight: 600; }
