:root { --dashboard-accent: #206bc4; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; }
.brand-mark { align-items: center; background: var(--dashboard-accent); border-radius: .45rem; color: #fff; display: inline-flex; font-size: .75rem; font-weight: 700; height: 2rem; justify-content: center; letter-spacing: .04em; width: 2rem; }
.navbar-vertical .navbar-brand a { align-items: center; color: inherit; display: flex; text-decoration: none; }
.card { box-shadow: 0 1px 3px rgb(0 0 0 / 5%); }
.chart { min-height: 320px; width: 100%; }
.report { max-width: 1280px; margin-inline: auto; }
[dir="rtl"] .report, .report:lang(ar) { font-family: "Noto Sans Arabic", "Segoe UI", sans-serif; }
.report table thead { display: table-header-group; }
.report-page-break { break-before: page; }
*:focus-visible { outline: 3px solid color-mix(in srgb, var(--dashboard-accent) 55%, transparent); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@media print { @page { size: A4; margin: 12mm; } .navbar, .footer, .breadcrumb { display: none !important; } .page-wrapper, .page-body { margin: 0 !important; padding: 0 !important; } .container-xl { max-width: none !important; padding: 0 !important; } .card { break-inside: avoid; box-shadow: none; } tr { break-inside: avoid; } .report-chart { min-height: 260px; } }
