/* SIGEBI - estilos */
:root {
  --sigebi-primario: #1b3a5c;
  --sigebi-acento: #2e7d32;
}
.sigebi-nav { background: linear-gradient(90deg, var(--sigebi-primario), #265a8f); }
.card { border: 0; box-shadow: 0 1px 4px rgba(0,0,0,.08); border-radius: .75rem; }
.card-kpi .icono {
  font-size: 1.8rem; width: 3.2rem; height: 3.2rem; border-radius: .75rem;
  display: flex; align-items: center; justify-content: center;
}
.table thead th { background: #f1f4f8; font-size: .8rem; text-transform: uppercase; letter-spacing: .03em; }
.table td, .table th { vertical-align: middle; }
.badge-estado { font-weight: 500; }
.login-bg {
  min-height: 100vh; display: flex; align-items: center;
  background: linear-gradient(135deg, #1b3a5c 0%, #265a8f 60%, #2e7d32 100%);
}
.login-card { max-width: 420px; width: 100%; }
.form-label { font-weight: 500; font-size: .85rem; }
@media print { .no-print, nav, footer { display: none !important; } }
