/* Mixin to create vertical, horizontal or radial gradient */
/* blue Color */
/* White */
/* Black */
/* Gray */
/* Gray Dark*/
/* Gray Light*/
/* Orange */
/* Orange */
/* Text Color Class */
/*Footer*/
/* Home New Page */
/* Mixin to create vertical, horizontal or radial gradient */
/* blue Color */
/* White */
/* Black */
/* Gray */
/* Gray Dark*/
/* Gray Light*/
/* Orange */
/* Orange */
/* Text Color Class */
/*Footer*/
/* Home New Page */
html:has(.docs-page) {
  scroll-padding-top: 0;
}

.docs-page {
  position: relative;
  padding: 0 0 72px;
  background-color: #fff;
  --blgdtl-scroll-offset: 136px;
}
@media screen and (max-width: 991px) {
  .docs-page {
    padding: 0 0 56px;
    --blgdtl-scroll-offset: 128px;
  }
}
@media screen and (max-width: 767px) {
  .docs-page {
    padding: 0 0 48px;
  }
}

.docs-topbar {
  position: sticky;
  top: 84px;
  z-index: 98;
  background: #fff;
  border-bottom: 1px solid #E8E8EC;
  margin-top: 84px;
}
.docs-topbar .container {
  display: flex;
  align-items: center;
  height: 52px;
}
.docs-topbar__tabs {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 52px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0;
}
.docs-topbar__tabs::-webkit-scrollbar {
  display: none;
}
.docs-topbar__tab {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 10px;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.2;
  color: #545454;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 991px) {
  .docs-topbar {
    top: 75px;
    margin-top: 75px;
  }
  .docs-topbar .container,
  .docs-topbar__tabs {
    height: 48px;
  }
  .docs-topbar__tab {
    padding: 7px 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .docs-topbar .container,
  .docs-topbar__tabs {
    height: 46px;
  }
  .docs-topbar__tabs {
    gap: 2px;
  }
  .docs-topbar__tab {
    padding: 8px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .docs-topbar__tab {
    padding: 7px 10px;
    font-size: 13px;
  }
}
.docs-topbar__tab:hover {
  background: rgba(112, 84, 243, 0.06);
  color: #1E1E1E;
}
.docs-topbar__tab:visited {
  color: #545454;
}
.docs-topbar__tab.is-active {
  background: rgba(112, 84, 243, 0.1);
  color: #7054F3;
  font-family: "Poppins";
  font-weight: 500;
}

.docs-layout {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 48px 40px;
  align-items: start;
  /* max-width: 1100px; */
  margin: 0 auto;
  padding-top: 32px;
}
@media screen and (max-width: 991px) {
  .docs-layout {
    gap: 32px 24px;
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .docs-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.docs-sidebar {
  position: sticky;
  top: 146px;
  align-self: start;
  z-index: 3;
  height: calc(100vh - 146px);
  max-height: calc(100vh - 146px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  .docs-sidebar {
    height: calc(98vh - 146px);
    max-height: calc(98vh - 146px);
  }
}
@media screen and (max-width: 991px) {
  .docs-sidebar {
    top: 128px;
    height: calc(98vh - 128px);
    max-height: calc(98vh - 128px);
  }
}
.docs-sidebar .docs-nav {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  height: 100%;
}
.docs-sidebar .docs-nav__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
@media screen and (max-width: 767px) {
  .docs-sidebar {
    position: static;
    top: auto;
    height: auto;
    max-height: none;
    overflow: visible;
  }
  .docs-sidebar .docs-nav__body {
    overflow-y: visible;
  }
}

.docs-nav {
  border-radius: 16px;
  border: 1px solid #E8E8EC;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(112, 84, 243, 0.06);
}
.docs-nav__head {
  padding: 18px 20px 14px;
  border-bottom: 1px solid #F0F0F2;
}
.docs-nav__label {
  display: block;
  font-family: "Poppins";
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9A9A9E;
  margin-bottom: 4px;
}
.docs-nav__title {
  margin: 0;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  color: #1E1E1E;
}
.docs-nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 36px;
  padding: 0;
  border: 1px solid #E8E8EC;
  border-radius: 10px;
  background: #fff;
  color: #1E1E1E;
  cursor: pointer;
}
.docs-nav__toggle svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .docs-nav__toggle {
    display: inline-flex;
  }
}
.docs-nav__body {
  padding: 12px 10px 16px;
}
@media screen and (max-width: 767px) {
  .docs-nav__body {
    display: none;
  }
  .docs-nav.is-open .docs-nav__body {
    display: block;
  }
}
.docs-nav__section {
  margin: 12px 0 6px;
  padding: 0 10px;
  font-family: "Poppins";
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9A9A9E;
}
.docs-nav__section:first-child {
  margin-top: 0;
}
.docs-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.docs-nav__link {
  display: block;
  padding: 8px 12px;
  border-radius: 10px;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.4;
  color: #545454;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 1199px) {
  .docs-nav__link {
    padding: 7px 10px;
    font-size: 13px;
    line-height: 1.45;
  }
}
.docs-nav__link:hover {
  background: rgba(112, 84, 243, 0.06);
  color: #1E1E1E;
}
.docs-nav__link.is-active {
  background: rgba(112, 84, 243, 0.1);
  color: #7054F3;
  font-family: "Poppins";
  font-weight: 500;
}
.docs-nav__link--muted {
  color: #9A9A9E;
  cursor: default;
  pointer-events: none;
}
.docs-nav__head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.docs-toc__item--nested .docs-nav__link {
  padding-left: 24px;
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  .docs-toc__item--nested .docs-nav__link {
    padding-left: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .docs-toc__item--nested .docs-nav__link {
    padding-left: 22px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .docs-toc__item--nested .docs-nav__link {
    padding-left: 18px;
    font-size: 12px;
  }
}

.docs-main.blgdtl-main {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.docs-main h1 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Poppins";
  line-height: 1.12;
  margin: 0 0 24px;
  color: #1E1E1E;
}
@media screen and (max-width: 1399px) {
  .docs-main h1 {
    font-size: 38px;
    line-height: 1.12;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .docs-main h1 {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .docs-main h1 {
    font-size: 28px;
    line-height: 1.18;
    margin-bottom: 16px;
  }
}
.docs-main {
  min-width: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.72;
  color: #545454;
}
@media screen and (max-width: 575px) {
  .docs-main {
    font-size: 15px;
    line-height: 1.65;
  }
}
.docs-main > *:first-child {
  margin-top: 0;
}
.docs-main > *:last-child {
  margin-bottom: 0;
}
.docs-main p {
  margin: 0 0 20px;
  font-size: 16px;
}
@media screen and (max-width: 1399px) {
  .docs-main p {
    font-size: 15px;
    margin-bottom: 13px;
  }
}
.docs-main strong {
  font-family: "Poppins";
  font-weight: 500;
  color: #1E1E1E;
}

.docs-main h2 {
  margin: 40px 0 16px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 26px;
  line-height: 1.28;
  color: #1E1E1E;
  scroll-margin-top: var(--blgdtl-scroll-offset, 96px);
}
@media screen and (max-width: 767px) {
  .docs-main h2 {
    margin: 32px 0 14px;
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 575px) {
  .docs-main h2 {
    margin: 28px 0 12px;
    font-size: 20px;
    line-height: 1.32;
  }
}
.docs-main h3 {
  margin: 28px 0 12px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.32;
  color: #1E1E1E;
  scroll-margin-top: var(--blgdtl-scroll-offset, 96px);
}
@media screen and (max-width: 767px) {
  .docs-main h3 {
    margin: 24px 0 10px;
    font-size: 18px;
    line-height: 1.34;
  }
}
@media screen and (max-width: 575px) {
  .docs-main h3 {
    margin: 22px 0 8px;
    font-size: 17px;
    line-height: 1.36;
  }
}
.docs-main h4 {
  margin: 24px 0 10px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.32;
  color: #1E1E1E;
  scroll-margin-top: var(--blgdtl-scroll-offset, 96px);
}
@media screen and (max-width: 767px) {
  .docs-main h4 {
    margin: 20px 0 8px;
    font-size: 16px;
    line-height: 1.34;
  }
}
@media screen and (max-width: 575px) {
  .docs-main h4 {
    margin: 18px 0 6px;
    font-size: 15px;
    line-height: 1.36;
  }
}
.docs-main ul {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
@media screen and (max-width: 1399px) {
  .docs-main ul {
    margin-bottom: 18px;
  }
}
.docs-main ul li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 22px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.72;
  color: #545454;
}
@media screen and (max-width: 1399px) {
  .docs-main ul li {
    margin: 0 0 10px;
    padding-left: 18px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .docs-main ul li {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.65;
  }
}
.docs-main ul li:last-child {
  margin-bottom: 0;
}
.docs-main ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9A9A9E;
  transform: translateY(-50%);
}
@media screen and (max-width: 1399px) {
  .docs-main ul li::before{
    top: 13px;
  }
}
.docs-main ul li strong {
  font-family: "Poppins";
  font-weight: 500;
  color: #1E1E1E;
}
.docs-main ol {
  margin: 0 0 28px;
  padding-left: 1.35rem;
}
.docs-main ol li {
  margin-bottom: 12px;
  padding-left: 0.25rem;
  line-height: 1.72;
}
.docs-main ol li:last-child {
  margin-bottom: 0;
}
.docs-main ol li strong {
  font-family: "Poppins";
  font-weight: 500;
  color: #1E1E1E;
}
.docs-main blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 3px solid #7054F3;
  border-radius: 0 12px 12px 0;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: #1E1E1E;
  background: rgba(112, 84, 243, 0.06);
}
.docs-main blockquote p {
  margin: 0;
}
.docs-main blockquote p + p {
  margin-top: 12px;
}
.docs-main hr {
  margin: 36px 0;
  border: 0;
  border-top: 1px solid #EBEBED;
}
.docs-main figure {
  margin: 32px 0;
  border-radius: 16px;
  overflow: hidden;
  background: #F3F3F3;
}
.docs-main figure img {
  display: block;
  width: 100%;
  height: auto;
}
.docs-main figure figcaption {
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.4;
  color: #9A9A9E;
  background: #FAFAFA;
}

.docs-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  font-family: "Poppins";
  font-size: 14px;
  color: #7054F3;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.docs-back:hover {
  opacity: 0.8;
  color: #7054F3;
}

.docs-lead {
  font-size: 17px !important;
  line-height: 1.65 !important;
  color: #545454 !important;
  margin-bottom: 8px;
}

.docs-video {
  position: relative;
  width: 100%;
  margin: 28px 0 32px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #E8E8EC;
  background: #0A1024;
  aspect-ratio: 16/9;
}
.docs-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.docs-frame {
  margin: 20px 0 8px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #E8E8EC;
  background: #F8F8FA;
  box-shadow: 0 8px 28px rgba(112, 84, 243, 0.05);
}
.docs-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.docs-example-link {
  display: inline-block;
  margin: 8px 0 36px;
  font-family: "Poppins";
  font-size: 15px;
  color: #7054F3;
  text-decoration: none;
}
.docs-example-link:hover {
  text-decoration: underline;
  color: #7054F3;
}

.docs-prompt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 16px 0 8px;
}
.docs-prompt-actions__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 10px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  text-decoration: none;
}
.docs-prompt-actions__btn--copy {
  border: 1px solid #D8D8DC;
  background: transparent;
  color: #1E1E1E;
}
.docs-prompt-actions__btn--copy:hover {
  border-color: rgba(112, 84, 243, 0.35);
  background: rgba(112, 84, 243, 0.04);
}
.docs-prompt-actions__btn--build {
  border: 1px solid #7054F3;
  background: linear-gradient(135deg, #7054F3 0%, #5648F9 100%);
  color: #fff;
}
.docs-prompt-actions__btn--build:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(112, 84, 243, 0.28);
  color: #fff;
}

.docs-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 36px 0;
  padding: 22px 24px;
  border-radius: 16px;
  border: 1px solid rgba(112, 84, 243, 0.18);
  background: linear-gradient(135deg, rgba(112, 84, 243, 0.06) 0%, rgba(86, 72, 249, 0.04) 100%);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.docs-cta-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(112, 84, 243, 0.12);
}
.docs-cta-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #7054F3, #5648F9);
  color: #fff;
  font-size: 20px;
}
.docs-cta-card__body {
  flex: 1 1 auto;
  min-width: 0;
}
.docs-cta-card__title {
  margin: 0 0 4px;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
  color: #1E1E1E;
}
.docs-cta-card__text {
  margin: 0;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.5;
  color: #545454;
}
.docs-cta-card__arrow {
  flex-shrink: 0;
  color: #7054F3;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .docs-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

.docs-card-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 36px;
}
@media screen and (max-width: 767px) {
  .docs-card-group {
    grid-template-columns: 1fr;
  }
}

.docs-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  border: 1px solid #E8E8EC;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.docs-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(112, 84, 243, 0.1);
  border-color: rgba(112, 84, 243, 0.2);
}
.docs-card--horizontal {
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 575px) {
  .docs-card--horizontal {
    flex-direction: column;
  }
}
.docs-card__media {
  flex-shrink: 0;
  overflow: hidden;
  background: #F3F3F5;
}
.docs-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.docs-card--horizontal .docs-card__media {
  width: 140px;
}
@media screen and (max-width: 575px) {
  .docs-card--horizontal .docs-card__media {
    width: 100%;
    height: 140px;
  }
}
.docs-card:not(.docs-card--horizontal) .docs-card__media {
  aspect-ratio: 16/10;
}
.docs-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px 20px;
  flex: 1 1 auto;
}
.docs-card__icon {
  font-size: 18px;
  margin-bottom: 2px;
}
.docs-card__title {
  margin: 0;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: #1E1E1E;
}
.docs-card__text {
  margin: 0;
  font-family: "Poppins";
  font-size: 13px;
  line-height: 1.55;
  color: #545454;
}

