:root {
  --color-bg: #030607;
  --color-bg-soft: #060a0b;
  --color-surface: #0b1011;
  --color-surface-2: #101617;
  --color-surface-3: #151d1e;
  --color-text: #f3f7f7;
  --color-muted: #a7b0b0;
  --color-dim: #6f7a7a;
  --color-lime: #b8f500;
  --color-lime-hover: #cdfd26;
  --color-lime-soft: rgba(184, 245, 0, 0.1);
  --color-border: rgba(184, 245, 0, 0.32);
  --color-border-strong: rgba(184, 245, 0, 0.58);
  --color-border-neutral: rgba(255, 255, 255, 0.1);
  --shadow-panel: 0 22px 70px rgba(0, 0, 0, 0.45);
  --shadow-lime: 0 0 36px rgba(184, 245, 0, 0.16);
  --font-display: "Barlow Condensed", "Arial Narrow", "Inter", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
  --container-max: 1280px;
  --header-height: 70px;
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 92px;
}
