/* =========================================================================
   web-design: the page layer on top of the shared dx-core.css.

   Generated by scratchpad/split_styles.py, which drops everything the
   exports have in common (the Tailwind and shadcn base) and keeps this
   page's own section rules. Loaded after dx-core.css.
   ========================================================================= */

/* ---- from styles.css ---- */

.rv-diag {
  background: var(--rv-white);
  color: var(--rv-ink);
  padding: 130px 48px 120px;
  border-top: 1px solid var(--rv-hair-dark);
}

.rv-diffcard-check {
  flex: 0 0 auto;
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--rv-green, var(--rv-green));
  color: var(--rv-green, var(--rv-green));
  background: rgba(100,192,64,0.08);
}

.rv-diffcard-text {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: var(--rv-white);
  font-weight: 500;
}

.rv-cases { background: var(--rv-black); color: var(--rv-white); padding: 140px 48px; position: relative; }

.rv-cases-frame { position: relative; border: 1px solid var(--rv-hair); padding: 64px 56px; }

.rv-tick { position: absolute; width: 14px; height: 14px; border: 1px solid var(--rv-green); }

.rv-tick--tl { top: -1px; left: -1px; border-right: none; border-bottom: none; }

.rv-tick--tr { top: -1px; right: -1px; border-left: none; border-bottom: none; }

.rv-tick--bl { bottom: -1px; left: -1px; border-right: none; border-top: none; }

.rv-tick--br { bottom: -1px; right: -1px; border-left: none; border-top: none; }

.rv-cases-wordmark {
  position: absolute; top: 20px; right: 32px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px; letter-spacing: 0.4em;
  color: rgba(255,255,255,0.25);
}

.rv-cases-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: start; }

.rv-cases-eyebrow { display: flex; align-items: center; gap: 12px; font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rv-green); margin-bottom: 20px; }

.rv-cases-dot { width: 8px; height: 8px; background: var(--rv-green); border-radius: 50%; box-shadow: 0 0 12px rgba(100,192,64,0.7); }

.rv-cases-title { font-size: clamp(30px, 3.4vw, 44px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; margin: 0 0 24px; color: var(--rv-white); }

.rv-cases-body { font-size: 17px; line-height: 1.6; opacity: 0.78; margin: 0 0 32px; max-width: 62ch; }

.rv-cases-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 24px; border-top: 1px solid var(--rv-hair); }

.rv-cases-metric { display: flex; flex-direction: column; gap: 6px; }

.rv-cases-metric-k { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.55; }

.rv-cases-metric-v { font-family: "JetBrains Mono", monospace; font-size: 32px; font-weight: 700; letter-spacing: -0.02em; color: var(--rv-white); }

.rv-cases-metric-v.is-accent { color: var(--rv-green); }

.rv-cases-nav { display: flex; align-items: center; gap: 12px; margin-top: 28px; }

.rv-cases-btn { width: 40px; height: 40px; border: 1px solid var(--rv-hair-strong); background: transparent; color: var(--rv-white); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }

.rv-cases-btn svg { width: 18px; height: 18px; }

.rv-cases-btn:hover { border-color: var(--rv-green); color: var(--rv-green); }

.rv-cases-counter { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.18em; opacity: 0.55; }

.rv-cases-right {
  position: relative;
  background: #141414;
  border-left: 1px solid var(--rv-hair);
  padding: 40px 36px;
  display: flex; flex-direction: column; gap: 28px;
  overflow: hidden;
  min-height: 100%;
}

.rv-cases-bggrid {
  position: absolute; inset: 0; z-index: 0;
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr;
  transform: none; opacity: 1;
}

