.andata-help-docs {
  --ahd-blue: #568bef;
  --ahd-blue-strong: #336fdc;
  --ahd-blue-soft: #edf4ff;
  --ahd-yellow: #f2c94c;
  --ahd-ink: #252733;
  --ahd-muted: #60636d;
  --ahd-line: #e8eaf0;
  --ahd-panel: #f3f7fd;
  --ahd-code: #20266e;
  --ahd-code-bar: #243249;
  --ahd-white: #ffffff;
  color: var(--ahd-ink);
  background: var(--ahd-white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  overflow: visible;
}

body.andata-help-docs-active .site-header,
body.andata-help-docs-active .site-footer {
  display: none !important;
}

body.andata-help-docs-active .site-container,
body.andata-help-docs-active .content-area,
body.andata-help-docs-active .site-main {
  margin: 0 !important;
  padding: 0 !important;
}

.andata-help-docs *,
.andata-help-docs *::before,
.andata-help-docs *::after {
  box-sizing: border-box;
}

.andata-help-docs a {
  color: var(--ahd-blue-strong);
  text-decoration: none;
}

.andata-help-docs a:hover {
  color: var(--ahd-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.andata-help-docs button,
.andata-help-docs input {
  font: inherit;
}

.andata-help-docs button {
  cursor: pointer;
}

.andata-help-docs [hidden] {
  display: none !important;
}

.andata-help-docs :focus-visible {
  outline: 3px solid rgba(86, 139, 239, 0.32);
  outline-offset: 2px;
}

.andata-help-docs .ahd-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  width: min(100%, 1600px);
  margin: 0 auto;
  border-top: 1px solid var(--ahd-line);
  border-bottom: 1px solid var(--ahd-line);
  align-items: start;
  overflow: visible;
}

.andata-help-docs .ahd-masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 56px;
  align-items: center;
  border-bottom: 1px solid var(--ahd-line);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
}

.andata-help-docs .ahd-masthead__brand {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-right: 1px solid var(--ahd-line);
  color: var(--ahd-ink);
}

.andata-help-docs .ahd-masthead__brand:hover {
  text-decoration: none;
}

.andata-help-docs .ahd-masthead__brand b {
  color: var(--ahd-blue);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.035em;
}

.andata-help-docs .ahd-masthead__brand span {
  color: #62738a;
  font-size: 12px;
  font-weight: 750;
}

.andata-help-docs .ahd-masthead nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding: 8px 28px;
}

.andata-help-docs .ahd-masthead nav a {
  color: #40546d;
  font-size: 12px;
  font-weight: 720;
}

.andata-help-docs .ahd-masthead nav a:hover {
  color: var(--ahd-blue-strong);
}

.andata-help-docs .ahd-masthead nav .ahd-masthead__login {
  color: var(--ahd-blue-strong);
}

.andata-help-docs .ahd-navigation {
  position: sticky;
  top: 56px;
  z-index: 12;
  min-width: 0;
  height: calc(100vh - 56px);
  height: calc(100dvh - 56px);
  overflow: auto;
  scrollbar-gutter: stable;
  border-right: 1px solid var(--ahd-line);
  background: var(--ahd-panel);
}

.andata-help-docs .ahd-navigation__toggle {
  display: none;
}

.andata-help-docs .ahd-navigation__panel {
  position: relative;
  min-height: 100%;
  padding: 24px 16px 36px;
}

.andata-help-docs .ahd-navigation__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 30px;
  margin: 0 0 18px;
}

.andata-help-docs .ahd-navigation__brand span {
  color: var(--ahd-ink);
  font-size: 15px;
  font-weight: 780;
  letter-spacing: -0.01em;
}

.andata-help-docs .ahd-search {
  position: relative;
  margin: 0 0 20px;
}

.andata-help-docs .ahd-search label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.andata-help-docs .ahd-search > div {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #cbd7e6;
  border-radius: 9px;
  background: var(--ahd-white);
  box-shadow: 0 1px 2px rgba(15, 31, 58, 0.04);
}

.andata-help-docs .ahd-search > div:focus-within {
  border-color: var(--ahd-blue);
  box-shadow: 0 0 0 3px rgba(25, 104, 255, 0.11);
}

.andata-help-docs .ahd-search > div > span {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1.7px solid #71839b;
  border-radius: 50%;
}

.andata-help-docs .ahd-search > div > span::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -3px;
  width: 6px;
  height: 1.7px;
  border-radius: 2px;
  background: #71839b;
  transform: rotate(45deg);
}

.andata-help-docs .ahd-search input {
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 7px;
  border: 0;
  outline: 0;
  color: var(--ahd-ink);
  background: transparent;
  font-size: 13px;
}

.andata-help-docs .ahd-search input::placeholder {
  color: #7c8ba0;
}

.andata-help-docs .ahd-search kbd {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid #d0d9e5;
  border-radius: 5px;
  color: #6e7d91;
  background: #f8fafc;
  font-family: inherit;
  font-size: 11px;
  line-height: 1;
  box-shadow: 0 1px 0 #d0d9e5;
}

.andata-help-docs .ahd-search-results {
  position: absolute;
  z-index: 5;
  top: 112px;
  right: 12px;
  left: 12px;
  max-height: min(480px, calc(100dvh - 160px));
  overflow: auto;
  padding: 8px;
  border: 1px solid #cbd7e6;
  border-radius: 10px;
  background: var(--ahd-white);
  box-shadow: 0 16px 36px rgba(17, 38, 73, 0.16);
}

.andata-help-docs .ahd-search-results__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 6px 8px;
  color: var(--ahd-muted);
  font-size: 12px;
}

.andata-help-docs .ahd-search-results__head button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  color: #5f7088;
  background: transparent;
  font-size: 20px;
  line-height: 1;
}

.andata-help-docs .ahd-search-results__head button:hover {
  background: var(--ahd-blue-soft);
}

