:root {
  color-scheme: dark;
}

body {
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top, rgba(30, 91, 250, 0.10), transparent 24%),
    linear-gradient(135deg, #f8fbff 0%, #eef4ff 45%, #f7fbff 100%);
}

#party-list .bar-track,
#district-list .bar-track,
#municipio-list .bar-track {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.14);
}

#party-list .bar-fill,
#district-list .bar-fill,
#municipio-list .bar-fill {
  border-radius: 999px;
  background: linear-gradient(90deg, #1e5bfa 0%, #3b82f6 55%, #10b981 100%);
  box-shadow: 0 0 18px rgba(30, 91, 250, 0.18);
}