.rv-cases-bggrid span { border: 1px solid color-mix(in oklab, #f5f3ee 4%, transparent); background: transparent; min-height: 0; }

.rv-cases-slab {
  position: relative; z-index: 2;
  inset: auto; clip-path: none; padding: 0;
  background: transparent; border: 0;
  display: flex; flex-direction: column; gap: 24px; justify-content: flex-start;
}

.rv-cases-slab-inner { display: flex; flex-direction: column; }

.rv-cases-clientlabel {
  font-family: "JetBrains Mono", monospace; font-size: 10px; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: #64C040; margin-bottom: 12px;
}

.rv-cases-client {
  display: flex; flex-direction: column; gap: 2px;
  font-family: "Inter", sans-serif; font-weight: 900; text-transform: uppercase;
  font-size: clamp(28px, 2.6vw, 42px); line-height: 1; letter-spacing: -0.02em; color: #fff;
}

.rv-cases-underline { height: 3px; width: 72px; background: #64C040; margin-top: 18px; }

.rv-cases-preview {
  position: relative; z-index: 1; inset: auto;
  width: 100%; height: auto; transform: none; box-shadow: none;
  border: 1px solid var(--rv-hair); background: rgba(255,255,255,0.02);
}

.rv-cases-preview-hero { height: 56px; width: 100%; margin: 0; background: linear-gradient(90deg, rgba(100,192,64,0.32), rgba(100,192,64,0.05)); border-radius: 2px; }

.rv-cases-preview-block { height: 48px; margin-top: 6px; background: rgba(255,255,255,0.05); border: 1px dashed var(--rv-hair); }

.rv-cases-loc {
  position: relative; z-index: 2; inset: auto; text-align: left;
  display: flex; flex-direction: column; gap: 4px;
  margin-top: auto; padding-top: 16px; border-top: 1px solid var(--rv-hair);
}

.rv-cases-loc-k { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 0; }

.rv-cases-loc-v { font-size: 15px; font-weight: 600; color: #fff; }

@media (max-width: 1000px) { .rv-cases-grid { grid-template-columns: 1fr; gap: 40px; } .rv-cases-frame { padding: 40px 24px; } }

@media (max-width: 900px) { .rv-cases { padding: 80px 24px; } .rv-cases-metrics { grid-template-columns: 1fr; } }

.rv-rh-meta {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  flex-wrap: nowrap;
  border-top: 0;
  border-bottom: 1px solid #e4e4de;
}

.rv-rh-mchip {
  display: block;
  white-space: normal;
  padding: 13px 18px 13px 0;
  color: #1b1d21;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -0.005em;
  border-right: 1px solid #e4e4de;
}

.rv-rh-mchip:last-child { border-right: 0; }

.rv-rh-mchip:not(:first-child) { padding-left: 18px; }

.rv-rh-mchip + .rv-rh-mchip::before { content: none; }

.rv-rh-mchip > span { display: block; }

.rv-rh-mchip > span::before {
  content: "";
  display: block;
  width: 22px; height: 3px;
  background: var(--rv-green);
  margin-bottom: 8px;
}

.rv-root .rv-ins { background: var(--rv-white); color: var(--rv-ink); padding: 130px 48px; }

.rv-root .rv-ins-feature--textonly { margin-bottom: 40px; }

.rv-root .rv-ins-feature--textonly .rv-ins-feature-panel {
  position: static; width: 100%; max-width: 720px; top: auto;
  padding: 36px 40px 40px;
}

.rv-root .rv-ins-card--textonly { grid-template-columns: 1fr; gap: 0; }

.rv-root .rv-shift.rv-ins { background: var(--rv-white); color: var(--rv-ink); padding: 130px 48px; }

.rv-root .rv-svc-code {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--rv-ink) 45%, transparent);
  margin-bottom: 10px;
}

.rv-root .rv-svc-figbox { max-width: 280px; }

.rv-root .rv-testimonials .rv-testimonial:only-child {
  min-width: 100%;
  max-width: none;
}

.dx .dx-head-logo img,
.dx .dx-foot-brand img { filter: invert(1) hue-rotate(180deg); }

.dx .dx-hero::before, .dx .dx-hero::after { display: none; }

.dx-cost-stat { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; padding: 22px 24px; background: var(--dx-ink); color: var(--dx-paper); border-top: 3px solid var(--dx-gold); margin-bottom: 8px; }

.dx-cost-stat b { font-size: clamp(44px, 5vw, 72px); letter-spacing: -0.04em; line-height: 1; color: var(--dx-gold); }

.dx-cost-stat p { margin: 0; font-size: 15px; line-height: 1.5; color: rgba(255,255,255,0.78); }

.dxwho { display: grid; grid-template-columns: minmax(220px, 0.8fr) 2fr; border: 1px solid var(--dx-hair); background: var(--dx-paper); }

.dxwho-tabs { display: grid; align-content: start; border-right: 1px solid var(--dx-hair); }

.dxwho-tab { all: unset; cursor: pointer; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 22px 24px; border-bottom: 1px solid var(--dx-hair); color: var(--dx-mute); transition: background .25s, color .25s; }

.dxwho-tab b { font-size: 16px; letter-spacing: -0.02em; font-weight: 600; }

.dxwho-tab i { font-style: normal; opacity: 0; transform: translateX(-6px); transition: .25s; }

.dxwho-tab.is-on { background: var(--dx-ink); color: var(--dx-paper); box-shadow: inset 3px 0 0 var(--dx-green); }

.dxwho-tab.is-on i { opacity: 1; transform: none; color: var(--dx-green); }

.dxwho-tab:focus-visible { outline: 2px solid var(--dx-green); outline-offset: -2px; }

.dxwho-panel { padding: clamp(24px, 3vw, 48px); display: grid; gap: 28px; align-content: start; animation: dxwho-in .45s ease both; }

.dxwho-panel-head .dx-mono { color: var(--dx-gold-deep); }

.dxwho-panel-head h3 { margin-top: 10px; font-size: clamp(26px, 2.6vw, 38px); letter-spacing: -0.035em; }

.dxwho-cols { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(18px, 2.5vw, 36px); }

.dxwho-col { display: grid; gap: 14px; align-content: start; padding-top: 16px; border-top: 1px dashed var(--dx-dash); }

.dxwho-col--fit { border-top: 2px solid var(--dx-green); }

.dxwho-lbl { color: var(--dx-mute-2); }

.dxwho-col--fit .dxwho-lbl { color: var(--dx-green); }

.dxwho-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }

.dxwho-col li { position: relative; padding-left: 22px; font-size: 15px; line-height: 1.5; color: var(--dx-mute); }

.dxwho-col li::before { content: "–"; position: absolute; left: 0; }

.dxwho-col--fit li { color: var(--dx-ink); }

.dxwho-col--fit li::before { content: "✓"; color: var(--dx-green); }

@keyframes dxwho-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.dxwho-not { margin-top: 40px; }

.dxwho-not-h { color: var(--dx-mute-2); display: block; margin-bottom: 14px; }

.dxwho-not-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--dx-hair); border: 1px solid var(--dx-hair); }

.dxwho-not-item { background: var(--dx-paper); padding: 22px; display: grid; gap: 10px; align-content: start; }

.dxwho-not-item .dx-mono { color: #c2410c; }

@media (max-width: 900px) {
  .dxwho { grid-template-columns: 1fr; }
  .dxwho-tabs { border-right: 0; grid-template-columns: 1fr 1fr; }
  .dxwho-cols, .dxwho-not-grid { grid-template-columns: 1fr; }
}

.dxexec { background: var(--dx-ink); color: var(--dx-paper); padding: clamp(88px, 11vw, 160px) 0; text-align: center; }

.dxexec-inner { max-width: 880px; margin: 0 auto; display: grid; justify-items: center; gap: 22px; }

.dxexec-h { margin: 0; font-size: clamp(36px, 5vw, 64px); line-height: 1.04; letter-spacing: -0.04em; font-weight: 800; }

.dxexec-sub { color: var(--dx-green); letter-spacing: 0.22em; text-transform: uppercase; font-size: 12px; }

.dxexec-body { margin: 10px 0 0; max-width: 680px; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.66); }

.dxexec-stats { margin-top: 28px; width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,0.12); }

.dxexec-stats div { padding: 26px 12px 0; display: grid; gap: 8px; }

.dxexec-stats div + div { border-left: 1px solid rgba(255,255,255,0.12); }

