:root {
  --color-bg: #090c10;
  --color-surface: #10151c;
  --color-surface-strong: #151c25;
  --color-border: #243140;
  --color-text: #f2f6fa;
  --color-muted: #a3afbd;
  --color-accent: #67d8ff;
  --color-accent-strong: #2fbce9;
  --color-success: #82d7a0;
  --color-warning: #e8b85b;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1180px;
  --radius-sm: 0.55rem;
  --radius-md: 0.9rem;
  --radius-lg: 1.2rem;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
}
