.docs-center-page {
  --docs-ink: #17332a;
  --docs-muted: #64766f;
  --docs-green: #0f766e;
  --docs-bright: #2eae7f;
  --docs-gold: #b07a30;
  --docs-line: rgba(32, 99, 73, 0.12);
  color: var(--docs-ink);
  background: #fffefa;
}

.docs-center-page::before {
  opacity: 0;
}

.docs-center-page [hidden] {
  display: none !important;
}

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

.docs-reading-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 160;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: rgba(15, 118, 110, 0.07);
}

.docs-reading-bar span {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #0f766e, #38b889 72%, #c38a37);
  box-shadow: 0 0 14px rgba(15, 118, 110, 0.28);
  transform: scaleX(0);
  transform-origin: left;
}

.docs-center-page .topbar {
  border-bottom-color: rgba(37, 96, 73, 0.1);
  background: rgba(255, 255, 252, 0.82);
}

.docs-center-page .nav-link[aria-current="page"] {
  color: var(--docs-green);
  background: rgba(15, 118, 110, 0.06);
}

.docs-center-page .nav-link[aria-current="page"]::after {
  transform: scaleX(1);
}

.docs-center-page .docs-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding: 126px 0 84px;
  overflow: hidden;
  border-bottom: 1px solid rgba(34, 96, 72, 0.09);
  background:
    radial-gradient(circle at 77% 38%, rgba(48, 177, 129, 0.14), transparent 22%),
    radial-gradient(circle at 91% 72%, rgba(199, 146, 60, 0.09), transparent 22%),
    linear-gradient(135deg, #fffefa, #f5fbf6 58%, #fffaf1);
}

.docs-center-page .docs-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.6;
  pointer-events: none;
  background:
    linear-gradient(rgba(35, 106, 78, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 106, 78, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000 82%, transparent);
}

.docs-center-page .docs-hero .section-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap: 72px;
  align-items: center;
}

.docs-hero-copy {
  position: relative;
  z-index: 2;
}

.docs-center-page .docs-hero h1 {
  max-width: 780px;
  margin: 18px 0 22px;
  color: var(--docs-ink);
  font-size: clamp(50px, 6vw, 82px);
  line-height: 1.05;
  letter-spacing: -0.065em;
}

.docs-center-page .docs-hero h1 span {
  color: var(--docs-green);
}

.docs-center-page .docs-hero-copy > p {
  max-width: 660px;
  margin: 0;
  color: #5f736a;
  font-size: 17px;
  line-height: 1.9;
}

.docs-search {
  position: relative;
  z-index: 20;
  max-width: 690px;
  margin-top: 34px;
}

