:root {
  --bg-base: #040b09;
  --bg-elevated: #0a1713;
  --bg-elevated-2: #0f201a;
  --surface: rgba(255, 255, 255, 0.06);
  --surface-2: rgba(255, 255, 255, 0.09);
  --surface-border: rgba(255, 255, 255, 0.12);
  --text-primary: #f7fff9;
  --text-secondary: rgba(240, 255, 245, 0.78);
  --text-muted: rgba(228, 245, 234, 0.56);
  --accent: #20d66b;
  --accent-strong: #16b357;
  --accent-soft: rgba(32, 214, 107, 0.16);
  --accent-glow: rgba(32, 214, 107, 0.28);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.35);
  --shadow-strong: 0 24px 60px rgba(0, 0, 0, 0.5);
}
