body {
  font-family: 'Inter', 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.8rem;
  border-radius: 0.75rem;
  color: #cbd5f5;
  transition: background 0.2s, color 0.2s;
}
.sidebar-link:hover {
  background: rgba(148, 163, 254, 0.1);
  color: #fbbf24;
}
.card-glass {
  border-radius: 1.5rem;
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(15,23,42,0.85);
  padding: 1.5rem;
  box-shadow: 0 10px 40px rgba(15,23,42,0.4);
}
.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.1rem 0.65rem;
  font-size: 0.75rem;
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
}
.table-card {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 254, 0.1);
}
