.developers-page .legal-header {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.developers-page .section-desc {
  margin-inline: auto;
}

.developers-page .section-desc a,
.developers-page a:not(.nav-logo):not(.btn) {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.developers-page a:hover { color: var(--accent-hover); }

.api-reference {
  margin-top: 20px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
}

.developers-section {
  max-width: 820px;
  margin: 0 auto 72px;
}

.developers-section > h2,
.mcp-note h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.15;
  margin-bottom: 14px;
}

.developers-section > p,
.mcp-note p {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.section-kicker {
  color: var(--accent);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.developers-page code,
.developers-page pre {
  font-family: 'IBM Plex Mono', monospace;
}

.developers-section > p code,
.endpoint-heading code,
.comp-table code {
  color: var(--text);
  font-size: 0.9em;
}

.endpoint-card {
  border-top: 1px solid var(--border);
  padding: 26px 0 30px;
}

.endpoint-card:first-of-type { margin-top: 28px; }
.endpoint-card:last-child { border-bottom: 1px solid var(--border); }

.endpoint-heading {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.endpoint-heading > code {
  font-size: 15px;
  font-weight: 600;
}

.method-badge {
  background: var(--accent-light);
  border-radius: 4px;
  color: var(--accent-hover);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.7px;
  padding: 3px 6px;
}

.endpoint-card > p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 16px;
}

.developers-page pre {
  background: var(--dark-bg);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius);
  color: var(--dark-text);
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
  overflow-x: auto;
  padding: 20px;
  tab-size: 2;
}

.problem-example { margin-top: 24px !important; }

.api-table { margin-top: 24px; }

.api-table .comp-table th:first-child {
  min-width: 235px;
}

.api-table .comp-table td {
  color: var(--text-secondary);
}

.mcp-note {
  background: var(--accent-light);
  border-left: 3px solid var(--accent);
  margin: 0 auto;
  max-width: 820px;
  padding: 30px 32px;
}

.mcp-note p { margin-bottom: 0; }

@media (prefers-reduced-motion: reduce) {
  .developers-page .fade-in { transition: none; }
}

@media (max-width: 640px) {
  .developers-page .legal-header { text-align: left; }
  .developers-page .section-desc { margin-inline: 0; }
  .developers-section { margin-bottom: 56px; }
  .developers-page pre { border-radius: 8px; font-size: 11px; padding: 16px; }
  .mcp-note { padding: 24px; }
}
