:root {
  --docs-accent: #99a6f9;
  --docs-accent-strong: #7f8ff5;
  --docs-orange: #ff885c;
  --docs-orange-strong: #ff9a76;
  --docs-yellow: #fad17a;
  --docs-green: #15a37f;
  --docs-ink: #222222;
  --docs-muted: rgba(34, 34, 34, 0.54);
  --docs-subtle: rgba(34, 34, 34, 0.3);
  --docs-border: rgba(34, 34, 34, 0.08);
  --docs-bg: #ffffff;
  --docs-bg-soft: rgba(34, 34, 34, 0.05);
  --docs-panel: rgba(34, 34, 34, 0.05);
  --docs-panel-solid: #ffffff;
  --docs-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  --docs-violet-shadow: 0 0 10px rgba(153, 166, 249, 0.28);
  --docs-orange-shadow: 0 0 10px rgba(255, 136, 92, 0.26);
  --docs-media-radius: 0.8rem;
  --docs-api-heading-chip-height: 2.2rem;
  --docs-control-height: 44px;
  --docs-control-radius: 22px;
  --md-primary-fg-color: #ffffff;
  --md-primary-bg-color: #222222;
  --md-accent-fg-color: var(--docs-accent);
}

body[data-md-color-scheme="slate"] {
  --docs-accent: #99a6f9;
  --docs-accent-strong: #b3bcff;
  --docs-orange: #ff9a76;
  --docs-orange-strong: #ffb096;
  --docs-yellow: #f6d58b;
  --docs-ink: #f7f7fb;
  --docs-muted: rgba(247, 247, 251, 0.62);
  --docs-subtle: rgba(247, 247, 251, 0.34);
  --docs-border: rgba(255, 255, 255, 0.08);
  --docs-bg: #161616;
  --docs-bg-soft: rgba(255, 255, 255, 0.06);
  --docs-panel: rgba(255, 255, 255, 0.06);
  --docs-panel-solid: #202020;
  --docs-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  --md-default-bg-color: #161616;
  --md-default-fg-color: #f7f7fb;
  --md-typeset-color: #f7f7fb;
}

.md-grid {
  max-width: 88rem;
}

.md-header {
  color: var(--docs-ink);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--docs-border);
  box-shadow: none;
  backdrop-filter: saturate(160%) blur(16px);
}

body[data-md-color-scheme="slate"] .md-header {
  background: rgba(22, 22, 22, 0.92);
}

.md-header__inner {
  min-height: 3rem;
  gap: 0.4rem;
}

.md-header__button {
  color: var(--docs-ink);
}

.md-header__button:hover {
  color: var(--docs-ink);
  opacity: 1;
}

.md-header__button.md-icon,
.docs-platform-home {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 1.1rem;
}

.md-header__button.md-icon:hover,
.docs-platform-home:hover {
  background: var(--docs-bg-soft);
}

.docs-brand-logo {
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.25rem;
  border-radius: 1.1rem;
}

.docs-brand-logo img,
.docs-brand-logo svg {
  display: block;
  width: 1.45rem;
  height: 1.45rem;
}

.docs-brand-logo svg path {
  fill: var(--docs-accent);
}

[data-md-component="header"] .docs-platform-home svg {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  fill: currentColor;
}

.md-header__title {
  flex: 0 1 auto;
  margin-left: 0;
  margin-right: 0.4rem;
  font-weight: 700;
}

.md-header__topic:first-child .md-ellipsis {
  color: var(--docs-ink);
}

.md-header__topic + .md-header__topic {
  color: var(--docs-subtle);
  font-weight: 400;
}

.docs-top-nav {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-left: 0.2rem;
}

.docs-top-nav a,
.docs-llms-link,
.docs-ask-ai {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: var(--docs-control-height);
  min-height: var(--docs-control-height);
  padding: 0 1.2rem;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  appearance: none;
  border-radius: var(--docs-control-radius);
}

.docs-copy-page,
.docs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--docs-control-height);
  padding: 0 1.2rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  border-radius: var(--docs-control-radius);
}

.docs-top-nav a {
  color: var(--docs-muted);
}

.docs-top-nav a:hover {
  color: var(--docs-ink);
  background: var(--docs-bg-soft);
}

.docs-llms-link {
  margin-left: auto;
  color: var(--docs-ink);
  background: var(--docs-bg-soft);
  border: 0;
}

.docs-llms-link:hover {
  color: var(--docs-ink);
  background: rgba(153, 166, 249, 0.15);
  box-shadow: var(--docs-violet-shadow);
}

