/* Styles for GET /help/sources (kept separate from shared style.css). */

.header-compact {
  padding-bottom: 1rem;
}

.help-main {
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 2rem 2.5rem;
}

.help-back {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
}

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

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

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

.help-section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
}

.help-section-muted {
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--panel);
}

.help-section-highlight {
  border: 1px solid rgba(59, 130, 246, 0.35);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  background: rgba(59, 130, 246, 0.06);
}

.help-emphasis {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}

.help-note {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  color: var(--muted);
}

.help-row-emphasis td {
  font-weight: 600;
  color: var(--text);
}

.help-channel-table td:first-child {
  white-space: nowrap;
  width: 38%;
}

.help-example-box {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 1px dashed var(--border);
  border-radius: 10px;
  background: rgba(245, 158, 11, 0.06);
}

.help-example-box h3 {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
}

.help-example-box ul {
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}

.help-example-box p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.875rem;
}

.help-lead {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.55;
}

.help-simple-list {
  margin: 0;
  padding-left: 1.25rem;
  line-height: 1.55;
}

.help-simple-list li + li {
  margin-top: 0.65rem;
}

.help-dl {
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.help-dl dt {
  font-weight: 600;
}

.help-dl dd {
  margin: 0.2rem 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.help-table-wrap {
  padding: 0;
}

.help-table {
  width: 100%;
  font-size: 0.8125rem;
}

.help-table th,
.help-table td {
  vertical-align: top;
  padding: 0.55rem 0.65rem;
  border-bottom: 1px solid var(--border);
}

.help-table code {
  font-size: 0.75rem;
}

.pricing-legend a {
  color: var(--accent);
}

@media (max-width: 768px) {
  .help-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

