body {
  font-family: 'Cairo', sans-serif;
  background: #f3f6fb;
  color: #1f2937;
}
.app-navbar {
  background: linear-gradient(90deg, #0f172a, #1d4ed8);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .15);
}
.card-soft {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .07);
}
.card-stat {
  border-radius: 18px;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .07);
  height: 100%;
}
.table thead th {
  white-space: nowrap;
}
.form-control, .form-select {
  border-radius: 12px;
  padding: .75rem .9rem;
}
.btn {
  border-radius: 12px;
}
.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.badge-soft {
  background: #e0ecff;
  color: #1d4ed8;
}
.search-bar {
  background: #fff;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .06);
}
@media (max-width: 768px) {
  .page-title { flex-direction: column; align-items: stretch; }
  .table-responsive { font-size: .92rem; }
}
