/* Admin page specific styles */

.stat-card {
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(45, 212, 191, 0.15);
}

.user-row {
  transition: all 0.2s ease;
}

.user-row:hover {
  background: rgba(45, 212, 191, 0.05);
}

.tab-active {
  background: rgba(45, 212, 191, 0.1);
  border-color: rgba(45, 212, 191, 0.5);
  color: #2dd4bf;
}