.andata-help-docs .ahd-search-result {
  display: block;
  padding: 10px;
  border-radius: 7px;
  color: var(--ahd-ink);
}

.andata-help-docs .ahd-search-result:hover {
  background: var(--ahd-blue-soft);
  text-decoration: none;
}

.andata-help-docs .ahd-search-result b,
.andata-help-docs .ahd-search-result small {
  display: block;
}

.andata-help-docs .ahd-search-result b {
  font-size: 13px;
}

.andata-help-docs .ahd-search-result small {
  margin-top: 2px;
  color: var(--ahd-muted);
  font-size: 11px;
}

.andata-help-docs .ahd-search-results > p {
  margin: 4px;
  color: var(--ahd-muted);
  font-size: 12px;
}

.andata-help-docs .ahd-tree {
  display: grid;
  gap: 18px;
}

.andata-help-docs .ahd-tree__group,
.andata-help-docs .ahd-tree details > div {
  display: grid;
  gap: 2px;
}

.andata-help-docs .ahd-tree p,
.andata-help-docs .ahd-tree details > summary {
  margin: 0 0 6px;
  padding: 0 8px;
  color: #334761;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.andata-help-docs .ahd-tree details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  cursor: pointer;
  list-style: none;
}

.andata-help-docs .ahd-tree details > summary::-webkit-details-marker {
  display: none;
}

.andata-help-docs .ahd-tree details > summary span {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #61748e;
  border-bottom: 1.5px solid #61748e;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.andata-help-docs .ahd-tree details:not([open]) > summary span {
  transform: rotate(-45deg);
}

.andata-help-docs .ahd-tree a,
.andata-help-docs .ahd-tree [aria-disabled="true"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 34px;
  padding: 6px 9px;
  border-radius: 6px;
  color: #526680;
  font-size: 13px;
  line-height: 1.35;
}

.andata-help-docs .ahd-tree a:hover {
  color: var(--ahd-blue-strong);
  background: #eaf1ff;
  text-decoration: none;
}

.andata-help-docs .ahd-tree a.is-active {
  color: #174fae;
  background: #dfeaff;
  font-weight: 750;
}

.andata-help-docs .ahd-tree [aria-disabled="true"] {
  color: #9aa7b8;
}

