:root{
  --bg: #101010;
  --surface: #161616;
  --surface-2: #1E1E1E;
  --fg: #EDEDED;
  --muted: #8A8A8A;
  --line: #232323;
  --line-strong: #333333;
  --accent: #840B0B;
  --accent-dark: #420606;
  --accent-wash: #200F0F;
  --on-accent: #FFFFFF;
  --price-color: #840B0B;
  --ok: #7FB069;
  --error: #E06C5A;
  --font-display: 'Unbounded','Arial Black',system-ui,sans-serif;
  --font-text: 'Onest',system-ui,-apple-system,'Segoe UI',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: 3 / 4;
  --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);
}
