:root{
  --bg: #0B0D12;
  --surface: #141821;
  --surface-2: #1D2230;
  --fg: #EAEEF6;
  --muted: #8B94A6;
  --line: #232937;
  --line-strong: #333B4D;
  --accent: #5B8CFF;
  --accent-dark: #3F6FE0;
  --accent-wash: #16203A;
  --on-accent: #FFFFFF;
  --price-color: #EAEEF6;
  --ok: #4CC38A;
  --error: #E5695B;
  --font-display: 'Manrope',system-ui,sans-serif;
  --font-text: 'Manrope',system-ui,-apple-system,sans-serif;
  --r-card: 14px;
  --r-btn: 999px;
  --r-field: 10px;
  --r-chip: 999px;
  --gap: 18px;
  --section-pad: 64px;
  --hero-pad: 84px;
  --grid: 2;
  --display-scale: 1.1;
  --price-scale: 1.0;
  --card-ratio: 4 / 5;
}
