:root {
  --accent: 240 100% 50%; /* Blue accent instead of red */
}

/* Main accent color overrides */
.text-accent-green {
  color: #0000FF !important;
}

.bg-accent {
  background-color: #0000FF !important;
}

/* Gradient overrides */
.to-\[\#5FFFD3\] {
  --tw-gradient-to: #0000FF !important;
}

/* Button colors */
.bg-green-600 {
  background-color: #0000FF !important; /* pure blue */
}

.bg-green-800 {
  background-color: #0000FF !important; /* pure blue */
}

.hover\:bg-green-800:hover {
  background-color: #0000FF !important; /* pure blue for hover */
}

.border-green-500, .border-green-600 {
  border-color: #0000FF !important; /* pure blue border */
}

.text-green-400, .text-green-500, .text-green-600 {
  color: #0000FF !important;
}

/* Disclaimer bar styles */
.bg-green-900 {
  background-color: #0000FF !important; /* pure blue background */
}

.border-green-600 {
  border-color: #0000FF !important; /* pure blue border */
}

.text-green-400 {
  color: #0000FF !important; /* pure blue text */
}

/* Green buttons/tags with green border and background */
.border-green-600.bg-green-900 {
  border-color: #0000FF !important;
  background-color: #0000FF !important;
}

/* Gradient backgrounds if they exist */
.bg-green-900\/60 {
  background-color: rgba(0, 0, 255, 0.6) !important; /* blue with opacity */
}

.hover\:bg-green-900:hover {
  background-color: #0000FF !important;
}

/* Border colors */
.border-green-900 {
  border-color: #0000FF !important; /* pure blue border */
}

/* Background colors with transparency */
.bg-green-600\/20 {
  background-color: rgba(0, 0, 255, 0.2) !important;
}

/* Other possible green classes that might be used */
.hover\:bg-green-600:hover {
  background-color: #0000FF !important;
}

/* Green gradients if they exist */
.from-green-500\/10 {
  --tw-gradient-from: rgba(0, 0, 255, 0.1) !important;
}

/* Launch App button styling */
a[href*="app.hyperswap.ai"] {
  border-color: #0000FF !important;
  background-color: #0000FF !important;
}

a[href*="app.hyperswap.ai"]:hover {
  background-color: #0000FF !important;
}

/* Additional shades of green that might be used */
.text-green-300 {
  color: #0000FF !important; /* pure blue */
}

.bg-green-700 {
  background-color: #0000FF !important; /* pure blue */
}

.bg-green-950 {
  background-color: #0000FF !important; /* pure blue */
}

.bg-green-950\/30 {
  background-color: rgba(0, 0, 255, 0.3) !important;
}

.border-green-400 {
  border-color: #0000FF !important; /* pure blue border */
}

/* Handle any focus/active states */
.focus\:border-green-600:focus {
  border-color: #0000FF !important;
}

.active\:bg-green-700:active {
  background-color: #0000FF !important;
}
