/* prism-cyber.css — cyberpunk syntax highlighting for cyberdeck */
.gh-content pre[class*="language-"],
.gh-content code[class*="language-"] {
  color: #c8ffe0;
  font-family: var(--font-body);
  font-size: 14px; line-height: 1.6;
  text-shadow: none; tab-size: 2; hyphens: none;
}
.token.comment, .token.prolog, .token.doctype, .token.cdata { color: #4f8a78; font-style: italic; }
.token.punctuation { color: #6fae9c; }
.token.namespace { opacity: .7; }
.token.property, .token.tag, .token.constant, .token.symbol, .token.deleted { color: #ff2a6d; }
.token.boolean, .token.number { color: #ffb000; }
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #19f7c2; }
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #5cffd8; }
.token.atrule, .token.attr-value, .token.keyword { color: #b967ff; }
.token.function, .token.class-name { color: #5ca8ff; }
.token.regex, .token.important, .token.variable { color: #ffb000; }
.token.important, .token.bold { font-weight: bold; }
.token.italic { font-style: italic; }
