/* Glassy Red Glow */
.hitkaart {
  backdrop-filter: blur(10px) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 16px;
  padding: 20px;
  color: #fff;
  text-align: left;
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.hitkaart:hover {
  transform: scale(1.02);
}

.hitkaart .positie {
  font-weight: bold;
  font-size: 1.1rem;
  color: #fff;
}

.hitkaart .hoes img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
}

.hitkaart .titel {
  font-weight: 600;
  color: #fff;
}

.hitkaart .artiest {
  font-size: 0.9rem;
  color: #ddd;
}

.label {
  background: rgba(255, 0, 0, 0.5);
  border-radius: 8px;
  padding: 2px 6px;
}

.label.nieuw {
  background: rgba(0, 255, 128, 0.5);
}

.label.salland {
  background: rgba(255, 0, 128, 0.5);
}

.pijl.groen { color: #00ff80; }
.pijl.rood { color: #ff5a5a; }
.pijl.zwart { color: #bbb; }

.vote-button {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #ff5a5a;
  box-shadow: 0 0 10px rgba(255, 90, 90, 0.3);
}

.vote-button:hover {
  background: rgba(255,90,90,0.2);
}

.hitlijst-legenda {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px;
  color: #fff;
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.05);
}

.track-history {
  background: rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(8px) !important;
  color: #fff !important;
  border-radius: 12px !important;
}