.andata-help-docs .ahd-tree [aria-disabled="true"] small {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.andata-help-docs .ahd-document {
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.andata-help-docs .ahd-document__bar {
  position: sticky;
  top: 56px;
  z-index: 10;
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 56px;
  border-bottom: 1px solid var(--ahd-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.andata-help-docs .ahd-document__bar nav,
.andata-help-docs .ahd-document__bar > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.andata-help-docs .ahd-document__bar nav {
  color: #73839a;
  font-size: 12px;
}

.andata-help-docs .ahd-document__bar nav a {
  color: #65768e;
}

.andata-help-docs .ahd-version {
  color: #5f7088;
  font-size: 11px;
}

.andata-help-docs .ahd-section {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  justify-content: start;
  gap: 0;
  min-width: 0;
  padding: 58px 56px 68px;
  border-bottom: 1px solid var(--ahd-line);
  scroll-margin-top: 146px;
  overflow: visible;
}

.andata-help-docs .ahd-section--intro {
  min-height: 0;
}

.andata-help-docs .ahd-copy,
.andata-help-docs .ahd-section-markdown {
  width: 100%;
  min-width: 0;
}

.andata-help-docs .ahd-copy > :first-child {
  margin-top: 0;
}

.andata-help-docs .ahd-copy h1,
.andata-help-docs .ahd-copy h2,
.andata-help-docs .ahd-copy h3,
.andata-help-docs .ahd-context h2,
.andata-help-docs .ahd-context h3 {
  color: var(--ahd-ink);
  font-family: inherit;
  font-weight: 790;
  letter-spacing: -0.025em;
}

.andata-help-docs .ahd-copy h1 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.12;
}

.andata-help-docs .ahd-copy h2 {
  margin: 0 0 8px;
  font-size: 27px;
  line-height: 1.18;
}

.andata-help-docs .ahd-copy h3,
.andata-help-docs .ahd-context h2,
.andata-help-docs .ahd-context h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.25;
}

.andata-help-docs .ahd-copy p,
.andata-help-docs .ahd-context p {
  margin: 0 0 17px;
}

.andata-help-docs .ahd-copy p {
  color: #243752;
  font-size: 15px;
}

.andata-help-docs .ahd-copy .ahd-lead {
  color: #1a2c47;
  font-size: 17px;
  line-height: 1.6;
}

.andata-help-docs .ahd-section-tools {
  display: flex;
  min-height: 28px;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 22px;
}

.andata-help-docs .ahd-section-tools button,
.andata-help-docs .ahd-section-tools a {
  min-height: 28px;
  padding: 3px 12px;
  border: 0;
  color: #5d6f87;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
}

.andata-help-docs .ahd-section-tools button {
  padding-left: 0;
}

.andata-help-docs .ahd-section-tools [data-ahd-view-toggle] {
  margin-left: 2px;
  padding-left: 12px;
  border-left: 1px solid var(--ahd-line);
}

.andata-help-docs .ahd-section-tools [data-ahd-view-toggle][aria-pressed="true"] {
  color: var(--ahd-blue-strong);
}

.andata-help-docs .ahd-section-tools a {
  border-left: 1px solid var(--ahd-line);
}

.andata-help-docs .ahd-section-tools button:hover,
.andata-help-docs .ahd-section-tools a:hover {
  color: var(--ahd-blue-strong);
  text-decoration: none;
}

.andata-help-docs .ahd-feedback {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  color: #62738a;
  font-size: 12px;
}

.andata-help-docs .ahd-feedback button {
  padding: 0;
  border: 0;
  color: var(--ahd-blue-strong);
  background: transparent;
  font-size: 12px;
}

.andata-help-docs .ahd-context {
  position: sticky;
  top: 126px;
  align-self: start;
  display: grid;
  gap: 24px;
  color: #283a54;
}

.andata-help-docs .ahd-section-markdown {
  width: 100%;
  margin: 0;
  padding: 20px 22px;
  overflow: auto;
  border: 1px solid #cfd9e6;
  border-radius: 10px;
  color: #2a3e57;
  background: #f7f9fc;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.75;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.andata-help-docs .ahd-section.is-markdown .ahd-copy > :not(h1):not(h2):not(.ahd-section-tools) {
  display: none;
}

.andata-help-docs .ahd-context__plain {
  padding: 0;
}

.andata-help-docs .ahd-context__plain + .ahd-context__plain {
  padding-top: 2px;
}

.andata-help-docs .ahd-context__plain p {
  color: #3d506a;
  font-size: 14px;
}

.andata-help-docs .ahd-context__plain a,
.andata-help-docs .ahd-inline-link {
  font-size: 13px;
  font-weight: 750;
}

.andata-help-docs .ahd-reference {
  overflow: hidden;
  border: 1px solid #cfd9e6;
  border-radius: 10px;
  background: #f7f9fc;
}

.andata-help-docs .ahd-reference__head {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 7px 13px;
  border-bottom: 1px solid #cfd9e6;
  color: #5a6b82;
  background: #edf1f6;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.055em;
}

.andata-help-docs .ahd-reference__head button {
  padding: 0;
  border: 0;
  color: #5a6b82;
  background: transparent;
  font-size: 10px;
  font-weight: 750;
}

.andata-help-docs .ahd-reference pre {
  max-width: 100%;
  margin: 0;
  padding: 15px;
  overflow: auto;
  border: 0;
  border-radius: 0;
  color: #243751;
  background: #f7f9fc;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  line-height: 1.7;
  white-space: pre-wrap;
}

.andata-help-docs .ahd-reference--dark {
  border-color: var(--ahd-code);
  background: var(--ahd-code);
}

.andata-help-docs .ahd-reference--dark .ahd-reference__head {
  border-color: #3d4b61;
  color: #d5deeb;
  background: var(--ahd-code-bar);
}

.andata-help-docs details.ahd-reference {
  margin-top: 30px;
  padding: 0;
  background: #f7f9fc;
}

.andata-help-docs details.ahd-reference > summary {
  padding: 17px 20px;
  color: #243752;
  background: #edf1f6;
  cursor: pointer;
  font-size: 15px;
  font-weight: 780;
  list-style-position: inside;
}

.andata-help-docs details.ahd-reference[open] > summary {
  border-bottom: 1px solid #cfd9e6;
}

.andata-help-docs .ahd-reference__body {
  padding: 22px 20px 24px;
}

.andata-help-docs .ahd-reference__body h3 {
  margin-top: 28px;
}

.andata-help-docs .ahd-reference__body h4 {
  margin: 0 0 9px;
  color: #243752;
  font-size: 14px;
}

.andata-help-docs .ahd-reference__body p {
  color: #52657e;
  font-size: 13px;
}

.andata-help-docs .ahd-reference__body .ahd-definition-list {
  margin-top: 18px;
}

.andata-help-docs .ahd-table-wrap {
  overflow-x: auto;
  margin: 18px 0 24px;
}

.andata-help-docs .ahd-table-wrap table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: #52657e;
  font-size: 12px;
}

.andata-help-docs .ahd-table-wrap th,
.andata-help-docs .ahd-table-wrap td {
  padding: 10px 12px;
  border: 1px solid #d7e0eb;
  text-align: left;
  vertical-align: top;
}

.andata-help-docs .ahd-table-wrap th {
  color: #243752;
  background: #edf1f6;
  font-weight: 780;
}

.andata-help-docs .ahd-reference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.andata-help-docs .ahd-reference-grid > div {
  padding: 16px;
  border: 1px solid #d7e0eb;
  border-radius: 10px;
  background: #fff;
}

.andata-help-docs .ahd-reference-grid ul,
.andata-help-docs .ahd-reference-list {
  margin: 0;
  padding-left: 19px;
  color: #52657e;
  font-size: 13px;
}

.andata-help-docs .ahd-reference-grid li + li,
.andata-help-docs .ahd-reference-list li + li {
  margin-top: 7px;
}

@media (max-width: 760px) {
  .andata-help-docs .ahd-reference-grid {
    grid-template-columns: 1fr;
  }

  .andata-help-docs .ahd-reference__body {
    padding: 18px 15px 20px;
  }
}

.andata-help-docs .ahd-data-flow,
.andata-help-docs .ahd-debug-flow {
  margin: 0;
  padding: 12px 15px 17px;
  list-style: none;
}

.andata-help-docs .ahd-data-flow li {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 10px;
  padding: 9px 0 13px;
  color: #f4f7fb;
}

.andata-help-docs .ahd-data-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 13px;
  width: 1px;
  height: 14px;
  background: #506078;
}

.andata-help-docs .ahd-data-flow b {
  display: grid;
  grid-row: span 2;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid #5679ae;
  border-radius: 6px;
  color: #8fb6ff;
  font-size: 10px;
}

.andata-help-docs .ahd-data-flow span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
}

.andata-help-docs .ahd-data-flow small {
  color: #aab7c9;
  font-size: 11px;
}

.andata-help-docs .ahd-note {
  padding: 4px 0 4px 15px;
  border-left: 3px solid var(--ahd-blue);
}

.andata-help-docs .ahd-note b {
  display: block;
  margin-bottom: 4px;
  color: #243752;
  font-size: 13px;
}

.andata-help-docs .ahd-note p {
  margin: 0;
  color: #53667f;
  font-size: 13px;
}

.andata-help-docs .ahd-definition-list {
  margin: 30px 0 0;
  border-top: 1px solid var(--ahd-line);
}

.andata-help-docs .ahd-definition-list > div {
  padding: 18px 0 19px;
  border-bottom: 1px solid var(--ahd-line);
  scroll-margin-top: 146px;
}