html[data-theme=dark] .docs-page {
  background-color: #1E1E1E;
}
html[data-theme=dark] .docs-topbar {
  background: #1E1E1E;
  border-color: rgba(255, 255, 255, 0.08);
}
html[data-theme=dark] .docs-topbar__tab {
  color: #B8B8BC;
}
html[data-theme=dark] .docs-topbar__tab:hover {
  background: rgba(112, 84, 243, 0.12);
  color: #fff;
}
html[data-theme=dark] .docs-topbar__tab.is-active {
  background: rgba(112, 84, 243, 0.18);
  color: #A78BFA;
}
html[data-theme=dark] .docs-nav {
  background: #242424;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}
html[data-theme=dark] .docs-nav__head {
  border-color: rgba(255, 255, 255, 0.08);
}
html[data-theme=dark] .docs-nav__title {
  color: #fff;
}
html[data-theme=dark] .docs-nav__link {
  color: #B8B8BC;
}
html[data-theme=dark] .docs-nav__link:hover {
  background: rgba(112, 84, 243, 0.12);
  color: #fff;
}
html[data-theme=dark] .docs-nav__link.is-active {
  background: rgba(112, 84, 243, 0.18);
  color: #A78BFA;
}
html[data-theme=dark] .docs-main h1, html[data-theme=dark] .docs-main h2, html[data-theme=dark] .docs-main h3, html[data-theme=dark] .docs-main strong {
  color: #fff;
}
html[data-theme=dark] .docs-main p, html[data-theme=dark] .docs-main .docs-lead {
  color: #B8B8BC !important;
}
html[data-theme=dark] .docs-frame {
  border-color: rgba(255, 255, 255, 0.08);
  background: #2A2A2A;
}
html[data-theme=dark] .docs-video {
  border-color: rgba(255, 255, 255, 0.08);
}
html[data-theme=dark] .docs-prompt-actions__btn--copy {
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
html[data-theme=dark] .docs-prompt-actions__btn--copy:hover {
  background: rgba(112, 84, 243, 0.12);
}
html[data-theme=dark] .docs-cta-card {
  border-color: rgba(112, 84, 243, 0.25);
  background: linear-gradient(135deg, rgba(112, 84, 243, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
}
html[data-theme=dark] .docs-cta-card__title {
  color: #fff;
}
html[data-theme=dark] .docs-cta-card__text {
  color: #B8B8BC;
}
html[data-theme=dark] .docs-card {
  background: #242424;
  border-color: rgba(255, 255, 255, 0.08);
}
html[data-theme=dark] .docs-card__title {
  color: #fff;
}
html[data-theme=dark] .docs-card__text {
  color: #B8B8BC;
}
html[data-theme=dark] .docs-card__media {
  background: #2A2A2A;
}

/*# sourceMappingURL=docs-compiled.css.map */

/*# sourceMappingURL=style.css.map */





/* Docs overrides — matches WordPress plugin (flat sidebar + right TOC) */

body.toprompt-docs-page .docs-page.blgdtl-page {
  padding-top: 0;
}

body.toprompt-docs-page .docs-layout {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr) 200px;
	gap: 32px 80px;
	width: 100%;
	padding-top: 24px;
	align-items: start;
}

body.toprompt-docs-page .docs-sidebar {
	width: 250px;
	max-width: 250px;
}

body.toprompt-docs-page .docs-toc-sidebar {
	width: 200px;
	max-width: 200px;
}

body.toprompt-docs-page .docs-main.blgdtl-main {
	width: 100%;
	max-width: none;
	margin: 0;
	min-width: 0;
	justify-self: stretch;
}

@media screen and (max-width: 1399px) {
	body.toprompt-docs-page .docs-layout {
		grid-template-columns: 220px minmax(0, 1fr) 180px;
    gap: 32px 60px;
	}
	body.toprompt-docs-page .docs-sidebar {
		width: 220px;
		max-width: 220px;
	}
  body.toprompt-docs-page .docs-toc-sidebar{
    width: 180px;
    max-width: 180px;
  }
}

@media screen and (max-width: 1199px) {
	body.toprompt-docs-page .docs-layout {
		grid-template-columns: 220px minmax(0, 1fr);
    gap: 32px 40px;
	}
	body.toprompt-docs-page .docs-sidebar {
		width: 220px;
		max-width: 220px;
	}
	body.toprompt-docs-page .docs-toc-sidebar {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	body.toprompt-docs-page .docs-layout {
		grid-template-columns: 200px minmax(0, 1fr);
	}
	body.toprompt-docs-page .docs-sidebar {
		width: 200px;
		max-width: 200px;
	}
}

@media screen and (max-width: 767px) {
	body.toprompt-docs-page .docs-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}
	body.toprompt-docs-page .docs-sidebar {
		width: 100%;
		max-width: none;
	}
}

body.toprompt-docs-page .docs-nav--flat {
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
	height: 100%;
}

body.toprompt-docs-page .docs-nav--flat .docs-nav__head {
	display: none;
}

body.toprompt-docs-page .docs-nav--flat .docs-nav__body {
	padding: 0;
  padding-right: 30px;
}

body.toprompt-docs-page .docs-nav--flat .docs-nav__toggle {
	display: none;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	padding: 8px 12px;
	border: 1px solid #E8E8EC;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	body.toprompt-docs-page .docs-nav--flat .docs-nav__toggle {
		display: inline-flex;
	}
	body.toprompt-docs-page .docs-nav--flat .docs-nav__body {
		display: none;
	}
	body.toprompt-docs-page .docs-nav--flat.is-open .docs-nav__body {
		display: block;
	}
}

body.toprompt-docs-page .docs-nav__section {
	margin: 16px 0 6px;
	padding: 0;
  padding-left: 10px;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9A9A9E;
}

body.toprompt-docs-page .docs-nav__section:first-child {
	margin-top: 0;
}

body.toprompt-docs-page .docs-nav__link {
	padding: 6px 10px;
	border-radius: 6px;
}
@media screen and (max-width: 1199px) {
	body.toprompt-docs-page .docs-nav__link {
		padding: 5px 8px;
	}
}
@media screen and (max-width: 767px) {
	body.toprompt-docs-page .docs-nav__link {
		padding: 8px 10px;
	}
}
@media screen and (max-width: 575px) {
	body.toprompt-docs-page .docs-nav__link {
		padding: 7px 8px;
	}
}
body.toprompt-docs-page .docs-nav__link:visited{
  color: #545454;
}

body.toprompt-docs-page .docs-toc-sidebar {
	position: sticky;
	top: 146px;
	align-self: start;
	height: calc(100vh - 146px);
	max-height: calc(100vh - 146px);
	overflow: hidden;
}
@media screen and (max-width: 1399px) {
	body.toprompt-docs-page .docs-toc-sidebar {
		height: calc(98vh - 146px);
		max-height: calc(98vh - 146px);
	}
}
@media screen and (max-width: 991px) {
	body.toprompt-docs-page .docs-toc-sidebar {
		top: 128px;
		height: calc(98vh - 128px);
		max-height: calc(98vh - 128px);
	}
}

body.toprompt-docs-page .docs-toc-panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
}

body.toprompt-docs-page .docs-toc-panel__list {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 2px solid #E8E8EC;
}

body.toprompt-docs-page .docs-toc-panel__label {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9A9A9E;
}

body.toprompt-docs-page .docs-toc-panel__list li {
	margin: 0;
}

body.toprompt-docs-page .docs-toc-panel__link {
	display: block;
	padding: 6px 0 6px 14px;
	margin-left: -2px;
	border-left: 2px solid transparent;
	font-size: 13px;
	line-height: 1.45;
	color: #545454;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease;
}

body.toprompt-docs-page .docs-toc-panel__link:hover {
	color: #7054F3;
}

body.toprompt-docs-page .docs-toc-panel__link.is-active {
	color: #7054F3;
	border-left-color: #7054F3;
	font-weight: 500;
}

body.toprompt-docs-page .docs-toc-panel__item--nested .docs-toc-panel__link {
	padding-left: 26px;
	font-size: 12px;
}

body.toprompt-docs-page .docs-toc-panel__empty {
	font-size: 13px;
	color: #9A9A9E;
	padding-left: 14px;
}

html[data-theme="dark"] body.toprompt-docs-page .docs-toc-panel__list {
	border-left-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] body.toprompt-docs-page .docs-toc-panel__link {
	color: #B8B8BC;
}

html[data-theme="dark"] body.toprompt-docs-page .docs-toc-panel__link.is-active {
	color: #A78BFA;
	border-left-color: #A78BFA;
}

html[data-theme="dark"] body.toprompt-docs-page .docs-nav--flat .docs-nav__toggle {
	background: #242424;
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

body.toprompt-docs-page .docs-loading {
	color: #545454;
	font-size: 15px;
	padding: 16px 0;
}
