body {
  background-color: #f4f6f9;
}

.card {
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.kanban-col {
  min-width: 260px;
  max-width: 260px;
  background: #eef1f5;
  border-radius: 8px;
  padding: 0.5rem;
}

.kanban-board {
  overflow-x: auto;
  padding-bottom: 1rem;
}

.kanban-card {
  cursor: pointer;
}

.stat-card .stat-value {
  font-size: 1.9rem;
  font-weight: 700;
}

.stat-card .stat-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
}

.table td, .table th {
  vertical-align: middle;
}
