:root {
  --bg: #0b0f14;
  --card: #121821;
  --surface: #161f2b;
  --border: #1f2a36;
  --accent: #ff7a00;
  --accent-hover: #ff9a3d;
  --green: #00c853;
  --red: #ff3d00;
  --yellow: #ffc400;
  --text: #e8eef5;
  --muted: #8ea0b5;
  --radius: 18px;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

