.stat-card{
  padding:20px;
  text-align:center;
  border-radius:14px;
}
.stat-card h2{
  margin:0;
  font-weight:700;
  color:#6a7cff;
}
.stat-card small{
  color:#777;
}
.dashboard{
  background: linear-gradient(135deg,#6a7cff,#7e57c2);
  padding:30px;
  border-radius:18px;
}

.stat-card{
  background:#fff;
  border-radius:14px;
  padding:20px;
}

.stat-card small{
  color:#777;
}

.stat-card h2{
  margin:0;
  font-weight:700;
  color:#6a7cff;
}

.box{
  border-radius:16px;
  padding:15px;
}

.box-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}

.table th{
  color:#555;
  font-weight:600;
}

.badge{
  padding:6px 10px;
  border-radius:20px;
  font-size:12px;
}

.status-new{ background:#e3f2fd; color:#1565c0; }
.status-contacted{ background:#fff3cd; color:#856404; }
.status-inprogress{ background:#ede7f6; color:#512da8; }
.status-enrolled{ background:#e8f5e9; color:#2e7d32; }
