:root{
  --bg: #0B0E11;
  --surface: #0F1319;
  --surface-2: #161C24;
  --fg: #E8EDF2;
  --muted: #7C8894;
  --line: #1D242C;
  --line-strong: #2A333D;
  --accent: #00E5A0;
  --accent-dark: #00B87F;
  --accent-wash: #06211A;
  --on-accent: #0B0E11;
  --price-color: #00E5A0;
  --ok: #00E5A0;
  --error: #FF6B5A;
  --font-display: 'Oswald',Impact,system-ui,sans-serif;
  --font-text: 'Onest',system-ui,-apple-system,sans-serif;
  --font-mono: 'IBM Plex Mono',ui-monospace,Menlo,monospace;
  --r-card: 0px;
  --r-btn: 0px;
  --r-field: 10px;
  --r-chip: 999px;
  --gap: 18px;
  --section-pad: 64px;
  --hero-pad: 84px;
  --grid: 3;
  --display-scale: 1.15;
  --price-scale: 1.0;
  --card-ratio: 4 / 5;
  --t-fast: 100ms;
  --t-base: 200ms;
  --t-slow: 480ms;
  --t-drift: 600ms;
  --ease-out: cubic-bezier(.2,.8,.2,1);
  --ease-inout: cubic-bezier(.77,0,.18,1);
  --ease-spring: cubic-bezier(.34,1.56,.64,1);
}
