body {
  margin: 0;
}

body[data-doc-page] header a:has(img[src*='brand-mark.svg']) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

body[data-doc-page] header a:has(img[src*='brand-mark.svg']) img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.product-brand-wordmark {
  margin-left: 8px;
  color: #111;
  font-size: 20px;
  font-weight: 750;
  line-height: 32px;
}

header a.acss-lox0qo {
  color: inherit;
  text-decoration: none;
}

.docs-product-menu-positioner {
  --ant-color-bg-elevated: #fff;
  --ant-color-bg-container: #fff;
  --ant-color-border: #d9d9d9;
  --ant-color-border-secondary: #e8e8e8;
  --ant-color-fill-quaternary: #f7f7f7;
  --ant-color-fill-secondary: #f0f0f0;
  --ant-color-fill-tertiary: #f2f2f2;
  --ant-color-text: #111;
  --ant-color-text-description: #666;
  --ant-color-text-secondary: #666;
  --ant-color-text-tertiary: #888;
  position: fixed;
  z-index: 1290;
  height: auto;
  max-width: calc(100vw - 32px);
}

.docs-product-menu-positioner[hidden] {
  display: none;
}

.docs-product-menu-positioner > [role='dialog'] {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--ant-color-border-secondary, #e8e8e8);
  border-radius: 12px;
  font-size: 14px;
  line-height: 18.4px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 0 0 / 12%);
}

.docs-product-menu-positioner[data-doc-header-menu='resource'] > [role='dialog'] {
  min-height: 281px;
}

.docs-product-menu-positioner a {
  color: inherit;
  text-decoration: none;
}

.docs-product-menu-positioner .acss-wefii2 {
  overflow-x: auto;
}

.header-product-dialog {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 12px 0;
  background: #fff;
}

.header-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0 8px 12px;
}

.header-product-section,
.header-product-links {
  min-width: 0;
}