.docs-ask-ai {
  gap: 0.35rem;
  margin-left: 0.2rem;
  color: #ffffff;
  cursor: pointer;
  background: linear-gradient(135deg, var(--docs-accent), var(--docs-orange));
  border: 0;
  box-shadow: var(--docs-orange-shadow);
}

.docs-ask-ai:hover {
  color: #ffffff;
  filter: saturate(112%);
}

.docs-ask-ai svg {
  width: 0.95rem;
  height: 0.95rem;
  min-width: 0.95rem;
  fill: currentColor;
}

.docs-ask-ai span {
  white-space: nowrap;
}

.md-header__source {
  display: none;
}

.md-search__form {
  display: flex;
  align-items: center;
  height: var(--docs-control-height);
  min-height: var(--docs-control-height);
  border-radius: var(--docs-control-radius);
  background: var(--docs-bg-soft);
  box-shadow: none;
}

.md-search {
  display: flex;
  align-items: center;
  height: var(--docs-control-height);
}

.md-search__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--docs-control-height);
  min-height: var(--docs-control-height);
  padding-top: 0;
  padding-bottom: 0;
  border-radius: var(--docs-control-radius);
  line-height: 1;
}

.md-search__input {
  height: var(--docs-control-height);
  color: var(--docs-ink);
  font-size: 0.8rem;
  line-height: var(--docs-control-height);
}

.md-search__icon,
.md-search__options {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--docs-control-height);
}

.md-container {
  background: var(--docs-bg);
}

.md-main__inner {
  margin-top: 1.9rem;
}

.md-content__inner {
  padding-top: 1.2rem;
  padding-bottom: 4rem;
}

.md-typeset {
  color: var(--docs-ink);
  font-size: 0.8rem;
  line-height: 1.62;
}

.md-typeset h1 {
  max-width: 52rem;
  margin: 0 0 0.75rem;
  color: var(--docs-ink);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.md-typeset h2 {
  margin-top: 2.6rem;
  margin-bottom: 0.85rem;
  color: var(--docs-ink);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0;
}

.md-typeset h3 {
  margin-top: 1.75rem;
  color: var(--docs-ink);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

.md-typeset a {
  color: var(--docs-accent-strong);
}

.md-typeset img:not(.twemoji):not(.emoji) {
  border-radius: var(--docs-media-radius);
}

.md-typeset p > img:not(.twemoji):not(.emoji),
.md-typeset p > a > img:not(.twemoji):not(.emoji),
.md-typeset figure > img:not(.twemoji):not(.emoji),
.md-typeset figure > a > img:not(.twemoji):not(.emoji) {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem 0 1.5rem;
  background: var(--docs-bg-soft);
  box-shadow: 0 0 0 1px var(--docs-border);
}

.docs-page-kicker,
.docs-card-kicker {
  color: var(--docs-accent-strong);
}

.docs-page-kicker {
  margin: 0 0 0.55rem;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.md-typeset .docs-lead {
  max-width: 52rem;
  margin: 0 0 1.25rem;
  color: var(--docs-muted);
  font-size: 1rem;
  line-height: 1.62;
}

.docs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.35rem 0 1.6rem;
}

.docs-button {
  color: var(--docs-ink);
  background: var(--docs-bg-soft);
  border: 0;
}

.md-typeset a.docs-button {
  color: var(--docs-ink);
  text-decoration: none;
}

.md-typeset a.docs-button:hover {
  color: var(--docs-ink);
  background: rgba(153, 166, 249, 0.15);
  box-shadow: var(--docs-violet-shadow);
}

.md-typeset a.docs-button-primary,
.md-typeset a.docs-button-primary:hover {
  color: #ffffff;
  text-decoration: none;
  background: var(--docs-accent);
  box-shadow: var(--docs-violet-shadow);
}

.docs-home-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem);
  gap: 1.2rem;
  align-items: stretch;
  margin: 1.6rem 0 2rem;
}

.docs-product-shot {
  min-width: 0;
  padding: 0.6rem;
  background: var(--docs-bg-soft);
  border: 0;
  border-radius: 0.8rem;
  box-shadow: none;
}

.docs-product-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.6rem;
}

.docs-endpoint-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 11rem;
  padding: 1rem;
  color: var(--docs-ink);
  background:
    linear-gradient(135deg, rgba(153, 166, 249, 0.15), rgba(255, 136, 92, 0.12)),
    var(--docs-bg-soft);
  border: 0;
  border-radius: 0.8rem;
  box-shadow: none;
}

