@page { size: A4; margin: 18mm; }
@media print {
    :root { color-scheme: light; --bg: white; --surface: white; --surface-2: white; --text: #111; --muted: #444; --line: #ccc; }
    body { background: white !important; color: #111 !important; font-size: 11pt; }
    .side-nav, .top-bar, .bottom-nav, .details-panel, .toast-region, .header-actions, .no-print { display: none !important; }
    .app-shell { display: block; }
    .workspace { padding: 0; }
    .card, .list-row, .reading-canvas { box-shadow: none; break-inside: avoid; background: white; }
    .page-title { font-size: 24pt; }
    a { text-decoration: none; }
}
