:root {
  --canvas: #ffffff;
  --surface: #ffffff;
  --ink: #000000;
  --ink-soft: #555555;
  --line: #cccccc;
  --line-strong: #999999;
  --arc: #1a3556;
  --arc-deep: #2d4f7a;
  --arc-tint: #e8edf3;
  --blueprint: #1a3556;
  --radius: 0;
  --radius-card: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
img,
svg {
  max-width: 100%;
  display: block;
}
::-moz-selection {
  background: var(--arc);
  color: #ffffff;
}
::selection {
  background: var(--arc);
  color: #ffffff;
}
body {
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink);
  background-color: var(--canvas);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.coming-soon-banner {
  position: fixed;
  top: 42vh;
  left: -20vw;
  z-index: 1000;
  width: 140vw;
  padding: 0.25em 0;
  transform: rotate(-14deg);
  transform-origin: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-top: 2px solid rgba(26, 53, 86, 0.18);
  border-bottom: 2px solid rgba(26, 53, 86, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(26, 53, 86, 0.22);
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: clamp(3.5rem, 13vw, 9rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 0.75rem;
  line-height: 1.05;
  font-weight: 900;
}
h1 {
  font-size: clamp(2rem, 4.4rem, 3.8rem);
  letter-spacing: -0.03em;
  line-height: 1.02;
}
h2 {
  font-size: clamp(1.7rem, 3.2rem, 2.8rem);
  letter-spacing: -0.03em;
  line-height: 1;
}
h3 {
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}
h4 {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #1a3556;
}
p {
  margin: 0 0 1rem;
}
strong {
  font-weight: 700;
}
a {
  color: var(--arc);
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 53, 86, 0.35);
  transition: color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}
a:hover {
  color: var(--arc-deep);
  border-bottom-color: currentColor;
}
code,
.mono {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.875em;
  font-feature-settings: "ss01", "zero";
}
code {
  background: #f2f2f2;
  color: #000000;
  padding: 0.1em 0.4em;
  border-radius: 0;
  border: 1px solid #cccccc;
}
pre {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.8rem;
  line-height: 1.6;
  background: #f2f2f2;
  color: #000000;
  border: 1px solid #cccccc;
  border-left: 3px solid #1a3556;
  border-radius: 0;
  padding: 1rem 2rem;
  overflow-x: auto;
  margin: 1rem 0 2rem;
}
pre code {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  color: inherit;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.container-text {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 2rem;
}
.eyebrow {
  display: block;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.64rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #1a3556;
  margin: 0 0 1rem;
}
.eyebrow a {
  color: inherit;
  border-bottom: none;
}
.eyebrow a:hover {
  color: var(--arc-deep);
}
.lede {
  font-size: clamp(1rem, 1.25rem, 1.15rem);
  font-weight: 300;
  line-height: 1.7;
  color: #555555;
  max-width: 56ch;
}
.site-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0 2rem;
  height: 54px;
  border-bottom: 1px solid #cccccc;
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #1a3556;
  border-bottom: none;
}
.brand:hover {
  color: #1a3556;
  border-bottom: none;
}
.primary-nav {
  flex: 1;
}
.nav-list {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-item {
  position: relative;
}
.nav-list a,
.nav-group {
  display: block;
  padding: 0 1.1rem;
  height: 54px;
  line-height: 54px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #555555;
  border-bottom: none;
  cursor: pointer;
}
.nav-list a:hover {
  color: #1a3556;
  border-bottom: none;
}
.nav-list a.is-active {
  color: #1a3556;
}
.nav-list a.is-active::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: -2px;
  background: var(--arc);
}
.nav-dropdown {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  background: #ffffff;
  border: 1px solid #cccccc;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: all 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.nav-item.has-children:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown li {
  padding: 0;
}
.nav-dropdown a {
  display: block;
  padding: 0.5rem 1rem;
  height: auto;
  line-height: 1.5;
}
.nav-caret {
  font-size: 0.6em;
  margin-left: 0.35em;
  color: #888888;
  vertical-align: middle;
}
.nav-item.has-children:hover .nav-caret {
  color: #1a3556;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.utility-link {
  font-size: 0.78rem;
  color: #555555;
  border-bottom: none;
}
.utility-link:hover {
  color: #1a3556;
  border-bottom: none;
}
.nav-toggle {
  display: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  border: 2px solid transparent;
  border-radius: 0;
  background: none;
  cursor: pointer;
  transition: background 0.15s cubic-bezier(0.2, 0.7, 0.2, 1), color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.btn:hover {
  text-decoration: none;
  border-bottom-width: 2px;
}
.btn-primary {
  background: var(--arc);
  color: #ffffff;
  border-color: var(--arc);
}
.btn-primary:hover {
  background: var(--arc-deep);
  border-color: var(--arc-deep);
  color: #ffffff;
}
.btn-ghost {
  border-color: #000000;
  color: #000000;
}
.btn-ghost:hover {
  background: #f2f2f2;
  color: #000000;
  border-color: #000000;
}
.btn-nav {
  display: inline-flex;
  align-items: center;
  background: var(--arc);
  color: #ffffff;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.55rem 1.5rem;
  border: none;
  border-radius: 0;
  transition: background 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.btn-nav:hover {
  background: var(--arc-deep);
  color: #ffffff;
  border-bottom: none;
}
.site-footer {
  margin-top: 6rem;
  padding: 4rem 4rem 2rem;
  border-top: 1px solid #cccccc;
  background: #f2f2f2;
}
.footer-cols {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
.footer-col h4 {
  margin: 0 0 1rem;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col li {
  margin: 0.25rem 0;
}
.footer-col a {
  color: #555555;
  font-size: 0.84rem;
  border-bottom: none;
}
.footer-col a:hover {
  color: #1a3556;
}
.footer-legal {
  max-width: 1200px;
  margin: 2rem auto 0;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  color: #888888;
  letter-spacing: 0.06em;
  border-top: 1px solid #cccccc;
  padding-top: 1rem;
}
@media (max-width: 820px) {
  .site-header {
    padding: 0 2rem;
  }
  .nav-toggle {
    display: inline-block;
    font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
    font-size: 0.8rem;
    background: transparent;
    border: 2px solid #000000;
    border-radius: 0;
    padding: 0.4rem 0.7rem;
    color: #000000;
    cursor: pointer;
  }
  .primary-nav,
  .header-actions {
    display: none;
  }
  .site-header.nav-open {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 1rem;
  }
  .site-header.nav-open .primary-nav,
  .site-header.nav-open .header-actions {
    display: block;
    flex-basis: 100%;
  }
  .site-header.nav-open .nav-list {
    flex-direction: column;
    gap: 0;
  }
  .site-header.nav-open .nav-list a {
    height: auto;
    line-height: 1.5;
    padding: 0.5rem 0;
  }
  .site-header.nav-open .nav-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: none;
    padding-left: 1rem;
  }
}
.page-hero {
  padding-block: 4rem 2rem;
}
.band {
  padding-block: 6rem;
  border-bottom: 1px solid #cccccc;
}
.band-alt {
  background: #f2f2f2;
}
.band-slim {
  padding-block: 2rem;
}
@media (max-width: 760px) {
  .band {
    padding-block: 4rem;
  }
  .band-slim {
    padding-block: 2rem;
  }
}
.section-header {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  border-bottom: 2px solid #000000;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.section-number {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a3556;
  flex-shrink: 0;
  padding-top: 0.2em;
}
.section-header h2 {
  margin: 0;
}
.section-intro {
  max-width: 64ch;
  color: #555555;
  font-weight: 300;
  line-height: 1.7;
  margin: 0 0 2rem;
}
.trust-strip {
  background: #f2f2f2;
  border-bottom: 1px solid #cccccc;
}
.trust-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.trust-item {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 0;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #555555;
}
.trust-item + .trust-item {
  margin-left: -0.5rem;
  padding-left: 2rem;
  border-left: 1px solid #cccccc;
}
@media (max-width: 560px) {
  .trust-strip-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
  }
  .trust-item {
    min-width: 0;
    justify-content: center;
    padding: 0.75rem;
    text-align: center;
  }
  .trust-item + .trust-item {
    margin-left: 0;
    border-left: 0;
  }
  .trust-item:nth-child(even) {
    border-left: 1px solid #cccccc;
  }
  .trust-item:nth-child(n+3) {
    border-top: 1px solid #cccccc;
  }
}
.placeholder-box {
  border: 1px dashed #999999;
  border-radius: 0;
  padding: 4rem;
  text-align: center;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888888;
  background: repeating-linear-gradient(-45deg, transparent 0 11px, rgba(204, 204, 204, 0.5) 11px 12px);
}
.card-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.card {
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #ffffff;
  transition: border-color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1), background 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.card:hover {
  border-color: var(--arc);
  background: #e8edf3;
}
.card a {
  display: block;
  padding: 2rem;
  color: inherit;
  border-bottom: none;
}
.card a:hover {
  color: inherit;
}
.card h3 {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.card h3::before {
  content: "\2197";
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.85em;
  font-weight: 400;
  color: var(--arc);
}
.card p {
  color: #555555;
  margin: 0;
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.7;
}
.faq {
  margin: 0;
  border-top: 1px solid #cccccc;
}
.faq-item {
  padding: 2rem 0;
  border-bottom: 1px solid #cccccc;
}
.faq-item dt {
  font-weight: 500;
  margin: 0 0 0.5rem;
}
.faq-item dd {
  margin: 0;
  max-width: 64ch;
  color: #555555;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.7;
}
.feature-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
}
.feature-band:nth-child(even) .placeholder-box {
  order: 2;
}
@media (max-width: 760px) {
  .feature-band {
    grid-template-columns: 1fr;
  }
}
.eyebrow-inverse {
  color: rgba(255, 255, 255, 0.45);
}
.hero-placeholder {
  min-height: 320px;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-split .hero-placeholder {
  margin-top: 0;
}
.cta-band {
  background: #1a3556;
  border-bottom: none;
}
.cta-band-inner {
  display: flex;
  align-items: flex-end;
  gap: 6rem;
}
@media (max-width: 760px) {
  .cta-band-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.cta-band h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cta-band .cta-text {
  flex: 1;
}
.cta-band p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  margin: 0;
  line-height: 1.65;
  max-width: 54ch;
}
.cta-band .cta-meta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.cta-band .btn-primary {
  background: #ffffff;
  color: #1a3556;
  border-color: #ffffff;
}
.cta-band .btn-primary:hover {
  background: #f2f2f2;
  color: #1a3556;
  border-color: #f2f2f2;
}
.cta-band .btn-ghost {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.cta-band .btn-ghost:hover {
  background: #ffffff;
  color: #1a3556;
  border-color: #ffffff;
}
.cta-band .cta-meta--stacked-actions {
  align-items: stretch;
}
.cta-band .cta-meta--stacked-actions .btn {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
.cta-note {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.76);
  letter-spacing: 0.04em;
}
.feature-table-wrap {
  overflow-x: auto;
}
.feature-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}
.feature-table thead th {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 2px solid #000000;
  border-right: 1px solid #cccccc;
  background: #ffffff;
  color: #1a3556;
}
.feature-table thead th:first-child {
  text-align: left;
  color: #000000;
  min-width: 220px;
}
.feature-table thead th.th-featured {
  background: #1a3556;
  color: #ffffff;
}
.feature-table thead th:last-child {
  border-right: none;
}
.feature-table tbody tr.feat-group td {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #555555;
  background: #f2f2f2;
  padding: 0.5rem 2rem;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.feature-table tbody tr.feat-group td:last-child {
  border-right: none;
}
.feature-table tbody td {
  padding: 0.75rem 2rem;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-size: 0.84rem;
  vertical-align: middle;
  color: #000000;
}
.feature-table tbody tr:last-child td {
  border-bottom: none;
}
.feature-table tbody td:last-child {
  border-right: none;
}
.feature-table .feat-cell {
  text-align: center;
}
.feature-table .col-featured {
  background: #e8edf3;
}
.feat-yes {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a3556;
}
.feat-no {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.9rem;
  color: #999999;
  opacity: 0.55;
}
.feat-val {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 500;
  color: #555555;
}
.band[id],
.docs-content h2[id],
.lenses-doc h2[id] {
  scroll-margin-top: 76px;
}
.legal-body {
  max-width: 720px;
}
.content-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
}
.content-page .page-hero {
  padding-top: 2rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2rem;
}
.metric-aliases {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.8rem;
  color: #888888;
  margin-top: 0.5rem;
  letter-spacing: 0.01em;
}
.metric-alias-notice {
  font-size: 1rem;
  color: #555555;
  margin-top: 0.75rem;
}
.alias-cta {
  margin-top: 4rem;
}
.content-section {
  margin-bottom: 2rem;
}
.content-section h2 {
  font-size: 1.5rem;
}
.content-section p {
  color: #555555;
}
.lens-visual {
  margin: 2rem 0 4rem;
}
.lens-visual::before {
  content: attr(data-visual-label);
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #1a3556;
  color: #ffffff;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}
.lens-visual-frame {
  min-height: 320px;
  margin: 0;
  border-top: 3px solid #1a3556;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lens-visual figcaption {
  margin-top: 0.5rem;
  color: #555555;
  font-size: 0.82rem;
  line-height: 1.55;
}
.lens-visual figcaption strong {
  color: #000000;
}
.lens-visual-grid {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 4rem;
}
.lens-visual-grid .lens-visual {
  margin: 0;
}
.lens-visual-grid .lens-visual-frame {
  min-height: 220px;
}
.lens-visual-grid--2,
.lens-visual-grid--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lens-visual-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lens-visual-grid--3 .lens-visual-frame {
  min-height: 190px;
  padding: 1rem;
}
@media (max-width: 760px) {
  .lens-visual-grid--2,
  .lens-visual-grid--3,
  .lens-visual-grid--4 {
    grid-template-columns: 1fr;
  }
  .lens-visual-frame,
  .lens-visual-grid .lens-visual-frame {
    min-height: 220px;
  }
}
.content-section.caveat {
  background: #fbeed3;
  border: 1px solid #e0b257;
  border-left: 4px solid #e0b257;
  border-radius: 0;
  padding: 1rem 2rem;
}
.content-section.caveat h2 {
  font-size: 1.05rem;
  color: #856119;
}
.content-section.caveat p {
  color: #745415;
}
.content-section.formula {
  border-top: 1px solid #cccccc;
  margin-top: 4rem;
  padding-top: 1rem;
}
.content-section.formula h2 {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #888888;
}
.content-section.formula p {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.9rem;
  color: #555555;
}
.related-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.related-list a {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #ffffff;
  color: #555555;
}
.related-list a:hover {
  border-color: var(--arc);
  color: var(--arc);
}
.metric-pills-label {
  margin: 1rem 0 0.5rem;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888888;
}
.metric-pills,
.lens-pills,
.workflow-pills {
  margin-bottom: 1rem;
}
.metric-pills a,
.lens-pills a,
.workflow-pills a {
  color: var(--arc);
  border-color: rgba(26, 53, 86, 0.4);
  background: #e8edf3;
}
.metric-pills a:hover,
.lens-pills a:hover,
.workflow-pills a:hover {
  color: #ffffff;
  border-color: var(--arc);
  background: var(--arc);
}
.workflow-steps {
  padding-left: 1.2rem;
}
.workflow-steps li {
  margin-bottom: 0.75rem;
  color: #555555;
}
.workflow-steps li::marker {
  color: var(--arc);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}
.language-doc .lede {
  max-width: 64ch;
}
.language-tip {
  margin: 2rem 0;
  padding: 1rem 2rem;
  border: 1px solid #cccccc;
  border-left: 3px solid #1a3556;
  background: #e8edf3;
}
.language-tip-label {
  margin: 0 0 0.5rem;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a3556;
}
.language-tip ol {
  margin: 0;
  padding-left: 1.2rem;
}
.language-tip li {
  margin: 0.25rem 0;
}
.language-tip li::marker {
  color: #1a3556;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-weight: 700;
}
.language-body table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  margin: 1rem 0 2rem;
  font-size: 0.84rem;
}
.language-body thead th {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #000000;
  border-right: 1px solid #cccccc;
  background: #ffffff;
  color: #1a3556;
}
.language-body thead th:last-child {
  border-right: none;
}
.language-body tbody td {
  padding: 0.75rem 1rem;
  vertical-align: top;
  color: #555555;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.language-body tbody tr:last-child td {
  border-bottom: none;
}
.language-body tbody td:last-child {
  border-right: none;
}
.language-body tbody tr:hover td {
  background: #e8edf3;
}
.language-body tbody td:first-child {
  color: #000000;
  font-weight: 500;
  min-width: 220px;
}
.language-body tbody td:nth-child(2) {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  white-space: nowrap;
  color: #1a3556;
}
.language-body code {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.85em;
  background: #f2f2f2;
  padding: 0.1em 0.35em;
  border: 1px solid #cccccc;
}
.language-body pre {
  max-width: 100%;
  white-space: normal;
}
.language-body pre code {
  display: block;
  background: none;
  border: none;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1.65;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}
.language-body .token.property {
  color: #1a3556;
  font-weight: 600;
}
.language-body .token.keyword,
.language-body .token.builtin {
  color: #1a3556;
  font-weight: 600;
}
.language-body .token.string {
  color: #2a7050;
}
.language-body .token.number,
.language-body .token.boolean,
.language-body .token.null {
  color: #2d4f7a;
}
.language-body .token.function,
.language-body .token.class-name {
  color: #2d4f7a;
  font-weight: 600;
}
.language-body .token.comment {
  color: #888888;
}
.language-body .token.variable,
.language-body .token.parameter {
  color: #555555;
}
.language-body .token.punctuation,
.language-body .token.operator {
  color: #999999;
}
.docs-shell {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 2rem 6rem;
}
.docs-sidebar {
  border-right: 1px solid #cccccc;
  padding-right: 1rem;
  padding-left: 0.75rem;
  align-self: start;
  position: sticky;
  top: 84px;
  max-height: calc(100vh - 84px - 2rem);
  overflow-y: auto;
  padding-bottom: 2rem;
}
.docs-search {
  margin-bottom: 2rem;
  --pf-font: "DM Sans", Helvetica, Arial, sans-serif;
  --pf-text: #000000;
  --pf-text-secondary: #555555;
  --pf-text-muted: #888888;
  --pf-background: #ffffff;
  --pf-border: #cccccc;
  --pf-border-focus: #1a3556;
  --pf-hover: #e8edf3;
  --pf-outline-focus: #1a3556;
  --pf-shadow-md: none;
  --pf-border-radius: 0;
  --pf-input-height: 38px;
}
.docs-search .pf-searchbox-input-wrapper::before {
  inset-inline-start: 0 !important;
  width: 13px !important;
  height: 13px !important;
  background-color: #888888 !important;
}
.docs-search .pf-searchbox-input {
  padding-inline-start: 24px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #cccccc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.docs-search .pf-searchbox-input-wrapper:has(.pf-trigger-shortcut) .pf-searchbox-input {
  padding-inline-end: 44px !important;
}
.docs-search .pf-searchbox-input:focus,
.docs-search .pf-searchbox-input:focus-visible {
  padding-inline-end: 12px !important;
  border-bottom: 2px solid #1a3556 !important;
  box-shadow: none !important;
}
.docs-search .pf-searchbox-input::-moz-placeholder {
  font-size: 0.76rem !important;
  color: #888888 !important;
}
.docs-search .pf-searchbox-input::placeholder {
  font-size: 0.76rem !important;
  color: #888888 !important;
}
.docs-search .pf-searchbox-input-wrapper .pf-trigger-shortcut {
  inset-inline-end: 0 !important;
  gap: 0.42em !important;
}
.docs-search .pf-trigger-key {
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #888888 !important;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace !important;
  font-size: 0.56rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}
.docs-search .pf-searchbox-dropdown {
  margin-top: 0.25rem;
  border: 1px solid #cccccc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.docs-search .pf-searchbox-results {
  padding: 0 !important;
}
.docs-search .pf-searchbox-result {
  padding: 0.75rem !important;
  border-left: 2px solid transparent;
  border-radius: 0 !important;
}
.docs-search .pf-searchbox-result:hover,
.docs-search .pf-searchbox-result[data-pf-selected] {
  background: #e8edf3 !important;
  border-left-color: #1a3556;
  outline: none !important;
}
.docs-search .pf-searchbox-footer {
  padding: 0.5rem 0.75rem !important;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace !important;
  font-size: 0.56rem !important;
  letter-spacing: 0.04em;
}
.docs-search .pf-searchbox-footer-key {
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #000000 !important;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace !important;
  font-size: inherit !important;
}
.docs-nav-title {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #888888;
  margin: 0 0 0.75rem;
}
.docs-nav-title:not(:first-child) {
  margin-top: 2rem;
}
.docs-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.docs-nav li {
  margin: 0.25rem 0;
}
.docs-nav a {
  display: block;
  padding: 0.2rem 0;
  color: #555555;
  font-size: 0.95rem;
  background: none;
}
.docs-nav a:hover {
  color: var(--arc-deep);
}
.docs-nav a.is-active {
  color: var(--ink);
  font-weight: 600;
  border-left: 2px solid var(--arc);
  padding-left: 0.75rem;
  margin-left: -0.75rem;
}
.docs-nav-section {
  margin-top: 2rem;
  padding-top: 0.75rem;
}
.docs-nav-section summary {
  cursor: pointer;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #888888;
  list-style-position: outside;
}
.docs-nav-section summary:hover {
  color: var(--arc-deep);
}
.docs-nav-section ul {
  margin-top: 0.75rem;
}
.docs-nav-section a {
  font-size: 0.86rem;
}
.docs-nav-section .docs-nav-toc {
  margin: 0.5rem 0 0.75rem 0.75rem;
  padding-left: 0.75rem;
  border-left: 1px solid #cccccc;
}
.docs-nav-section .docs-nav-toc li {
  margin: 0.25rem 0;
}
.docs-nav-section .docs-nav-toc > li + li {
  margin-top: 0.75rem;
}
.docs-nav-section .docs-nav-toc span {
  display: block;
  margin-bottom: 0.25rem;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
}
.docs-nav-section .docs-nav-toc ul {
  margin-top: 0.25rem;
  padding-left: 0.5rem;
}
.docs-nav-section .docs-nav-toc a {
  padding: 0.12rem 0;
  border-bottom: none;
  font-size: 0.76rem;
  font-weight: 400;
}
.docs-content {
  min-width: 0;
  max-width: 720px;
}
.docs-content-wide {
  max-width: none;
}
.docs-content h1 {
  font-size: clamp(2rem, 3.5rem, 2.8rem);
  margin-bottom: 1rem;
}
.docs-content h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
}
.docs-content p,
.docs-content li {
  color: #555555;
}
.docs-content a {
  color: var(--arc);
  font-weight: 600;
  border-bottom-color: rgba(26, 53, 86, 0.55);
  background: none;
}
.docs-content a:hover {
  color: var(--arc-deep);
  border-bottom-color: currentColor;
  background: none;
}
.ci-integration-table-wrap {
  margin: 1rem 0 2rem;
  overflow-x: auto;
  border: 1px solid #cccccc;
  border-top: 3px solid #1a3556;
  background: #ffffff;
  overscroll-behavior-inline: contain;
}
.ci-integration-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
}
.ci-integration-table th,
.ci-integration-table td {
  overflow-wrap: break-word;
}
.ci-integration-table thead th {
  padding: 0.75rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  background: #1a3556;
  color: #ffffff;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
}
.ci-integration-table thead th:first-child {
  width: 21%;
  background: #000000;
}
.ci-integration-table thead th:last-child {
  border-right: 0;
}
.ci-integration-table tbody th {
  padding: 0.75rem 1rem;
  border-top: 1px solid #cccccc;
  background: #f2f2f2;
  color: #1a3556;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
}
.ci-integration-table tbody td {
  padding: 0.75rem 1rem;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  color: #555555;
  font-size: 0.88rem;
  line-height: 1.5;
  vertical-align: top;
}
.ci-integration-table tbody tr:hover th {
  background: #e8edf3;
}
.ci-integration-table tbody tr:hover td {
  background: rgba(232, 237, 243, 0.45);
}
.breadcrumbs {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
  color: #888888;
  margin-bottom: 2rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.breadcrumbs a {
  color: #888888;
  background: none;
}
.breadcrumbs a:hover {
  color: var(--arc-deep);
}
.breadcrumbs [aria-current="page"] {
  color: #000000;
}
.docs-content .content-page {
  max-width: none;
  margin: 0;
  padding: 0;
}
.docs-content .content-page .related-list a {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #555555;
}
.docs-content .content-page .related-list a:hover {
  border-color: var(--arc);
  color: var(--arc);
}
.docs-content .content-page .metric-pills a,
.docs-content .content-page .lens-pills a,
.docs-content .content-page .workflow-pills a {
  color: var(--arc);
  border-color: rgba(26, 53, 86, 0.4);
  background: #e8edf3;
}
.docs-content .content-page .metric-pills a:hover,
.docs-content .content-page .lens-pills a:hover,
.docs-content .content-page .workflow-pills a:hover {
  color: #ffffff;
  border-color: var(--arc);
  background: var(--arc);
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 760px) {
  .docs-shell {
    grid-template-columns: 1fr;
  }
  .docs-sidebar {
    position: static;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0;
    max-height: none;
    overflow-y: visible;
  }
  .sidebar-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #000000;
    background: none;
    border: none;
    cursor: pointer;
  }
  .sidebar-toggle-caret {
    transition: transform 0.2s;
    display: inline-block;
  }
  .docs-sidebar.is-open .sidebar-toggle-caret {
    transform: rotate(180deg);
  }
  #docs-nav-body {
    display: none;
    padding-bottom: 0;
  }
  .docs-sidebar.is-open #docs-nav-body {
    display: block;
    padding-bottom: 1rem;
  }
  .ci-integration-table-wrap {
    margin-inline: 0;
  }
}
