:root {
  --primary-color: #7c5cff;   
  --secondary-color: #00d2ff;  
  --accent-color: #f8f9fa;     
  --bg-dark: #0b0b1a;          
  --card-bg: rgba(25, 25, 45, 0.75); 
  --text-light: #ffffff;
  --text-muted: #b0b0d0;
}