/* UniAgent brand overrides — Uniswap v4 pink */
:root {
  --primary: 339 100% 50% !important;
  --ring: 339 100% 50% !important;
}

/* Pink accent overrides */
.bg-orange-500, .bg-orange-400, .bg-orange-600 { background-color: #FF007A !important; }
.text-orange-500, .text-orange-400, .text-orange-600 { color: #FF007A !important; }
.border-orange-500, .border-orange-400 { border-color: #FF007A !important; }
.ring-orange-500 { --tw-ring-color: #FF007A !important; }

/* Background warm tones → cool dark-tinted */
body { background-color: #f8f6ff !important; }
.bg-\[\#f5f3ef\] { background-color: #f3f0ff !important; }

/* CTA gradients — replace warm orange with Uniswap pink/purple */
[class*="gradient"][class*="orange"],
[style*="orange"],
[style*="#fff3e0"],
[style*="#ffedd5"] {
  background: linear-gradient(145deg, #fff0f8 0%, #fce4f5 35%, #f0e0ff 65%, #ffe0f5 100%) !important;
}
