/* =========================
   Base layout
   ========================= */

body {
  background: #f6f7fb;
}

.app-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.app-main {
  flex: 1;
}

/* =========================
   Navbar
   ========================= */

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.nav-link.active {
  font-weight: 600;
}

/* =========================
   Cards
   ========================= */

.card-kpi {
  border: 0;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.table-card {
  border: 0;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

/* KPI cards: igualar alturas y alineación */
.card-kpi .kpi-value {
  min-height: 2.8rem;       
  display: flex;
  align-items: center;
}

/* =========================
   Badges / helpers
   ========================= */

.badge-soft {
  background: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
               "Liberation Mono", "Courier New", monospace;
}

/* =========================
   Footer
   ========================= */

.footer {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 0.75rem 0;
}
