/* GENERATED by apps/web-astro/scripts/generate-printable-assets.mjs
   (F-17, EN audit PR #696) — shared stylesheet for the printable companion
   asset pages in this directory. Do not edit in dist/ by hand. */
:root {
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #fff;
  color: #0c1726;
  font-family: 'Inter Variable', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.doc-source {
  max-width: 44rem;
  margin: 0 auto;
  padding: 1.25rem 1.25rem 0;
  text-align: right;
  font-size: 0.8125rem;
}
.doc-source a {
  color: #5f6d7e;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.doc {
  max-width: 44rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 4rem;
}
h1,
h2,
h3,
h4 {
  color: #0c1726;
  line-height: 1.25;
  overflow-wrap: break-word;
}
h1 {
  font-size: 1.875rem;
  margin: 0 0 1.25rem;
}
h2 {
  font-size: 1.375rem;
  margin: 2.25rem 0 0.75rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #c7dacd;
}
h3 {
  font-size: 1.125rem;
  margin: 1.75rem 0 0.5rem;
}
p,
ul,
ol {
  margin: 0.75rem 0;
}
li {
  margin: 0.3rem 0;
}
li::marker {
  color: #3f5a48;
}
a {
  color: #3f5a48;
  text-underline-offset: 3px;
}
blockquote {
  margin: 1.25rem 0;
  padding: 0.25rem 1.25rem;
  border-left: 3px solid #c7dacd;
  color: #3d4a5c;
}
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
  background: #f3f4f6;
  padding: 0.1em 0.35em;
  border-radius: 4px;
  overflow-wrap: break-word;
}
pre {
  background: #f3f4f6;
  padding: 0.875rem 1rem;
  border-radius: 6px;
  overflow-x: auto;
}
pre code {
  background: none;
  padding: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 0.9375rem;
}
th,
td {
  border: 1px solid #c7dacd;
  padding: 0.45rem 0.6rem;
  text-align: left;
  vertical-align: top;
  overflow-wrap: break-word;
}
thead th {
  background: #f1f6f2;
}
hr {
  border: 0;
  border-top: 1px solid #c7dacd;
  margin: 2rem 0;
}
@page {
  margin: 18mm;
}
@media print {
  body {
    color: #000;
  }
  .doc-source {
    display: none;
  }
  .doc {
    max-width: none;
    padding: 0;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  thead th,
  code,
  pre {
    background: none;
  }
  h1,
  h2,
  h3 {
    break-after: avoid;
  }
  tr,
  li,
  blockquote {
    break-inside: avoid;
  }
}
