:root {
  --accent: #8B5CF6 !important;
  --accent-hover: #A78BFA !important;
  --accent-muted: #8B5CF6 !important;
  --accent-subtle: rgba(139, 92, 246, .15) !important;
  --accent-foreground: #fafafa !important;
  --accent-glow: rgba(139, 92, 246, .25) !important;
  --primary: #8B5CF6 !important;
  --primary-foreground: #ffffff !important;
  --ring: #8B5CF6 !important;
  --focus: rgba(139, 92, 246, .25) !important;
  --focus-ring: 0 0 0 2px var(--bg), 0 0 0 4px #8B5CF6 !important;
  --focus-glow: 0 0 0 2px var(--bg), 0 0 0 4px #8B5CF6, 0 0 20px rgba(139, 92, 246, .25) !important;
  --destructive: #ef4444 !important;
}
