:root {
  --bg-primary: #0e0e12;
  --bg-secondary: #16161e;
  --bg-card: #17171f;
  --border-color: #24242e;
  --text-primary: #e4e4e7;
  --text-secondary: #8a8a9a;
  --orange: #f97316;
  --orange-dark: #ea580c;
}