:root {
  color-scheme: light;
  --blue: #2468ed;
  --ink: #152440;
  --muted: #68788e;
  --line: #e3eaf3;
  --pale: #f5f8fe;
  --sans:
    Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 115px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
button,
a {
  transition:
    background 0.18s,
    color 0.18s,
    border-color 0.18s;
}
button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #6199ff;
  outline-offset: 4px;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
button {
  border: 0;
  background: none;
}
code,
pre,
kbd {
  font-family: var(--mono);
}
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.skip-link:focus {
  position: fixed;
  left: 20px;
  top: 12px;
  background: #fff;
  padding: 12px;
  z-index: 100;
}
.docs-shell {
  min-height: 100vh;
}
.docs-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.docs-topbar__inner {
  width: min(1420px, calc(100% - 64px));
  margin: auto;
  display: flex;
  align-items: center;
  min-height: 84px;
  gap: 30px;
}
.site-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
}
.site-brand__mark {
  width: 36px;
  height: 36px;
  border-radius: 11px;
}
.site-brand__text {
  font-size: 25px;
  letter-spacing: -1.1px;
  font-weight: 750;
}
.site-brand__text > span {
  color: var(--blue);
}
.docs-brand-label {
  font-size: 11px;
  color: #8090a8;
  border-left: 1px solid #dce5f1;
  padding-left: 14px;
  margin-left: 6px;
}
.docs-topnav {
  display: flex;
  margin: auto;
  gap: 23px;
}
.docs-topnav__link {
  font-size: 12px;
  color: #6a7b94;
  white-space: nowrap;
}
.docs-topnav__link:hover,
.docs-topnav__link.is-active {
  color: var(--blue);
}
.docs-topbar__tools {
  display: flex;
  align-items: center;
  gap: 18px;
}
.docs-search {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 220px;
  border: 1px solid #e0e7f2;
  border-radius: 7px;
  height: 36px;
  padding: 0 10px;
  background: #f8faff;
}
.docs-search:focus-within {
  border-color: #86aff6;
  box-shadow: 0 0 0 3px #2468ed0c;
}
.docs-search svg {
  width: 15px;
  height: 15px;
  color: #8da0bd;
  flex-shrink: 0;
}
.docs-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 11px;
  color: var(--ink);
}
.docs-search input::placeholder {
  color: #8495ae;
}
.docs-search kbd {
  white-space: nowrap;
  font-size: 8px;
  color: #8697b1;
  border: 1px solid #e2e9f3;
  border-radius: 4px;
  padding: 3px 4px;
  background: #fff;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 10px 15px;
  font-size: 12px;
  border: 1px solid #dce6f5;
  white-space: nowrap;
}
.button--primary {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.button--primary:hover {
  background: #1752c5;
}
.button--secondary {
  color: #567195;
  background: #fff;
}
.button--secondary:hover {
  border-color: #a4c3f7;
  color: var(--blue);
}
.docs-menu-button {
  display: none;
}
.docs-workspace {
  width: min(1420px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr) 176px;
  gap: 42px;
  align-items: start;
}
.docs-sidebar {
  position: sticky;
  top: 84px;
  max-height: calc(100vh - 84px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #dce5f3 transparent;
  padding: 31px 18px 32px 0;
  border-right: 1px solid #eef2f8;
}
.docs-sidebar__title {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px 23px;
  color: #416089;
}
.docs-sidebar__title strong {
  font-size: 12px;
  font-weight: 600;
}
.docs-sidebar__title svg {
  width: 16px;
  height: 16px;
  color: var(--blue);
}
.docs-nav__group + .docs-nav__group {
  margin-top: 26px;
}
.docs-nav__group-title {
  font-size: 10px;
  color: #8b9bb1;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 9px;
  padding: 0 12px;
}
.docs-nav__list {
  display: grid;
  gap: 3px;
}
.docs-nav__item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.5;
  color: #6b7c96;
  min-width: 0;
}
.docs-nav__item:hover {
  background: #f6f8fc;
  color: #244978;
}
.docs-nav__item.is-active {
  background: #edf4ff;
  color: var(--blue);
  font-weight: 600;
}
.docs-nav__item-icon {
  display: flex;
  flex-shrink: 0;
}
.docs-nav__item-icon svg {
  width: 14px;
  height: 14px;
  opacity: 0.75;
}
.docs-nav__empty {
  padding: 15px;
  font-size: 12px;
  background: var(--pale);
  border-radius: 8px;
  line-height: 1.8;
}
.docs-nav__empty strong,
.docs-nav__empty span {
  display: block;
}
.docs-nav__empty span {
  color: var(--muted);
  font-size: 11px;
  margin-top: 5px;
}
.docs-help-card {
  margin: 30px 10px 0;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.docs-help-card h3 {
  font-size: 12px;
  font-weight: 600;
}
.docs-help-card p {
  font-size: 11px;
  line-height: 1.85;
  color: #8391a6;
  margin: 8px 0 14px;
}
.docs-help-card .button {
  font-size: 10px;
  padding: 8px 11px;
}
.docs-stage {
  min-width: 0;
  padding: 35px 0 70px;
}
.docs-stage__surface {
  min-width: 0;
}
.docs-stage__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 37px;
}
.docs-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  color: #8999b0;
}
.docs-breadcrumbs__item.is-current {
  color: #4c73ab;
}
.docs-breadcrumbs__sep {
  color: #b3c0d2;
}
.docs-stage__share {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e7edf6;
  border-radius: 6px;
  padding: 7px 9px;
  color: #8092ad;
  font-size: 9px;
  white-space: nowrap;
}
.docs-stage__share:hover {
  color: var(--blue);
  background: #f6f9ff;
}
.docs-stage__share svg {
  width: 12px;
  height: 12px;
}
.docs-eyebrow {
  color: var(--blue);
  font: 9px var(--mono);
  letter-spacing: 1.6px;
  margin-bottom: 15px;
}
.docs-stage__header h1 {
  font-size: 37px;
  font-weight: 650;
  letter-spacing: -1.2px;
  line-height: 1.35;
}
.docs-stage__summary {
  font-size: 14px;
  line-height: 1.95;
  color: #7b8ba3;
  margin: 17px 0 31px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--line);
}
.docs-content {
  display: grid;
  gap: 32px;
  min-width: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #596d89;
  overflow-wrap: anywhere;
}
.docs-content > * {
  min-width: 0;
}
.docs-content h2 {
  font-size: 22px;
  color: #203958;
  letter-spacing: -0.4px;
  line-height: 1.6;
  font-weight: 600;
  margin: 0 0 18px;
  scroll-margin-top: 115px;
}
.docs-content h3 {
  font-size: 16px;
  color: #365375;
  font-weight: 600;
  margin: 24px 0 12px;
}
.docs-content h4 {
  font-size: 14px;
  color: #365375;
  margin: 20px 0 8px;
}
.docs-content p + p {
  margin-top: 13px;
}
.docs-content p + ul,
.docs-content p + ol {
  margin-top: 14px;
}
.docs-content ul,
.docs-content ol {
  padding-left: 22px;
  margin: 13px 0;
}
.docs-content li + li {
  margin-top: 8px;
}
.docs-content li::marker {
  color: #8ca9d5;
}
.docs-content a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-color: #c8dafb;
  text-underline-offset: 3px;
}
.docs-content a:hover {
  text-decoration-color: var(--blue);
}
.docs-content strong {
  color: #314e74;
  font-weight: 600;
}
.docs-content img {
  max-width: 100% !important;
  height: auto;
  border-radius: 10px;
}
.docs-section-card {
  min-width: 0;
}
.docs-section-card + .docs-section-card {
  padding-top: 28px;
  border-top: 1px solid #edf1f7;
}
.docs-section-card--highlight {
  padding: 24px !important;
  border: 1px solid #dce8fb !important;
  border-radius: 10px;
  background: #f6f9ff;
}
.docs-section-card--highlight h2 {
  color: #305b9d;
  font-size: 20px;
}
.docs-section-card--highlight pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.docs-section-card--highlight code {
  white-space: inherit;
}
.docs-dual-cards,
.docs-highlight-grid,
.docs-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.docs-showcase-card,
.docs-highlight-box,
.docs-step-card {
  padding: 22px;
  border: 1px solid #e4eaf4;
  background: #fbfcff;
  border-radius: 10px;
  min-width: 0;
}
.docs-showcase-card__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.docs-showcase-card__head h2 {
  font-size: 17px;
  margin-bottom: 9px;
}
.docs-showcase-card p,
.docs-highlight-box p,
.docs-step-card p {
  font-size: 12px;
  line-height: 1.85;
}
.docs-showcase-card__icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 31px;
  height: 31px;
  border-radius: 8px;
  background: #eaf2ff;
  color: #598ae2;
}
.docs-showcase-card__icon svg {
  width: 17px;
  height: 17px;
}
.docs-showcase-card .docs-check-list {
  font-size: 12px;
  margin-top: 19px;
}
.docs-highlight-box > strong {
  font-size: 13px;
  display: block;
  margin-bottom: 7px;
}
.docs-step-card > span {
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  height: 26px;
  border-radius: 7px;
  background: #edf3ff;
  font: 11px var(--mono);
  color: #678fcf;
}
.docs-step-card h3 {
  font-size: 15px;
  margin: 12px 0 9px;
}
.docs-check-list {
  list-style: none;
  padding: 0 !important;
}
.docs-check-list li {
  position: relative;
  padding-left: 21px;
}
.docs-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #719bdd;
  font-size: 11px;
}
.docs-content code:not(pre code) {
  padding: 2px 5px;
  border: 1px solid #e6edf8;
  border-radius: 5px;
  background: #f3f7fd;
  color: #3967a7;
  font-size: 0.88em;
  overflow-wrap: anywhere;
}
.docs-content pre {
  position: relative;
  max-width: 100%;
  min-width: 0;
  margin: 17px 0;
  padding: 48px 20px 20px;
  overflow-x: auto;
  white-space: pre;
  line-height: 1.85;
  font-size: 12px;
  background: #f5f8fd;
  border: 1px solid #e0e9f7;
  border-radius: 9px;
  color: #3c5b85;
  scrollbar-width: thin;
}
.docs-code-copy {
  position: absolute;
  top: 10px;
  right: 11px;
  padding: 5px 9px;
  background: #fff;
  border: 1px solid #dae5f5;
  border-radius: 5px;
  color: #6984a8;
  font: 10px var(--sans);
  white-space: nowrap;
}
.docs-code-copy:hover,
.docs-code-copy.is-copied {
  color: var(--blue);
  border-color: #b4cdf6;
}
.docs-content blockquote {
  margin: 20px 0;
  padding: 16px 20px;
  background: #f4f8ff;
  border-left: 3px solid #a6c4f5;
  border-radius: 0 8px 8px 0;
  font-size: 13px;
  line-height: 1.9;
  color: #6981a2;
}
.docs-table-scroll {
  overflow-x: auto;
  max-width: 100%;
  margin: 20px 0;
  border: 1px solid #e1e8f3;
  border-radius: 9px;
  scrollbar-width: thin;
}
.docs-content table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.85;
  margin: 0 !important;
  overflow-wrap: normal;
}
.docs-content th,
.docs-content td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e8eef6;
}
.docs-content th {
  background: #f2f6fc;
  font-size: 11px;
  color: #6c83a5;
  font-weight: 600;
}
.docs-content tr:last-child td {
  border-bottom: 0;
}
.docs-content td {
  background: #fff;
}
.docs-content td code {
  overflow-wrap: anywhere;
}
.docs-feedback {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  margin-top: 42px;
  font-size: 11px;
  color: #8a9ab0;
}
.docs-feedback__label {
  margin-right: auto;
}
.docs-feedback__button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7287a4;
  border: 1px solid #e2eaf5;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 10px;
}
.docs-feedback__button svg {
  width: 13px;
  height: 13px;
}
.docs-feedback__button.is-active {
  color: var(--blue);
  background: #edf4ff;
  border-color: #bbd3fa;
}
.docs-feedback__updated {
  width: 100%;
  font-size: 10px;
  color: #9aa9be;
  margin-top: 7px;
}
.docs-pagination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 25px;
}
.docs-pagination__item {
  display: grid;
  gap: 9px;
  padding: 19px 21px;
  border: 1px solid #e4ebf5;
  border-radius: 9px;
  min-width: 0;
}
.docs-pagination__item:hover {
  border-color: #bed3f5;
  background: #fbfcff;
}
.docs-pagination__meta {
  font-size: 10px;
  color: #8fa1bc;
}
.docs-pagination__title {
  font-size: 12px;
  color: #4a6b98;
  font-weight: 500;
  line-height: 1.7;
}
.docs-pagination__item--next {
  text-align: right;
}
.docs-pagination__item.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.docs-toc {
  position: sticky;
  top: 122px;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  padding-left: 19px;
  border-left: 1px solid #e8edf6;
  font-size: 11px;
  scrollbar-width: thin;
}
.docs-toc > p {
  color: #6681a8;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 14px;
}
.docs-inline-toc {
  display: grid;
  gap: 12px;
}
.docs-inline-toc__link {
  color: #899ab2;
  font-size: 10px;
  line-height: 1.75;
}
.docs-inline-toc__link:hover,
.docs-inline-toc__link.is-active {
  color: var(--blue);
}
.docs-toc-home {
  display: block;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #edf1f6;
  color: #7892b8;
  font-size: 10px;
}
@media (max-width: 1250px) {
  .docs-topbar__inner,
  .docs-workspace {
    width: calc(100% - 48px);
  }
  .docs-workspace {
    grid-template-columns: 215px minmax(0, 1fr);
    gap: 36px;
  }
  .docs-toc {
    display: none;
  }
  .docs-topnav {
    gap: 16px;
  }
  .docs-search {
    width: 200px;
  }
  .docs-topbar__inner {
    gap: 20px;
  }
  .docs-topbar__tools {
    gap: 12px;
  }
  .docs-brand-label {
    display: none;
  }
}
@media (max-width: 980px) {
  .docs-workspace {
    display: block;
    max-width: 790px;
  }
  .docs-sidebar {
    display: none;
    position: fixed;
    top: 100px;
    bottom: 20px;
    left: 24px;
    z-index: 35;
    width: 274px;
    max-height: calc(100vh - 120px);
    padding: 22px 17px;
    background: #fff;
    border: 1px solid #dce7f8;
    border-radius: 12px;
    box-shadow: 0 20px 60px #244b7626;
  }
  .docs-sidebar.is-open {
    display: block;
  }
  .docs-menu-button {
    display: inline-flex;
    font-size: 11px;
    padding: 9px 11px;
  }
  .docs-topnav {
    display: none;
  }
  .docs-topbar__tools {
    margin-left: auto;
  }
  .docs-stage {
    padding-top: 30px;
  }
  .docs-stage__header h1 {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 145px;
  }
  .docs-topbar__inner {
    width: calc(100% - 40px);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 15px 0;
  }
  .site-brand__mark {
    width: 31px;
    height: 31px;
  }
  .site-brand__text {
    font-size: 23px;
  }
  .docs-topbar__tools {
    display: contents;
  }
  .docs-search {
    width: 100%;
    grid-column: 1/-1;
    grid-row: 2;
    height: 35px;
  }
  .docs-search input {
    font-size: 12px;
  }
  .docs-search kbd {
    display: none;
  }
  .docs-topbar__cta {
    display: none;
  }
  .docs-menu-button {
    grid-column: 2;
    grid-row: 1;
    font-size: 10px;
    padding: 8px 12px;
  }
  .docs-workspace {
    width: calc(100% - 40px);
  }
  .docs-sidebar {
    top: 125px;
    left: 20px;
    right: 20px;
    width: auto;
    max-height: calc(100dvh - 145px);
    bottom: 20px;
  }
  .docs-nav__item {
    padding: 11px;
    font-size: 12px;
  }
  .docs-nav__group-title {
    font-size: 11px;
  }
  .docs-stage {
    padding-top: 23px;
  }
  .docs-stage__toolbar {
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .docs-breadcrumbs {
    font-size: 9px;
    gap: 5px;
    line-height: 1.8;
  }
  .docs-stage__share {
    font-size: 9px;
    padding: 6px;
    flex-shrink: 0;
  }
  .docs-stage__share svg {
    display: none;
  }
  .docs-stage__header h1 {
    font-size: 29px;
    line-height: 1.45;
    letter-spacing: -0.6px;
  }
  .docs-eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
  }
  .docs-stage__summary {
    font-size: 13px;
    line-height: 1.95;
    margin: 15px 0 26px;
    padding-bottom: 23px;
  }
  .docs-content {
    font-size: 13px;
    gap: 27px;
  }
  .docs-content h2 {
    font-size: 20px;
    scroll-margin-top: 145px;
  }
  .docs-content h3 {
    font-size: 15px;
  }
  .docs-dual-cards,
  .docs-highlight-grid,
  .docs-step-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .docs-showcase-card,
  .docs-highlight-box,
  .docs-step-card {
    padding: 20px;
  }
  .docs-section-card--highlight {
    padding: 19px !important;
  }
  .docs-content pre {
    padding: 46px 15px 16px;
    font-size: 11px;
  }
  .docs-content blockquote {
    margin-inline: 0;
    padding: 14px 16px;
    font-size: 12px;
  }
  .docs-content table {
    font-size: 11px;
  }
  .docs-content th,
  .docs-content td {
    padding: 12px;
  }
  .docs-feedback {
    margin-top: 30px;
    gap: 9px;
  }
  .docs-feedback__label {
    width: 100%;
    margin-bottom: 4px;
    font-size: 11px;
  }
  .docs-feedback__updated {
    font-size: 9px;
  }
  .docs-pagination {
    gap: 12px;
  }
  .docs-pagination__item {
    padding: 16px 14px;
  }
  .docs-pagination__title {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}

.docs-github {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #627895;
  font-size: 11px;
  white-space: nowrap;
}
.docs-github:hover {
  color: var(--blue);
}
.docs-github svg {
  flex-shrink: 0;
}
@media (max-width: 1250px) {
  .docs-github span {
    display: none;
  }
}
@media (max-width: 600px) {
  .docs-topbar__inner {
    grid-template-columns: 1fr auto auto;
  }
  .docs-github {
    grid-column: 2;
    grid-row: 1;
    padding: 7px;
  }
  .docs-menu-button {
    grid-column: 3;
  }
}
