:root {
  color-scheme: light;
  --ink: #0a0c0f;
  --muted: #59616c;
  --line: #d9dde3;
  --soft: #f4f5f7;
  --blue: #235ddd;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font:
    15px/1.6 Inter,
    Segoe UI,
    Arial,
    sans-serif;
}
.skip {
  position: fixed;
  left: 12px;
  top: -60px;
  z-index: 100;
  padding: 10px;
  background: #fff;
  color: #000;
}
.skip:focus {
  top: 12px;
}
.docs-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 74px;
  padding: 0 max(20px, calc((100vw - 1440px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.14em;
}
.brand img {
  display: block;
  width: 260px;
  height: auto;
}
.brand small {
  display: inline-flex;
  padding: 4px 7px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.04em;
}
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid;
  border-radius: 9px;
}
.docs-header nav,
.docs-footer nav {
  display: flex;
  align-items: center;
  gap: 21px;
  flex-wrap: wrap;
}
.docs-header nav a,
.docs-footer a {
  color: #343941;
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
}
.docs-header nav .button {
  padding: 9px 14px;
  border-radius: 7px;
  background: #0d1117;
  color: #fff;
}
.docs-header nav a[aria-current="page"] { color: var(--blue); }
.menu {
  display: none;
}
.docs-layout {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
}
.sidebar {
  position: sticky;
  top: 74px;
  height: calc(100vh - 74px);
  padding: 26px 24px;
  overflow: auto;
  border-right: 1px solid var(--line);
  background: #fafafa;
}
.sidebar section {
  margin: 26px 0;
}
.sidebar h2 {
  margin: 0 0 7px;
  color: #878e98;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sidebar a {
  display: block;
  padding: 6px 0;
  color: #303641;
  text-decoration: none;
  font-size: 13px;
}
.sidebar a:hover {
  color: var(--blue);
}
.search-label {
  display: grid;
  gap: 7px;
  color: #656c76;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.search-label input {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: #101318;
}
.search-results {
  position: absolute;
  z-index: 5;
  width: calc(100% - 48px);
  padding: 8px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.search-results a {
  padding: 9px;
  border-bottom: 1px solid #eee;
}
.content {
  min-width: 0;
  padding: 64px clamp(24px, 6vw, 78px) 96px;
}
.hero {
  max-width: 1060px;
}
.eyebrow {
  margin: 0;
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}
h1 {
  margin: 14px 0 22px;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}
h2 {
  letter-spacing: -0.035em;
}
.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
}
.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.actions a {
  padding: 11px 16px;
  border: 1px solid #bfc5ce;
  border-radius: 7px;
  background: #fff;
  color: #101318;
  text-decoration: none;
  font-weight: 750;
}
.actions a.primary {
  border-color: #101318;
  background: #101318;
  color: #fff;
}
.actions a:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.1);
}
.docs-request-map {
  margin: 38px 0 0;
  padding: 15px;
  border: 1px solid #cbd1d9;
  border-radius: 12px;
  background: #f7f9fb;
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.07);
}
.docs-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  color: #667085;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.docs-map-state {
  color: #174b9e;
}
.docs-map-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}
.docs-map-steps span {
  padding: 12px;
  border: 1px solid #dce1e7;
  border-radius: 8px;
  background: #fff;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    color 0.25s ease;
}
.docs-map-steps b {
  display: block;
  margin-bottom: 5px;
  color: #98a2b3;
  font:
    800 10px ui-monospace,
    monospace;
}
.docs-map-steps span.active {
  border-color: var(--blue);
  background: #edf3ff;
  color: #101828;
  transform: translateY(-2px);
}
.docs-map-steps span.active b {
  color: var(--blue);
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 64px 0 94px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.quick-grid > a {
  padding: 28px;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid var(--line);
}
.quick-grid > a:last-child {
  border: 0;
}
.quick-grid small,
.product-grid small {
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.quick-grid h2 {
  margin: 12px 0 8px;
  font-size: 21px;
}
.quick-grid p,
.product-grid p,
.section-heading > p {
  color: var(--muted);
}
.quick-grid span {
  font-weight: 750;
}
.doc-section {
  margin: 90px 0;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 30px;
}
.section-heading h2,
.doc-section > h2 {
  margin: 8px 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.03;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.product-grid a {
  min-height: 190px;
  padding: 26px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.product-grid b {
  display: block;
  font-size: 21px;
}
.product-grid p {
  margin-bottom: 0;
}
.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
}
table {
  width: 100%;
  min-width: 730px;
  border-collapse: collapse;
}
th,
td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
th {
  background: var(--soft);
  font-size: 12px;
}
.fine {
  color: var(--muted);
  font-size: 12px;
}
.cta {
  margin-top: 90px;
  padding: 40px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  border-radius: 14px;
  background: #10141a;
  color: #fff;
}
.cta h2 {
  margin: 8px 0 0;
  font-size: 34px;
}
.cta .eyebrow {
  color: #8eb1ff;
}
.cta .actions a {
  border-color: #7c8796;
  background: #10141a;
  color: #fff;
}
.cta .actions .primary {
  background: #fff;
  color: #111;
}
.docs-footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 35px 40px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.docs-footer p {
  margin: 3px 0;
}
.article {
  max-width: 920px;
}
.article h1 {
  font-size: clamp(42px, 6vw, 70px);
}
.article h2 {
  margin-top: 54px;
  font-size: 30px;
}
.article h3 {
  margin-top: 30px;
}
.article p,
.article li {
  color: #46505e;
}
.article pre {
  padding: 20px;
  overflow: auto;
  border-radius: 9px;
  background: #10151d;
  color: #e8edf5;
}
.article code {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}
.article :not(pre) > code {
  padding: 2px 5px;
  background: #eef2f8;
  color: #174b9e;
}
.article .callout {
  margin: 26px 0;
  padding: 18px;
  border: 1px solid #bdcaed;
  border-left: 4px solid var(--blue);
  background: #f6f8ff;
}
.motion-ready .docs-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .34s ease, transform .34s cubic-bezier(.2, .7, .2, 1);
  transition-delay: calc(var(--reveal-order, 0) * 45ms);
}
.motion-ready .docs-reveal.is-visible { opacity: 1; transform: translateY(0); }
:where(a, button, input):focus-visible { outline: 3px solid rgba(35, 93, 221, .24); outline-offset: 3px; }
.next-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 50px;
}
.next-grid a {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: inherit;
  text-decoration: none;
}
.breadcrumbs {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 12px;
}
.breadcrumbs a {
  color: inherit;
}
@media (max-width: 900px) {
  .docs-header {
    padding: 14px 20px;
  }
  .menu {
    display: block;
    background: #101318;
    color: #fff;
    border: 0;
    border-radius: 7px;
    padding: 9px 12px;
  }
  .docs-header nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 68px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
  }
  .docs-header nav.open {
    display: flex;
  }
  .docs-layout {
    grid-template-columns: 1fr;
  }
  .sidebar {
    display: none;
  }
  .content {
    padding: 50px 20px 70px;
  }
  .quick-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }
  .quick-grid > a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .section-heading {
    grid-template-columns: 1fr;
  }
  .docs-map-steps {
    grid-template-columns: 1fr 1fr;
  }
  .cta,
  .docs-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .docs-footer {
    margin: 0 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .docs-map-steps span,
  .actions a {
    transition: none;
    transform: none !important;
  }
}
