:root {
  color-scheme: light;
  --ink: #111514;
  --ink-soft: #29302e;
  --paper: #f7f8f4;
  --white: #ffffff;
  --mist: #e9ece6;
  --line: #d3d9d1;
  --green: #95c11f;
  --green-deep: #527300;
  --orange: #ff5a1f;
  --orange-soft: #ffb15c;
  --red: #d9272e;
  --blue: #176b8c;
  --muted: #46524e;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.62;
  letter-spacing: 0;
}

body,
button,
a {
  letter-spacing: 0;
}

img,
svg,
canvas {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 8px;
  left: 8px;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  border-radius: 4px;
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 74px;
  background: rgba(17, 21, 20, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: var(--white);
  transition: box-shadow .2s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .17);
}

.header-inner,
.shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-cluster {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  text-decoration: none;
  flex: 0 0 auto;
}

.brand img {
  width: 43px;
  height: 43px;
}

.brand-word {
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1;
}

.brand-word small {
  display: block;
  margin-top: 5px;
  color: #b9c2be;
  font-size: .66rem;
  font-weight: 650;
  text-transform: uppercase;
}

.brand-divider {
  width: 1px;
  height: 36px;
  background: #4a5350;
}

.header-datahouse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  min-height: 38px;
  padding: 6px 9px;
  border-radius: 4px;
  background: var(--white);
}

.header-datahouse img {
  width: 110px;
  height: auto;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 5px;
  color: #d9dfdc;
  font-size: .96rem;
  font-weight: 650;
  text-decoration: none;
}

.nav-list a:hover,
.nav-list a:focus-visible,
.nav-list a[aria-current="page"] {
  background: #2b312f;
  color: var(--white);
}

.nav-list .nav-download {
  margin-left: 7px;
  background: var(--green);
  color: var(--ink);
}

.nav-list .nav-download:hover,
.nav-list .nav-download:focus-visible,
.nav-list .nav-download[aria-current="page"] {
  background: #b6dc4e;
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid #4a5350;
  border-radius: 5px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 650px;
  max-height: 760px;
  overflow: hidden;
  background-color: var(--ink);
  background-image: url('/assets/dcsf-interface-settings.webp');
  background-position: center;
  background-size: cover;
  color: var(--white);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(10, 13, 12, .86);
}

.network-canvas {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-inner {
  min-height: 650px;
  display: flex;
  align-items: center;
  padding-block: 72px 84px;
}

.hero-copy {
  max-width: 820px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--orange-soft);
  font-size: .9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--orange);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.12;
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: 4.6rem;
  font-weight: 900;
}

.hero h1 span {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 1.42rem;
  font-weight: 750;
}

.hero-lead {
  max-width: 720px;
  margin: 0;
  color: #d9dfdc;
  font-size: 1.25rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.button::after {
  content: "\2192";
  margin-left: 10px;
  font-size: 1.1em;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--green);
  color: var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #b7df4d;
}

.button-secondary {
  border-color: rgba(255, 255, 255, .38);
  background: rgba(17, 21, 20, .5);
  color: var(--white);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--orange-soft);
  background: #262b29;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin: 38px 0 0;
  padding: 19px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .17);
  color: #bec8c3;
  font-size: 1rem;
  list-style: none;
}

.hero-meta li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  background: var(--green);
}

.metric-band {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metric {
  min-height: 158px;
  padding: 30px 28px;
  border-right: 1px solid var(--line);
}

.metric:first-child {
  border-left: 1px solid var(--line);
}

.metric strong {
  display: block;
  color: var(--ink);
  font-size: 2.55rem;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 650;
}

.section {
  padding-block: 88px;
}

.section-tight {
  padding-block: 64px;
}

.section-white {
  background: var(--white);
}

.section-dark {
  background: var(--ink);
  color: var(--white);
}

.section-green {
  background: #dcebb7;
}

.section-fire {
  background: #4c2017;
  color: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(360px, 1.28fr);
  gap: 70px;
  align-items: start;
  margin-bottom: 48px;
}

.section-heading h2,
.subhero h1 {
  margin-bottom: 0;
  font-size: 2.8rem;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.16rem;
}

.section-dark .section-heading p,
.section-fire .section-heading p {
  color: #c9d1cd;
}

.feature-grid,
.panel-grid,
.process-grid,
.security-grid {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature,
.panel,
.security-item {
  position: relative;
  min-height: 210px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.feature::before,
.security-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 5px;
  background: var(--orange);
}

.feature:nth-child(2n)::before,
.security-item:nth-child(2n)::before {
  background: var(--green);
}

.feature:nth-child(3n)::before,
.security-item:nth-child(3n)::before {
  background: var(--blue);
}

.feature h3,
.panel h3,
.security-item h3 {
  margin-bottom: 13px;
  font-size: 1.35rem;
}

.feature p,
.panel p,
.security-item p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.68;
}

.number {
  display: block;
  margin-bottom: 28px;
  color: var(--orange);
  font-size: .92rem;
  font-weight: 900;
}

.product-shot {
  display: grid;
  grid-template-columns: minmax(300px, 1.08fr) minmax(300px, .92fr);
  gap: 52px;
  align-items: center;
}

.product-shot figure {
  margin: 0;
}

.product-shot img {
  width: 100%;
  border: 1px solid #353c39;
  border-radius: 6px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .24);
}

