:root {
  --color-bg: #061019;
  --color-bg-soft: #0b1722;
  --color-surface: rgba(15, 31, 43, .82);
  --color-surface-strong: #102330;
  --color-text: #f5fbff;
  --color-muted: #98abba;
  --color-line: rgba(255,255,255,.11);
  --color-accent: #2ee6d6;
  --color-accent-strong: #00bfae;
  --color-sunset: #ff9365;
  --color-gold: #ffc767;
  --color-danger: #ff6b74;
  --font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --space-1: .25rem; --space-2: .5rem; --space-3: .75rem; --space-4: 1rem; --space-5: 1.5rem;
  --space-6: 2rem; --space-7: 3rem; --space-8: 4.5rem;
  --radius-sm: .7rem; --radius-md: 1rem; --radius-card: 1.4rem; --radius-pill: 999px;
  --shadow-card: 0 24px 70px rgba(0,0,0,.28);
  --max-width: 1240px;
}