.header-product-heading {
  height: 28px;
  color: var(--ant-color-text-tertiary, #888);
  font-size: 14px;
  line-height: 28px;
}

.header-product-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.header-product-link {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 8px;
}

.header-product-link:hover,
.header-product-link:focus-visible {
  background: var(--ant-color-fill-quaternary, #f7f7f7);
  outline: none;
}

.header-product-link:focus-visible,
.header-product-update:focus-visible {
  box-shadow: inset 0 0 0 2px var(--ant-color-border, #d9d9d9);
}

.header-product-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ant-color-border-secondary, #e8e8e8);
  border-radius: 8px;
  background: #fafafa;
  color: #666;
}

.header-product-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.header-product-icon[data-product-icon='slack'] {
  color: #b12258;
}

.header-product-icon[data-product-icon='discord'] {
  color: #5865f2;
}

.header-product-icon[data-product-icon='telegram'] {
  color: #229ed9;
}

.header-product-icon[data-product-icon='imessage'] {
  color: #19b84b;
}

.header-product-copy,
.header-product-update-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.header-product-copy strong,
.header-product-update-copy strong {
  overflow: hidden;
  color: var(--ant-color-text, #111);
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-product-copy small,
.header-product-update-copy small {
  overflow: hidden;
  color: var(--ant-color-text-tertiary, #888);
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-product-update {
  display: grid;
  min-height: 60px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border-top: 1px solid var(--ant-color-border-secondary, #e8e8e8);
  border-radius: 0 0 11px 11px;
}

.header-product-update:hover,
.header-product-update:focus-visible {
  background: var(--ant-color-fill-quaternary, #f7f7f7);
  outline: none;
}

.header-product-new {
  padding: 2px 7px;
  border-radius: 6px;
  background: #eef4ff;
  color: #1677ff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.header-product-update-action {
  color: #1677ff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

header [data-doc-header-menu-trigger][aria-expanded='true'] {
  background: var(--ant-color-fill-secondary);
}

.header-community-dialog {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  min-height: 283px;
  padding: 12px;
  border: 1px solid var(--ant-color-border-secondary, #e8e8e8);
  border-radius: 12px;
  background: var(--ant-color-bg-elevated, #fff);
  box-shadow: var(--ant-box-shadow-secondary, 0 8px 24px rgb(0 0 0 / 12%));
}

.header-community-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 12px;
}

.header-community-heading {
  height: 28px;
  color: var(--ant-color-text-tertiary, #8c8c8c);
  font-size: 14px;
  line-height: 28px;
}

.header-community-market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.header-community-market-card {
  position: relative;
  display: flex;
  box-sizing: border-box;
  height: 200px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--ant-color-fill-quaternary, #f7f7f7);
}

.header-community-market-card:hover,
.header-community-market-card:focus-visible {
  border-color: var(--ant-color-border, #d9d9d9);
  background: var(--ant-color-fill-tertiary, #f2f2f2);
}

.docs-product-menu-positioner .header-community-market-card:focus-visible {
  border-color: var(--ant-color-text-tertiary, #8c8c8c);
  border-width: 2px;
  outline: none;
}

.header-community-market-icon,
.header-community-count {
  position: absolute;
  top: 16px;
  color: var(--ant-color-text-secondary, #666);
}

.header-community-market-icon {
  left: 16px;
}

.header-community-market-icon svg {
  fill: transparent;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.header-community-count {
  right: 12px;
  padding: 0 6px;
  border-radius: 6px;
  background: var(--ant-color-fill-quaternary, #f1f1f1);
  font-size: 12px;
}

.header-community-market-card strong,
.header-community-social-link strong {
  color: var(--ant-color-text, #111);
  font-size: 15px;
  font-weight: 500;
}

.header-community-description {
  margin-top: 4px;
  color: var(--ant-color-text-tertiary, #888);
  font-size: 13px;
  line-height: 18px;
}

.header-community-social-link {
  position: relative;
  display: grid;
  box-sizing: border-box;
  height: 52px;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  padding: 4px 24px 4px 4px;
  border-radius: 8px;
}

.header-community-social-link:hover,
.header-community-social-link:focus-visible {
  background: var(--ant-color-fill-tertiary, #f3f3f3);
}

.header-community-social-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: var(--ant-color-fill-quaternary, #f7f7f7);
  color: var(--ant-color-text-secondary, #666);
}

.header-community-social-link strong,
.header-community-social-link small {
  display: block;
}

.header-community-social-link small {
  margin-top: 2px;
  color: var(--ant-color-text-tertiary, #888);
  font-size: 12px;
  line-height: 16px;
}

.header-community-external {
  position: absolute;
  top: 7px;
  right: 7px;
  color: var(--ant-color-text-quaternary, #aaa);
  font-size: 12px;
}
.header-resource-dialog {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  min-height: 281px;
  padding: 12px;
  border: 1px solid var(--ant-color-border-secondary, #e8e8e8);
  border-radius: 12px;
  background: var(--ant-color-bg-elevated, #fff);
  box-shadow: var(--ant-box-shadow-secondary, 0 8px 24px rgb(0 0 0 / 12%));
}

.header-resource-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 12px;
}

.header-resource-primary-grid,
.header-resource-secondary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.header-resource-secondary-grid {
  margin-top: 8px;
}

.header-resource-link {
  position: relative;
  display: grid;
  box-sizing: border-box;
  min-height: 54px;
  grid-template-columns: 40px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
}

.header-resource-link-primary {
  min-height: 102px;
  padding: 14px;
  border-color: var(--ant-color-border-secondary, #e8e8e8);
  background: var(--ant-color-fill-quaternary, #f7f7f7);
}

.header-resource-link:hover,
.header-resource-link:focus-visible {
  border-color: var(--ant-color-border, #d9d9d9);
  background: var(--ant-color-fill-tertiary, #f2f2f2);
}

.header-resource-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: var(--ant-color-bg-container, #fff);
  color: var(--ant-color-text-secondary, #666);
}

.header-resource-icon svg {
  fill: transparent;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.header-resource-copy strong,
.header-resource-copy small {
  display: block;
}

.header-resource-copy strong {
  color: var(--ant-color-text, #111);
  font-size: 15px;
  font-weight: 500;
}

.header-resource-copy small {
  margin-top: 3px;
  color: var(--ant-color-text-tertiary, #888);
  font-size: 12px;
  line-height: 17px;
}

.header-resource-arrow {
  color: var(--ant-color-text-quaternary, #aaa);
  font-size: 16px;
}

.header-resource-featured {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.header-resource-featured > span {
  height: 28px;
  color: var(--ant-color-text-tertiary, #8c8c8c);
  font-size: 14px;
  line-height: 28px;
}

.header-resource-featured a {
  display: flex;
  min-height: 209px;
  flex-direction: column;
  padding: 8px;
  border-radius: 8px;
  background: var(--ant-color-fill-quaternary, #f7f7f7);
  color: inherit;
  text-decoration: none;
}

.header-resource-featured a:hover,
.header-resource-featured a:focus-visible {
  background: var(--ant-color-fill-tertiary, #f2f2f2);
}

.header-resource-featured img {
  width: 100%;
  height: 118px;
  border-radius: 6px;
  object-fit: cover;
}

.header-resource-featured strong {
  margin-top: 9px;
  color: var(--ant-color-text, #111);
  font-size: 14px;
  font-weight: 600;
}

.header-resource-featured small {
  margin-top: 3px;
  color: var(--ant-color-text-tertiary, #888);
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .product-menu-positioner,
  .docs-product-menu-positioner {
    display: none !important;
  }
}

.docs-search-results {
  z-index: 20;
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  max-height: min(420px, 55vh);
  margin-top: 8px;
  padding: 6px;
  border: 1px solid var(--lobe-color-border-secondary, #e8e8e8);
  border-radius: 8px;
  background: var(--lobe-color-bg-container, #fff);
  box-shadow: 0 12px 32px rgb(0 0 0 / 10%);
}

.docs-search-results[hidden] {
  display: none;
}

.docs-search-results a {
  display: block;
  overflow: hidden;
  padding: 8px 10px;
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.docs-search-results a:hover,
.docs-search-results a:focus-visible {
  background: var(--lobe-color-fill-tertiary, #f3f3f3);
  outline: none;
}

.docs-search-empty {
  padding: 12px 10px;
  color: var(--lobe-color-text-tertiary, #8c8c8c);
  font-size: 13px;
}

.docs-submenu-collapsed > ul {
  display: none !important;
}

.docs-mobile-backdrop {
  display: none;
}

@media (max-width: 767px) {
  .docs-search-results {
    max-height: 45vh;
  }

  .docs-mobile-backdrop {
    position: fixed;
    z-index: 999;
    inset: 56px 0 0;
    display: block;
    border: 0;
    background: rgb(0 0 0 / 32%);
  }

  body.docs-mobile-panel-open {
    overflow: hidden;
  }

  body.docs-mobile-nav-open section.acss-rwgu8t .acss-n9vqwi > .acss-1eurvnv {
    position: fixed !important;
    z-index: 1000;
    inset: 56px auto 0 0;
    display: block !important;
    overflow: auto;
    width: min(320px, calc(100vw - 40px));
    border-right: 1px solid var(--lobe-color-border-secondary, #e8e8e8);
    background: var(--lobe-color-bg-container, #fff);
    box-shadow: 16px 0 32px rgb(0 0 0 / 12%);
  }

  body.docs-mobile-nav-open section.acss-rwgu8t .acss-n9vqwi > .acss-1eurvnv > aside {
    display: flex !important;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100%;
    padding-bottom: 32px;
  }

  body.docs-mobile-nav-open section.acss-rwgu8t .acss-n9vqwi > .acss-1eurvnv .sidebar-title {
    display: inline !important;
    flex: none;
    width: auto !important;
    opacity: 1 !important;
  }

  body.docs-mobile-nav-open section.acss-rwgu8t .acss-n9vqwi > .acss-1eurvnv .acss-tmdvne > a {
    justify-content: flex-start !important;
    width: 100% !important;
    padding-inline: 12px !important;
  }

  body.docs-mobile-nav-open
    section.acss-rwgu8t
    .acss-n9vqwi
    > .acss-1eurvnv
    .ant-menu-title-content {
    display: block !important;
    overflow: visible !important;
    flex: 1;
    width: auto !important;
    min-width: 0;
    opacity: 1 !important;
    white-space: nowrap;
  }

  body.docs-mobile-nav-open section.acss-rwgu8t .acss-n9vqwi > .acss-1eurvnv .ant-menu-item,
  body.docs-mobile-nav-open
    section.acss-rwgu8t
    .acss-n9vqwi
    > .acss-1eurvnv
    .ant-menu-submenu-title {
    box-sizing: border-box;
    width: calc(100% - 16px) !important;
  }

  body.docs-mobile-toc-open section.acss-rwgu8t .acss-n9vqwi > aside:last-child {
    position: fixed !important;
    z-index: 1000;
    inset: auto 0 0;
    display: flex !important;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    max-height: 70vh;
    padding: 20px 24px 32px;
    border-top: 1px solid var(--lobe-color-border-secondary, #e8e8e8);
    border-radius: 8px 8px 0 0;
    background: var(--lobe-color-bg-container, #fff);
    box-shadow: 0 -16px 32px rgb(0 0 0 / 12%);
  }

  body.docs-mobile-toc-open section.acss-rwgu8t .acss-n9vqwi > aside:last-child > :first-child {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }

  body.docs-mobile-toc-open
    section.acss-rwgu8t
    .acss-n9vqwi
    > aside:last-child
    .ant-anchor-wrapper {
    display: block !important;
  }
}
