body {
  background-color: #f5f6f8;
}
.navbar-brand {
  font-weight: 600;
}
.card {
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.stat-card .value {
  font-size: 2rem;
  font-weight: 700;
}
table.table {
  background: #fff;
}
.badge-status-в.наявності { background-color: #198754; }
.status-available { color: #198754; font-weight: 600; }
.status-issued { color: #0d6efd; font-weight: 600; }
.status-repair { color: #fd7e14; font-weight: 600; }
.status-written-off { color: #6c757d; font-weight: 600; text-decoration: line-through; }
