.developer-page {
  background:
    radial-gradient(circle at 88% 3%, rgba(92, 118, 235, 0.2), transparent 31rem),
    radial-gradient(circle at 6% 15%, rgba(69, 205, 231, 0.07), transparent 28rem),
    var(--night);
}

.developer-page .site-header {
  background: rgba(7, 11, 21, 0.88);
}

.developer-page code,
.developer-page pre {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.developer-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.developer-page code {
  font-size: 0.91em;
}

.developer-hero {
  display: grid;
  min-height: 700px;
  padding-block: clamp(78px, 9vw, 128px) clamp(86px, 10vw, 140px);
  align-items: center;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.88fr);
  gap: clamp(52px, 7vw, 96px);
}

.developer-status {
  display: inline-flex;
  min-height: 31px;
  padding: 0 12px;
  align-items: center;
  gap: 9px;
  color: #b9c6ff;
  background: rgba(97, 124, 242, 0.11);
  border: 1px solid rgba(131, 151, 255, 0.21);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.developer-status span {
  width: 7px;
  height: 7px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(76, 216, 178, 0.72);
}

.developer-hero h1 {
  max-width: 760px;
  margin: 25px 0 0;
  font-family: var(--heading-font);
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 700;
  line-height: 0.99;
  letter-spacing: -0.034em;
}

.developer-hero h1 em {
  color: #8fa2ff;
  font-style: normal;
}

.developer-hero-copy > p {
  max-width: 700px;
  margin: 29px 0 0;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.72;
}

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

.developer-hero-facts {
  display: grid;
  max-width: 680px;
  margin: 42px 0 0;
  padding: 23px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid var(--line);
}

.developer-hero-facts div {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.developer-hero-facts dt {
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.developer-hero-facts dd {
  margin: 0;
  color: #e6eaf4;
  font-size: 13px;
  font-weight: 680;
}

.integration-model {
  position: relative;
  padding: 20px;
  overflow: hidden;
  background:
    linear-gradient(rgba(131, 151, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(131, 151, 255, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(17, 28, 49, 0.95), rgba(8, 14, 26, 0.98));
  background-size: 30px 30px, 30px 30px, auto;
  border: 1px solid rgba(131, 151, 255, 0.22);
  border-radius: 27px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
}

.integration-model::after {
  position: absolute;
  top: -70px;
  right: -80px;
  width: 240px;
  height: 240px;
  pointer-events: none;
  content: "";
  background: rgba(97, 124, 242, 0.14);
  border-radius: 50%;
  filter: blur(70px);
}

.integration-model > header {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 36px;
  padding: 0 2px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink-muted);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.integration-model > header strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #b9c6ff;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.integration-model > header i {
  width: 6px;
  height: 6px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(76, 216, 178, 0.7);
}

.integration-service {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 230px);
  min-height: 66px;
  margin: 23px auto 0;
  padding: 12px;
  align-items: center;
  gap: 12px;
  background: rgba(5, 11, 22, 0.77);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
}

.integration-service > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue-bright);
  background: var(--blue-soft);
  border-radius: 11px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.05em;
}

.integration-service div,
.integration-stores article > div p {
  display: grid;
  margin: 0;
  gap: 4px;
}

.integration-service small,
.integration-stores small {
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.integration-service strong {
  font-size: 13px;
}

.integration-routes {
  position: relative;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
}

.integration-routes::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 20px;
  content: "";
  background: linear-gradient(var(--mint), rgba(76, 216, 178, 0.2));
}

.integration-routes i {
  position: absolute;
  bottom: 0;
  width: calc(25% - 10px);
  height: 20px;
  border-top: 1px solid rgba(76, 216, 178, 0.42);
}

.integration-routes i:first-child {
  left: 25%;
  border-left: 1px solid rgba(76, 216, 178, 0.42);
  border-radius: 8px 0 0;
}

.integration-routes i:last-child {
  right: 25%;
  border-right: 1px solid rgba(76, 216, 178, 0.42);
  border-radius: 0 8px 0 0;
}

.integration-routes b {
  position: relative;
  z-index: 1;
  margin-top: 2px;
  padding: 5px 8px;
  color: var(--mint);
  background: #0b1720;
  border: 1px solid rgba(76, 216, 178, 0.18);
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.integration-stores {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.integration-stores article {
  min-width: 0;
  padding: 14px;
  background: rgba(5, 11, 22, 0.7);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.integration-stores article > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.integration-stores article > div > span {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue-bright);
  background: var(--blue-soft);
  border-radius: 10px;
  font-size: 10px;
  font-weight: 850;
}

.integration-stores article:last-child > div > span {
  color: var(--mint);
  background: var(--mint-soft);
}

.integration-stores article strong {
  font-size: 12px;
}

.integration-stores ul {
  display: grid;
  margin: 15px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  list-style: none;
}

.integration-stores li {
  padding: 7px 8px;
  overflow: hidden;
  color: #aab5ca;
  background: rgba(255, 255, 255, 0.025);
  border-radius: 7px;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.integration-stores article:last-child li {
  color: #78dec5;
}

.integration-model > p {
  display: flex;
  margin: 12px 0 0;
  padding: 13px;
  align-items: flex-start;
  gap: 9px;
  color: var(--ink-muted);
  background: rgba(76, 216, 178, 0.045);
  border: 1px solid rgba(76, 216, 178, 0.11);
  border-radius: 11px;
  font-size: 11px;
  line-height: 1.55;
}

.integration-model > p span {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--mint);
  background: var(--mint-soft);
  border-radius: 50%;
  font-size: 9px;
}

.docs-frame {
  display: grid;
  padding-bottom: 140px;
  grid-template-columns: 182px minmax(0, 1fr) 138px;
  gap: clamp(30px, 4vw, 58px);
}

.docs-sidebar,
.on-this-page {
  min-width: 0;
}

.docs-sidebar-inner,
.on-this-page > div {
  position: sticky;
  top: 108px;
  display: grid;
  align-content: start;
}

.docs-sidebar-inner {
  gap: 3px;
}

.docs-sidebar span,
.on-this-page span {
  margin: 22px 0 8px;
  color: #616e86;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.docs-sidebar span:first-child,
.on-this-page span:first-child {
  margin-top: 0;
}

.docs-sidebar a,
.on-this-page a {
  display: flex;
  min-height: 44px;
  padding: 7px 9px;
  align-items: center;
  color: var(--ink-muted);
  border-left: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.35;
  transition: color 140ms ease, border-color 140ms ease, background 140ms ease;
}

.docs-sidebar a:hover,
.docs-sidebar a.is-active,
.on-this-page a:hover,
.on-this-page a.is-active {
  color: var(--ink);
  background: rgba(97, 124, 242, 0.065);
  border-color: var(--blue-bright);
}

.on-this-page a {
  min-height: 44px;
  padding-inline: 8px;
  font-size: 11px;
}

.docs-content {
  min-width: 0;
}

.doc-section {
  scroll-margin-top: 110px;
  padding: 90px 0;
  border-top: 1px solid var(--line);
}

.doc-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.doc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-bright);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.doc-kicker::before {
  width: 18px;
  height: 1px;
  content: "";
  background: currentColor;
}

.doc-section h2 {
  max-width: 900px;
  margin: 17px 0 0;
  font-family: var(--heading-font);
  font-size: clamp(36px, 4.6vw, 57px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.022em;
}

.doc-section h3 {
  margin: 56px 0 18px;
  font-family: var(--heading-font);
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 680;
  letter-spacing: -0.014em;
}

.doc-section > p,
.doc-lead {
  max-width: 850px;
  margin: 23px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.78;
}

.doc-lead {
  font-size: 17px;
}

.doc-section p code,
.query-table code,
.lifecycle-panel code,
.tls-note code {
  padding: 0.14em 0.34em;
  color: #bfcbff;
  background: rgba(97, 124, 242, 0.12);
  border-radius: 5px;
}

.integration-notice {
  display: flex;
  margin-top: 34px;
  padding: 21px 22px;
  align-items: flex-start;
  gap: 15px;
  background: linear-gradient(115deg, rgba(239, 172, 57, 0.085), rgba(239, 172, 57, 0.025));
  border: 1px solid rgba(239, 172, 57, 0.2);
  border-radius: 17px;
}

.integration-notice > span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--amber);
  background: rgba(239, 172, 57, 0.12);
  border-radius: 10px;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 700;
}

.integration-notice div {
  display: grid;
  gap: 7px;
}

.integration-notice strong {
  font-size: 13px;
}

.integration-notice p {
  margin: 0;
  color: #b7a98f;
  font-size: 12px;
  line-height: 1.65;
}

.concept-grid {
  display: grid;
  margin-top: 25px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.concept-grid article {
  min-width: 0;
  min-height: 205px;
  padding: 23px;
  background: linear-gradient(145deg, rgba(17, 27, 46, 0.84), rgba(9, 16, 28, 0.9));
  border: 1px solid var(--line);
  border-radius: 19px;
}

.concept-grid article > span {
  color: var(--blue-bright);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.concept-grid strong {
  display: block;
  margin-top: 30px;
  font-size: 16px;
}

.concept-grid p {
  margin: 12px 0 0;
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.65;
}

.code-card {
  min-width: 0;
  margin-top: 28px;
  overflow: hidden;
  background: #07101d;
  border: 1px solid rgba(131, 151, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.18);
}

.code-card-header {
  display: flex;
  min-height: 45px;
  padding: 0 14px 0 18px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #8592a8;
  background: rgba(255, 255, 255, 0.025);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.code-card-header button {
  min-width: 64px;
  min-height: 44px;
  padding: 0 10px;
  color: #aab8d0;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
}

.code-card-header button:hover {
  color: #fff;
  background: rgba(97, 124, 242, 0.12);
  border-color: rgba(131, 151, 255, 0.28);
}

.code-card-header button.is-copied {
  color: var(--mint);
  border-color: rgba(76, 216, 178, 0.3);
}

.code-card pre,
.language-panel pre {
  max-width: 100%;
  margin: 0;
  padding: 23px;
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x pan-y pinch-zoom;
  color: #d8e0ef;
  font-size: 13px;
  line-height: 1.72;
  tab-size: 2;
  overscroll-behavior-x: contain;
}

.code-card pre[tabindex],
.language-panel pre[tabindex],
.query-table-wrap[tabindex],
.operation-table-wrap[tabindex] {
  outline: none;
}

.code-card pre[tabindex]:focus-visible,
.language-panel pre[tabindex]:focus-visible,
.query-table-wrap[tabindex]:focus-visible,
.operation-table-wrap[tabindex]:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(143, 162, 255, 0.9);
}

.code-card code,
.language-panel code {
  font-size: inherit;
}

.code-muted {
  color: #738099;
}

.code-output {
  color: var(--mint);
}

.code-keyword {
  color: #9dafFF;
}

.code-string {
  color: #72dbc1;
}

.code-type {
  color: #62cce6;
}

.install-options {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.install-options article {
  display: grid;
  min-width: 0;
  padding: 17px 18px;
  gap: 8px;
  background: rgba(255, 255, 255, 0.022);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.install-options span {
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.install-options strong {
  overflow-wrap: anywhere;
  color: #c6d0ff;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 600;
}

.install-options small {
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.5;
}

.quickstart-steps {
  display: grid;
  margin: 38px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 19px;
  list-style: none;
}

.quickstart-steps li {
  display: flex;
  min-width: 0;
  min-height: 144px;
  padding: 22px;
  align-items: flex-start;
  gap: 14px;
  background: #0a1220;
}

.quickstart-steps li > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue-bright);
  background: var(--blue-soft);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 800;
}

.quickstart-steps div {
  display: grid;
  gap: 8px;
}

.quickstart-steps strong {
  font-size: 13px;
}

.quickstart-steps p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.6;
}

.placement-grid {
  display: grid;
  margin-top: 36px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.placement-grid article {
  min-width: 0;
  padding: 23px;
  background: rgba(255, 255, 255, 0.023);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.placement-specialist {
  grid-column: 1 / -1;
}

.placement-grid header {
  display: flex;
  align-items: center;
  gap: 13px;
}

.placement-grid header > span {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue-bright);
  background: var(--blue-soft);
  border: 1px solid rgba(131, 151, 255, 0.18);
  border-radius: 12px;
  font-size: 11px;
  font-weight: 850;
}

.placement-piipe header > span {
  color: var(--mint);
  background: var(--mint-soft);
  border-color: rgba(76, 216, 178, 0.18);
}

.placement-specialist header > span {
  color: var(--amber);
  background: rgba(239, 172, 57, 0.1);
  border-color: rgba(239, 172, 57, 0.18);
}

.placement-grid header div {
  display: grid;
  gap: 4px;
}

.placement-grid header small {
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.placement-grid header strong {
  font-size: 15px;
}

.placement-grid ul {
  display: grid;
  margin: 21px 0 0;
  padding: 0;
  gap: 1px;
  list-style: none;
}

.placement-grid li {
  display: grid;
  min-height: 48px;
  padding: 8px 11px;
  align-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
}

.placement-grid li span {
  font-size: 13px;
  font-weight: 680;
}

.placement-grid li small {
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.45;
}

.placement-specialist ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
}

.field-reference {
  margin-top: 12px;
  padding: 22px;
  background: linear-gradient(115deg, rgba(76, 216, 178, 0.075), rgba(76, 216, 178, 0.015));
  border: 1px solid rgba(76, 216, 178, 0.16);
  border-radius: 18px;
}

.field-reference-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.field-reference-head > div {
  display: grid;
  gap: 4px;
}

.field-reference-head strong {
  font-size: 15px;
}

.field-reference-head small {
  color: var(--ink-muted);
  font-size: 11px;
}

.field-reference-head > span {
  padding: 6px 8px;
  color: var(--mint);
  background: var(--mint-soft);
  border-radius: 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field-chips,
.response-fields {
  display: flex;
  margin-top: 18px;
  flex-wrap: wrap;
  gap: 6px;
}

.field-chips code,
.response-fields code,
.status-reference code {
  padding: 7px 9px;
  color: #c8d2ff;
  background: rgba(97, 124, 242, 0.1);
  border: 1px solid rgba(131, 151, 255, 0.13);
  border-radius: 8px;
  font-size: 11px;
}

.field-reference > p {
  margin: 18px 0 0;
  color: #8fa69f;
  font-size: 13px;
  line-height: 1.65;
}

.schema-layout {
  display: grid;
  margin-top: 34px;
  align-items: start;
  grid-template-columns: minmax(0, 1.16fr) minmax(250px, 0.72fr);
  gap: 12px;
}

.schema-code {
  margin-top: 0;
}

.schema-rules {
  display: grid;
  gap: 8px;
}

.schema-rules article {
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.023);
  border: 1px solid var(--line);
  border-radius: 15px;
}

.schema-rules article > span {
  color: var(--blue-bright);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
}

.schema-rules p {
  display: grid;
  margin: 17px 0 0;
  gap: 7px;
}

.schema-rules strong {
  font-size: 14px;
}

.schema-rules small {
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.55;
}

.query-table-wrap,
.operation-table-wrap {
  max-width: 100%;
  margin-top: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x pan-y pinch-zoom;
  border: 1px solid var(--line);
  border-radius: 17px;
  overscroll-behavior-x: contain;
}

.query-table,
.operation-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
}

.query-table th,
.query-table td,
.operation-table th,
.operation-table td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.query-table th,
.operation-table th {
  color: var(--ink-muted);
  background: rgba(255, 255, 255, 0.025);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.query-table td,
.operation-table td {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.58;
}

.query-table td:first-child {
  width: 35%;
  color: var(--ink);
  font-weight: 680;
}

.operation-table td:first-child {
  width: 33%;
}

.operation-table td:last-child {
  width: 17%;
  color: var(--mint);
  font-weight: 680;
}

.query-table tr:last-child td,
.operation-table tr:last-child td {
  border-bottom: 0;
}

.honest-boundary {
  margin-top: 14px;
  padding: 20px 21px;
  background: rgba(239, 172, 57, 0.055);
  border-left: 3px solid var(--amber);
  border-radius: 4px 14px 14px 4px;
}

.honest-boundary strong {
  color: #edc179;
  font-size: 13px;
}

.honest-boundary p {
  margin: 8px 0 0;
  color: #a79d8d;
  font-size: 13px;
  line-height: 1.65;
}

.analytics-flow {
  display: grid;
  margin-top: 36px;
  align-items: stretch;
  grid-template-columns: 1fr 24px 1fr 24px 1fr;
}

.analytics-flow article {
  display: flex;
  min-width: 0;
  min-height: 190px;
  padding: 21px;
  align-items: flex-start;
  gap: 13px;
  background: rgba(255, 255, 255, 0.023);
  border: 1px solid var(--line);
  border-radius: 17px;
}

.analytics-flow article > span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue-bright);
  background: var(--blue-soft);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 800;
}

.analytics-flow article div {
  display: grid;
  gap: 8px;
}

.analytics-flow small {
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.analytics-flow strong {
  font-size: 15px;
}

.analytics-flow p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.6;
}

.analytics-flow > i {
  display: grid;
  place-items: center;
  color: var(--mint);
  font-size: 12px;
  font-style: normal;
}

.analytics-grid {
  display: grid;
  margin-top: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.analytics-grid article {
  display: flex;
  min-width: 0;
  padding: 20px;
  gap: 13px;
  background: rgba(76, 216, 178, 0.045);
  border: 1px solid rgba(76, 216, 178, 0.12);
  border-radius: 16px;
}

.analytics-grid article:last-child {
  background: rgba(242, 117, 131, 0.04);
  border-color: rgba(242, 117, 131, 0.12);
}

.analytics-grid article > span {
  color: var(--mint);
  font-size: 13px;
  font-weight: 800;
}

.analytics-grid article:last-child > span {
  color: var(--danger);
}

.analytics-grid article div {
  display: grid;
  gap: 7px;
}

.analytics-grid strong {
  font-size: 12px;
}

.analytics-grid p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.6;
}

.privacy-note {
  padding-left: 16px;
  color: #8995aa !important;
  border-left: 2px solid var(--line-strong);
  font-size: 13px !important;
}

.lifecycle-tabs,
.language-tabs {
  display: flex;
  max-width: 100%;
  margin-top: 34px;
  padding: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x pan-y pinch-zoom;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line);
  border-radius: 13px;
  gap: 3px;
  overscroll-behavior-x: contain;
}

.lifecycle-tabs button,
.language-tabs button {
  min-width: 86px;
  min-height: 44px;
  padding: 0 15px;
  flex: 1 0 auto;
  color: var(--ink-muted);
  background: transparent;
  border: 0;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 720;
  white-space: nowrap;
}

.lifecycle-tabs button[aria-selected="true"],
.language-tabs button[aria-selected="true"] {
  color: #fff;
  background: rgba(97, 124, 242, 0.18);
  box-shadow: inset 0 0 0 1px rgba(131, 151, 255, 0.19);
}

.lifecycle-panel {
  margin-top: 10px;
  padding: 11px;
  background: rgba(255, 255, 255, 0.018);
  border: 1px solid var(--line);
  border-radius: 19px;
}

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

.lifecycle-panel li {
  display: flex;
  min-width: 0;
  min-height: 116px;
  padding: 20px;
  gap: 14px;
  background: rgba(4, 9, 18, 0.48);
  border-radius: 11px;
}

.lifecycle-panel li > span {
  padding-top: 2px;
  color: var(--blue-bright);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.lifecycle-panel p {
  display: grid;
  margin: 0;
  gap: 8px;
}

.lifecycle-panel strong {
  font-size: 14px;
}

.lifecycle-panel small {
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.55;
}

.code-card-large pre {
  max-height: none;
}

.sdk-rules {
  display: grid;
  margin-top: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.sdk-rules article {
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.sdk-rules strong {
  font-size: 13px;
}

.sdk-rules p {
  margin: 9px 0 0;
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.58;
}

.endpoint-card {
  display: grid;
  min-height: 68px;
  margin-top: 32px;
  padding: 12px 16px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  background: #07101d;
  border: 1px solid rgba(131, 151, 255, 0.19);
  border-radius: 15px;
}

.endpoint-method {
  padding: 8px 10px;
  color: #071511;
  background: var(--mint);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.endpoint-card > code {
  color: #d7dff0;
  font-size: 13px;
  overflow-wrap: anywhere;
  white-space: normal;
}

.endpoint-card > span {
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wire-grid {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.wire-grid article {
  min-width: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.wire-grid header {
  display: flex;
  min-height: 48px;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255, 255, 255, 0.022);
  border-bottom: 1px solid var(--line);
}

.wire-grid header span {
  color: var(--blue-bright);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.wire-grid header strong {
  font-size: 13px;
}

.wire-grid dl {
  margin: 0;
  padding: 8px;
}

.wire-grid dl div {
  display: grid;
  min-height: 42px;
  padding: 8px 9px;
  align-items: center;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 10px;
  background: rgba(4, 9, 18, 0.35);
  border-radius: 7px;
}

.wire-grid dt,
.wire-grid dd {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 12px;
}

.wire-grid dt {
  color: var(--ink-muted);
}

.wire-grid dd {
  margin: 0;
  color: #cad3e5;
  font-family: "SFMono-Regular", Consolas, monospace;
}

.api-download {
  display: flex;
  min-height: 84px;
  margin-top: 10px;
  padding: 15px 17px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: linear-gradient(115deg, rgba(97, 124, 242, 0.08), rgba(97, 124, 242, 0.025));
  border: 1px solid rgba(131, 151, 255, 0.15);
  border-radius: 16px;
}

.api-download > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
}

.api-download > div > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue-bright);
  background: var(--blue-soft);
  border-radius: 11px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
}

.api-download p {
  display: grid;
  margin: 0;
  gap: 5px;
}

.api-download strong {
  font-size: 14px;
}

.api-download small {
  color: var(--ink-muted);
  font-size: 12px;
}

.response-fields {
  margin-top: 18px;
}

.server-warning {
  display: grid;
  margin-top: 28px;
  padding: 18px 20px;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 17px;
  background: rgba(239, 172, 57, 0.055);
  border: 1px solid rgba(239, 172, 57, 0.15);
  border-radius: 15px;
}

.server-warning span {
  color: var(--amber);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.server-warning p {
  margin: 0;
  color: #aa9f8d;
  font-size: 13px;
  line-height: 1.6;
}

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

.language-availability article {
  display: grid;
  min-width: 0;
  min-height: 125px;
  padding: 17px;
  align-content: start;
  gap: 8px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.language-availability span {
  color: var(--blue-bright);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.language-availability strong {
  font-size: 13px;
}

.language-availability small {
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.55;
}

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

.runtime-setup article {
  display: grid;
  min-width: 0;
  min-height: 132px;
  padding: 17px;
  align-content: start;
  gap: 9px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.runtime-setup strong {
  font-size: 13px;
}

.runtime-setup article > code {
  width: fit-content;
  max-width: 100%;
  padding: 6px 8px;
  overflow-wrap: anywhere;
  color: #c8d2ff;
  background: rgba(97, 124, 242, 0.1);
  border-radius: 7px;
  font-size: 11px;
}

.runtime-setup small {
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.55;
}

.https-table td:first-child {
  width: 29%;
}

.https-table td:last-child {
  width: 21%;
  color: var(--ink-soft);
}

.api-payloads {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.api-payloads .code-card {
  margin-top: 10px;
}

.api-payloads pre {
  font-size: 12px;
}

.language-example {
  min-width: 0;
  margin-top: 10px;
  overflow: hidden;
  background: #07101d;
  border: 1px solid rgba(131, 151, 255, 0.18);
  border-radius: 18px;
}

.language-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.language-tabs button {
  min-width: 92px;
  flex: 0 0 auto;
}

.language-panel {
  min-width: 0;
}

.language-panel .code-card-header {
  border-top: 0;
}

.language-panel pre {
  max-height: none;
}

.adapter-note {
  margin-top: 11px;
  padding: 18px 19px;
  background: rgba(97, 124, 242, 0.045);
  border: 1px solid rgba(131, 151, 255, 0.14);
  border-radius: 15px;
}

.adapter-note strong {
  font-size: 13px;
}

.adapter-note p {
  margin: 7px 0 0;
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.65;
}

.tls-note {
  display: flex;
  margin-top: 11px;
  padding: 18px 19px;
  align-items: flex-start;
  gap: 13px;
  background: rgba(76, 216, 178, 0.04);
  border: 1px solid rgba(76, 216, 178, 0.13);
  border-radius: 15px;
}

.tls-note > span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--mint);
  background: var(--mint-soft);
  border-radius: 9px;
}

.tls-note p {
  display: grid;
  margin: 0;
  gap: 6px;
}

.tls-note strong {
  font-size: 13px;
}

.tls-note small {
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.6;
}

.error-grid {
  display: grid;
  margin-top: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.error-grid article {
  min-width: 0;
  padding: 19px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.error-grid code {
  color: #b9c6ff;
  font-size: 11px;
}

.error-grid p {
  margin: 12px 0 0;
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.6;
}

.status-reference {
  margin-top: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.018);
  border: 1px solid var(--line);
  border-radius: 15px;
}

.status-reference > strong {
  font-size: 13px;
}

.status-reference > div {
  display: flex;
  margin-top: 13px;
  flex-wrap: wrap;
  gap: 5px;
}

.security-checklist {
  margin-top: 42px;
  padding: clamp(24px, 4vw, 38px);
  background:
    radial-gradient(circle at 90% 0%, rgba(76, 216, 178, 0.1), transparent 22rem),
    linear-gradient(140deg, rgba(17, 29, 48, 0.92), rgba(8, 15, 27, 0.96));
  border: 1px solid rgba(76, 216, 178, 0.16);
  border-radius: 22px;
}

.security-checklist h3 {
  margin: 0;
  font-size: 24px;
}

.security-checklist ul {
  display: grid;
  margin: 24px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 25px;
  list-style: none;
}

.security-checklist li {
  display: flex;
  min-width: 0;
  min-height: 38px;
  align-items: flex-start;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.security-checklist li span {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--mint);
  background: var(--mint-soft);
  border-radius: 50%;
  font-size: 8px;
}

.developer-footer .footer-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 1fr) minmax(190px, 0.55fr);
}

.developer-footer .footer-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .developer-hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.78fr);
    gap: 48px;
  }

  .docs-frame {
    grid-template-columns: 168px minmax(0, 1fr);
  }

  .on-this-page {
    display: none;
  }
}

@media (max-width: 960px) {
  .developer-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .integration-model {
    width: min(100%, 680px);
  }

  .docs-frame {
    grid-template-columns: 1fr;
  }

  .docs-sidebar {
    position: sticky;
    z-index: 20;
    top: calc(var(--safe-top) + 78px);
    margin-inline: calc(50% - 50vw);
    background: rgba(7, 11, 21, 0.94);
    border-block: 1px solid var(--line);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .docs-sidebar-inner {
    position: static;
    display: flex;
    width: 100%;
    max-width: 100vw;
    padding-block: 8px;
    padding-left: max(24px, calc(var(--safe-left) + 16px), calc((100vw - var(--shell)) / 2));
    padding-right: max(24px, calc(var(--safe-right) + 16px), calc((100vw - var(--shell)) / 2));
    overflow-x: auto;
    overflow-y: hidden;
    touch-action: pan-x pan-y pinch-zoom;
    gap: 4px;
    overscroll-behavior-x: contain;
  }

  .docs-sidebar span {
    display: none;
  }

  .docs-sidebar a {
    min-height: 44px;
    padding: 8px 12px;
    flex: 0 0 auto;
    border: 1px solid transparent;
    border-radius: 9px;
    white-space: nowrap;
  }

  .docs-sidebar a.is-active {
    border-color: rgba(131, 151, 255, 0.18);
  }

  .doc-section {
    scroll-margin-top: calc(var(--safe-top) + 150px);
  }

  .developer-footer .footer-layout {
    grid-template-columns: 1fr 1fr;
  }

  .developer-footer .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .developer-hero {
    padding-block: 67px 90px;
  }

  .developer-hero h1 {
    font-size: clamp(46px, 12vw, 66px);
  }

  .developer-hero-facts,
  .concept-grid,
  .placement-grid,
  .install-options,
  .quickstart-steps,
  .schema-layout,
  .analytics-grid,
  .lifecycle-panel ol,
  .sdk-rules,
  .wire-grid,
  .language-availability,
  .runtime-setup,
  .api-payloads,
  .error-grid,
  .security-checklist ul {
    grid-template-columns: 1fr;
  }

  .placement-specialist {
    grid-column: auto;
  }

  .placement-specialist ul {
    grid-template-columns: 1fr;
  }

  .analytics-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .analytics-flow article {
    min-height: 150px;
  }

  .analytics-flow > i {
    height: 30px;
    transform: rotate(90deg);
  }

  .endpoint-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .endpoint-card > span {
    grid-column: 1 / -1;
  }

  .server-warning {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .developer-footer .footer-layout {
    grid-template-columns: 1fr;
  }

  .developer-footer .footer-brand {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .developer-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .developer-hero-facts {
    gap: 10px;
  }

  .developer-hero-facts dd {
    font-size: 12px;
  }

  .integration-model {
    padding: 15px;
    border-radius: 21px;
  }

  .integration-model > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .integration-stores {
    grid-template-columns: 1fr;
  }

  .integration-routes {
    display: none;
  }

  .integration-stores {
    margin-top: 12px;
  }

  .docs-sidebar {
    top: calc(var(--safe-top) + 70px);
  }

  .docs-sidebar-inner {
    padding-left: calc(var(--safe-left) + 16px);
    padding-right: calc(var(--safe-right) + 16px);
  }

  .doc-section {
    padding-block: 74px;
    scroll-margin-top: calc(var(--safe-top) + 140px);
  }

  .doc-section h2 {
    font-size: clamp(34px, 10.5vw, 47px);
  }

  .doc-lead {
    font-size: 15px;
  }

  .integration-notice {
    padding: 18px;
  }

  .concept-grid article {
    min-height: 165px;
  }

  .code-card pre,
  .language-panel pre {
    padding: 18px;
    font-size: 12px;
  }

  .field-reference-head,
  .api-download {
    align-items: flex-start;
    flex-direction: column;
  }

  .api-download .button {
    width: 100%;
  }

  .wire-grid dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .language-tabs button {
    min-width: 82px;
  }

  .developer-footer .footer-links {
    grid-template-columns: 1fr;
  }
}

@media (forced-colors: active) {
  .integration-model,
  .concept-grid article,
  .code-card,
  .placement-grid article,
  .lifecycle-panel,
  .language-example,
  .security-checklist {
    border: 1px solid CanvasText;
  }
}
