/* Reuse the technical architecture style from example 003 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

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

h1 {
  font-size: 24pt;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.08in 0;
}

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

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

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

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

p {
  margin: 0.08in 0;
}

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

pre {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  padding: 0.15in;
  margin: 0.15in 0;
  border-radius: 6px;
}

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

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

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

th {
  background: #f3f4f6;
  padding: 0.08in;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #d1d5db;
}

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

.mermaid {
  margin: 0.2in 0;
  padding: 0.15in;
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