.docs-endpoint-panel code {
  display: block;
  margin-top: 0.6rem;
  color: var(--docs-accent-strong);
  font-size: 0.86rem;
  white-space: normal;
  word-break: break-word;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 0.55rem;
}

body[data-md-color-scheme="slate"] .docs-endpoint-panel code {
  background: rgba(0, 0, 0, 0.18);
}

.docs-endpoint-panel p {
  margin: 0.7rem 0 0;
  color: var(--docs-muted);
  font-size: 0.8rem;
}

.docs-method,
.docs-http-method {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.2rem;
  padding: 0.1rem 0.6rem;
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1;
  background: var(--docs-orange);
  border-radius: 0.7rem;
  vertical-align: middle;
}

.docs-http-method {
  min-width: 3.35rem;
  margin-right: 0.35rem;
}

.md-typeset h3 .docs-http-method,
.md-typeset h3 .docs-http-method + code {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  min-height: var(--docs-api-heading-chip-height);
  vertical-align: middle;
}

.md-typeset h3 .docs-http-method {
  min-width: 3.95rem;
  margin-right: 0.45rem;
  padding: 0 0.7rem;
  border-radius: calc(var(--docs-api-heading-chip-height) / 2);
  font-size: 0.7rem;
  font-weight: 700;
}

