:root {
  /* Backgrounds */
  --bg:     #0a0f1e;
  --bg2:    #0d1529;
  --bg3:    #111827;
  --card:   #141e35;

  /* Colors */
  --border:   rgba(255, 255, 255, 0.07);
  --accent:   #3b82f6;
  --accent2:  #60a5fa;
  --accent-g: linear-gradient(135deg, #3b82f6, #8b5cf6);
  --green:    #22c55e;
  --text:     #f1f5f9;
  --muted:    #94a3b8;

  /* Misc */
  --radius: 12px;
}