.docs-search > input {
  width: 100%;
  height: 66px;
  padding: 0 92px 0 58px;
  color: var(--docs-ink);
  border: 1px solid rgba(29, 105, 76, 0.15);
  border-radius: 18px;
  outline: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 54px rgba(40, 87, 68, 0.1), inset 0 1px rgba(255, 255, 255, 0.96);
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.docs-search > input:focus {
  border-color: rgba(15, 118, 110, 0.42);
  box-shadow: 0 24px 64px rgba(40, 87, 68, 0.14), 0 0 0 4px rgba(15, 118, 110, 0.07);
  transform: translateY(-1px);
}

.docs-search-icon {
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 1;
  width: 17px;
  height: 17px;
  border: 2px solid var(--docs-green);
  border-radius: 50%;
  transform: translateY(-58%);
}

.docs-search-icon::after {
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  content: "";
  background: var(--docs-green);
  transform: rotate(45deg);
}

.docs-search kbd {
  position: absolute;
  top: 50%;
  right: 16px;
  min-width: 58px;
  padding: 7px 8px;
  color: #6a7e75;
  border: 1px solid rgba(35, 93, 70, 0.11);
  border-radius: 8px;
  background: #f6faf6;
  box-shadow: inset 0 -1px rgba(35, 93, 70, 0.08);
  font-size: 11px;
  font-family: inherit;
  text-align: center;
  transform: translateY(-50%);
}

.docs-search-results {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  max-height: 380px;
  padding: 8px;
  overflow: auto;
  border: 1px solid rgba(32, 99, 73, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 252, 0.98);
  box-shadow: 0 30px 80px rgba(35, 78, 61, 0.18);
  backdrop-filter: blur(18px);
}

.docs-search-results button {
  width: 100%;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  color: #24483b;
  border: 0;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.docs-search-results button:hover,
.docs-search-results button:focus-visible {
  outline: none;
  background: #eff8f2;
}

.docs-search-results button span {
  color: var(--docs-gold);
  font-size: 11px;
  font-weight: 900;
}

.docs-search-results button strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.docs-search-results button small {
  color: #73857d;
  font-size: 11px;
}

.docs-search-empty {
  padding: 20px;
  color: #687b73;
  font-size: 13px;
  line-height: 1.7;
}

.docs-popular {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 18px;
  color: #7b8b84;
  font-size: 12px;
}

.docs-popular button {
  padding: 0;
  color: #526d62;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}

.docs-popular button:hover,
.docs-popular button:focus-visible {
  color: var(--docs-green);
  border-bottom-color: rgba(15, 118, 110, 0.34);
  outline: none;
}

.docs-knowledge-visual {
  position: relative;
  min-height: 470px;
  border: 1px solid rgba(28, 106, 78, 0.12);
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(46, 174, 127, 0.12), transparent 25%),
    linear-gradient(rgba(42, 110, 83, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 110, 83, 0.04) 1px, transparent 1px),
    rgba(255, 255, 255, 0.7);
  background-size: auto, 36px 36px, 36px 36px, auto;
  box-shadow: 0 34px 96px rgba(44, 88, 69, 0.13), inset 0 1px rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.docs-knowledge-visual::before {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  content: "";
  opacity: 0.54;
  background: conic-gradient(from 0deg, transparent, rgba(46, 174, 127, 0.22), transparent 25%, rgba(176, 122, 48, 0.18), transparent 55%);
  mask-image: radial-gradient(circle, transparent 58%, #000 60%, transparent 64%);
  animation: docs-radar 14s linear infinite;
}

.docs-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(31, 114, 81, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.docs-orbit-one {
  width: 64%;
  height: 64%;
}

.docs-orbit-two {
  width: 88%;
  height: 44%;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.docs-visual-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 164px;
  height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 58px rgba(42, 88, 69, 0.14), 0 0 0 14px rgba(46, 174, 127, 0.055);
  transform: translate(-50%, -50%);
}

.docs-visual-core small {
  color: var(--docs-gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.docs-visual-core strong {
  margin-top: 5px;
  color: var(--docs-ink);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.docs-visual-core span {
  margin-top: 8px;
  color: #71827a;
  font-size: 11px;
}

.docs-orbit-node {
  position: absolute;
  min-width: 88px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 0 14px;
  color: #2a5143;
  border: 1px solid rgba(31, 105, 77, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 13px 34px rgba(41, 85, 67, 0.1);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.docs-orbit-node span {
  color: var(--docs-gold);
  font-size: 9px;
}

.docs-orbit-node:hover,
.docs-orbit-node:focus-visible {
  color: var(--docs-green);
  border-color: rgba(15, 118, 110, 0.3);
  outline: none;
  box-shadow: 0 18px 42px rgba(41, 85, 67, 0.15), 0 0 0 5px rgba(46, 174, 127, 0.07);
  transform: translateY(-3px);
}

.node-download { top: 18%; left: 10%; }
.node-activate { top: 15%; right: 9%; }
.node-config { bottom: 17%; left: 8%; }
.node-support { right: 9%; bottom: 20%; }

.docs-visual-status {
  position: absolute;
  left: 50%;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #71827a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.docs-visual-status i,
.docs-status-chip i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2eae7f;
  box-shadow: 0 0 0 5px rgba(46, 174, 127, 0.1);
  animation: docs-pulse 2.4s ease-in-out infinite;
}

.docs-workspace {
  position: relative;
  padding: 72px 0 110px;
  background:
    radial-gradient(circle at 7% 10%, rgba(46, 174, 127, 0.055), transparent 23%),
    linear-gradient(180deg, #fffefa, #fbfdf9 60%, #fffaf3);
}

.docs-layout {
  display: grid;
  grid-template-columns: 214px minmax(0, 1fr) 202px;
  gap: 38px;
  align-items: start;
}

.docs-sidebar,
.docs-rail {
  position: sticky;
  top: 104px;
}

.docs-sidebar-label,
.docs-on-page > span {
  display: block;
  margin-bottom: 18px;
  color: #9a7a47;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.docs-sidebar-nav {
  display: grid;
  gap: 5px;
}

.docs-sidebar-nav a {
  position: relative;
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
  color: #6a7b74;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.docs-sidebar-nav a span {
  color: #a6b0ab;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.docs-sidebar-nav a:hover,
.docs-sidebar-nav a:focus-visible,
.docs-sidebar-nav a.active {
  color: var(--docs-green);
  outline: none;
  background: rgba(15, 118, 110, 0.065);
  transform: translateX(3px);
}

.docs-sidebar-nav a.active::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  border-radius: 2px;
  content: "";
  background: linear-gradient(#0f766e, #42b98e);
}

.docs-sidebar-help {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid var(--docs-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 36px rgba(42, 84, 67, 0.06);
}

.docs-sidebar-help span {
  display: block;
  color: #87958f;
  font-size: 10px;
}

.docs-sidebar-help strong {
  display: block;
  margin-top: 7px;
  color: #2a4a3e;
  font-size: 13px;
  line-height: 1.55;
}

.docs-sidebar-help a {
  display: inline-block;
  margin-top: 14px;
  color: var(--docs-green);
  font-size: 11px;
  font-weight: 900;
}

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

.docs-article {
  scroll-margin-top: 112px;
  padding: 42px;
  color: var(--docs-ink);
  border: 1px solid var(--docs-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 60px rgba(42, 85, 68, 0.075), inset 0 1px rgba(255, 255, 255, 0.96);
}

.docs-article + .docs-article {
  margin-top: 28px;
}

.docs-article-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.docs-section-no {
  display: block;
  margin-bottom: 11px;
  color: var(--docs-gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.docs-article h2 {
  margin: 0;
  color: var(--docs-ink);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.docs-article-heading > a,
.docs-read-time,
.docs-status-chip {
  flex: 0 0 auto;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  color: #61756c;
  border: 1px solid rgba(31, 99, 73, 0.1);
  border-radius: 999px;
  background: #f7faf7;
  font-size: 10px;
  font-weight: 800;
}

.docs-article-heading > a:hover,
.docs-article-heading > a:focus-visible {
  color: var(--docs-green);
  border-color: rgba(15, 118, 110, 0.24);
  outline: none;
}

.docs-lead {
  margin: 0;
  color: #64766f;
  font-size: 15px;
  line-height: 1.9;
}

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

.docs-path-grid button {
  position: relative;
  min-height: 168px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
  color: #2d4e42;
  border: 1px solid rgba(31, 99, 73, 0.11);
  border-radius: 17px;
  overflow: hidden;
  background: linear-gradient(145deg, #fbfefb, #f3faf5);
  cursor: pointer;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.docs-path-grid button::after {
  position: absolute;
  right: -30px;
  bottom: -44px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(46, 174, 127, 0.12), transparent 70%);
}

.docs-path-grid button:hover,
.docs-path-grid button:focus-visible {
  border-color: rgba(15, 118, 110, 0.28);
  outline: none;
  box-shadow: 0 18px 42px rgba(42, 84, 67, 0.11);
  transform: translateY(-4px);
}

.docs-path-grid button span {
  color: var(--docs-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.docs-path-grid button strong {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.45;
}

.docs-path-grid button small {
  color: #829089;
  font-size: 10px;
}

.docs-step-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.docs-step-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 17px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(31, 99, 73, 0.1);
  border-radius: 16px;
  background: #fbfdfb;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.docs-step-list article:hover {
  border-color: rgba(15, 118, 110, 0.22);
  background: #fff;
  transform: translateX(4px);
}

.docs-step-list article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 13px;
  background: linear-gradient(145deg, #0f766e, #35b184);
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.17);
  font-size: 11px;
  font-weight: 900;
}

.docs-step-list strong {
  color: #23483a;
  font-size: 15px;
}

.docs-step-list p {
  margin: 5px 0 0;
  color: #6a7b74;
  font-size: 12px;
  line-height: 1.7;
}

.docs-step-list em {
  color: #a38b64;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.docs-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  margin-top: 22px;
  padding: 16px 18px;
  color: #5e6f68;
  border: 1px solid rgba(188, 131, 47, 0.15);
  border-radius: 14px;
  background: #fff9ed;
}

.docs-note span {
  color: #9a6823;
  font-size: 11px;
  font-weight: 900;
}

.docs-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.docs-note-neutral {
  border-color: rgba(31, 99, 73, 0.12);
  background: #f2f8f3;
}

.docs-note-neutral span {
  color: var(--docs-green);
}

.docs-license-map {
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: 9px;
  align-items: center;
  margin-top: 28px;
  padding: 18px;
  overflow-x: auto;
  border: 1px solid rgba(31, 99, 73, 0.1);
  border-radius: 18px;
  background: linear-gradient(145deg, #f8fcf9, #fffaf2);
}

.docs-license-map > div {
  min-width: 116px;
  min-height: 104px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 14px;
  border: 1px solid rgba(31, 99, 73, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.86);
}

.docs-license-map > div span {
  color: var(--docs-gold);
  font-size: 9px;
  font-weight: 900;
}

.docs-license-map > div strong {
  margin-top: 8px;
  color: #284a3e;
  font-size: 13px;
}

.docs-license-map > div p {
  margin: 5px 0 0;
  color: #7a8983;
  font-size: 10px;
}

.docs-license-map > i {
  color: #9aaba3;
  font-style: normal;
  text-align: center;
}

.docs-license-map > .result {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #0f766e, #2fa97c);
  box-shadow: 0 14px 34px rgba(15, 118, 110, 0.18);
}

.docs-license-map > .result span,
.docs-license-map > .result strong,
.docs-license-map > .result p {
  color: #fff;
}

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

.docs-info-grid article {
  padding: 19px;
  border: 1px solid rgba(31, 99, 73, 0.1);
  border-radius: 15px;
  background: #fcfefc;
}

.docs-info-grid article > span,
.docs-product-intro > span {
  color: var(--docs-green);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.docs-info-grid h3 {
  margin: 9px 0 0;
  color: #284a3e;
  font-size: 15px;
}

.docs-info-grid p {
  margin: 7px 0 0;
  color: #6f7f78;
  font-size: 12px;
  line-height: 1.7;
}

.docs-product-tabs {
  display: flex;
  gap: 6px;
  margin: 26px 0 20px;
  padding: 6px;
  overflow-x: auto;
  border: 1px solid rgba(31, 99, 73, 0.09);
  border-radius: 14px;
  background: #f4f8f4;
}

.docs-product-tabs button {
  min-height: 40px;
  flex: 1 0 auto;
  padding: 0 13px;
  color: #697b73;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
}

.docs-product-tabs button:hover,
.docs-product-tabs button:focus-visible {
  color: var(--docs-green);
  outline: none;
}

.docs-product-tabs button.active {
  color: var(--docs-green);
  background: #fff;
  box-shadow: 0 7px 20px rgba(41, 83, 66, 0.09);
}

.docs-product-panel {
  padding: 25px;
  border: 1px solid rgba(31, 99, 73, 0.1);
  border-radius: 18px;
  background: linear-gradient(145deg, #fcfefc, #f7fbf7);
  animation: docs-panel-in 0.38s ease both;
  scroll-margin-top: 120px;
}

.docs-product-intro h3 {
  margin: 8px 0 0;
  color: #214438;
  font-size: 23px;
}

.docs-product-intro p {
  margin: 8px 0 0;
  color: #687a72;
  font-size: 13px;
  line-height: 1.75;
}

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

.docs-config-grid > div {
  padding: 18px;
  border: 1px solid rgba(31, 99, 73, 0.09);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
}

.docs-config-grid h4 {
  margin: 0 0 10px;
  color: #2a4b3f;
  font-size: 13px;
}

.docs-config-grid ul,
.docs-config-grid ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 20px;
  color: #6a7c74;
  font-size: 11px;
  line-height: 1.65;
}

.docs-code-block {
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(22, 61, 48, 0.12);
  border-radius: 14px;
  background: #18372e;
  box-shadow: 0 14px 34px rgba(20, 55, 44, 0.12);
}

.docs-code-block > div {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  color: rgba(237, 248, 242, 0.64);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.docs-code-block button {
  padding: 5px 9px;
  color: #a8e7cf;
  border: 1px solid rgba(168, 231, 207, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  font-size: 9px;
}

.docs-code-block button:hover,
.docs-code-block button:focus-visible {
  color: #fff;
  border-color: rgba(168, 231, 207, 0.42);
  outline: none;
}

.docs-code-block pre {
  margin: 0;
  padding: 18px;
  overflow-x: auto;
  color: #b9f0d9;
  font-size: 11px;
  line-height: 1.8;
}

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

.docs-browser-steps > div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 15px;
  border: 1px solid rgba(31, 99, 73, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
}

.docs-browser-steps span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 9px;
  background: var(--docs-green);
  font-size: 10px;
  font-weight: 900;
}

.docs-browser-steps p {
  margin: 2px 0 0;
  color: #63766d;
  font-size: 11px;
  line-height: 1.65;
}

.docs-browser-steps strong {
  color: #315548;
  font-family: monospace;
}

.docs-accordion {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.docs-accordion details,
.docs-faq-grid details {
  border: 1px solid rgba(31, 99, 73, 0.1);
  border-radius: 15px;
  overflow: hidden;
  background: #fcfefc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.docs-accordion details[open],
.docs-faq-grid details[open] {
  border-color: rgba(15, 118, 110, 0.22);
  background: #fff;
  box-shadow: 0 14px 34px rgba(42, 84, 67, 0.08);
}

.docs-accordion summary,
.docs-faq-grid summary {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 50px 0 18px;
  color: #315346;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
}

.docs-accordion summary::-webkit-details-marker,
.docs-faq-grid summary::-webkit-details-marker {
  display: none;
}

.docs-accordion summary > span {
  color: var(--docs-gold);
  font-size: 9px;
  font-weight: 900;
}

.docs-accordion summary > i,
.docs-faq-grid summary > i {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}

.docs-accordion summary > i::before,
.docs-accordion summary > i::after,
.docs-faq-grid summary > i::before,
.docs-faq-grid summary > i::after {
  position: absolute;
  top: 6px;
  left: 1px;
  width: 12px;
  height: 1px;
  content: "";
  background: var(--docs-green);
  transition: transform 0.2s ease;
}

.docs-accordion summary > i::after,
.docs-faq-grid summary > i::after {
  transform: rotate(90deg);
}

.docs-accordion details[open] summary > i::after,
.docs-faq-grid details[open] summary > i::after {
  transform: rotate(0);
}

.docs-accordion details > div {
  padding: 0 52px 20px 54px;
  color: #697b73;
  font-size: 12px;
  line-height: 1.8;
}

.docs-accordion details > div p {
  margin: 0;
}

.docs-accordion details > div a {
  display: inline-block;
  margin-top: 10px;
  color: var(--docs-green);
  font-weight: 900;
}

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

.docs-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #6b7d75;
  font-size: 12px;
  line-height: 1.75;
}

.docs-feedback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(31, 99, 73, 0.1);
  border-radius: 14px;
  background: linear-gradient(145deg, #f7fbf7, #fffaf2);
}

.docs-feedback span,
.docs-feedback small {
  display: block;
}

.docs-feedback span {
  color: #315346;
  font-size: 12px;
  font-weight: 900;
}

.docs-feedback small {
  margin-top: 5px;
  color: #7a8983;
  font-size: 10px;
}

.docs-feedback > div:last-child {
  display: flex;
  gap: 7px;
}

.docs-feedback button {
  min-height: 34px;
  padding: 0 12px;
  color: #61756c;
  border: 1px solid rgba(31, 99, 73, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}

.docs-feedback button:hover,
.docs-feedback button:focus-visible,
.docs-feedback button.selected {
  color: var(--docs-green);
  border-color: rgba(15, 118, 110, 0.28);
  outline: none;
  background: #eef8f2;
}

.docs-progress-card {
  display: grid;
  gap: 14px;
  place-items: center;
  padding: 20px 14px;
  border: 1px solid var(--docs-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 40px rgba(42, 84, 67, 0.07);
  text-align: center;
}

.docs-progress-ring {
  --docs-progress: 0deg;
  position: relative;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--docs-green) var(--docs-progress), rgba(31, 99, 73, 0.08) 0);
}

.docs-progress-ring::before {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  content: "";
  background: #fff;
}

.docs-progress-ring > span {
  position: relative;
  z-index: 1;
}

.docs-progress-ring strong,
.docs-progress-ring small {
  display: block;
}

.docs-progress-ring strong {
  color: var(--docs-ink);
  font-size: 19px;
}

.docs-progress-ring small,
.docs-progress-card > div:last-child span {
  margin-top: 2px;
  color: #87958f;
  font-size: 8px;
}

.docs-progress-card > div:last-child strong,
.docs-progress-card > div:last-child span {
  display: block;
}

.docs-progress-card > div:last-child strong {
  color: #36584c;
  font-size: 12px;
}

.docs-on-page {
  display: grid;
  gap: 9px;
  margin-top: 28px;
  padding: 0 8px;
}

.docs-on-page a {
  color: #71827a;
  font-size: 11px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.docs-on-page a:hover,
.docs-on-page a:focus-visible {
  color: var(--docs-green);
  outline: none;
  transform: translateX(3px);
}

.docs-contact-card {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(31, 99, 73, 0.1);
  border-radius: 17px;
  background: linear-gradient(145deg, #f4faf5, #fff8eb);
}

.docs-contact-card > span {
  color: var(--docs-gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.docs-contact-card > strong {
  display: block;
  margin-top: 8px;
  color: #2a4b3f;
  font-size: 13px;
}

.docs-contact-card p {
  margin: 8px 0 14px;
  color: #71817a;
  font-size: 10px;
  line-height: 1.65;
}

.docs-contact-card .btn {
  width: 100%;
  min-height: 38px;
  font-size: 10px;
}

.docs-bottom-cta {
  padding: 72px 0;
  border-top: 1px solid rgba(33, 98, 73, 0.09);
  background: linear-gradient(135deg, #f0f9f3, #fffaf0);
}

.docs-bottom-cta .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.docs-bottom-cta span {
  color: var(--docs-gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.docs-bottom-cta h2 {
  margin: 10px 0 0;
  color: var(--docs-ink);
  font-size: clamp(27px, 4vw, 44px);
  letter-spacing: -0.04em;
}

.docs-bottom-cta .section-inner > div:last-child {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

@keyframes docs-radar {
  to { transform: rotate(360deg); }
}

@keyframes docs-pulse {
  50% { opacity: 0.45; transform: scale(0.78); }
}

@keyframes docs-panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  .docs-layout {
    grid-template-columns: 205px minmax(0, 1fr);
  }

  .docs-rail {
    display: none;
  }
}

@media (max-width: 920px) {
  .docs-center-page .docs-hero {
    min-height: auto;
    padding: 110px 0 62px;
  }

  .docs-center-page .docs-hero .section-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .docs-knowledge-visual {
    min-height: 390px;
  }

  .docs-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .docs-sidebar {
    top: 76px;
    z-index: 30;
    margin: 0 -16px;
    padding: 10px 16px;
    overflow-x: auto;
    border-top: 1px solid rgba(31, 99, 73, 0.08);
    border-bottom: 1px solid rgba(31, 99, 73, 0.1);
    background: rgba(255, 255, 252, 0.94);
    backdrop-filter: blur(16px);
  }

  .docs-sidebar-label,
  .docs-sidebar-help {
    display: none;
  }

  .docs-sidebar-nav {
    display: flex;
    width: max-content;
  }

  .docs-sidebar-nav a {
    min-height: 38px;
    padding: 0 12px;
    white-space: nowrap;
  }

  .docs-sidebar-nav a.active::before {
    top: auto;
    right: 12px;
    bottom: 2px;
    left: 12px;
    width: auto;
    height: 2px;
  }

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

  .docs-path-grid button {
    min-height: 132px;
  }
}

@media (max-width: 680px) {
  .docs-center-page .docs-hero h1 {
    font-size: 46px;
  }

  .docs-center-page .docs-hero-copy > p {
    font-size: 15px;
  }

  .docs-search > input {
    height: 60px;
    padding-right: 20px;
  }

  .docs-search kbd {
    display: none;
  }

  .docs-search-results button {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .docs-search-results button small {
    display: none;
  }

  .docs-knowledge-visual {
    min-height: 340px;
    border-radius: 25px;
  }

  .docs-visual-core {
    width: 132px;
    height: 132px;
  }

  .docs-visual-core strong {
    font-size: 31px;
  }

  .docs-orbit-node {
    min-width: 74px;
    min-height: 36px;
    padding: 0 10px;
    font-size: 10px;
  }

  .docs-workspace {
    padding-top: 36px;
  }

  .docs-article {
    padding: 27px 20px;
    border-radius: 20px;
  }

  .docs-article-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .docs-step-list article {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .docs-step-list em {
    display: none;
  }

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

  .docs-license-map > div {
    min-width: 0;
  }

  .docs-license-map > i {
    transform: rotate(90deg);
  }

  .docs-info-grid,
  .docs-config-grid,
  .docs-browser-steps,
  .docs-faq-grid {
    grid-template-columns: 1fr;
  }

  .docs-product-panel {
    padding: 19px;
  }

  .docs-accordion details > div {
    padding-left: 18px;
    padding-right: 18px;
  }

  .docs-feedback,
  .docs-bottom-cta .section-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .docs-feedback > div:last-child,
  .docs-bottom-cta .section-inner > div:last-child {
    width: 100%;
  }

  .docs-bottom-cta .btn {
    flex: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .docs-knowledge-visual::before,
  .docs-visual-status i,
  .docs-status-chip i {
    animation: none;
  }

  .docs-product-panel {
    animation: none;
  }
}

@media (max-width: 820px) {
  .docs-popular button,
  .docs-code-block button,
  .docs-feedback button,
  .docs-on-page a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }

  .docs-popular button {
    padding-right: 6px;
    padding-left: 6px;
  }

  .docs-orbit-node,
  .docs-sidebar-nav a,
  .docs-popular button,
  .docs-code-block button,
  .docs-feedback button,
  .docs-on-page a {
    min-height: 44px;
  }

  .docs-article-heading > a,
  .docs-accordion details > div a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}
