:root {
  --color-void: #02070d;
  --color-night: #06111b;
  --color-panel: #0b1722;
  --color-panel-strong: #101b25;
  --color-line: rgba(142, 190, 224, 0.18);
  --color-line-strong: rgba(142, 190, 224, 0.34);
  --color-text: #e7edf2;
  --color-muted: #aebbc7;
  --color-dim: #748797;
  --color-blue: #47b4ff;
  --color-gold: #d7a53b;
  --color-green: #69b56c;
  --color-purple: #9b78e8;
  --color-danger: #e25a61;

  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;

  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --shadow-panel: 0 18px 60px rgba(0, 0, 0, 0.42);
  --shadow-glow: 0 0 28px rgba(71, 180, 255, 0.28);
  --max-width: 1180px;
  --transition: 180ms ease;
}
