.setup-guide {
  max-width: 920px;
  margin: 0 auto 32px;
}

.setup-guide-header {
  margin-bottom: 20px;
}

.setup-guide-header h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.setup-guide-lead {
  margin: 0 0 14px;
  color: var(--muted, #64748b);
  font-size: 0.92rem;
  line-height: 1.55;
}

.setup-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.setup-guide-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding: 10px 14px;
  background: #f8fafc;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 8px;
  font-size: 0.85rem;
}

.setup-guide-toc a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

.setup-guide-toc a:hover {
  text-decoration: underline;
}

.setup-guide-section {
  margin-top: 28px;
  padding-top: 8px;
  border-top: 1px solid var(--border, #e2e8f0);
}

.setup-guide-section h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.setup-guide-section > p {
  margin: 0 0 12px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #334155;
}

.setup-guide-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  margin-bottom: 14px;
}

.setup-guide-table th,
.setup-guide-table td {
  border: 1px solid var(--border, #e2e8f0);
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

.setup-guide-table th {
  background: #f1f5f9;
  font-weight: 700;
  width: 28%;
}

.setup-guide-steps {
  margin: 0 0 12px;
  padding-left: 1.35rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #1e293b;
}

.setup-guide-steps li {
  margin-bottom: 8px;
}

.setup-guide-steps li:last-child {
  margin-bottom: 0;
}

.setup-guide-note {
  margin: 0 0 8px;
  padding: 10px 12px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 8px;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #78350f;
}

.setup-guide-code {
  margin: 8px 0 0;
  padding: 10px 12px;
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 8px;
  font-size: 0.78rem;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-all;
}

.setup-guide-more {
  margin-top: 14px;
  font-size: 0.88rem;
}

.setup-guide-more summary {
  cursor: pointer;
  font-weight: 600;
  color: #475569;
}

.setup-guide-footer {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px dashed var(--border, #e2e8f0);
  font-size: 0.78rem;
  color: var(--muted, #94a3b8);
}

.tab-panel[data-tab-panel="setup"] {
  padding-bottom: 24px;
}
