:root { --brand: #0d6efd; }
body { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }
.navbar-brand { letter-spacing: .5px; }
.card-section { border-left: 4px solid var(--brand); }
table.table-sm td, table.table-sm th { vertical-align: middle; }
.risk-badge { font-size: 1.05rem; font-weight: 600; }
.disclaimer { font-style: italic; }
.font-monospace-sm { font-family: var(--bs-font-monospace); font-size: .85rem; }
@media print {
  .navbar, footer, .no-print { display: none !important; }
  main { width: 100%; }
}
