/* Guided Session Builder — help page (public-safe, local/admin) */
.gsb-help-page {
  max-width: 52rem;
}

.gsb-help-nav {
  margin-bottom: 1.25rem;
}

.gsb-help-toc {
  margin: 1rem 0 1.5rem;
  padding: 0.85rem 1rem;
  background: var(--gsb-card);
  border: 1px solid var(--gsb-border);
  border-radius: 8px;
  font-size: 0.92rem;
}

.gsb-help-toc ul {
  margin: 0.35rem 0 0;
  padding-left: 1.25rem;
}

.gsb-help-toc a {
  color: var(--gsb-accent);
  text-decoration: none;
}

.gsb-help-toc a:hover {
  text-decoration: underline;
}

.gsb-help-section {
  margin-bottom: 2rem;
}

.gsb-help-section h2 {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--gsb-border);
}

.gsb-help-section h3 {
  margin: 1.1rem 0 0.45rem;
  font-size: 1.02rem;
}

.gsb-info-box,
.gsb-warn-box {
  margin: 0.85rem 0;
  padding: 0.75rem 0.9rem;
  border-radius: 8px;
  font-size: 0.92rem;
}

.gsb-info-box {
  background: #eff6ff;
  border-left: 3px solid #3b82f6;
  color: #1e3a5f;
}

.gsb-warn-box {
  background: #fffbeb;
  border-left: 3px solid #d97706;
  color: #92400e;
}

.gsb-help-page pre {
  margin: 0.75rem 0;
  padding: 0.85rem 1rem;
  background: #1e293b;
  color: #e2e8f0;
  border-radius: 8px;
  overflow-x: auto;
  font-size: 0.82rem;
  line-height: 1.45;
}

.gsb-help-page code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.88em;
}

.gsb-help-page p code,
.gsb-help-page li code,
.gsb-help-page td code {
  background: #eef2f7;
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
  color: #334155;
}

.gsb-checklist {
  list-style: none;
  padding-left: 0;
}

.gsb-checklist li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.35rem;
}

.gsb-checklist li::before {
  content: "☐";
  position: absolute;
  left: 0;
  color: var(--gsb-muted);
}

.gsb-file-list {
  font-size: 0.9rem;
}

.gsb-file-list li {
  margin-bottom: 0.25rem;
}

@media (max-width: 640px) {
  .gsb-help-page pre {
    font-size: 0.75rem;
  }

  .gsb-table {
    font-size: 0.82rem;
  }
}