.andata-help-docs .ahd-definition-list dt {
  margin: 0 0 6px;
  color: var(--ahd-ink);
  font-size: 15px;
  font-weight: 780;
}

.andata-help-docs .ahd-definition-list dd {
  margin: 0;
  color: #52657e;
  font-size: 13px;
}

.andata-help-docs .ahd-procedure {
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--ahd-line);
  list-style: none;
}

.andata-help-docs .ahd-procedure li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid var(--ahd-line);
}

.andata-help-docs .ahd-procedure li > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 7px;
  color: #336fdc;
  background: #edf4ff;
  font-size: 11px;
  font-weight: 800;
}

.andata-help-docs .ahd-procedure b {
  display: block;
  margin-bottom: 2px;
  color: #223650;
  font-size: 14px;
}

.andata-help-docs .ahd-procedure p {
  margin: 0;
  color: #5a6c84;
  font-size: 12px;
}

.andata-help-docs .ahd-checklist {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 8px 14px 14px;
  list-style: none;
}

.andata-help-docs .ahd-checklist li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e6ee;
  color: #344860;
  font-size: 12px;
}

.andata-help-docs .ahd-checklist li:last-child {
  border-bottom: 0;
}

.andata-help-docs .ahd-checklist li span {
  color: var(--ahd-blue-strong);
  font-weight: 900;
}

.andata-help-docs .ahd-index-list,
.andata-help-docs .ahd-symptom-list {
  margin-top: 28px;
  border-top: 1px solid var(--ahd-line);
}

.andata-help-docs .ahd-index-list > a,
.andata-help-docs .ahd-index-list > span {
  display: grid;
  grid-template-columns: minmax(130px, 0.45fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 68px;
  padding: 13px 0;
  border-bottom: 1px solid var(--ahd-line);
}

.andata-help-docs .ahd-index-list > a:hover {
  text-decoration: none;
}

.andata-help-docs .ahd-index-list > a > span,
.andata-help-docs .ahd-index-list > span > b {
  color: #20354f;
  font-size: 14px;
  font-weight: 780;
}

.andata-help-docs .ahd-index-list small {
  color: #62738a;
  font-size: 12px;
}

.andata-help-docs .ahd-index-list i {
  color: var(--ahd-blue-strong);
  font-style: normal;
}

.andata-help-docs .ahd-index-list em {
  color: #9aa7b8;
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  text-transform: uppercase;
}

.andata-help-docs .ahd-task-map {
  margin: 0;
  border-top: 1px solid var(--ahd-line);
}

.andata-help-docs .ahd-task-map > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.8fr);
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--ahd-line);
  font-size: 12px;
}

.andata-help-docs .ahd-task-map dt {
  color: #566980;
}

.andata-help-docs .ahd-task-map dd {
  margin: 0;
  color: #263b55;
  font-weight: 750;
}

.andata-help-docs .ahd-symptom-list > a {
  display: block;
  min-height: 70px;
  padding: 14px 0;
  border-bottom: 1px solid var(--ahd-line);
}

.andata-help-docs .ahd-symptom-list > a:hover {
  text-decoration: none;
}

.andata-help-docs .ahd-symptom-list span,
.andata-help-docs .ahd-symptom-list small {
  display: block;
}

.andata-help-docs .ahd-symptom-list span {
  margin-bottom: 4px;
  color: #233851;
  font-size: 14px;
  font-weight: 770;
}

.andata-help-docs .ahd-symptom-list small {
  color: #60728a;
  font-size: 12px;
}

.andata-help-docs .ahd-debug-flow {
  counter-reset: none;
}

.andata-help-docs .ahd-debug-flow li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 10px 0;
  color: #eef3fa;
  font-size: 12px;
}

.andata-help-docs .ahd-debug-flow b {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid #5272a0;
  border-radius: 5px;
  color: #91b7ff;
  font-size: 9px;
}

.andata-help-docs .ahd-format-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--ahd-line);
  border-left: 1px solid var(--ahd-line);
}

.andata-help-docs .ahd-format-list span {
  min-width: 0;
  min-height: 76px;
  padding: 13px;
  border-right: 1px solid var(--ahd-line);
  border-bottom: 1px solid var(--ahd-line);
}

.andata-help-docs .ahd-format-list b,
.andata-help-docs .ahd-format-list small {
  display: block;
}

.andata-help-docs .ahd-format-list b {
  color: #263b55;
  font-size: 12px;
}

.andata-help-docs .ahd-format-list small {
  margin-top: 3px;
  color: #6b7b90;
  font-size: 10px;
}

.andata-help-docs .ahd-toast {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  max-width: min(330px, calc(100vw - 40px));
  padding: 10px 14px;
  border: 1px solid #b9cef0;
  border-radius: 8px;
  color: #153869;
  background: #eef5ff;
  box-shadow: 0 10px 28px rgba(15, 48, 92, 0.14);
  font-size: 12px;
}

.andata-help-docs .ahd-atm-gallery .abh-figure {
  margin: 0;
}

.andata-help-docs .ahd-atm-gallery .ahd-atm-shot {
  display: block;
  min-height: 44px;
  background: #f7f9fc;
  cursor: zoom-in;
}

.andata-help-docs .ahd-atm-gallery .ahd-atm-shot:focus-visible {
  outline: 3px solid #2873e6;
  outline-offset: -3px;
}

.andata-help-docs .ahd-atm-gallery .ahd-atm-shot img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.andata-help-docs .ahd-evidence-links {
  margin: 14px 0 16px;
  color: #526b8d;
  font-size: 0.92rem;
}

.andata-help-docs .ahd-evidence-links strong {
  color: #213758;
}

.andata-help-docs .ahd-evidence-links a,
.andata-help-docs .ahd-evidence-link,
.andata-help-docs .ahd-evidence-back,
.andata-help-docs .ahd-ui-focus__source {
  color: #2873e6;
  font-weight: 700;
  text-decoration: none;
}

