.site-card {
  background: #2e2745;
  border: 1px solid #4a3d68;
  border-radius: 0.4rem;
  box-shadow: 0 1rem 2.5rem rgba(0 , 0 , 0 , 0.18);
}
.site-dark {
  background: #17131f;
  color: #cbc4d8;
  min-height: 100vh;
  font-family: system-ui ,-apple-system , "Segoe UI" , Roboto , sans-serif;
}
.site-header {
  border-bottom: 1px solid #2e2745;
}
.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(98% , 1200px);
  min-height: 3.4rem;
  margin: 0 auto;
}
.site-logo {
  color: #b794f6;
  font-weight: 800;
  font-size: 1.15rem;
}
.site-logo, .site-nav a, .site-footer a {
  text-decoration: none;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.site-nav a {
  color: #cbc4d8;
}
.site-nav a:hover {
  color: #fff;
}
.site-nav-cta {
  padding: 0.35rem 0.65rem;
  border: 1px solid #6d4cc2;
  border-radius: 0.3rem;
  color: #e9ddff !important;
}
.site-nav-cta:hover {
  border-color: #a78bfa;
  background: rgba(124 , 58 , 237 , 0.18);
}
.home-intro {
  display: grid;
  grid-template-columns: minmax(0 , 1.15fr)minmax(20rem , 0.85fr);
  align-items: stretch;
  gap: 2rem;
  width: min(98% , 1200px);
  margin: 3rem auto 1.25rem;
}
.home-intro .home-hero-column {
  display: flex;
  min-width: 0;
}
.home-intro .home-hero {
  position: relative;
  flex: 1;
  overflow: hidden;
  padding: 3rem 3rem 2.7rem;
  background: #342b50;
  text-align: left;
}
.home-intro .home-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background: linear-gradient(180deg , #c084fc , #7c3aed);
  content: "";
}
.home-intro .home-hero .home-eyebrow {
  margin: 0 0 0.9rem;
  color: #c084fc;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.home-intro .home-hero .site-title {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: clamp(3rem , 7vw , 5.4rem);
  letter-spacing: -0.04em;
  text-align: left;
}
.home-intro .home-hero .site-sub {
  max-width: 30rem;
  text-align: left;
}
.home-intro .home-hero .home-flow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.8rem;
  color: #cbc4d8;
  font-family: ui-monospace , SFMono-Regular , Menlo , monospace;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}
