:root {
  --color-bg-950: #02050d;
  --color-bg-900: #06101f;
  --color-bg-850: #07182c;
  --color-surface: rgba(7, 18, 34, 0.78);
  --color-surface-strong: rgba(9, 25, 46, 0.92);
  --color-line: rgba(53, 116, 255, 0.32);
  --color-line-gold: rgba(220, 170, 78, 0.48);
  --color-text: #f7f8fb;
  --color-muted: #a9b6cc;
  --color-blue: #1f6fff;
  --color-blue-soft: #5ca2ff;
  --color-gold: #d8a84f;
  --color-gold-soft: #f0ca74;
  --color-white-soft: rgba(255, 255, 255, 0.86);

  --font-main: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow-blue: 0 24px 80px rgba(24, 96, 255, 0.22);
  --shadow-gold: 0 18px 56px rgba(216, 168, 79, 0.18);
  --radius-sm: 6px;
  --radius-md: 8px;
  --container: 1280px;
}