.andata-help-docs .ahd-ui-focus__source,
.andata-help-docs .ahd-ui-focus-card button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  min-height: 34px;
  border: 1px solid #b7c8e8;
  border-radius: 8px;
  padding: 7px 11px;
  cursor: pointer;
  font: inherit;
  line-height: 1.25;
  text-align: left;
  color: #2f6fd2;
  background: #fff;
  box-shadow: 0 1px 1px rgba(34, 65, 111, 0.05);
  appearance: none;
  white-space: nowrap;
}

.andata-help-docs .ahd-evidence-links a:hover,
.andata-help-docs .ahd-evidence-link:hover,
.andata-help-docs .ahd-evidence-back:hover {
  text-decoration: underline;
}

.andata-help-docs .ahd-ui-focus__source:hover,
.andata-help-docs .ahd-ui-focus-card button:hover {
  color: #225bb3;
  border-color: #8eabe0;
  background: #edf4ff;
  text-decoration: none;
}

.andata-help-docs .ahd-ui-focus {
  display: grid;
  grid-template-columns: minmax(132px, 0.26fr) minmax(0, 1fr);
  margin: 18px 0 24px;
  overflow: hidden;
  border: 1px solid #d8e2f1;
  border-radius: 14px;
  background: #f6f9ff;
}

.andata-help-docs .ahd-ui-focus__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 16px;
  color: #fff;
  background: #5a87e8;
  font-size: 0.83rem;
}

.andata-help-docs .ahd-ui-focus__nav b {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.andata-help-docs .ahd-ui-focus__nav strong {
  padding: 9px 10px;
  border-radius: 8px;
  background: rgba(21, 51, 116, 0.26);
}

.andata-help-docs .ahd-ui-focus__screen {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 20px 24px;
}

.andata-help-docs .ahd-ui-focus__screen--wide {
  grid-column: 1 / -1;
}

.andata-help-docs .ahd-ui-focus__head,
.andata-help-docs .ahd-ui-focus__toolbar,
.andata-help-docs .ahd-ui-focus__event {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.andata-help-docs .ahd-ui-focus__head {
  color: #2b3c5a;
  font-size: 1.05rem;
}

.andata-help-docs .ahd-ui-focus__head span,
.andata-help-docs .ahd-ui-focus__toolbar > span:first-child,
.andata-help-docs .ahd-ui-focus__event > span:not(.ahd-ui-focus__target):not(.ahd-ui-focus__status) {
  color: #6a7f9e;
  font-size: 0.84rem;
}

.andata-help-docs .ahd-ui-focus__toolbar,
.andata-help-docs .ahd-ui-focus__event {
  padding: 13px 14px;
  border: 1px solid #d6e0ef;
  border-radius: 10px;
  background: #fff;
}

.andata-help-docs .ahd-ui-focus__target {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border: 2px solid #f2bd3e;
  border-radius: 9px;
  color: #1e4274;
  background: #fff9e8;
  box-shadow: 0 0 0 4px rgba(242, 189, 62, 0.18);
  font-weight: 800;
}

.andata-help-docs .ahd-ui-focus__status {
  color: #1b7854;
  font-weight: 800;
}

.andata-help-docs .ahd-ui-focus small {
  color: #526b8d;
  font-size: 0.9rem;
}

.andata-help-docs .ahd-ui-focus__source {
  align-self: flex-start;
  font-size: 0.86rem;
}

.andata-help-docs .ahd-ui-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 24px;
}

.andata-help-docs .ahd-ui-focus-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #d8e2f1;
  border-radius: 12px;
  background: #f6f9ff;
}

.andata-help-docs .ahd-ui-focus-card .ahd-ui-focus__target {
  padding: 7px 10px;
  font-size: 0.92rem;
}

.andata-help-docs .ahd-ui-focus-card small {
  min-height: 2.4em;
  color: #526b8d;
  font-size: 0.82rem;
  line-height: 1.4;
}

.andata-help-docs .ahd-ui-focus-card button {
  margin-top: auto;
  color: #2873e6;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.andata-help-docs .ahd-evidence-screens {
  margin: 18px 0 28px;
  border-top: 1px solid #d8e2f1;
  border-bottom: 1px solid #d8e2f1;
}

.andata-help-docs .ahd-evidence-screens > summary {
  padding: 15px 0;
  color: #2873e6;
  cursor: pointer;
  font-weight: 800;
}

.andata-help-docs .ahd-evidence-screens[open] > summary {
  margin-bottom: 16px;
}

@media (max-width: 760px) {
  .andata-help-docs .ahd-ui-focus {
    grid-template-columns: 1fr;
  }

  .andata-help-docs .ahd-ui-focus__nav {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 14px 16px;
  }

  .andata-help-docs .ahd-ui-focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .andata-help-docs .ahd-ui-focus-grid {
    grid-template-columns: 1fr;
  }
}

.andata-help-docs .ahd-image-viewer {
  width: min(1240px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 1px solid #c8d3e2;
  border-radius: 14px;
  color: #20354f;
  background: #fff;
  box-shadow: 0 24px 80px rgba(12, 28, 52, 0.35);
}

.andata-help-docs .ahd-image-viewer::backdrop {
  background: rgba(10, 23, 42, 0.78);
}

.andata-help-docs .ahd-image-viewer__bar {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  border-bottom: 1px solid #dbe3ed;
}

.andata-help-docs .ahd-image-viewer__bar strong {
  font-size: 14px;
}

.andata-help-docs .ahd-image-viewer__bar button {
  min-width: 78px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #c8d3e2;
  border-radius: 8px;
  color: #20354f;
  background: #fff;
  font-size: 12px;
  font-weight: 750;
}

.andata-help-docs .ahd-image-viewer__bar button:hover,
.andata-help-docs .ahd-image-viewer__bar button:focus-visible {
  border-color: #2873e6;
  color: #2873e6;
}

.andata-help-docs .ahd-image-viewer > img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
  background: #f7f9fc;
}

