:root {
  --primary: #00c656;
  --bg-primary: #0a0e14;
  --bg-secondary: #151a23;
  --bg-tertiary: #1a1f2b;
  --bg-hover: #1f2532;
  --text-primary: #e4e6eb;
  --text-secondary: #8b92a4;
  --text-muted: #5a6170;
  --border: #252b38;
  --danger: #ef4444;
}
