.help-hero {
  padding-top: var(--space-8);
  padding-bottom: var(--space-4);
}

.help-hero__box {
  padding: var(--space-6);
  display: grid;
  gap: var(--space-4);
}

.help-hero__box h1 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.help-hero__lead {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.7;
  font-size: var(--text-md);
}

.help-hero__lead a {
  color: var(--accent);
}

.help-hero__lead a:hover {
  color: #99f6e4;
}

.help-list a,
.help-step__text a {
  color: var(--accent);
}

.help-list a:hover,
.help-step__text a:hover {
  color: #99f6e4;
}

.help-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.help-hero__actions--compact {
  margin-top: var(--space-3);
}

.help-layout {
  display: grid;
  grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
  gap: var(--space-5);
  align-items: start;
}

.help-toc {
  position: sticky;
  top: calc(var(--header-height, 72px) + 1rem);
  padding: var(--space-5);
  display: grid;
  gap: 0.55rem;
}

.help-toc strong {
  margin-bottom: 0.35rem;
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted-strong);
}

.help-toc a {
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.45;
  text-decoration: none;
  padding: 0.25rem 0;
  border-left: 2px solid transparent;
  padding-left: 0.65rem;
  transition: var(--ease);
}

.help-toc a:hover {
  color: var(--text);
  border-left-color: var(--accent);
}

.help-content {
  display: grid;
  gap: var(--space-4);
}

.help-step {
  padding: var(--space-5);
  display: grid;
  gap: var(--space-3);
}

.help-step h2 {
  margin: 0;
  font-size: var(--text-xl);
  line-height: 1.15;
}

.help-step__num {
  width: fit-content;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
  font-size: var(--text-xs);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a7f3d0;
  background: rgba(45, 212, 191, 0.12);
  border: 1px solid rgba(45, 212, 191, 0.22);
}

.help-step__text {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.help-list {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--muted-strong);
  line-height: 1.75;
}

.help-list--plain {
  list-style: none;
  padding-left: 0;
}

.help-list--plain li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.45rem;
}

.help-list--plain li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--accent);
}

.help-fields {
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.help-fields__row {
  display: grid;
  grid-template-columns: minmax(140px, 180px) 1fr;
  gap: var(--space-3);
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.help-fields dt {
  margin: 0;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--muted-strong);
}

.help-fields dd {
  margin: 0;
  font-size: var(--text-sm);
  color: var(--text);
  line-height: 1.5;
}

.help-note {
  margin: 0;
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(56, 189, 248, 0.18);
  background: rgba(56, 189, 248, 0.06);
  color: var(--muted-strong);
  font-size: var(--text-sm);
  line-height: 1.55;
}

.help-note a {
  color: var(--accent);
}

.help-table-wrap {
  padding: var(--space-5);
  display: grid;
  gap: var(--space-3);
}

.help-table-wrap h2 {
  margin: 0;
  font-size: var(--text-xl);
}

.help-table-scroll {
  overflow-x: auto;
}

.help-table {
  width: 100%;
  min-width: 420px;
  border-collapse: collapse;
  font-size: var(--text-sm);
}

.help-table th,
.help-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  vertical-align: middle;
}

.help-table th {
  color: var(--muted-strong);
  font-size: var(--text-xs);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.help-table tbody tr:last-child td {
  border-bottom: 0;
}

.help-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.85rem;
  color: #a7f3d0;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.88em;
  color: #a7f3d0;
}

@media (max-width: 900px) {
  .help-layout {
    grid-template-columns: 1fr;
  }

  .help-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .help-toc strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .help-hero__box,
  .help-step,
  .help-table-wrap {
    padding: var(--space-5);
  }

  .help-fields__row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .help-toc {
    grid-template-columns: 1fr;
  }
}
