/* Voidsent MC - CSS Variables */
:root {
  /* Brand Colors */
  --void-1: #5b21b6;
  --void-2: #7c3aed;
  --void-3: #a78bfa;
  --void-4: #c4b5fd;
  
  /* Background & Surface */
  --bg-dark: #06020d;
  --card-bg: #140a24;
  
  /* Text */
  --text: #e9d5ff;
  --text-muted: rgba(233, 213, 255, 0.6);
  
  /* Status */
  --online: #22c55e;
  --offline: #ef4444;
  
  /* Shadows */
  --glow-primary: rgba(124, 58, 237, 0.45);
  --glow-strong: rgba(196, 181, 253, 0.85);
}
