:root {
  --bg-primary: #0a0a0f;
  --bg-secondary: #14141f;
  --bg-tertiary: #1e1e30;
  --accent-primary: #6c5ce7;
  --accent-light: #a29bfe;
  --accent-gradient-start: #6c5ce7;
  --accent-gradient-end: #8b5cf6;
  --accent-glow: rgba(108, 92, 231, 0.3);
  --text-primary: #ffffff;
  --text-secondary: #8b8ba3;
  --text-dim: #4a4a62;
  --border-color: #1e1e30;
  --success: #00d2a0;
  --error: #ff6b6b;
  --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
    'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  --max-width: 1200px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.3);
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
}
