:root {
  --primary-color: #990000;
  --secondary-color: #cc0000;
  --highlight-color: #ff4444;
  --danger-color: #ff0000;
  --info-color: #ff6600;
  --text-color: #eee;
  --bg-dark: #0d0d0d;
  --bg-light: #1a1a1a;
}

.donate-link {
  color: #ff3333;
  font-weight: bold;
  text-decoration: none;
  animation: pulse 1.2s infinite;
}

@keyframes pulse {
  0% { color: #ff3333; }
  50% { color: #ff6666; }
  100% { color: #ff3333; }
}
