/* Install guides as PDF (Chromium "Save as PDF" or build/pdf.js). */
@page { size: Letter; margin: 18mm 16mm 20mm; }
:root { --bg: #fff; --bg2: #fff; --panel: #fff; --text: #111827; --muted: #4d5b6e; --line: #d5dde6; --accent: #0b8f73; --link: #0a6f7d;
  --code-bg: #f1f5f9; --code-text: #0f2443; --shadow: none; --note-bg: #eef7fa; --warn-bg: #fff6e0; --tip-bg: #eafaf4; }
body { font-size: 11pt; background: #fff; }
.site-head, .site-foot, .cookie-banner, .toc, .no-print, .skip { display: none !important; }
.article { display: block; padding: 0; }
.prose { max-width: none; }
.article-head { padding: 0 0 8mm; border-bottom: 2px solid #19D5A5; margin-bottom: 6mm; }
.print-only { display: block !important; }
h1 { font-size: 24pt; } .prose h2 { font-size: 16pt; margin-top: 9mm; break-after: avoid; } .prose h3 { font-size: 12.5pt; break-after: avoid; }
pre, .callout, figure, tr { break-inside: avoid; }
thead { display: table-header-group; }
pre { border: 1px solid #d5dde6; font-size: 9pt; white-space: pre-wrap; word-break: break-word; }
.shot img { box-shadow: none; max-height: 110mm; object-fit: contain; }
a { color: #0a6f7d; text-decoration: none; }
.prose a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8.5pt; color: #4d5b6e; word-break: break-all; }
