@media print {
    :root { --paper: #fff; }
    body { background: #fff; }
    body::before, body::after { display: none; }

    .sidebar, .navbar, #blazor-error-ui,
    .no-print, .btn, .toast-stack, .steps { display: none !important; }

    .app { grid-template-columns: 1fr !important; }
    .main { padding: 0 !important; max-width: 100% !important; }

    .report-section { break-inside: avoid; }
    .report-section .lane-header { border-bottom-color: #000 !important; }

    .table { font-size: 11pt; }
    .table th { background: #eee !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .table tr:hover td { background: transparent !important; }

    a { color: #000 !important; border-bottom: 0 !important; }
    h1, h2, h3, h4 { color: #000 !important; }

    .report-meta { background: #fff !important; border-color: #000 !important; }
    .badge { border: 1px solid #000 !important; background: #fff !important; color: #000 !important; }
}