.product-shot figcaption {
  margin-top: 10px;
  color: #929e99;
  font-size: .94rem;
}

.product-copy h2 {
  font-size: 2.65rem;
}

.product-copy p {
  color: #c9d1cd;
  font-size: 1.08rem;
}

.check-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin-top: 13px;
  padding-left: 28px;
}

.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.panel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel {
  min-height: 155px;
}

.panel-kicker {
  display: block;
  margin-bottom: 32px;
  color: var(--green-deep);
  font-size: .75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.process-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.process-step {
  min-height: 190px;
  padding: 30px 28px;
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.process-step h3 {
  margin-bottom: 12px;
  font-size: 1.32rem;
}

.process-step p {
  margin: 0;
  color: #c9d1cd;
  font-size: 1.05rem;
  line-height: 1.68;
}

.section-green .process-step {
  border-top-color: rgba(17, 21, 20, .28);
}

.section-green .process-step p {
  color: var(--ink-soft);
}

.section-green .process-step .number {
  color: #9f2f0d;
}

.subhero {
  position: relative;
  overflow: hidden;
  padding-block: 88px 82px;
  background: var(--ink);
  color: var(--white);
}

.subhero::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: -65px;
  width: 230px;
  height: 230px;
  border: 30px solid rgba(149, 193, 31, .13);
  transform: rotate(18deg);
}

.subhero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: #cbd4d0;
  font-size: 1.22rem;
}

.breadcrumbs {
  margin: 0 0 25px;
  color: #aeb9b4;
  font-size: .94rem;
}

.breadcrumbs a {
  color: var(--orange-soft);
}

.security-grid {
  grid-template-columns: repeat(2, 1fr);
}

.security-item {
  min-height: 210px;
}

.table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th,
td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 1rem;
}