.dxexec-stats b { font-size: clamp(30px, 3.4vw, 44px); letter-spacing: -0.03em; }

.dxexec-stats span { color: rgba(255,255,255,0.5); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; }

@media (max-width: 640px) { .dxexec-stats { grid-template-columns: 1fr; } .dxexec-stats div + div { border-left: 0; } }

.dxexec-h { max-width: 760px; }

.dxexec-inds { list-style: none; margin: 6px 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }

.dxexec-inds li { border: 1px solid rgba(255,255,255,0.16); border-radius: 999px; padding: 7px 14px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.72); }

.dxexec-stats { margin-top: 40px; text-align: left; }

.dxexec-stats div { padding: 28px 28px 0; }

.dxexec-stats div:first-child { padding-left: 0; }

.dxexec-stats b { color: var(--dx-green); }

.dxexec-stats p { margin: 4px 0 0; font-size: 14px; line-height: 1.55; color: rgba(255,255,255,0.6); }

@media (max-width: 640px) { .dxexec-stats div { padding-left: 0; } }

.dxexec-inds li { border-radius: 0; border-color: rgba(255,255,255,0.14); background: rgba(255,255,255,0.03); position: relative; padding-left: 24px; }

.dxexec-inds li::before { content: ""; position: absolute; left: 11px; top: 50%; width: 5px; height: 5px; margin-top: -2.5px; background: var(--dx-green); }

.dx .dx-case-media--logo { background: var(--dx-ink); display: grid; place-items: center; padding: 48px; min-height: 320px; }

.dx .dx-case-media--logo img { position: static !important; inset: auto !important; width: 58% !important; height: auto !important; object-fit: contain !important; }

.rv-gap-main { display: block; }

.rv-svc-left { display: flex; flex-direction: column; gap: 20px; }

.rv-cases-left { display: block; }

.rv-dataflow { aspect-ratio: 520 / 440; }

.rv-dataflow-svg { position: relative; width: 100%; height: 100%; overflow: visible; }

.rv-dataflow-wire { fill: none; stroke: var(--rv-fig-faint); stroke-width: 1.2; }

.rv-dataflow-guide { fill: none; stroke: var(--rv-fig-faint); stroke-dasharray: 2 5; }

.dx h1,
.dx h2,
.dx h3,
.dx h4,
.dx .dx-h1,
.dx .dx-h2,
.dx .dx-h3,
.dx .dx-h2--mono,
.dx .dxm7-h,
.dx .dx-serif {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.dx .dx-hero-trust { margin-top: 26px; }

.rv-root--shift { padding-block: 0; }

.dx .dx-hero-trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
}

.dx .dx-hero-trust li {
  border: 1px solid color-mix(in oklab, var(--dx-ink) 14%, transparent);
  background: transparent;
  color: color-mix(in oklab, var(--dx-ink) 70%, transparent);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 9px 12px 9px 24px;
  position: relative;
}

.dx .dx-hero-trust li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  background: var(--dx-green);
}

.dx .dx-case-metric > span { white-space: nowrap; }

.rv-root .rv-cs-client { font-size: clamp(30px, 3.4vw, 46px); overflow-wrap: anywhere; }

.dx .dxj-sec { background: var(--dx-bg); }

.dx .dxj-list { list-style: none; margin: clamp(28px, 4vw, 52px) 0 0; padding: 0; display: grid; }

.dx .dxj-item { display: grid; grid-template-columns: 96px 1fr; gap: clamp(16px, 2.4vw, 40px); padding: 26px 0; border-top: 1px dashed var(--dx-dash); position: relative; }

.dx .dxj-item:last-child { border-bottom: 1px dashed var(--dx-dash); }

.dx .dxj-n { font-size: clamp(28px, 3vw, 40px); font-weight: 600; line-height: 1; color: var(--dx-acc); }

.dx .dxj-body { display: grid; gap: 8px; max-width: 68ch; }

.dx .dxj-phase { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.6; }

.dx .dxj-t { font-size: clamp(17px, 1.5vw, 22px); font-weight: 600; letter-spacing: -0.015em; margin: 0; }

.dx .dxj-d { font-size: 15px; margin: 0; }

.dx .dxj-dep { font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--dx-acc); }

@media (max-width: 700px) { .dx .dxj-item { grid-template-columns: 1fr; gap: 10px; } }

