:root {
  --bg: #0b0f14;
  --surface: #121821;
  --surface-2: #161f2b;
  --border: #1f2a36;
  --primary: #ff7a00;
  --primary-hover: #ff9a3d;
  --positive: #00c853;
  --negative: #ff3d00;
  --warning: #ffc400;
  --text: #e8eef5;
  --muted: #8ea0b5;
  --shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  --radius: 18px;
  --radius-sm: 12px;
}