.md-typeset h3 .docs-http-method + code {
  max-width: calc(100% - 5.1rem);
  padding: 0.2rem 0.75rem;
  border-radius: 0.55rem;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

.md-typeset h3 .docs-http-method + code + .headerlink {
  vertical-align: middle;
}

.docs-method-get {
  background: var(--docs-accent);
}

.docs-method-post {
  background: var(--docs-orange);
}

.docs-method-put,
.docs-method-patch {
  color: var(--docs-ink);
  background: var(--docs-yellow);
}

.docs-method-delete {
  background: #e65f5c;
}

.docs-card-grid,
.docs-path-grid,
.docs-api-strip,
.docs-link-grid {
  display: grid;
  gap: 1.2rem;
  margin: 1rem 0 1.6rem;
}

.docs-card-grid,
.docs-card-grid-compact,
.docs-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.docs-path-grid,
.docs-api-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.docs-card {
  display: block;
  min-height: 9.2rem;
  padding: 1rem;
  color: var(--docs-ink);
  text-decoration: none;
  background: var(--docs-bg-soft);
  border: 0;
  border-radius: 0.8rem;
  box-shadow: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.md-typeset a.docs-card,
.md-typeset a.docs-card:hover {
  color: var(--docs-ink);
  text-decoration: none;
}

.md-typeset a.docs-card:hover {
  box-shadow: var(--docs-violet-shadow);
  transform: translateY(-1px);
}

.docs-card-primary {
  background:
    linear-gradient(135deg, rgba(153, 166, 249, 0.15), rgba(255, 136, 92, 0.15)),
    var(--docs-bg-soft);
}

.docs-card-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 1.2rem;
  margin-bottom: 0.6rem;
  padding: 0.1rem 0.6rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(153, 166, 249, 0.15);
  border-radius: 0.7rem;
}

.md-typeset .docs-card h2 {
  margin: 0 0 0.4rem;
  color: var(--docs-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.docs-card p {
  margin: 0;
  color: var(--docs-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.docs-link-card {
  display: flex;
  align-items: center;
  min-height: 4.2rem;
  padding: 1rem;
  color: var(--docs-ink);
  text-decoration: none;
  background: var(--docs-bg-soft);
  border-radius: 0.8rem;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.docs-link-card::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.75rem;
  color: #ffffff;
  content: "→";
  background: linear-gradient(135deg, var(--docs-accent), var(--docs-orange));
  border-radius: 50%;
}

.md-typeset a.docs-link-card,
.md-typeset a.docs-link-card:hover {
  color: var(--docs-ink);
  text-decoration: none;
}

.md-typeset a.docs-link-card:hover {
  box-shadow: var(--docs-violet-shadow);
  transform: translateY(-1px);
}

.docs-link-card span {
  color: var(--docs-ink);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}

.docs-path-grid > div,
.docs-api-strip > div {
  min-width: 0;
  padding: 1rem;
  background: var(--docs-bg-soft);
  border: 0;
  border-radius: 0.8rem;
}

.docs-path-grid strong,
.docs-api-strip span {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--docs-ink);
  font-size: 0.6rem;
  font-weight: 400;
}

.docs-path-grid p {
  margin: 0;
  color: var(--docs-muted);
  font-size: 0.8rem;
}

.docs-api-strip code {
  color: var(--docs-accent-strong);
  white-space: normal;
  word-break: break-word;
  background: rgba(153, 166, 249, 0.15);
}

.docs-copy-page {
  margin: 0 0 1.05rem;
  color: var(--docs-muted);
  font: inherit;
  cursor: pointer;
  background: var(--docs-bg-soft);
  border: 0;
}

.docs-copy-page:hover,
.docs-copy-page.is-copied {
  color: var(--docs-ink);
  box-shadow: var(--docs-violet-shadow);
}

.md-typeset code {
  color: var(--docs-accent-strong);
  background: rgba(153, 166, 249, 0.15);
  border-radius: 0.35rem;
}

.md-typeset pre > code {
  color: inherit;
  background: transparent;
}

.md-typeset .highlight,
.md-typeset pre {
  border-radius: 0.8rem;
}

.md-typeset .highlight pre {
  background: var(--docs-bg-soft);
  border: 0;
  box-shadow: none;
}

.md-typeset .tabbed-set {
  margin: 1rem 0 1.4rem;
}

.md-typeset .tabbed-labels {
  gap: 0.2rem;
  padding: 0.3rem;
  background: var(--docs-bg-soft);
  border: 0;
  border-radius: 0.8rem 0.8rem 0 0;
}

.md-typeset .tabbed-labels > label {
  min-width: 4rem;
  min-height: 2.2rem;
  padding: 0.55rem 1rem;
  color: var(--docs-muted);
  font-size: 0.8rem;
  font-weight: 400;
  border-radius: 1.1rem;
}

.md-typeset .tabbed-set > input:checked + label,
.md-typeset .tabbed-labels > label:hover {
  color: var(--docs-ink);
  background: var(--docs-panel-solid);
  box-shadow: 0 0 0 1px rgba(153, 166, 249, 0.28);
}

.md-typeset .admonition,
.md-typeset details {
  overflow: hidden;
  background: rgba(153, 166, 249, 0.15);
  border: 0;
  border-radius: 0.8rem;
  box-shadow: none;
}

.md-typeset .admonition-title,
.md-typeset summary {
  background: transparent;
  font-weight: 700;
}

.md-typeset .md-typeset__table,
.md-typeset table:not([class]) {
  overflow: hidden;
  border: 0;
  border-radius: 0.8rem;
}

.md-typeset table:not([class]) th {
  background: var(--docs-bg-soft);
}

.md-sidebar__scrollwrap {
  border-color: var(--docs-border);
}

.md-sidebar--secondary .md-sidebar__scrollwrap {
  border-right: 0;
  border-left: 1px solid var(--docs-border);
}

.md-nav {
  font-size: 0.7rem;
}

.md-nav__title {
  color: var(--docs-ink);
  font-weight: 700;
}

.md-nav__link {
  display: flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.38rem 0.8rem;
  color: var(--docs-muted);
  line-height: 1.25;
  border-radius: 1.1rem;
}

.md-nav__link .md-ellipsis {
  display: flex;
  align-items: center;
  min-height: 1.2rem;
}

.md-nav__link .md-nav__icon {
  align-self: center;
}

.md-nav__link:hover {
  color: var(--docs-ink);
  background: var(--docs-bg-soft);
}

.md-nav__link--active,
.md-nav__item .md-nav__link--active {
  color: var(--docs-accent-strong);
  font-weight: 400;
  background: rgba(153, 166, 249, 0.15);
}

@media screen and (max-width: 76.1875em) {
  .docs-top-nav,
  .docs-llms-link {
    display: none;
  }

  .docs-ask-ai {
    margin-left: auto;
  }
}

@media screen and (max-width: 58em) {
  .md-typeset h1 {
    font-size: 2.2rem;
  }

  .md-typeset .docs-lead {
    font-size: 0.9rem;
  }

  .docs-home-visual,
  .docs-card-grid,
  .docs-link-grid,
  .docs-path-grid,
  .docs-api-strip {
    grid-template-columns: 1fr;
  }

  .docs-card {
    min-height: 0;
  }
}

@media screen and (max-width: 38em) {
  .md-header__title {
    min-width: 0;
  }

  .docs-ask-ai span {
    display: none;
  }

  .docs-ask-ai {
    width: 2.2rem;
    height: 2.2rem;
    justify-content: center;
    padding: 0;
  }

  .md-typeset h1 {
    font-size: 2rem;
  }

  .docs-button {
    width: 100%;
  }
}
