 
/* ===== PAGE ===== */
.app-content {
  padding: 16px;
  /* background: #f4f6f9; */
  background: #ddd;
  min-height: 100vh;
}

/* ===== HEADER ===== */
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.page-header h3 {
  margin: 0;
  font-weight: 600;
}

.subtitle {
  font-size: 12px;
  color: #6c757d;
}

/* ===== CARDS ===== */
.card {
  background: #fff;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

/* ===== FILTERS ===== */
.form-group label {
  font-size: 12px;
  font-weight: 600;
}

/* ===== TABLE ===== */
