/* Research artifacts share the hero background; no window or card chrome. */
.sf-marketing .qh-hero {
  --qh-ink: #24354b;
  --qh-muted: #65748a;
  --qh-blue: #286ad9;
  --qh-teal: #16877e;
  direction: ltr;
  text-align: left;
  container-type: inline-size;
}
.qh-code {
  margin: 0 0 22px;
  padding: 0;
  min-width: 0;
}
.qh-code > code {
  display: block;
  margin-bottom: 14px;
  color: var(--qh-muted);
  font:
    500 12px/1.5 "JetBrains Mono",
    monospace;
}
.qh-code > code::before {
  content: "</>";
  color: var(--qh-blue);
  margin-right: 10px;
}
.qh-code pre {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--qh-ink);
  font:
    400 clamp(9px, 3.3cqi, 13px) / 1.85 "JetBrains Mono",
    monospace;
  tab-size: 4;
  white-space: pre;
}
.qh-code pre code {
  font: inherit;
}
.qh-code .qh-keyword {
  color: #285cb5;
}
.qh-code .qh-value {
  color: #087c70;
}
.qh-code .qh-line {
  display: inline;
}
.qh-code .qh-line::before {
  display: inline-block;
  width: 2.1em;
  content: attr(data-line);
  color: #94a0b1;
  user-select: none;
}
.sf-marketing .qh-hero .sm-hero-art {
  width: 100%;
  height: auto;
  margin: 0;
}
.sf-marketing .qh-hero .qh-note {
  margin: 12px 14px 0;
  font-size: 11px;
  line-height: 1.6;
  color: #65748a;
  text-align: start;
  direction: initial;
}
[dir="rtl"] .sf-marketing .qh-hero .qh-note {
  direction: rtl;
}
@media (max-width: 380px) {
  .qh-code {
    padding-inline: 0;
  }
  .qh-code pre {
    font-size: 9px;
  }
}