.andata-help-docs .ahd-image-viewer > p {
  margin: 0;
  padding: 10px 16px 14px;
  color: #52657e;
  font-size: 12px;
}

@media (max-width: 680px) {
  .andata-help-docs .ahd-image-viewer {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 10px;
  }

  .andata-help-docs .ahd-image-viewer > img {
    max-height: calc(100vh - 125px);
  }
}

@media (max-width: 1280px) and (min-width: 1100px) {
  .andata-help-docs .ahd-masthead {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .andata-help-docs .ahd-layout {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .andata-help-docs .ahd-section {
    gap: 0;
    padding-right: 38px;
    padding-left: 38px;
  }

  .andata-help-docs .ahd-document__bar {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media (max-width: 1099px) {
  .andata-help-docs .ahd-layout {
    display: block;
  }

  .andata-help-docs .ahd-navigation {
    position: sticky;
    top: 56px;
    z-index: 30;
    width: 100%;
    height: auto;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid var(--ahd-line);
    background: #f4f7fb;
  }

  .andata-help-docs .ahd-navigation__toggle {
    display: flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    gap: 12px;
    padding: 8px 28px;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
  }

  .andata-help-docs .ahd-navigation__toggle span {
    color: #61738a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .andata-help-docs .ahd-navigation__toggle b {
    color: #263a54;
    font-size: 13px;
  }

  .andata-help-docs .ahd-navigation__toggle i {
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: 1.5px solid #5f7188;
    border-bottom: 1.5px solid #5f7188;
    transform: rotate(45deg);
  }

  .andata-help-docs .ahd-navigation.is-open > .ahd-navigation__toggle i {
    transform: rotate(225deg);
  }

  .andata-help-docs .ahd-navigation__panel {
    display: none;
  }

  .andata-help-docs .ahd-navigation.is-open > .ahd-navigation__panel {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: min(360px, 100vw);
    min-height: 0;
    max-height: calc(100vh - 150px);
    max-height: calc(100dvh - 150px);
    overflow: auto;
    padding: 20px 16px 28px;
    border-right: 1px solid var(--ahd-line);
    border-bottom: 1px solid var(--ahd-line);
    background: var(--ahd-panel);
    box-shadow: 10px 18px 34px rgba(19, 43, 79, 0.14);
  }

  .andata-help-docs .ahd-search-results {
    top: 108px;
  }

  .andata-help-docs .ahd-document__bar {
    display: none;
  }

  .andata-help-docs .ahd-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 46px 28px 54px;
    scroll-margin-top: 144px;
  }

  .andata-help-docs .ahd-section--intro {
    min-height: 0;
  }

  .andata-help-docs .ahd-context {
    position: static;
  }

  .andata-help-docs .ahd-copy {
    max-width: 760px;
  }

  .andata-help-docs .ahd-context {
    max-width: 760px;
  }
}

@media (max-width: 599px) {
  .andata-help-docs {
    font-size: 15px;
  }

  .andata-help-docs .ahd-masthead {
    display: flex;
    min-height: 56px;
    justify-content: space-between;
  }

  .andata-help-docs .ahd-masthead__brand {
    min-height: 56px;
    padding: 8px 16px;
    border-right: 0;
  }

  .andata-help-docs .ahd-masthead__brand span {
    display: none;
  }

  .andata-help-docs .ahd-masthead nav {
    gap: 15px;
    padding: 8px 16px;
  }

  .andata-help-docs .ahd-navigation {
    top: 56px;
  }

  .andata-help-docs .ahd-navigation__toggle {
    min-height: 52px;
    padding: 7px 18px;
  }

  .andata-help-docs .ahd-navigation__panel {
    width: 100vw;
    max-height: calc(100vh - 117px);
    max-height: calc(100dvh - 117px);
    border-right: 0;
  }

  .andata-help-docs .ahd-section {
    gap: 0;
    padding: 34px 20px 42px;
    scroll-margin-top: 126px;
  }

  .andata-help-docs .ahd-copy h1 {
    font-size: 28px;
  }

  .andata-help-docs .ahd-copy h2 {
    font-size: 24px;
  }

  .andata-help-docs .ahd-copy .ahd-lead {
    font-size: 16px;
  }

  .andata-help-docs .ahd-section-tools {
    margin-bottom: 18px;
  }

  .andata-help-docs .ahd-feedback {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .andata-help-docs .ahd-feedback span {
    flex: 0 0 100%;
  }

  .andata-help-docs .ahd-index-list > a,
  .andata-help-docs .ahd-index-list > span {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 12px;
    min-height: 76px;
  }

  .andata-help-docs .ahd-index-list small {
    grid-column: 1 / -1;
  }

  .andata-help-docs .ahd-index-list em {
    grid-column: 2;
    grid-row: 1;
  }

  .andata-help-docs .ahd-task-map > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .andata-help-docs .ahd-format-list {
    grid-template-columns: 1fr;
  }

  .andata-help-docs .ahd-section-markdown {
    padding: 16px;
    font-size: 11.5px;
  }

  .andata-help-docs .ahd-toast {
    right: 14px;
    bottom: 14px;
    max-width: calc(100vw - 28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .andata-help-docs *,
  .andata-help-docs *::before,
  .andata-help-docs *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Help Docs v2.3: Banner Rotator guide inside the existing Help shell. */
.andata-help-docs .ahd-section--banner {
  grid-template-columns: minmax(0, 920px);
}

.andata-help-docs .ahd-section--banner .ahd-copy {
  --abh-blue: #568bef;
  --abh-blue-strong: #336fdc;
  --abh-blue-surface: #edf4ff;
  --abh-soft: #f3f7fd;
  --abh-yellow: #f2c94c;
  --abh-ink: #252733;
  --abh-text: #565e6d;
  --abh-muted: #747d8d;
  --abh-line: #e8eaf0;
  --abh-line-strong: #d6dae4;
  --abh-white: #ffffff;
  color: var(--abh-ink);
}

.andata-help-docs .ahd-section--banner .ahd-copy > h2,
.andata-help-docs .ahd-section--banner .ahd-copy > .ahd-section-tools,
.andata-help-docs .ahd-section--banner .ahd-copy > .abh-lead,
.andata-help-docs .ahd-section--banner .ahd-copy > .abh-outcome,
.andata-help-docs .ahd-section--banner .ahd-copy > .abh-hero__meta,
.andata-help-docs .ahd-section--banner .ahd-copy > .abh-evidence-note {
  max-width: 760px;
}

.andata-help-docs .ahd-section--banner img {
  display: block;
  max-width: 100%;
  height: auto;
}

.andata-help-docs .ahd-section--banner h3,
.andata-help-docs .ahd-section--banner h4 {
  color: var(--abh-ink);
  font-family: inherit;
  font-weight: 790;
  letter-spacing: -0.025em;
}

.andata-help-docs .ahd-section--banner h3 {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.2;
}

.andata-help-docs .ahd-section--banner h4 {
  margin: 0;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.25;
}

.andata-help-docs .ahd-section--banner .abh-kicker {
  margin: 0 0 10px;
  color: var(--abh-blue-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.andata-help-docs .ahd-section--banner .abh-lead {
  color: #263952;
  font-size: 17px;
  line-height: 1.62;
}

.andata-help-docs .ahd-section--banner .abh-outcome {
  margin: 0 0 20px;
  padding-left: 16px;
  border-left: 3px solid var(--abh-blue);
  color: var(--abh-ink);
}

.andata-help-docs .ahd-section--banner .abh-hero__meta {
  display: grid;
  gap: 6px;
  margin: 0 0 24px;
  color: var(--abh-muted);
  font-size: 13px;
}

.andata-help-docs .ahd-section--banner .abh-in-page-nav {
  display: flex;
  max-width: 760px;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin: 30px 0 0;
  padding: 14px 0;
  border-top: 1px solid var(--abh-line);
  border-bottom: 1px solid var(--abh-line);
}

.andata-help-docs .ahd-section--banner .abh-in-page-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--abh-blue-strong);
  font-size: 13px;
  font-weight: 720;
}

.andata-help-docs .ahd-section--banner .abh-section {
  padding: 52px 0;
  border-top: 1px solid var(--abh-line);
  scroll-margin-top: 146px;
}

.andata-help-docs .ahd-section--banner .abh-section > p,
.andata-help-docs .ahd-section--banner .abh-section > h3,
.andata-help-docs .ahd-section--banner .abh-section > ul,
.andata-help-docs .ahd-section--banner .abh-section > ol,
.andata-help-docs .ahd-section--banner .abh-section > dl,
.andata-help-docs .ahd-section--banner .abh-section > div:not(.abh-step) {
  max-width: 760px;
}

.andata-help-docs .ahd-section--banner .abh-section > p {
  color: var(--abh-text);
}

.andata-help-docs .ahd-section--banner .abh-checklist,
.andata-help-docs .ahd-section--banner .abh-mistakes,
.andata-help-docs .ahd-section--banner .abh-verification-list {
  display: grid;
  gap: 0;
  margin: 26px 0;
  padding: 0;
  border-top: 1px solid var(--abh-line);
  list-style: none;
}

.andata-help-docs .ahd-section--banner .abh-checklist li,
.andata-help-docs .ahd-section--banner .abh-mistakes li,
.andata-help-docs .ahd-section--banner .abh-verification-list li {
  position: relative;
  padding: 15px 10px 15px 32px;
  border-bottom: 1px solid var(--abh-line);
  color: var(--abh-text);
  font-size: 14px;
}

.andata-help-docs .ahd-section--banner .abh-checklist li::before,
.andata-help-docs .ahd-section--banner .abh-verification-list li::before {
  position: absolute;
  top: 19px;
  left: 7px;
  width: 13px;
  height: 13px;
  border: 2px solid var(--abh-blue);
  border-radius: 50%;
  content: "";
}

.andata-help-docs .ahd-section--banner .abh-mistakes li::before {
  position: absolute;
  top: 22px;
  left: 8px;
  width: 12px;
  height: 2px;
  background: var(--abh-blue-strong);
  content: "";
}

.andata-help-docs .ahd-section--banner .abh-checklist strong,
.andata-help-docs .ahd-section--banner .abh-mistakes strong,
.andata-help-docs .ahd-section--banner .abh-verification-list strong {
  color: var(--abh-ink);
}

.andata-help-docs .ahd-section--banner .abh-boundary,
.andata-help-docs .ahd-section--banner .abh-info,
.andata-help-docs .ahd-section--banner .abh-warning,
.andata-help-docs .ahd-section--banner .abh-verification-note,
.andata-help-docs .ahd-section--banner .abh-evidence-note {
  margin: 24px 0;
  padding: 17px 19px;
  border: 1px solid var(--abh-line-strong);
  border-left: 4px solid var(--abh-blue);
  border-radius: 8px;
  background: var(--abh-soft);
  color: var(--abh-text);
  font-size: 14px;
}

.andata-help-docs .ahd-section--banner .abh-warning {
  border-left-color: var(--abh-yellow);
  background: #fffaf0;
}

.andata-help-docs .ahd-section--banner .abh-boundary p,
.andata-help-docs .ahd-section--banner .abh-info p,
.andata-help-docs .ahd-section--banner .abh-warning p {
  margin: 6px 0 0;
  color: inherit;
}

.andata-help-docs .ahd-section--banner .abh-step {
  padding: 52px 0 14px;
  border-top: 1px solid var(--abh-line);
  scroll-margin-top: 146px;
}

.andata-help-docs .ahd-section--banner .abh-step:first-of-type {
  margin-top: 24px;
}

.andata-help-docs .ahd-section--banner .abh-step__header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}

.andata-help-docs .ahd-section--banner .abh-step__number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--abh-white);
  background: var(--abh-blue-strong);
  font-size: 17px;
  font-weight: 800;
}

.andata-help-docs .ahd-section--banner .abh-step__label {
  margin: 0 0 3px;
  color: var(--abh-blue-strong);
  font-size: 12px;
  font-weight: 750;
}

.andata-help-docs .ahd-section--banner .abh-step__action,
.andata-help-docs .ahd-section--banner .abh-step__expected {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid var(--abh-line);
}

.andata-help-docs .ahd-section--banner .abh-step__action p,
.andata-help-docs .ahd-section--banner .abh-step__expected p {
  margin: 0;
  color: var(--abh-text);
}

.andata-help-docs .ahd-section--banner .abh-step__expected {
  margin-bottom: 22px;
  padding: 15px;
  border: 0;
  border-radius: 8px;
  background: var(--abh-blue-surface);
}

.andata-help-docs .ahd-section--banner .abh-step__expected strong {
  color: var(--abh-blue-strong);
}

.andata-help-docs .ahd-section--banner .abh-figure {
  width: 100%;
  margin: 24px 0;
  overflow: hidden;
  border: 1px solid var(--abh-line-strong);
  border-radius: 16px;
  background: var(--abh-white);
  box-shadow: 0 16px 44px rgba(37, 39, 51, 0.08);
}

.andata-help-docs .ahd-section--banner .abh-figure img {
  width: 100%;
  background: var(--abh-white);
}

.andata-help-docs .ahd-section--banner .abh-figure figcaption {
  padding: 13px 17px;
  border-top: 1px solid var(--abh-line);
  color: var(--abh-text);
  font-size: 12px;
}

.andata-help-docs .ahd-section--banner .abh-step__boundary {
  margin: 18px 0 0;
  padding-left: 15px;
  border-left: 3px solid var(--abh-line-strong);
  color: var(--abh-text);
  font-size: 13px;
}

.andata-help-docs .ahd-section--banner .abh-diagnostic {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.andata-help-docs .ahd-section--banner .abh-diagnostic li {
  min-width: 0;
  padding: 16px 13px;
  border: 1px solid var(--abh-line);
  border-radius: 8px;
  background: var(--abh-white);
}

.andata-help-docs .ahd-section--banner .abh-diagnostic__number {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid var(--abh-blue);
  border-radius: 50%;
  color: var(--abh-blue-strong);
  font-size: 12px;
  font-weight: 800;
}

.andata-help-docs .ahd-section--banner .abh-diagnostic strong {
  display: block;
  margin-bottom: 7px;
  color: var(--abh-ink);
  font-size: 13px;
  line-height: 1.35;
}

.andata-help-docs .ahd-section--banner .abh-diagnostic p {
  margin: 0;
  color: var(--abh-text);
  font-size: 12px;
  line-height: 1.5;
}

.andata-help-docs .ahd-section--banner .abh-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 28px 0;
  border-top: 1px solid var(--abh-line);
  border-left: 1px solid var(--abh-line);
}

.andata-help-docs .ahd-section--banner .abh-metrics > div {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--abh-line);
  border-bottom: 1px solid var(--abh-line);
}

.andata-help-docs .ahd-section--banner .abh-metrics dt {
  margin-bottom: 7px;
  color: var(--abh-blue-strong);
  font-weight: 780;
}

.andata-help-docs .ahd-section--banner .abh-metrics dd {
  margin: 0;
  color: var(--abh-text);
  font-size: 14px;
}

.andata-help-docs .ahd-section--banner .abh-measurement__rules {
  padding: 22px;
  border-left: 4px solid var(--abh-blue);
  background: var(--abh-blue-surface);
}

.andata-help-docs .ahd-section--banner .abh-measurement__rules h4 {
  margin-bottom: 12px;
}

.andata-help-docs .ahd-section--banner .abh-measurement__rules ul {
  margin: 0;
  padding-left: 20px;
  color: var(--abh-text);
}

.andata-help-docs .ahd-section--banner .abh-related {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--abh-line);
  font-size: 13px;
}

@media (max-width: 1280px) {
  .andata-help-docs .ahd-section--banner .abh-diagnostic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1099px) {
  .andata-help-docs .ahd-section--banner {
    grid-template-columns: minmax(0, 1fr);
  }

  .andata-help-docs .ahd-section--banner .abh-section,
  .andata-help-docs .ahd-section--banner .abh-step {
    scroll-margin-top: 144px;
  }
}

@media (max-width: 680px) {
  .andata-help-docs .ahd-section--banner .abh-section {
    padding: 42px 0;
  }

  .andata-help-docs .ahd-section--banner .abh-step {
    padding-top: 42px;
  }

  .andata-help-docs .ahd-section--banner .abh-step__action,
  .andata-help-docs .ahd-section--banner .abh-step__expected {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .andata-help-docs .ahd-section--banner .abh-diagnostic,
  .andata-help-docs .ahd-section--banner .abh-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 599px) {
  .andata-help-docs .ahd-section--banner .abh-section,
  .andata-help-docs .ahd-section--banner .abh-step {
    scroll-margin-top: 126px;
  }

  .andata-help-docs .ahd-section--banner h3 {
    font-size: 1.45rem;
  }

  .andata-help-docs .ahd-section--banner h4 {
    font-size: 1.18rem;
  }

  .andata-help-docs .ahd-section--banner .abh-step__header {
    align-items: flex-start;
  }

  .andata-help-docs .ahd-section--banner .abh-step__number {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .andata-help-docs .ahd-section--banner .abh-figure {
    border-radius: 10px;
  }

  .andata-help-docs .ahd-section--banner .abh-metrics > div,
  .andata-help-docs .ahd-section--banner .abh-measurement__rules {
    padding: 16px;
  }
}
