/* highlight.js — custom dark theme matching portfolio */
.hljs {
    background: rgba(15, 15, 15, 0.8);
    color: #e0e0e0;
    border: 1px solid rgba(128, 0, 32, 0.2);
}
.hljs-comment, .hljs-quote { color: #8b949e; font-style: italic; }
.hljs-keyword, .hljs-selector-tag, .hljs-subst { color: #ff4d4d; }
.hljs-number, .hljs-literal, .hljs-variable, .hljs-template-variable { color: #ff8585; }
.hljs-string, .hljs-doctag { color: #ffb3b3; }
.hljs-title, .hljs-section, .hljs-selector-id { color: #e0e0e0; font-weight: bold; }
.hljs-type, .hljs-class .hljs-title { color: #ff6666; }
.hljs-tag, .hljs-name, .hljs-attribute { color: #a31535; }
.hljs-regexp, .hljs-link { color: #ff8585; }
.hljs-symbol, .hljs-bullet { color: #ff6666; }
.hljs-built_in, .hljs-builtin-name { color: #a31535; }
.hljs-meta { color: #8b949e; }
.hljs-deletion { color: #f85149; }
.hljs-addition { color: #3fb950; }
.hljs-emphasis { font-style: italic; }
.hljs-strong { font-weight: bold; }
