:root {
  --bg: #080808;
  --bg-elevated: #111111;
  --bg-card: #161616;
  --text: #f2ebe3;
  --text-muted: #9a9289;
  --accent: #f97316;
  --accent-soft: rgba(249, 115, 22, 0.15);
  --accent-glow: rgba(249, 115, 22, 0.35);
}