/* Prism Syntax Highlighting - Dark Theme */
pre[class*="language-"] {
    background: #1e1e1e;
    color: #d4d4d4;
    text-shadow: none;
    font-family: 'Courier New', Consolas, Monaco, monospace;
    font-size: 0.9em;
    line-height: 1.5;
    tab-size: 4;
}

.token.comment { color: #608b4e; }
.token.string { color: #ce9178; }
.token.keyword { color: #569cd6; }
.token.function { color: #dcdcaa; }
.token.number { color: #b5cea8; }
.token.operator { color: #d4d4d4; }
.token.punctuation { color: #d4d4d4; }
.token.class-name { color: #4ec9b0; }
