body { font-family: Arial, sans-serif; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
.table td, .table th { vertical-align: middle; white-space: normal; overflow-wrap: break-word; }
.registry-table { font-size: .94rem; }
.stat-card { border: 1px solid #dee2e6; border-left: 5px solid #0d6efd; background: #fff; border-radius: .5rem; padding: 14px 16px; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); }
.stat-card.danger { border-left-color: #dc3545; }
.stat-card.warning { border-left-color: #ffc107; }
.stat-card.success { border-left-color: #198754; }
.stat-label { color: #6c757d; font-size: .88rem; }
.stat-value { font-size: 1.8rem; font-weight: 700; line-height: 1.1; }
.mini-stat { border: 1px solid #dee2e6; border-radius: .4rem; padding: 9px; color: #6c757d; font-size: .82rem; height: 100%; }
.mini-stat strong { display: block; color: #212529; font-size: 1.35rem; }
@media print {
  nav, footer, .btn, form { display: none !important; }
  body { margin: 0; padding: 0; }
  .card { border: 0 !important; box-shadow: none !important; }
  table { width: 100% !important; border-collapse: collapse !important; }
  th, td { border: 1px solid #000 !important; }
}
.history-wrap { max-height: 72vh; border: 1px solid #dee2e6; }
.history-table { min-width: 2500px; font-size: .82rem; margin-bottom: 0; }
.history-table thead th { position: sticky; top: 0; z-index: 5; background: #f8f9fa; text-align: center; }
.history-table .sticky-col { position: sticky; z-index: 4; }
.history-table thead .sticky-col { z-index: 7; }
.sticky-col-1 { left: 0; min-width: 85px; width: 85px; }
.sticky-col-2 { left: 85px; min-width: 280px; width: 280px; }
.year-head { min-width: 145px; width: 145px; }
.year-cell { min-width: 145px; max-width: 180px; white-space: normal !important; }
.yearly-detail { min-width: 2200px; font-size: .8rem; }
.yearly-detail th { min-width: 140px; text-align: center; background: #f8f9fa; }
.yearly-detail td { min-width: 140px; white-space: normal !important; }