.dx .dxj-sec { background: #0a1424; color: #f5f3ee; }

.dx .dxj-sec .dx-h2, .dx .dxj-sec h2 { color: #fff; }

.dx .dxj-sec .dx-body { color: rgba(255,255,255,0.72); }

.dx .dxj-sec .dx-eyebrow, .dx .dxj-sec .dx-sechead .dx-mono { color: rgba(255,255,255,0.6); }

.dx .dxj-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }

.dx .dxj-card { position: relative; background: #0d1a2d; border: 1px solid rgba(255,255,255,0.1); padding: 18px 18px 0; display: flex; flex-direction: column; transition: border-color 300ms ease; }

.dx .dxj-card:hover { border-color: rgba(255,255,255,0.28); }

.dx .dxj-card--hi { background: #fecd2f; border-color: transparent; color: #0a1424; }

.dx .dxj-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 18px; }

.dx .dxj-chip { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #fff; border: 1px solid rgba(255,255,255,0.35); padding: 7px 12px; }

.dx .dxj-arrow { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,0.35); color: #fff; font-size: 13px; flex: none; }

.dx .dxj-cbody { position: relative; flex: 1; padding: 44px 26px 34px; overflow: hidden;
  background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 46px 46px; }

.dx .dxj-ghost { position: absolute; top: 6px; right: 10px; font-size: clamp(64px,7vw,96px); font-weight: 800; letter-spacing: -.04em; line-height: 1; color: rgba(255,255,255,0.08); }

.dx .dxj-name { position: relative; font-size: clamp(22px,2.2vw,32px); font-weight: 800; letter-spacing: -.025em; line-height: 1.1; margin: 28px 0 14px; color: #fff; }

.dx .dxj-desc { position: relative; font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.72); margin: 0 0 20px; max-width: 52ch; }

.dx .dxj-dep { position: relative; font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #fecd2f; }

.dx .dxj-card--hi .dxj-chip, .dx .dxj-card--hi .dxj-arrow { color: #0a1424; border-color: rgba(10,20,36,0.4); }

.dx .dxj-card--hi .dxj-cbody { background-image: linear-gradient(rgba(10,20,36,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(10,20,36,0.1) 1px, transparent 1px); }

.dx .dxj-card--hi .dxj-ghost { color: rgba(10,20,36,0.14); }

.dx .dxj-card--hi .dxj-name { color: #0a1424; }

.dx .dxj-card--hi .dxj-desc { color: rgba(10,20,36,0.82); }

.dx .dxj-card--hi .dxj-dep { color: #0a1424; }

@media (max-width: 860px) { .dx .dxj-grid { grid-template-columns: 1fr; gap: 18px; } .dx .dxj-cbody { padding: 32px 20px 28px; } }

.dx .dxj-sec .dx-sechead h2.dx-h2 { color: #fff; }

.dx .dxj-sec .dx-sechead .dx-eyebrow { color: #fecd2f; }

.dx .dxj-sec .dx-sechead .dx-body { color: rgba(255,255,255,0.72); }

.dx .dxsc-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 8px; }

.dx .dxsc-card { position: relative; overflow: hidden; background: #fff; border: 1px solid rgba(10,20,36,0.12); padding: 28px 28px 34px; display: flex; flex-direction: column; gap: 14px; transition: background 350ms ease, color 350ms ease, transform 350ms ease, border-color 350ms ease; color: #0a1424; }

.dx .dxsc-card--wide { grid-column: span 2; }

.dx .dxsc-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(10,20,36,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(10,20,36,0.05) 1px, transparent 1px); background-size: 40px 40px;
  mask-image: linear-gradient(135deg, transparent 40%, #000); -webkit-mask-image: linear-gradient(135deg, transparent 40%, #000); }

.dx .dxsc-top { display: flex; justify-content: space-between; align-items: flex-start; position: relative; }

.dx .dxsc-tag { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; padding: 6px 10px; background: #0a1424; color: #fecd2f; }

.dx .dxsc-num { font-size: clamp(56px, 6vw, 88px); font-weight: 900; line-height: .8; letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 1.5px rgba(10,20,36,0.22); transition: -webkit-text-stroke-color 350ms; }

.dx .dxsc-name { position: relative; font-size: clamp(22px, 2vw, 30px); font-weight: 800; letter-spacing: -.025em; line-height: 1.1; margin: 10px 0 0; color: inherit; }

.dx .dxsc-body { position: relative; font-size: 16px; line-height: 1.55; margin: 0; color: rgba(10,20,36,0.72); max-width: 52ch; transition: color 350ms; }

.dx .dxsc-chips { position: relative; list-style: none; margin: auto 0 0; padding: 12px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }

.dx .dxsc-chips li { font-size: 13px; line-height: 1.3; padding: 7px 11px; border: 1px solid rgba(10,20,36,0.16); background: rgba(10,20,36,0.03); color: #0a1424; transition: all 350ms; }

.dx .dxsc-bar { position: absolute; left: 0; bottom: 0; height: 4px; width: 100%; background: #fecd2f; transform: scaleX(0); transform-origin: left; transition: transform 500ms cubic-bezier(.22,.61,.36,1); }

.dx .dxsc-card:hover { background: #0a1424; color: #fff; border-color: #0a1424; transform: translateY(-4px); }

.dx .dxsc-card:hover .dxsc-body { color: rgba(255,255,255,0.75); }

.dx .dxsc-card:hover .dxsc-num { -webkit-text-stroke-color: #fecd2f; }

.dx .dxsc-card:hover .dxsc-chips li { color: #fff; border-color: rgba(255,255,255,0.22); background: rgba(255,255,255,0.04); }

.dx .dxsc-card:hover .dxsc-bar { transform: scaleX(1); }

@media (max-width: 960px) { .dx .dxsc-grid { grid-template-columns: 1fr 1fr; } .dx .dxsc-card--wide { grid-column: span 2; } }

@media (max-width: 640px) { .dx .dxsc-grid { grid-template-columns: 1fr; } .dx .dxsc-card--wide { grid-column: auto; } }

@media (prefers-reduced-motion: reduce) { .dx .dxsc-card, .dx .dxsc-bar { transition: none; } }

@media (min-width: 961px) { .dx .dxsc-card--wide:last-child { grid-column: span 3; } }

.dx #audit .dx-core { margin-top: 40px; }

.dx .dxj-sec { background: #0b0b0b; }

.dx .dxj-card { background: #141414; }

.dx .dxj-card--hi .dxj-chip, .dx .dxj-card--hi .dxj-arrow, .dx .dxj-card--hi .dxj-name, .dx .dxj-card--hi .dxj-dep { color: #0b0b0b; }

.dx .dxj-card--hi .dxj-chip, .dx .dxj-card--hi .dxj-arrow, .dx .dxj-card--hi .dxj-name, .dx .dxj-card--hi .dxj-dep, .dx .dxj-card--hi .dxj-desc { color: #fff; }

.dx .dxj-card--hi .dxj-chip, .dx .dxj-card--hi .dxj-arrow { border-color: rgba(255,255,255,0.7); }

.dx .dxj-card--hi .dxj-name, .dx .dxj-card--hi .dxj-desc { text-shadow: 0 1px 2px rgba(0,0,0,0.25); }

.dx-aw { --aw-ink: #0b0b0b; --aw-y: #fecd2f; --aw-g: #64c040; }

.dx-aw .aw-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: var(--aw-y); transform-origin: left; transform: scaleX(0); z-index: 200; pointer-events: none; }

.dx-aw .aw-grain { position: fixed; inset: -50%; z-index: 150; pointer-events: none; opacity: .06; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  animation: aw-grain 1.2s steps(6) infinite; }

@keyframes aw-grain { 0%{transform:translate(0,0)} 33%{transform:translate(-3%,2%)} 66%{transform:translate(2%,-3%)} 100%{transform:translate(0,0)} }

.dx-aw .aw-cursor { position: fixed; top: 0; left: 0; width: 14px; height: 14px; margin: -7px 0 0 -7px; border-radius: 50%; background: var(--aw-y); mix-blend-mode: difference; z-index: 210; pointer-events: none; transition: width .25s, height .25s, margin .25s; }

.dx-aw .aw-cursor.is-hot { width: 56px; height: 56px; margin: -28px 0 0 -28px; }

@media (pointer: coarse) { .dx-aw .aw-cursor { display: none; } }

.dx-aw .aw-hero { position: relative; overflow: hidden; background: var(--aw-ink); color: #fff; min-height: calc(100vh - 68px); display: flex; align-items: center; }

.dx-aw .aw-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 88px 88px;
  mask-image: radial-gradient(ellipse at 70% 30%, #000 10%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 10%, transparent 70%); }

.dx-aw .aw-hero-glow { position: absolute; width: 60vw; height: 60vw; right: -15vw; top: -25vw; border-radius: 50%; background: radial-gradient(circle, rgba(254,205,47,.28), rgba(100,192,64,.12) 40%, transparent 70%); filter: blur(20px); animation: aw-float 12s ease-in-out infinite alternate; pointer-events: none; }

@keyframes aw-float { to { transform: translate(-8vw, 10vw) scale(1.1); } }

.dx-aw .aw-hero-meta { position: absolute; top: 28px; left: 0; right: 0; max-width: 1280px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.45); z-index: 2; }

.dx-aw .aw-hero .dx-wrap { position: relative; z-index: 2; width: 100%; }

.dx-aw .aw-hero .dx-eyebrow { color: var(--aw-y); }

.dx-aw .aw-h1 { font-size: clamp(44px, 7.4vw, 124px) !important; line-height: .92 !important; letter-spacing: -.055em !important; font-weight: 900; color: #fff; margin: 18px 0 28px; }

.dx-aw .aw-h1 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; letter-spacing: -.02em; color: var(--aw-y); }

.dx-aw .aw-line { display: block; overflow: hidden; padding-bottom: .06em; }

.dx-aw .aw-line > span { display: inline-block; transform: translateY(105%); animation: aw-rise 1s cubic-bezier(.16,1,.3,1) forwards; }

.dx-aw .aw-line:nth-child(2) > span { animation-delay: .12s; }

.dx-aw .aw-line:nth-child(3) > span { animation-delay: .24s; }

@keyframes aw-rise { to { transform: none; } }

.dx-aw .aw-hero .dx-lede { color: rgba(255,255,255,.72); max-width: 62ch; }

.dx-aw .aw-hero .dx-hero-note, .dx-aw .aw-hero .dx-hero-note-l { color: rgba(255,255,255,.7); }

.dx-aw .aw-hero .dx-hero-note b { color: var(--aw-y); }

.dx-aw .aw-hero .dx-btn--ghost { color: #fff; border-color: rgba(255,255,255,.35); }

.dx-aw .aw-hero .dx-hero-strip > div { background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.12); color: #fff; backdrop-filter: blur(6px); transition: background .3s, transform .3s; }

.dx-aw .aw-hero .dx-hero-strip > div:hover { background: var(--aw-y); color: var(--aw-ink); transform: translateY(-4px); }

.dx-aw .aw-hero .dx-hero-strip > div:hover * { color: var(--aw-ink) !important; }

.dx-aw .aw-hero .dx-hero-strip b { color: #fff; }

.dx-aw .aw-hero .dx-hero-strip .dx-body { color: rgba(255,255,255,.65); }

.dx-aw .aw-hero .dx-strip-metric em { color: var(--aw-y); }

.dx-aw .aw-hero .dx-strip-metric i { color: rgba(255,255,255,.5); }

.dx-aw .aw-hero .dx-hero-trust li { color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.18); }

.dx-aw .aw-marquee { overflow: hidden; border-block: 1px solid var(--aw-ink); padding: 22px 0; }

.dx-aw .aw-marquee--yellow { background: var(--aw-y); color: var(--aw-ink); }

.dx-aw .aw-marquee--ink { background: var(--aw-ink); color: #fff; }

.dx-aw .aw-marquee-track { display: flex; width: max-content; animation: aw-mq 32s linear infinite; }

.dx-aw .aw-marquee span { display: inline-flex; align-items: center; gap: 40px; padding-right: 40px; font-size: clamp(36px, 5vw, 80px); font-weight: 900; letter-spacing: -.045em; line-height: 1; text-transform: uppercase; white-space: nowrap; }

.dx-aw .aw-marquee span:nth-child(even) { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; text-transform: none; letter-spacing: -.02em; }

.dx-aw .aw-marquee i { font-style: normal; font-size: .5em; color: var(--aw-g); }

.dx-aw .aw-marquee--yellow i { color: var(--aw-ink); }

.dx-aw .aw-marquee:hover .aw-marquee-track { animation-play-state: paused; }

@keyframes aw-mq { to { transform: translateX(-50%); } }

.dx-aw .dx-sechead .dx-h2 { font-size: clamp(34px, 4.4vw, 72px); letter-spacing: -.045em; line-height: .98; }

.dx-aw .dx-sechead .dx-h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; }

.dx-aw .dx-sechead .dx-eyebrow::before { background: var(--aw-y) !important; }

.dx-aw .dx-btn--pill { transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s; }

.dx-aw .dx-btn--pill:hover { transform: translateY(-2px); box-shadow: 6px 6px 0 var(--aw-ink); }

.dx-aw .aw-hero .dx-btn--pill:hover { box-shadow: 6px 6px 0 var(--aw-y); }

@media (max-width: 720px) { .dx-aw .aw-hero-meta { display: none; } }

@media (prefers-reduced-motion: reduce) {
  .dx-aw .aw-grain, .dx-aw .aw-hero-glow, .dx-aw .aw-marquee-track { animation: none; }
  .dx-aw .aw-line > span { animation: none; transform: none; }
}

.dx-aw .aw-h1 em { background: none !important; box-shadow: none !important; border: 0 !important; text-decoration: none; padding: 0 .05em 0 0; }

.dx-aw .aw-h1 em::before, .dx-aw .aw-h1 em::after { display: none !important; }

.dx-aw .aw-dark { background: var(--aw-ink); color: #fff; }

.dx-aw .aw-dark .dx-h2, .dx-aw .aw-dark .dx-h3, .dx-aw .aw-dark h2, .dx-aw .aw-dark h3 { color: #fff; }

.dx-aw .aw-dark .dx-body, .dx-aw .aw-dark .dx-dis-p { color: rgba(255,255,255,.62); }

.dx-aw .aw-dark .dx-eyebrow { color: var(--aw-y); }

.dx-aw .aw-dark .dx-mono { color: rgba(255,255,255,.5) !important; }

.dx-aw .dx-dis.aw-dark .dx-dis-title { font-size: clamp(56px, 8vw, 140px); line-height: .88; letter-spacing: -.06em; font-weight: 900; position: sticky; top: 110px; }

.dx-aw .dx-dis.aw-dark .dx-dis-row { border-color: rgba(255,255,255,.14) !important; transition: background .4s, padding .4s; }

.dx-aw .dx-dis.aw-dark .dx-dis-row:hover { background: rgba(254,205,47,.06); }

.dx-aw .aw-gap-num { background: transparent !important; color: transparent !important; -webkit-text-stroke: 1.5px var(--aw-y); font-size: clamp(56px, 6vw, 96px); font-weight: 900; letter-spacing: -.06em; width: auto !important; height: auto !important; line-height: .85; transition: color .4s; }

.dx-aw .dx-dis-row:hover .aw-gap-num { color: var(--aw-y) !important; }

.dx-aw .dx-dis.aw-dark .dx-dis-h3 { font-size: clamp(24px, 2.4vw, 36px); letter-spacing: -.03em; }

.dx-aw .aw-out-list { border-top: 1px solid rgba(255,255,255,.14); }

.dx-aw .aw-out-row { display: grid; grid-template-columns: 60px minmax(0, 1.4fr) minmax(0, 1fr); align-items: end; gap: 24px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .4s; }

.dx-aw .aw-out-row:hover { background: linear-gradient(90deg, rgba(254,205,47,.08), transparent 70%); }

.dx-aw .aw-out-i { align-self: start; padding-top: 14px; }

.dx-aw .aw-out-n { font-size: clamp(80px, 13vw, 220px); font-weight: 900; letter-spacing: -.07em; line-height: .8; color: #fff; font-variant-numeric: tabular-nums; }

.dx-aw .aw-out-n em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--aw-y); letter-spacing: -.02em; }

.dx-aw .aw-out-row:first-child .aw-out-n { color: var(--aw-y); }

.dx-aw .aw-out-l { font-size: clamp(16px, 1.3vw, 20px); line-height: 1.45; color: rgba(255,255,255,.7); margin: 0 0 12px; max-width: 34ch; }

@media (max-width: 760px) { .dx-aw .aw-out-row { grid-template-columns: 1fr; gap: 10px; } .dx-aw .dx-dis.aw-dark .dx-dis-title { position: static; } }

.dx.byo {
  --byo-bg: #1a1b1f; --byo-ink: #e9efe9; --byo-mint: #64c040; --byo-line: rgba(233,239,233,.14);
  --byo-mute: rgba(233,239,233,.58);
  --byo-serif: "Old Standard TT", "Times New Roman", serif;
  --byo-mono: "Space Mono", "JetBrains Mono", monospace;
  --byo-sans: "Space Grotesk", Inter, sans-serif;
  background: var(--byo-bg) !important; color: var(--byo-ink); font-family: var(--byo-sans);
  --dx-ink: var(--byo-ink); --dx-mute: var(--byo-mute); --dx-line: var(--byo-line); --dx-bg: transparent; --dx-paper: transparent;
}

.dx.byo .aw-progress, .dx.byo .aw-grain { display: none; }

.dx.byo .byo-field { position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .75; }

.dx.byo main, .dx.byo .dx-foot { position: relative; z-index: 1; }

.dx.byo main > section, .dx.byo main > .rv-root, .dx.byo main section, .dx.byo .rv-root, .dx.byo .dx-foot { background: transparent !important; color: var(--byo-ink); }

.dx.byo h1, .dx.byo h2, .dx.byo .dx-h2, .dx.byo .dxs-title, .dx.byo .aw-h1 {
  font-family: var(--byo-serif) !important; font-weight: 400 !important; text-transform: uppercase;
  color: var(--byo-mint) !important; letter-spacing: .01em !important; line-height: 1.02 !important;
  -webkit-text-stroke: 0 !important; background: none !important;
}

.dx.byo h1 em, .dx.byo h2 em, .dx.byo .aw-h1 em { font-family: var(--byo-serif) !important; font-style: italic; color: var(--byo-ink) !important; background: none !important; }

.dx.byo .aw-h1 { font-size: clamp(44px, 7vw, 112px) !important; word-spacing: .35em; text-align: center; }

.dx.byo h3, .dx.byo .dx-h3 { font-family: var(--byo-sans) !important; color: var(--byo-ink) !important; font-weight: 500 !important; letter-spacing: -.01em !important; }

.dx.byo p, .dx.byo li, .dx.byo .dx-body { color: var(--byo-mute); }

.dx.byo .dx-mono, .dx.byo .dx-eyebrow, .dx.byo [class*="mono"] { font-family: var(--byo-mono) !important; letter-spacing: .08em; }

.dx.byo .dx-eyebrow { color: var(--byo-mint) !important; display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border: 1px solid transparent; position: relative;
  background:
    linear-gradient(var(--byo-mint),var(--byo-mint)) top left/6px 1px no-repeat, linear-gradient(var(--byo-mint),var(--byo-mint)) top left/1px 6px no-repeat,
    linear-gradient(var(--byo-mint),var(--byo-mint)) bottom right/6px 1px no-repeat, linear-gradient(var(--byo-mint),var(--byo-mint)) bottom right/1px 6px no-repeat !important; }

.dx.byo .dx-eyebrow::before { content: ""; width: 6px; height: 6px; background: var(--byo-mint); }

.dx.byo main [class*="card"], .dx.byo main [class*="-panel"], .dx.byo main [class*="-row"], .dx.byo main [class*="tile"],
.dx.byo main .dx-faq-list > *, .dx.byo main .dx-core, .dx.byo main [class*="slab"], .dx.byo .dxexec, .dx.byo main [class*="-item"] {
  background-color: rgba(26,27,31,.55) !important; color: var(--byo-ink) !important; border-color: var(--byo-line) !important;
  backdrop-filter: blur(6px); box-shadow: none !important;
}

.dx.byo main [class*="card"]:hover { border-color: rgba(100,192,64,.5) !important; }

.dx.byo main [class*="card"] *, .dx.byo main [class*="-panel"] * { color: inherit; }

.dx.byo main img { filter: grayscale(.4) contrast(1.05); }

.dx.byo .dxj-card--hi { background: rgba(100,192,64,.08) !important; border-color: rgba(100,192,64,.45) !important; }

.dx.byo .dxj-card--hi * { text-shadow: none !important; }

.dx.byo .aw-gap-num, .dx.byo [class*="outline"] { -webkit-text-stroke-color: var(--byo-mint) !important; }

.dx.byo .aw-out-n, .dx.byo .aw-out-row:first-child .aw-out-n { font-family: var(--byo-serif) !important; font-weight: 400 !important; color: var(--byo-mint) !important; letter-spacing: -.02em; }

.dx.byo .aw-out-n em { color: var(--byo-ink) !important; }

.dx.byo .aw-dark { background: transparent !important; }

.dx.byo a[class*="btn"], .dx.byo button[class*="btn"] {
  font-family: var(--byo-mono) !important; text-transform: uppercase; letter-spacing: .1em; font-size: 13px !important;
  background: transparent !important; color: var(--byo-mint) !important; border: 1px solid var(--byo-mint) !important;
  border-radius: 999px !important; box-shadow: none !important; transition: background .4s, color .4s !important;
}

.dx.byo a[class*="btn"]:hover, .dx.byo button[class*="btn"]:hover { background: var(--byo-mint) !important; color: var(--byo-bg) !important; transform: none !important; }

.dx.byo .dx-head { background: transparent !important; border: 0 !important; backdrop-filter: none !important; position: fixed; top: 0; left: 0; right: 0; z-index: 40; }

.dx.byo .dx-head nav, .dx.byo .dx-head [class*="nav"] { display: none !important; }

.dx.byo .dx-head img { filter: none !important; }

.dx.byo .dx-head a[class*="btn"] { margin-right: 470px; }

@media (max-width: 1100px) { .dx.byo .dx-head a[class*="btn"] { margin-right: 0; } .dx.byo .byo-chapters { display: none; } }

.byo-chapters { position: fixed; top: 22px; right: 28px; z-index: 50; display: flex; gap: 8px; }

.byo-ch { position: relative; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(233,239,233,.7); display: grid; place-items: center; font: 700 13px/1 "Space Mono", monospace; color: #e9efe9; text-decoration: none; background: #1a1b1f; transition: background .5s, color .5s, border-color .5s, transform .5s; }

.byo-ch.is-past { border-color: #64c040; color: #64c040; }

.byo-ch.is-on { background: #64c040; border-color: #64c040; color: #1a1b1f; }

.byo-ch em { position: absolute; top: 38px; left: 50%; transform: translateX(-50%); font: 700 11px "Space Mono", monospace; font-style: normal; text-transform: uppercase; color: #64c040; white-space: nowrap; animation: byo-fade .6s ease both; }

.byo-ch:hover { border-color: #64c040; }

.byo-hud { position: fixed; left: 28px; right: 28px; bottom: 18px; z-index: 30; display: flex; justify-content: space-between; align-items: center; pointer-events: none; font: 400 12px "Space Mono", monospace; text-transform: uppercase; letter-spacing: .08em; color: rgba(233,239,233,.55); }

.byo-hud-r { display: inline-flex; align-items: center; gap: 14px; }

.byo-wave { display: inline-flex; gap: 3px; align-items: center; width: 34px; height: 34px; border: 1px solid rgba(233,239,233,.4); border-radius: 50%; justify-content: center; }

.byo-wave b { width: 2px; height: 10px; background: #64c040; animation: byo-eq 1.1s ease-in-out infinite; }

.byo-wave b:nth-child(2) { animation-delay: .15s }

.byo-wave b:nth-child(3) { animation-delay: .3s }

.byo-wave b:nth-child(4) { animation-delay: .45s }

.byo-wave b:nth-child(5) { animation-delay: .6s }

@keyframes byo-eq { 0%,100% { transform: scaleY(.3) } 50% { transform: scaleY(1.2) } }

@keyframes byo-fade { from { opacity: 0; transform: translate(-50%, -4px) } }

@media (prefers-reduced-motion: no-preference) {
  .dx.byo main section h2, .dx.byo main .rv-root h2 { filter: blur(14px); opacity: 0; letter-spacing: .18em !important; transition: filter 1.4s cubic-bezier(.2,.7,.2,1), opacity 1.4s, letter-spacing 1.6s cubic-bezier(.2,.7,.2,1) !important; }
  .dx.byo main .byo-in h2 { filter: blur(0); opacity: 1; letter-spacing: .01em !important; }
  .dx.byo main section > *, .dx.byo main .rv-root > * { transition: opacity 1.2s ease, transform 1.2s cubic-bezier(.2,.7,.2,1); }
  .dx.byo main section:not(.byo-in) > .dx-wrap { opacity: .15; transform: translateY(40px) scale(.985); }
  .dx.byo .aw-hero h1 { animation: byo-focus 2.2s cubic-bezier(.2,.7,.2,1) both; }
}

@keyframes byo-focus { from { filter: blur(20px); opacity: 0; letter-spacing: .3em; } }

.dx.byo .aw-hero { min-height: 100vh; display: flex; align-items: center; }

.dx.byo .aw-cursor { background: var(--byo-mint) !important; mix-blend-mode: difference; }

.dx.byo .dxarch, .dx.byo .dxarch-band, .dx.byo .dxarch-col, .dx.byo .dxarch-dag, .dx.byo .dxarch-edge-row, .dx.byo .dxarch-infra-row { background: rgba(26,27,31,.6) !important; color: var(--byo-ink) !important; border-color: var(--byo-line) !important; }

.dx.byo .dxarch * { color: inherit; border-color: var(--byo-line); }

.dx.byo .dxarch-col-title, .dx.byo .dxarch-band-title { color: var(--byo-mint) !important; }

.dx.byo .dx-head::before { content: ""; position: absolute; inset: 0 0 -30px; background: linear-gradient(#1a1b1f 40%, transparent); z-index: -1; pointer-events: none; }

.dx.byo [class*="sticky"] a, .dx.byo [class*="sticky"] button { background: rgba(26,27,31,.8) !important; color: var(--byo-mint) !important; border: 1px solid var(--byo-mint) !important; border-radius: 999px !important; font-family: var(--byo-mono) !important; text-transform: uppercase; font-size: 12px !important; letter-spacing: .1em; box-shadow: none !important; }

.dx.byo [class*="sticky"] { bottom: 64px !important; }

.dx.byo .rv-stickycta { background: rgba(26,27,31,.85) !important; color: var(--byo-mint) !important; border: 1px solid var(--byo-mint) !important; border-radius: 999px !important; font-family: var(--byo-mono) !important; text-transform: uppercase; font-size: 12px !important; letter-spacing: .1em; box-shadow: none !important; bottom: 64px !important; }

.dx.byo .rv-stickycta:hover { background: var(--byo-mint) !important; color: var(--byo-bg) !important; }

.dx.byo .rv-stickycta i { background: transparent !important; }

.dx.byo { --byo-serif: "Instrument Serif", Georgia, serif; --byo-mono: "JetBrains Mono", monospace; --byo-sans: Inter, sans-serif; }

.byo-ch, .byo-ch em, .byo-hud { font-family: "JetBrains Mono", monospace !important; }

.dx.byo h1, .dx.byo h2, .dx.byo .dx-h2, .dx.byo .aw-h1 { letter-spacing: -.005em !important; }

.dx.byo { --byo-mint: #64c040; --byo-y: #fecd2f; }

.dx.byo h1 em, .dx.byo h2 em, .dx.byo .aw-h1 em, .dx.byo .aw-out-n em { color: var(--byo-y) !important; }

.dx.byo .dx-eyebrow { color: var(--byo-y) !important; }

.dx.byo .dx-eyebrow::before { background: var(--byo-y); }

.byo-ch.is-on { background: #fecd2f !important; border-color: #fecd2f !important; }

.byo-ch em { color: #fecd2f !important; }

.byo-wave b:nth-child(odd) { background: #fecd2f; }

.dx.byo h1, .dx.byo h2, .dx.byo .dx-h2, .dx.byo .dxs-title, .dx.byo .aw-h1 {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important; font-weight: 700 !important; text-transform: none !important;
  letter-spacing: -.025em !important; line-height: 1.02 !important; word-spacing: normal !important;
}

.dx.byo h2, .dx.byo .dx-h2, .dx.byo .dxs-title { font-size: clamp(32px, 3.6vw, 46px) !important; }

.dx.byo h1, .dx.byo .aw-h1 { font-size: clamp(36px, 4.2vw, 54px) !important; }

.dx.byo h1 em, .dx.byo h2 em { font-family: "Instrument Serif", serif !important; font-weight: 400 !important; letter-spacing: -.01em; }

.dx.byo .byo-in h2, .dx.byo main .byo-in h2 { letter-spacing: -.025em !important; }

.dx-aw .dx-btn, .dx-aw .dx-btn--pill, .dx-aw [class*="stickycta"], .dx-aw [class*="-cta"]:is(a,button) {
  font-family: "Inter", sans-serif !important; font-style: normal !important; font-weight: 700 !important;
  font-size: 15px; letter-spacing: 0 !important; text-transform: none !important;
  border-radius: 6px !important; padding: 14px 24px; box-shadow: none !important; transform: none !important;
  background: #64c040 !important; color: #0b0b0b !important; border: 1px solid #64c040 !important;
  transition: background .2s, color .2s, border-color .2s !important;
}

.dx-aw .dx-btn:hover, .dx-aw [class*="stickycta"]:hover, .dx-aw [class*="-cta"]:is(a,button):hover {
  background: #fecd2f !important; border-color: #fecd2f !important; color: #0b0b0b !important;
}

.dx-aw .dx-btn--ghost { background: transparent !important; color: #fff !important; border-color: rgba(255,255,255,.4) !important; }

.dx-aw .dx-btn--ghost:hover { background: #fff !important; color: #0b0b0b !important; border-color: #fff !important; }

.dx-aw, .dx-aw *, .dx-aw em, .dx-aw i { font-style: normal !important; }

.dx-aw em, .dx-aw i { font-family: inherit !important; }

.dx.byo :is(span, li, a, button, small, label):not([class*="dot"]):not([class*="chap"]):not([class*="avatar"]):not([class*="cursor"]):not([class*="badge"]) { border-radius: 0 !important; }

.dx-aw .dx-cost-stat { display: none !important; }

.dx.byo .dx-eyebrow { background: none !important; padding: 0 !important; border: 0 !important; font-family: "JetBrains Mono", monospace !important; font-size: 12px !important; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #64c040 !important; gap: 10px; }

.dx.byo .dx-eyebrow::before { width: 24px !important; height: 2px !important; background: #64c040 !important; }
