/* Print / PDF export — clean document, no chrome */

@page { margin: 18mm 16mm; }

body { background: #fff !important; color: #000 !important; display: block; }

.no-print, .site-header, .site-footer, .note-actions, .note-meta { display: none !important; }

.note-container { padding: 0; max-width: 100%; }
.note-header { border-bottom: 2px solid #000; margin-bottom: 8mm; padding-bottom: 3mm; }
.note-title { font-size: 22pt; }

.markdown-body { font-size: 11pt; line-height: 1.55; }
.markdown-body a { color: #000; text-decoration: underline; }
.markdown-body a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #444; word-break: break-all; }
.markdown-body pre, .markdown-body blockquote, .markdown-body table { page-break-inside: avoid; border-color: #bbb !important; }
.markdown-body pre { background: #f4f4f4 !important; white-space: pre-wrap; word-wrap: break-word; }
.markdown-body code { background: #f4f4f4 !important; }
.markdown-body img { max-width: 100% !important; }
h1, h2, h3, h4 { page-break-after: avoid; }
