:root {
  --bg: #0d0f14;
  --surface: #151820;
  --surface2: #1c2030;
  --surface3: #232840;
  --border: #2a3050;
  --border2: #3a4470;
  --accent: #4f7cff;
  --accent2: #7c4fff;
  --accent3: #ff4f7c;
  --green: #22d87a;
  --yellow: #ffc840;
  --orange: #ff8c40;
  --red: #ff4f4f;
  --tg: #26a9e3;
  --vb: #7b519e;
  --ig: #e1306c;
  --text: #e8eaf0;
  --text2: #8890b0;
  --text3: #535a78;
  --radius: 12px;
  --radius2: 8px;
  --shadow: 0 4px 24px rgba(0,0,0,0.4);
}