.home-intro .home-hero .home-flow-source {
  color: #d8b4fe;
}
.home-intro .home-hero .home-flow-arrow {
  color: #8b5cf6;
  font-size: 1.15rem;
}
.home-intro .home-hero .home-flow-output {
  color: #a5f3a5;
}
.home-intro .home-hero .site-cta {
  margin: 2.1rem 0 0;
  border-radius: 0.35rem;
}
.home-intro .performance-teaser {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1.5rem 1.35rem;
  background: transparent;
  border-top: 2px solid #8b5cf6;
  box-shadow: none;
}
.home-intro .performance-teaser h2 {
  margin: 0;
  color: #e6e1f0;
  font-size: 1.05rem;
}
.home-intro .performance-teaser .performance-teaser-note {
  margin: 0.45rem 0 1rem;
  color: #6a6570;
  font-size: 0.75rem;
}
.home-intro .performance-teaser .performance-group {
  display: grid;
  grid-template-columns: minmax(8rem , 0.42fr)minmax(0 , 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 0.7rem;
  row-gap: 0.22rem;
  align-items: center;
  flex: 1;
  align-content: center;
  margin: 0;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(61 , 53 , 90 , 0.85);
}
.home-intro .performance-teaser .performance-group .performance-group-title {
  grid-column: 1/-1;
  color: #c084fc;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}
.home-intro .performance-teaser .performance-group .performance-name {
  display: flex;
  align-items: baseline;
  min-width: 0;
  color: #e6e1f0;
  font-size: 0.72rem;
  line-height: 1.35;
  white-space: nowrap;
}
.home-intro .performance-teaser .performance-group .performance-name .performance-time {
  margin-left: 0.2rem;
  color: #6a6570;
  font-size: 0.64rem;
}
.home-intro .performance-teaser .performance-group .performance-bar {
  display: block;
  align-self: center;
  width: var(--bar-width , 88%);
  height: 0.62rem;
  border-radius: 9999px;
  transform-origin: left center;
  transform: scaleX(0);
}
.home-intro .performance-teaser.performance-teaser-ready .performance-bar {
  animation: performance-bar-rise 0.7s cubic-bezier(0.22 , 1 , 0.36 , 1)forwards;
}
.home-intro .performance-teaser.performance-teaser-ready .performance-group:nth-child ( 3 ) .performance-bar {
  animation-delay: 0.06s;
}
.home-intro .performance-teaser.performance-teaser-ready .performance-group:nth-child ( 4 ) .performance-bar {
  animation-delay: 0.14s;
}
.home-intro .performance-teaser.performance-teaser-ready .performance-group:nth-child ( 5 ) .performance-bar {
  animation-delay: 0.22s;
}
.home-intro .performance-teaser.performance-teaser-loading .performance-bar {
  visibility: hidden;
}
.home-intro .performance-teaser.is-fallback .performance-teaser-note {
  color: #6a6570;
}
.home-intro .performance-teaser .performance-bar-precss {
  --bar-width: 52%;
  background: linear-gradient(90deg , #8b5cf6 , #c084fc);
}
.home-intro .performance-teaser .performance-bar-baseline {
  --bar-width: 88%;
  background: #75658f;
}
.home-intro .performance-teaser .performance-teaser-link {
  display: inline-block;
  padding-top: 0.4rem;
  margin-top: auto;
  color: #b794f6;
  font-size: 0.78rem;
  text-decoration: none;
}
.home-intro .performance-teaser .performance-teaser-link:hover {
  color: #fff;
}
.developer-start {
  width: min(98% , 1200px);
  margin: 3rem auto 0;
}
.developer-start-heading {
  max-width: 44rem;
}
.developer-start-heading h2 {
  margin: 0 0 0.55rem;
  color: #e6e1f0;
  font-size: clamp(1.45rem , 3vw , 2rem);
  letter-spacing: -0.02em;
}
.developer-start-heading p:last-child {
  margin: 0;
  color: #cbc4d8;
  line-height: 1.7;
}
.developer-kicker {
  margin: 0 0 0.7rem;
  color: #c084fc;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.developer-start-grid {
  display: grid;
  grid-template-columns: repeat(2 , minmax(0 , 1fr));
  gap: 1rem;
  margin-top: 1.35rem;
}
.developer-card {
  min-width: 0;
  padding: 1.25rem;
  box-shadow: none;
}
.developer-card h3 {
  margin: 0 0 0.55rem;
  color: #e6e1f0;
  font-size: 1rem;
}
.developer-card p {
  margin: 0.55rem 0;
  line-height: 1.6;
}
.developer-card code {
  color: #d8b4fe;
}
.developer-card pre {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0.85rem 0;
  padding: 0.85rem 1rem;
  overflow-x: auto;
  background: #241e33;
  color: #e8e5e1;
  font-family: ui-monospace , SFMono-Regular , Menlo , monospace;
  font-size: 0.82rem;
  line-height: 1.55;
  white-space: pre;
}
.developer-rabbita {
  max-width: 54rem;
  margin-top: 1.2rem;
}
.developer-rabbita p {
  line-height: 1.7;
}
.developer-support {
  margin: 0.65rem 0 0;
  color: #6a6570;
  font-family: ui-monospace , SFMono-Regular , Menlo , monospace;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
@keyframes performance-bar-rise {
from {
  transform: scaleX(0);
}
to {
  transform: scaleX(1);
}
}
@media (prefers-reduced-motion : reduce) {
.performance-teaser.performance-teaser-ready .performance-bar {
  animation: none;
  transform: scaleX(1);
}
}
.site-title {
  color: #b794f6;
  font-size: clamp(2rem , 5vw , 3.2rem);
  font-weight: 800;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 0.5rem;
}
.site-sub {
  text-align: center;
  font-size: clamp(1.1rem , 2.5vw , 1.5rem);
  color: #e6e1f0;
}
.site-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 1.8rem auto;
  background: #7c3aed;
  color: #ffffff;
  padding: 0.7rem 1.4rem;
  border-radius: 0.35rem;
  font-weight: 700;
  text-decoration: none;
}
.engine-control {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: max-content;
  height: 2.4rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.engine-switch {
  display: grid;
  grid-template-columns: 2.5rem 2rem 2.5rem;
  align-items: center;
  width: 7.84rem;
  gap: 0.42rem;
  color: #8b8794;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.engine-wasm-label {
  color: #60a5fa;
  text-align: right;
}
.engine-js-label {
  color: #8b8794;
  text-align: left;
}
.engine-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.engine-switch-track {
  position: relative;
  display: block;
  grid-column: 2;
  grid-row: 1;
  width: 2rem;
  height: 1.08rem;
  box-sizing: border-box;
  border: 1px solid #3b82f6;
  border-radius: 9999px;
  background: rgba(59 , 130 , 246 , 0.28);
  box-shadow: inset 0 0 0 1px rgba(96 , 165 , 250 , 0.08);
  transition: background 0.18s ease , border-color 0.18s ease;
}
.engine-switch-thumb {
  position: absolute;
  top: 0.12rem;
  left: 0.98rem;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 50%;
  background: #60a5fa;
  box-shadow: 0 1px 4px rgba(0 , 0 , 0 , 0.35);
  transition: left 0.18s ease , background 0.18s ease;
}
.engine-switch:hover .engine-switch-track {
  border-color: #93c5fd;
}
.engine-switch.js-selected .engine-wasm-label {
  color: #6b7280;
}
.engine-switch.js-selected .engine-js-label {
  color: #d1d5db;
}
.engine-switch.js-selected .engine-switch-track {
  border-color: #6b7280;
  background: rgba(107 , 114 , 128 , 0.28);
}
.engine-switch.js-selected .engine-switch-thumb {
  left: 0.12rem;
  background: #9ca3af;
}
.engine-js-only {
  display: none;
  color: #c4b5fd;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.engine-control.engine-unavailable .engine-switch {
  display: none;
}
.engine-control.engine-unavailable .engine-js-only {
  display: inline;
}
.engine-control.engine-loading {
  visibility: hidden;
}
.site-editor {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2 , minmax(0 , 1fr));
  grid-template-rows: auto auto;
  gap: 0;
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto;
  border: 1px solid #3d355a;
  border-radius: 0.35rem;
  overflow: hidden;
  box-sizing: border-box;
}
.site-editor .editor-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #241e33;
  height: 340px;
}
.site-editor .editor-col textarea, .site-editor .editor-col pre {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  background: #241e33;
  color: #e8e5e1;
  border: 0;
  margin: 0;
  padding: 1rem;
  font-family: ui-monospace , SFMono-Regular , Menlo , monospace;
  font-size: 0.85rem;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
  overflow: auto;
  min-height: 0;
}
.site-editor .editor-col textarea {
  resize: vertical;
  outline: none;
}
.site-editor .editor-head {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 0;
  min-height: 2.4rem;
  box-sizing: border-box;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  background: #2e2745;
  color: #e6e1f0;
  font-size: 0.9rem;
  border-bottom: 1px solid #3d355a;
}
.site-editor .editor-head .editor-head-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  min-width: 0;
  gap: 0.75rem;
  white-space: nowrap;
}
.site-editor .editor-head .editor-head-title {
  flex: 0 0 auto;
  color: #e6e1f0;
  font-size: 0.9rem;
  white-space: nowrap;
}
.site-editor .editor-head.editor-head-out {
  justify-content: flex-end;
  gap: 0.65rem;
}
.site-editor .editor-head.editor-head-out .lang-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
}
.site-footer {
  text-align: center;
  padding: 2.2rem 2rem;
  color: #cbc4d8;
  font-size: 0.98rem;
}
.site-footer a {
  color: #b794f6;
  font-weight: 600;
}
.tok-sel {
  color: #c084fc;
}
.tok-prop {
  color: #7dd3fc;
}
.tok-val {
  color: #a5f3a5;
}
.tok-var {
  color: #f0abfc;
}
.tok-num {
  color: #c4b5fd;
}
.tok-com {
  color: #6a6570;
  font-style: italic;
}
.tok-str {
  color: #a5f3a5;
}
.site-note {
  font-size: 0.8rem;
  color: #6a6570;
  text-align: center;
  margin: 0.65rem auto 0.2rem;
}
.home-note {
  width: min(98% , 1200px);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.site-note code {
  color: #8b8494;
}
.editor-input {
  position: relative;
  flex: 1;
  min-height: 0;
}
.editor-mirror {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  color: #e8e5e1;
  font-family: ui-monospace , SFMono-Regular , Menlo , monospace;
  font-size: 0.85rem;
  line-height: 1.5;
  padding: 1rem;
  white-space: pre-wrap;
  word-break: break-word;
  overflow: hidden;
}
.editor-input textarea {
  position: relative;
  background: transparent;
  color: transparent;
  caret-color: #f5d563;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.editor-input textarea::-webkit-scrollbar {
  display: none;
}
.vars-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1rem;
  background: #2e2745;
  border-top: 1px solid #3d355a;
  border-radius: 0 0 0.35rem 0.35rem;
  grid-column: 1/-1;
}
.vars-bar-top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.vars-title {
  font-size: 0.8rem;
  color: #e6e1f0;
  font-weight: 600;
}
.vars-bar button#add-var {
  background: #7c3aed;
  color: #fff;
  border: 0;
  border-radius: 0.25rem;
  padding: 0.25rem 0.6rem;
  font-size: 0.8rem;
  cursor: pointer;
}
.minify-toggle {
  font-size: 0.8rem;
  color: #e6e1f0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.minify-toggle input {
  accent-color: #7c3aed;
}
.output-note {
  max-width: 960px;
  margin: 1.5rem auto 0;
  padding: 0.8rem 1rem;
  border: 1px solid #3d355a;
  border-radius: 0.35rem;
  font-size: 0.75rem;
  color: #6a6570;
  line-height: 1.6;
}
.output-note p {
  margin: 0 0 0.35rem;
}
.output-note p:last-child {
  margin-bottom: 0;
}
.output-note a {
  color: #b794f6;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.output-note a:hover {
  color: #fff;
}
#vars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  flex-basis: 100%;
  padding-top: 0.5rem;
  border-top: 1px dashed #3d355a;
}
.vars-tag {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  background: #241e33;
  border: 1px solid #3d355a;
  border-radius: 1rem;
  padding: 0.15rem 0.3rem 0.15rem 0.65rem;
}
.vars-tag::before {
  content: "$";
  color: #b794f6;
  font-size: 0.8rem;
  margin-right: 0.2rem;
}
.vars-tag-name, .vars-tag-value {
  background: transparent;
  border: 0;
  color: #cbc4d8;
  font-size: 0.8rem;
  padding: 0.1rem;
  width: auto;
  min-width: 2.5rem;
  field-sizing: content;
}
.vars-tag-del {
  background: transparent;
  color: #e6e1f0;
  border: 0;
  cursor: pointer;
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.1rem 0.3rem;
}
.vars-tag-del:hover {
  color: #fff;
}
.vars-tag-del:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.vars-tag-del:disabled:hover {
  color: #e6e1f0;
}
.vars-tag-name[ readonly] {
  opacity: 0.75;
  cursor: not-allowed;
}
.lang-btn {
  background: rgba(255 , 255 , 255 , 0.02);
  color: #e6e1f0;
  border: 1px solid #3d355a;
  border-radius: 0.35rem;
  padding: 0.25rem 0.7rem;
  font-size: 0.78rem;
  line-height: 1.2;
  cursor: pointer;
  min-width: 4.1rem;
  text-align: center;
  transition: color 0.16s ease , background 0.16s ease , border-color 0.16s ease;
}
.lang-btn:hover {
  color: #fff;
  border-color: #e6e1f0;
  background: rgba(255 , 255 , 255 , 0.06);
}
.lang-btn.active {
  background: #7c3aed;
  color: #fff;
  border-color: #7c3aed;
  box-shadow: 0 2px 8px rgba(124 , 58 , 237 , 0.3);
  font-weight: 600;
}
.lang-group {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width : 700px) {
.site-header-inner {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0.7rem 0;
}
.site-nav {
  width: 100%;
  gap: 0.9rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
}
.site-nav a {
  white-space: nowrap;
}
.home-intro {
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
.developer-start {
  width: min(98% , 1200px);
  margin-top: 2.2rem;
}
.developer-start-grid {
  grid-template-columns: 1fr;
}
.home-hero {
  padding: 2rem 1.25rem 1.8rem;
}
.home-flow {
  flex-wrap: wrap;
}
.site-editor {
  grid-template-columns: 1fr;
}
.engine-control {
  top: 0;
}
.vars-bar-top {
  width: 100%;
  flex-wrap: wrap;
}
}
.getting-started-main {
  width: min(98% , 1200px);
  margin: 0 auto 4rem;
}
.getting-started-heading {
  padding: 3.4rem 0 1.1rem;
  border-bottom: 0;
}
.getting-started-heading .page-heading {
  margin: 0;
}
.getting-started-heading .site-title {
  margin: 0 0 0.4rem;
  text-align: left;
  font-size: clamp(2.4rem , 5vw , 4rem);
  letter-spacing: -0.03em;
}
.getting-started-heading .site-sub {
  max-width: 42rem;
  margin: 0;
  text-align: left;
}
.getting-started-back {
  display: inline-block;
  margin-top: 1.1rem;
  color: #b794f6;
  font-size: 0.85rem;
  text-decoration: none;
}
.getting-started-back:hover {
  color: #fff;
}
.getting-started-main .developer-start {
  width: auto;
  margin-top: 1.6rem;
  border-top: 0;
}
.benchmark-page .site-header-inner {
  width: min(98% , 1200px);
}
.benchmark-page .benchmark-back {
  color: #e6e1f0;
  text-decoration: none;
  font-size: 0.9rem;
}
.benchmark-page .benchmark-back:hover {
  color: #fff;
}
.benchmark-page .benchmark-main {
  width: min(98% , 1200px);
  margin: 0 auto 4rem;
}
.benchmark-page .benchmark-heading {
  padding: 3.4rem 0 1.8rem;
  border-bottom: 1px solid #3d355a;
}
.benchmark-page .benchmark-heading .site-title {
  margin: 0 0 0.4rem;
  text-align: left;
  font-size: clamp(2.4rem , 5vw , 4rem);
  letter-spacing: -0.03em;
}
.benchmark-page .benchmark-heading .site-sub {
  max-width: 42rem;
  margin: 0;
  text-align: left;
}
.benchmark-page .benchmark-card {
  margin: 1.5rem 0;
  padding: 1.5rem;
  overflow-x: auto;
}
.benchmark-page .benchmark-heading+.benchmark-card {
  margin-top: 1.8rem;
}
.benchmark-page .benchmark-card:last-child {
  margin-bottom: 0;
}
.benchmark-page .benchmark-card h2 {
  margin: 0 0 0.9rem;
  color: #e6e1f0;
  font-size: 1.05rem;
}
.benchmark-page .benchmark-card p {
  margin: 0.65rem 0;
  line-height: 1.7;
}
.benchmark-page .benchmark-summary {
  color: #e6e1f0;
}
.benchmark-page .benchmark-table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.benchmark-page .benchmark-table th, .benchmark-page .benchmark-table td {
  padding: 0.7rem 0.65rem;
  border-bottom: 1px solid #3d355a;
  text-align: left;
}
.benchmark-page .benchmark-table th {
  color: #e6e1f0;
  font-size: 0.8rem;
  font-weight: 700;
}
.benchmark-page .benchmark-table td {
  color: #cbc4d8;
  font-family: ui-monospace , SFMono-Regular , Menlo , monospace;
  font-size: 0.8rem;
}
.benchmark-page .benchmark-table .benchmark-size {
  white-space: pre-line;
  line-height: 1.55;
}
.benchmark-page .benchmark-subheading {
  margin: 1.4rem 0 0.7rem;
  color: #e6e1f0;
  font-size: 0.95rem;
}
.benchmark-page .benchmark-note {
  color: #6a6570;
  font-size: 0.78rem;
}
.benchmark-page .benchmark-speedup {
  color: #86efac !important;
  font-weight: 700;
}
.benchmark-page .benchmark-valid {
  color: #86efac !important;
}
.benchmark-page .benchmark-invalid, .benchmark-page .benchmark-error {
  color: #fca5a5 !important;
}
.benchmark-page .benchmark-loading {
  color: #e6e1f0;
}
.benchmark-page .benchmark-meta {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.45rem 1rem;
  margin: 1.2rem 0 0;
  font-size: 0.78rem;
}
.benchmark-page .benchmark-meta dt {
  color: #e6e1f0;
}
.benchmark-page .benchmark-meta dd {
  margin: 0;
  color: #cbc4d8;
  overflow-wrap: anywhere;
}
.benchmark-page .benchmark-warning {
  color: #fcd34d;
}
.benchmark-page .benchmark-reproduce pre {
  margin: 0.8rem 0;
  padding: 1rem;
  background: #241e33;
  color: #e8e5e1;
  overflow-x: auto;
}
.benchmark-page .benchmark-card a {
  color: #b794f6;
}
@media (max-width : 700px) {
.benchmark-page .benchmark-main {
  width: min(99% , 1200px);
}
.benchmark-page .benchmark-heading {
  padding: 2.4rem 0 1.3rem;
}
.benchmark-page .benchmark-heading .site-title {
  font-size: 2.4rem;
}
.benchmark-page .benchmark-card {
  padding: 1rem;
}
.benchmark-page .benchmark-meta {
  grid-template-columns: 1fr;
  gap: 0.15rem;
}
.benchmark-page .benchmark-meta dd {
  margin-bottom: 0.45rem;
}
}