th {
  background: var(--ink-soft);
  color: var(--white);
  font-size: .9rem;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

tbody tr:hover {
  background: #f1f5e8;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.status-waiting::before {
  background: var(--orange);
}

.status-verified {
  color: #345500;
}

.status-verified::before {
  background: #5d8500;
}

.status-validation {
  color: #7a3600;
}

.status-validation::before {
  background: var(--orange);
}

.status-partial {
  color: #8b3900;
}

.status-partial::before {
  background: var(--orange);
}

.status-open {
  color: #8f2027;
}

.status-open::before {
  background: var(--red);
}

.release-box {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
}

.release-copy,
.release-side {
  padding: 38px;
}

.release-copy > p {
  font-size: 1.06rem;
}

.release-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.text-link {
  color: #395600;
  font-weight: 800;
  text-underline-offset: 4px;
}

.release-side {
  background: #edf1e7;
  border-left: 1px solid var(--line);
}

.release-side dl {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  margin: 0;
}

.release-side dt,
.release-side dd {
  margin: 0;
  padding-block: 10px;
  border-bottom: 1px solid #d5dccd;
}

.release-side dt {
  color: var(--muted);
}

.release-side dd {
  font-weight: 750;
  text-align: right;
}

.code-block {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  margin: 24px 0;
  padding: 22px;
  border-left: 4px solid var(--green);
  background: #181c1b;
  color: #eff4ef;
  font: .92rem/1.65 ui-monospace, SFMono-Regular, Consolas, monospace;
  white-space: pre;
}

.notice {
  padding: 22px 24px;
  border-left: 5px solid var(--orange);
  background: #fff0e8;
  color: var(--ink);
  overflow-wrap: anywhere;
}

.section-action {
  margin-top: 34px;
}

.fix-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 30px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.fix-summary > div {
  min-height: 132px;
  padding: 25px 28px;
  border-right: 1px solid var(--line);
}

.fix-summary > div:last-child {
  border-right: 0;
}

.fix-summary strong,
.fix-summary span {
  display: block;
}

.fix-summary strong {
  font-size: 2.35rem;
  line-height: 1;
}

.fix-summary span {
  margin-top: 12px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 750;
}

.fix-toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.fix-toolbar > span {
  font-weight: 800;
}

.fix-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.filter-button {
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #bac3b7;
  border-radius: 5px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.filter-button span {
  display: inline-flex;
  justify-content: center;
  min-width: 26px;
  margin-left: 7px;
  padding-inline: 6px;
  border-radius: 999px;
  background: #e8ece5;
  font-size: .88rem;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.filter-button[aria-pressed="true"] span {
  background: var(--green);
  color: var(--ink);
}

.fix-visible-count {
  font-size: .94rem;
  white-space: nowrap;
}

.fix-list {
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  list-style: none;
}

.fix-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 145px;
  gap: 24px;
  align-items: center;
  min-height: 94px;
  padding: 22px 26px;
  border-bottom: 1px solid var(--line);
}

.fix-item:last-child {
  border-bottom: 0;
}

.fix-item:hover {
  background: #f1f5e8;
}

.fix-item[hidden] {
  display: none;
}

.fix-id {
  color: #9f2f0d;
  font-size: .94rem;
  font-weight: 900;
}

.fix-item h2 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.42;
}

.notice strong {
  display: block;
  margin-bottom: 5px;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 42px 0;
}

.cta-band h2 {
  margin-bottom: 9px;
  font-size: 2.15rem;
}

.cta-band p {
  margin: 0;
  color: #c9d1cd;
}

.site-footer {
  padding-block: 50px 28px;
  background: #0b0e0d;
  color: #b8c2bd;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.1fr .8fr .8fr;
  gap: 60px;
  padding-bottom: 44px;
}

.footer-main h2,
.footer-main h3 {
  color: var(--white);
}

.footer-main h2 {
  margin-bottom: 12px;
  font-size: 1.5rem;
}

.footer-main h3 {
  margin-bottom: 15px;
  font-size: .9rem;
  text-transform: uppercase;
}

.footer-main p {
  margin: 0;
  font-size: .98rem;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li {
  margin-top: 9px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--green);
}

.datahouse-link {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 5px;
  background: var(--white);
}

.datahouse-link img {
  width: 165px;
  height: auto;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid #29302e;
  font-size: .9rem;
}

.language-links a + a::before {
  content: " / ";
  color: #59635f;
}

.language-links a[aria-current="true"] {
  color: var(--green);
  font-weight: 800;
}

@media (max-width: 1120px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 74px;
    right: 20px;
    left: 20px;
    display: none;
    padding: 10px;
    border: 1px solid #414946;
    border-radius: 6px;
    background: var(--ink);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
  }

  .site-nav.is-open {
    display: block;
  }

  .nav-list {
    display: grid;
  }

  .nav-list a {
    width: 100%;
  }

  .nav-list .nav-download {
    margin-left: 0;
  }

  .feature-grid,
  .panel-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .section-heading,
  .product-shot {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 660px) {
  .header-inner,
  .shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand-word small {
    display: none;
  }

  .brand-cluster {
    gap: 9px;
  }

  .brand-divider {
    height: 30px;
  }

  .header-datahouse {
    width: 105px;
    min-height: 34px;
    padding: 5px 7px;
  }

  .header-datahouse img {
    width: 91px;
  }

  .hero,
  .hero-inner {
    min-height: 670px;
  }

  .hero-inner {
    padding-block: 66px 74px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero h1 span {
    font-size: 1.05rem;
  }

  .hero-lead {
    font-size: 1.08rem;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .metrics,
  .feature-grid,
  .panel-grid,
  .process-grid,
  .security-grid,
  .release-box,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .metric,
  .metric:nth-child(3) {
    min-height: 126px;
    border-left: 1px solid var(--line);
  }

  .metric strong {
    font-size: 2.1rem;
  }

  .section {
    padding-block: 66px;
  }

  .section-heading h2,
  .subhero h1,
  .product-copy h2 {
    font-size: 2.15rem;
  }

  .feature,
  .panel,
  .security-item {
    min-height: 0;
    padding: 27px 24px;
  }

  .process-step {
    min-height: 0;
    padding: 27px 24px;
  }

  .release-side {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .release-copy,
  .release-side {
    padding: 26px 22px;
  }

  .cta-band,
  .footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }

  .cta-band .button {
    width: 100%;
  }

  .fix-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fix-summary > div {
    min-height: 112px;
    padding: 21px 22px;
    border-bottom: 1px solid var(--line);
  }

  .fix-summary > div:nth-child(2n) {
    border-right: 0;
  }

  .fix-summary > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .fix-toolbar {
    grid-template-columns: 1fr;
  }

  .fix-visible-count {
    white-space: normal;
  }

  .fix-item {
    grid-template-columns: 1fr auto;
    gap: 10px 16px;
    padding: 22px 20px;
  }

  .fix-item h2 {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 1.12rem;
  }

  .fix-item .status {
    justify-self: end;
  }
}

@media (max-width: 380px) {
  .brand-word {
    font-size: 1.16rem;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .header-datahouse {
    width: 94px;
  }

  .header-datahouse img {
    width: 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
