code[class*="language-"],
pre[class*="language-"] {
  color: #f8fafc;
  background: none;
  text-shadow: none;
  font-family: "JetBrains Mono", "Fira Code", Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 0.98rem;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.7;
  tab-size: 4;
  hyphens: none;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(245, 158, 11, 0.08), transparent 44%),
    linear-gradient(180deg, #2b231f 0%, #201915 100%);
}

pre[class*="language-"] {
  padding: 1.15rem 1.25rem;
  margin: 0.75rem 0;
  overflow: auto;
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 32px rgba(0, 0, 0, 0.18);
}

:not(pre) > code[class*="language-"] {
  padding: 0.18em 0.42em;
  border-radius: 0.55em;
  border: 1px solid rgba(245, 158, 11, 0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  white-space: normal;
}

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

.token.punctuation {
  color: #d7c8ba;
  opacity: 0.85;
}

.token.namespace {
  opacity: 0.8;
}

.token.boolean,
.token.constant,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #fca5a5;
}

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

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

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

.token.function,
.token.class-name {
  color: #93c5fd;
}

.token.regex,
.token.important {
  color: #fb923c;
}

.token.deleted {
  color: #f87171;
}

.token.bold,
.token.important {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}