/* ==========================================================================
   Prism.js — Bikeep Dark Theme
   Background matched to --nav-bg (#2F3A48)
   ========================================================================== */

code[class*="language-"],
pre[class*="language-"] {
  color: #e6e8eb;
  background: #2F3A48;
  font-family: "SF Mono", "Fira Code", "Fira Mono", Menlo, Consolas, monospace;
  font-size: 0.85rem;
  line-height: 1.5;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  tab-size: 2;
  hyphens: none;
}

pre[class*="language-"] {
  padding: 1.25rem 1.5rem;
  margin: 1rem 0 1.5rem;
  border-radius: 8px;
  overflow: auto;
}

:not(pre) > code[class*="language-"] {
  padding: 0.15em 0.4em;
  border-radius: 3px;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata     { color: #6c7a89; font-style: italic; }

.token.punctuation { color: #a0aab4; }

.token.property,
.token.tag,
.token.constant,
.token.symbol    { color: #c3cee3; }

.token.boolean,
.token.number    { color: #f9ae58; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.inserted  { color: #AEFF00; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string { color: #a0aab4; }

.token.atrule,
.token.attr-value,
.token.keyword   { color: #7ec8e3; }

.token.function,
.token.class-name { color: #e6e8eb; font-weight: 600; }

.token.regex,
.token.important,
.token.variable  { color: #f9ae58; }

.token.important,
.token.bold      { font-weight: bold; }
.token.italic    { font-style: italic; }
.token.deleted   { color: #f8d7da; }
