/* Prism.js Dark Theme - Stardust */
pre[class*="language-"] {
  background: #1a1a2e;
  color: #e2e8f0;
  padding: 1.25rem;
  font-size: 0.9rem;
  line-height: 1.6;
  tab-size: 2;
}

code[class*="language-"] {
  color: #e2e8f0;
}

.token.comment, .token.prolog, .token.doctype, .token.cdata { color: #6272a4; }
.token.punctuation { color: #a9b1d6; }
.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol { color: #f472b6; }
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin { color: #a78bfa; }
.token.operator, .token.entity, .token.url { color: #67e8f9; }
.token.atrule, .token.attr-value, .token.keyword { color: #67e8f9; }
.token.function, .token.class-name { color: #fbbf24; }
.token.regex, .token.important, .token.variable { color: #f472b6; }
.token.important, .token.bold { font-weight: bold; }
.token.italic { font-style: italic; }
