:root {
  --cs-ink: #0b1020;
  --cs-muted: #5f687c;
  --cs-line: #dce1eb;
  --cs-blue: #1769e0;
  --cs-blue-bright: #4aa4ff;
  --cs-violet: #7956f6;
  --cs-teal: #0e9688;
  --cs-night: #080d1d;
  --cs-panel: #11182b;
  --cs-page: #fbfcff;
  --cs-surface: #fff;
  --cs-soft: #f0f3f8;
  --cs-soft-line: #cfd6e2;
  --cs-carousel-stage: #eef2f8;
  --cs-shadow: rgba(39,52,83,.12);
}

body {
  --bs-link-color-rgb: 23, 105, 224;
  --bs-link-hover-color-rgb: 10, 79, 177;
}

header .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: .625rem;
}

header img#logo {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  flex: 0 0 2rem;
}

header #navbar .navbar-nav > .dropdown {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header #navbar .cs-nav-parent-link {
  padding-right: .2rem;
}

header #navbar .cs-nav-menu-toggle {
  min-width: 1.35rem;
  padding-left: .2rem;
  padding-right: .55rem;
}

body:has(.cs-landing) main > .container-xxl,
body:has(.cs-landing) main > .container-fluid,
body:has(.cs-landing) .content {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body:has(.cs-landing) main.container-xxl {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body:has(.cs-landing) .content > article {
  max-width: none;
  padding: 0;
}

body:has(.cs-landing) .toc-offcanvas,
body:has(.cs-landing) .affix,
body:has(.cs-landing) .contribution {
  display: none !important;
}

.cs-landing {
  color: var(--cs-ink);
  background: var(--cs-page);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

.cs-landing *, .cs-landing *::before, .cs-landing *::after { box-sizing: border-box; }
.cs-landing h1, .cs-landing h2, .cs-landing h3, .cs-landing p { margin-top: 0; }
.cs-landing a { text-decoration: none; }
.cs-landing .anchorjs-link { display: none !important; }

.cs-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding: 6rem max(2rem, calc((100vw - 1256px) / 2));
  color: #f7f9ff;
  background:
    radial-gradient(circle at 78% 28%, rgba(79, 127, 255, .22), transparent 27%),
    radial-gradient(circle at 53% 76%, rgba(121, 86, 246, .13), transparent 28%),
    linear-gradient(137deg, #070b18 0%, #0b1124 55%, #0b1530 100%);
  position: relative;
}

.cs-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .09;
  background-image: linear-gradient(rgba(255,255,255,.26) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.26) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent 0, #000 45%, #000 100%);
  pointer-events: none;
}

.cs-hero-copy { max-width: 720px; position: relative; z-index: 2; }
.cs-eyebrow, .cs-kicker { color: #6f7a92; font-size: .78rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.cs-eyebrow { color: #aebbd2; display: flex; align-items: center; gap: .65rem; margin-bottom: 1.7rem; }
.cs-eyebrow span { width: .55rem; height: .55rem; background: #38c7b0; border-radius: 50%; box-shadow: 0 0 0 5px rgba(56,199,176,.13); }
.cs-hero h1 { max-width: 820px; color: #fff; font-size: clamp(3.5rem, 6.4vw, 6.6rem); line-height: .96; letter-spacing: -.065em; font-weight: 760; margin-bottom: 2rem; }
.cs-hero h1 em { color: #8cbcff; font-style: normal; font-weight: inherit; }
.cs-lead { max-width: 650px; color: #b7c1d3; font-size: clamp(1.08rem, 1.45vw, 1.32rem); line-height: 1.7; margin-bottom: 2.1rem; }
.cs-actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.cs-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .65rem; padding: .78rem 1.25rem; border-radius: .55rem; font-weight: 680; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.cs-button:hover { transform: translateY(-2px); }
.cs-button-primary { color: white !important; background: var(--cs-blue); box-shadow: 0 12px 35px rgba(23,105,224,.3); }
.cs-button-primary:hover { background: #2378ed; }
.cs-button-secondary { color: #eef4ff !important; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.045); }
.cs-button-secondary:hover { border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.08); }
.cs-stage { margin: 1.35rem 0 0; color: #8390a8; font-size: .85rem; }

.cs-hero-visual { height: 510px; min-width: 420px; position: relative; z-index: 1; }
.cs-orbit { position: absolute; border: 1px solid rgba(122,161,225,.25); border-radius: 50%; }
.cs-orbit-one { width: 460px; height: 270px; top: 115px; left: 0; transform: rotate(-14deg); }
.cs-orbit-two { width: 330px; height: 430px; top: 38px; left: 80px; transform: rotate(27deg); }
.cs-node { position: absolute; width: 178px; min-height: 88px; padding: 1rem; color: #f6f8ff; border: 1px solid rgba(164,185,222,.22); border-radius: .75rem; background: rgba(18,27,49,.86); box-shadow: 0 22px 60px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.cs-node::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 38%); pointer-events: none; }
.cs-node strong, .cs-node small { display: block; margin-left: 2.4rem; }
.cs-node strong { font-size: .95rem; margin-top: .05rem; }
.cs-node small { color: #8997af; margin-top: .25rem; }
.cs-node-main { width: 216px; min-height: 108px; top: 188px; left: 125px; padding: 1.3rem; border-color: rgba(84,144,255,.55); background: linear-gradient(145deg, rgba(28,63,122,.95), rgba(17,28,55,.95)); }
.cs-node-main strong, .cs-node-main small { margin-left: 3rem; }
.cs-logo { position: absolute; width: 2.35rem; height: 2.35rem; display: grid; place-items: center; border-radius: .55rem; background: var(--cs-blue); font-size: .77rem; font-weight: 800; }
.cs-node-app { top: 48px; left: 18px; }
.cs-node-data { right: 2px; top: 190px; }
.cs-node-telemetry { bottom: 26px; left: 30px; }
.cs-node-dot { position: absolute; top: 1.15rem; left: 1rem; width: 1.35rem; height: 1.35rem; border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,255,255,.04); }
.cs-node-dot.violet { background: var(--cs-violet); }
.cs-node-dot.teal { background: var(--cs-teal); }
.cs-node-dot.blue { background: var(--cs-blue-bright); }

.cs-section { max-width: 1320px; margin: 0 auto; padding: clamp(4.5rem, 6vw, 6rem) 2rem; }
.cs-product, .cs-resources { padding-bottom: 0; }
.cs-section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .7fr); gap: 4rem; align-items: end; margin-bottom: 3.3rem; }
.cs-section-heading h2, .cs-cta h2 { font-size: clamp(2.45rem, 4.3vw, 4.5rem); line-height: 1.04; letter-spacing: -.052em; margin: .55rem 0 0; }
.cs-section-heading > p { color: var(--cs-muted); font-size: 1.05rem; line-height: 1.7; margin-bottom: .4rem; }

.cs-carousel { width: min(100%, 1040px); margin-inline: auto; border: 1px solid var(--cs-line); border-radius: 1.05rem; overflow: hidden; background: var(--cs-surface); box-shadow: 0 25px 70px var(--cs-shadow); }
.cs-carousel-stage { position: relative; aspect-ratio: 16 / 8.6; overflow: hidden; background: var(--cs-carousel-stage); }
.cs-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .35s ease; margin: 0; pointer-events: none; }
.cs-slide.is-active { opacity: 1; pointer-events: auto; }
.cs-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.cs-carousel-arrow { position: absolute; z-index: 4; top: 50%; width: 3rem; height: 3rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: white; background: rgba(8,13,29,.62); backdrop-filter: blur(8px); transform: translateY(-50%); font-size: 1.2rem; }
.cs-carousel-arrow:hover { background: rgba(8,13,29,.83); }
.cs-carousel-prev { left: 1rem; }
.cs-carousel-next { right: 1rem; }
.cs-carousel-caption { min-height: 150px; display: grid; grid-template-columns: .55fr 1.2fr auto; gap: 2rem; align-items: center; padding: 1.7rem 2rem; }
.cs-carousel-caption h3 { font-size: 1.5rem; letter-spacing: -.025em; margin: .25rem 0 0; }
.cs-carousel-caption p { color: var(--cs-muted); line-height: 1.6; margin-bottom: 0; }
.cs-carousel-caption .cs-kicker { margin: 0; }
.cs-carousel-dots { display: flex; gap: .5rem; }
.cs-carousel-dots button { width: .65rem; height: .65rem; padding: 0; border: 0; border-radius: 1rem; background: #c4cad6; transition: width .2s ease, background .2s ease; }
.cs-carousel-dots button.is-active { width: 1.8rem; background: var(--cs-blue); }

.cs-resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--cs-line); border-radius: 1rem; overflow: hidden; }
.cs-resource-card { min-height: 300px; display: flex; flex-direction: column; padding: 1.7rem; border-right: 1px solid var(--cs-line); background: var(--cs-surface); }
.cs-resource-card:last-child { border-right: 0; }
.cs-card-index { color: #8a93a5; font-size: .75rem; font-weight: 750; letter-spacing: .1em; }
.cs-resource-card h3 { font-size: 1.45rem; letter-spacing: -.025em; margin: auto 0 .8rem; }
.cs-resource-card p { color: var(--cs-muted); line-height: 1.62; min-height: 6.5rem; }
.cs-resource-card a { color: var(--cs-ink); font-weight: 700; }
.cs-resource-card a:hover { color: var(--cs-blue); }
.cs-resource-card-accent { color: white; background: var(--cs-blue); }
.cs-resource-card-accent .cs-card-index, .cs-resource-card-accent p { color: #d3e4ff; }
.cs-resource-card-accent a { color: white; }
.cs-resource-card-accent a:hover { color: white; }

.cs-flow { max-width: none; padding-left: max(2rem, calc((100vw - 1256px) / 2)); padding-right: max(2rem, calc((100vw - 1256px) / 2)); background: var(--cs-soft); }
.cs-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--cs-soft-line); }
.cs-steps li { display: flex; gap: 1.4rem; padding: 2rem 2.2rem 0 0; }
.cs-steps li + li { padding-left: 2.2rem; border-left: 1px solid var(--cs-soft-line); }
.cs-steps > li > span { color: var(--cs-blue); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.cs-steps h3 { margin-bottom: .65rem; font-size: 1.35rem; }
.cs-steps p { color: var(--cs-muted); line-height: 1.65; }

.cs-cta { max-width: 1256px; margin: clamp(4rem, 5vw, 5rem) auto; padding: clamp(3rem, 6vw, 5.5rem); color: white; border-radius: 1.1rem; background: linear-gradient(135deg, #0a1023, #101b38 68%, #142a52); position: relative; overflow: hidden; }
.cs-cta::after { content: ""; position: absolute; width: 380px; height: 380px; right: -90px; top: -150px; border: 1px solid rgba(103,160,255,.36); border-radius: 50%; box-shadow: 0 0 0 60px rgba(67,119,222,.06), 0 0 0 120px rgba(67,119,222,.035); }
.cs-cta > * { max-width: 760px; position: relative; z-index: 1; }
.cs-cta .cs-kicker { color: #8cbcff; }
.cs-cta h2 { color: white; margin: .65rem 0 1rem; }
.cs-cta > p:not(.cs-kicker) { color: #b7c2d5; font-size: 1.08rem; line-height: 1.7; }
.cs-cta .cs-actions { margin-top: 2rem; }
.cs-button-light { color: #0b1020 !important; background: white; }
.cs-button-light:hover,
.cs-button-light:focus-visible { color: #07152e !important; background: #e8f1ff; }
.cs-button-ghost { color: white !important; border: 1px solid rgba(255,255,255,.25); }

[data-bs-theme="dark"] body {
  --bs-link-color-rgb: 111, 174, 255;
  --bs-link-hover-color-rgb: 151, 199, 255;
}

[data-bs-theme="dark"] .cs-landing {
  --cs-ink: #f2f5fb;
  --cs-muted: #aeb8ca;
  --cs-line: #28344c;
  --cs-page: #080d1d;
  --cs-surface: #11182b;
  --cs-soft: #0d1426;
  --cs-soft-line: #2b3852;
  --cs-carousel-stage: #0b1222;
  --cs-shadow: rgba(0,0,0,.38);
}

[data-bs-theme="dark"] .cs-kicker { color: #96a4bb; }
[data-bs-theme="dark"] .cs-resource-card a { color: #eaf2ff; }
[data-bs-theme="dark"] .cs-resource-card a:hover { color: #8cbcff; }
[data-bs-theme="dark"] .cs-resource-card-accent a,
[data-bs-theme="dark"] .cs-resource-card-accent a:hover { color: #fff; }
[data-bs-theme="dark"] .cs-carousel-dots button { background: #526078; }
[data-bs-theme="dark"] .cs-carousel-dots button.is-active { background: #6fafff; }

.cs-doc-shot {
  margin: 2rem 0 2.5rem;
  overflow: hidden;
  border: 1px solid var(--bs-border-color);
  border-radius: .85rem;
  background: var(--bs-body-bg);
  box-shadow: 0 18px 45px rgba(39,52,83,.1);
}

.cs-doc-shot a,
.cs-doc-shot img { display: block; }
.cs-doc-shot img { width: 100%; height: auto; }
.cs-doc-shot figcaption { padding: .9rem 1.1rem 1rem; color: var(--bs-secondary-color); font-size: .9rem; line-height: 1.55; border-top: 1px solid var(--bs-border-color); }
[data-bs-theme="dark"] .cs-doc-shot { box-shadow: 0 18px 45px rgba(0,0,0,.32); }

@media (max-width: 1200px) {
  .cs-hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
    gap: clamp(2rem, 4vw, 4rem);
    padding-top: clamp(3rem, 6vw, 4.5rem);
    padding-bottom: clamp(3.5rem, 7vw, 5rem);
  }
  .cs-hero h1 { font-size: clamp(3.5rem, 5.7vw, 4.6rem); }
  .cs-hero-visual {
    width: 100%;
    height: auto;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
  }
  .cs-hero-visual .cs-orbit { display: none; }
  .cs-hero-visual .cs-node {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 82px;
    padding: 1rem;
  }
  .cs-hero-visual .cs-node-main {
    grid-column: 1 / -1;
    min-height: 94px;
    padding: 1.15rem;
  }
  .cs-hero-visual .cs-node-telemetry { grid-column: 1 / -1; }
  .cs-section-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .cs-resource-grid { grid-template-columns: repeat(2, 1fr); }
  .cs-resource-card:nth-child(2) { border-right: 0; }
  .cs-resource-card:nth-child(-n+2) { border-bottom: 1px solid var(--cs-line); }
  .cs-steps { grid-template-columns: 1fr; }
  .cs-steps li, .cs-steps li + li { padding: 1.5rem 0; border-left: 0; border-bottom: 1px solid var(--cs-soft-line); }
  .cs-carousel-caption { grid-template-columns: 1fr auto; }
  .cs-carousel-caption > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 900px) {
  body:has(.cs-landing) header,
  body:has(.cs-landing) header nav#autocollapse { height: auto; }
  body:has(.cs-landing) header .container-xxl { flex-wrap: wrap !important; }
  body:has(.cs-landing) header .d-md-none { display: block !important; }
  body:has(.cs-landing) header .navbar-expand-md .navbar-collapse {
    flex-basis: 100%;
    display: none !important;
  }
  body:has(.cs-landing) header .navbar-expand-md .navbar-collapse.show { display: flex !important; }
  body:has(.cs-landing) header #navbar {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: .75rem 0 1rem;
  }
  body:has(.cs-landing) header #navbar .search { width: 100%; max-width: none; order: 0; margin-bottom: .65rem; }
  body:has(.cs-landing) header #navbar .navbar-nav { width: 100%; flex-direction: column; order: 1; }
  body:has(.cs-landing) header #navbar .navbar-nav > .nav-item { width: 100%; }
  body:has(.cs-landing) header #navbar .icons { justify-content: flex-start; order: 2; margin-top: .45rem; }
  .cs-hero { grid-template-columns: 1fr; }
  .cs-hero-copy { max-width: 900px; }
  .cs-hero h1 { font-size: clamp(3.5rem, 8vw, 5.2rem); }
  .cs-hero-visual { width: min(100%, 560px); margin: 0 auto; }
}

@media (max-width: 767.98px) {
  header #navbar .navbar-nav > .dropdown > .dropdown-menu {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .cs-hero { gap: 2.5rem; padding: 2.75rem 1.25rem 3.6rem; }
  .cs-eyebrow { align-items: flex-start; margin-bottom: 1.35rem; line-height: 1.55; }
  .cs-eyebrow span { flex: 0 0 .55rem; margin-top: .32rem; }
  .cs-hero h1 { font-size: clamp(3rem, 15vw, 4.15rem); margin-bottom: 1.5rem; }
  .cs-lead { font-size: 1.02rem; line-height: 1.62; }
  .cs-actions { align-items: stretch; }
  .cs-actions .cs-button { width: 100%; }
  .cs-hero-visual { grid-template-columns: 1fr; gap: .55rem; }
  .cs-hero-visual .cs-node-main,
  .cs-hero-visual .cs-node-telemetry { grid-column: auto; }
  .cs-hero-visual .cs-node {
    min-height: 64px;
    padding: .72rem .8rem;
  }
  .cs-hero-visual .cs-node-main { min-height: 72px; padding: .8rem; }
  .cs-hero-visual .cs-node strong,
  .cs-hero-visual .cs-node small { margin-left: 2rem; }
  .cs-hero-visual .cs-node-main strong,
  .cs-hero-visual .cs-node-main small { margin-left: 2.45rem; }
  .cs-hero-visual .cs-node strong { font-size: .86rem; }
  .cs-hero-visual .cs-node small { font-size: .76rem; margin-top: .12rem; }
  .cs-hero-visual .cs-logo { width: 1.9rem; height: 1.9rem; font-size: .64rem; }
  .cs-hero-visual .cs-node-dot {
    top: .9rem;
    left: .85rem;
    width: 1rem;
    height: 1rem;
    box-shadow: 0 0 0 4px rgba(255,255,255,.04);
  }
  .cs-section { padding: 4rem 1.25rem; }
  .cs-product, .cs-resources { padding-bottom: 0; }
  .cs-carousel-stage { aspect-ratio: 4 / 3; }
  .cs-slide img { object-fit: cover; object-position: left top; }
  .cs-carousel-caption { min-height: 190px; padding: 1.25rem; }
  .cs-resource-grid { grid-template-columns: 1fr; }
  .cs-resource-card { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--cs-line); }
  .cs-resource-card:last-child { border-bottom: 0; }
  .cs-cta { margin: 3.5rem 1.25rem; padding: 3rem 1.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .cs-slide, .cs-button, .cs-carousel-dots button { transition: none; }
}
