@page {
  size: Letter;
  margin: 0.75in;
}

:root {
  --print-text: #111111;
  --print-muted: #555555;
  --print-border: #cfcfcf;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: var(--print-text);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 10.5pt;
  line-height: 1.5;
}

.whitepaper {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  background: #ffffff;
}

.whitepaper-cover {
  min-height: 8.8in;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 0;
  background: #ffffff;
  break-after: page;
  page-break-after: always;
}

.eyebrow {
  margin: 0 0 0.16in;
  color: #444444;
  font-size: 9pt;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.whitepaper-cover h1 {
  max-width: 6.7in;
  margin: 0;
  font-size: 34pt;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.subtitle {
  max-width: 6.4in;
  margin: 0.25in 0 0;
  color: var(--print-muted);
  font-size: 14pt;
  line-height: 1.45;
}

.document-meta {
  margin-top: 0.75in;
  padding-top: 0.2in;
  border-top: 1px solid var(--print-border);
  color: var(--print-muted);
  font-size: 9.5pt;
}

.document-meta p {
  margin: 0.03in 0;
}

.whitepaper-section {
  padding: 0;
  margin: 0 0 0.42in;
  border: 0;
  break-inside: auto;
}

.whitepaper-section h2 {
  margin: 0 0 0.18in;
  font-size: 18pt;
  line-height: 1.2;
  break-after: avoid;
  page-break-after: avoid;
}

.whitepaper-section h3 {
  margin: 0.28in 0 0.1in;
  font-size: 12pt;
  line-height: 1.3;
  break-after: avoid;
  page-break-after: avoid;
}

.whitepaper-section p {
  max-width: none;
  margin: 0 0 0.15in;
  orphans: 3;
  widows: 3;
}

.placeholder {
  color: var(--print-muted);
}

.method-sequence {
  margin: 0.2in 0 0.24in;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1in;
  list-style: none;
}

.method-sequence li {
  min-height: 0.48in;
  margin: 0;
  padding: 0.12in 0.12in 0.12in 0.35in;
  border: 1px solid var(--print-border);
  border-radius: 0;
  background: #ffffff;
  font-weight: 700;
  break-inside: avoid;
}

.method-sequence li::before {
  top: 0.12in;
  left: 0.12in;
  color: var(--print-muted);
}

.trust-sequence {
  margin: 0.2in 0;
  padding: 0.15in 0.18in;
  border-left: 3px solid #555555;
  background: #f5f5f5;
  font-weight: 700;
  break-inside: avoid;
}

.whitepaper-section ul {
  max-width: none;
  margin: 0.14in 0 0;
  padding-left: 0.25in;
}

.whitepaper-section li {
  margin-bottom: 0.08in;
}

.references {
  background: #ffffff;
}

#abstract {
  break-before: page;
  page-break-before: always;
}

#foundations,
#method,
#dojo-mind,
#earned-automation,
#limitations,
#references {
  break-before: page;
  page-break-before: always;
}

a {
  color: inherit;
  text-decoration: none;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.research-sequence {
  margin: 0.2in 0;
  padding: 0.14in 0.18in;
  border-left: 3px solid #555555;
  background: #f5f5f5;
  font-weight: 700;
  break-inside: avoid;
}

.research-note {
  margin: 0.24in 0 0;
  padding: 0.15in 0.18in;
  border: 1px solid var(--print-border);
  background: #f8f8f8;
  break-inside: avoid;
}

.research-note p {
  margin: 0;
}

.source-note {
  margin: 0.18in 0 0;
  padding-top: 0.14in;
  border-top: 1px solid var(--print-border);
  color: var(--print-muted);
  font-size: 9pt;
}

.source-note p {
  margin-bottom: 0.06in;
}

.source-note ul {
  margin-top: 0.06in;
}

.source-note li {
  margin-bottom: 0.04in;
}

.whitepaper-site-header {
  display: none !important;
}

.whitepaper-site-footer {
  display: none !important;
}
