/* API Documentation Style - Technical reference */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono&display=swap');

body {
  font-family: 'Inter', sans-serif;
  font-size: 10pt;
  line-height: 1.7;
  color: #1f2937;
  max-width: 8.5in;
  margin: 0.75in auto;
}

h1 {
  font-size: 24pt;
  font-weight: 700;
  color: #1e40af;
  margin: 0 0 0.05in 0;
}

h1 + p {
  font-size: 11pt;
  font-weight: 600;
  color: #6b7280;
  margin: 0 0 0.15in 0;
}

h2 {
  font-size: 16pt;
  font-weight: 700;
  color: #1f2937;
  margin: 0.25in 0 0.12in 0;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 0.05in;
}

h3 {
  font-size: 12pt;
  font-weight: 600;
  color: #374151;
  margin: 0.15in 0 0.08in 0;
}

h4 {
  font-size: 11pt;
  font-weight: 600;
  color: #4b5563;
  margin: 0.12in 0 0.06in 0;
}

code {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  background: #f3f4f6;
  padding: 0.02in 0.05in;
  border-radius: 3px;
  font-size: 9pt;
  color: #dc2626;
}

pre {
  background: #1f2937;
  color: #f3f4f6;
  padding: 0.12in;
  border-radius: 6px;
  overflow-x: auto;
  margin: 0.12in 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9pt;
}

pre code {
  background: none;
  color: #f3f4f6;
  padding: 0;
}

table {
  width: 100%;
  margin: 0.12in 0;
  border-collapse: collapse;
  font-size: 9.5pt;
  border: 1px solid #e5e7eb;
}

th {
  background: #1e40af;
  color: white;
  padding: 0.08in;
  text-align: left;
  font-weight: 600;
}

td {
  padding: 0.08in;
  border-bottom: 1px solid #e5e7eb;
}

hr {
  border: none;
  border-top: 2px solid #e5e7eb;
  margin: 0.2in 0;
}

ul, ol {
  margin: 0.08in 0;
  padding-left: 0.3in;
}
