:root {
  /* ── Palette officielle TapiTrade ────────────────── */
  --color-primary:       #004AAD;
  --color-primary-dim:   rgba(0, 74, 173, 0.15);

  --color-bg:            #040C1A;
  --color-bg-surface:    #091428;
  --color-bg-elevated:   #0E1D35;

  --color-text:          #FFFFFF;
  --color-text-dim:      #B8C2D9;

  --color-gold:          #FEEF77;

  --color-border:        rgba(255, 255, 255, 0.08);

  --color-error:         #E74C3C;
  --color-error-bg:      rgba(231, 76, 60, 0.10);

  /* ── Typographie ─────────────────────────────────── */
  --font-sans: 'Segoe UI', system-ui, sans-serif;

  --text-xs:   12.5px;
  --text-sm:   13px;
  --text-sm2:  13.5px;
  --text-md:   14px;
  --text-md2:  14.5px;
  --text-base: 16px;
  --text-lg:   20px;
  --text-xl:   24px;
  --text-2xl:  26px;
  --text-3xl:  28px;
  --text-4xl:  36px;

  /* ── Espacement ──────────────────────────────────── */
  --sp-1:   4px;
  --sp-2:   8px;
  --sp-3:  10px;
  --sp-4:  12px;
  --sp-5:  14px;
  --sp-6:  16px;
  --sp-7:  18px;
  --sp-8:  20px;
  --sp-9:  24px;
  --sp-10: 32px;
  --sp-11: 40px;
  --sp-12: 60px;
  --sp-13: 80px;

  /* ── Radius ──────────────────────────────────────── */
  --radius-sm:  6px;
  --radius-md: 12px;
  --radius-lg: 16px;

  /* ── Ombres ──────────────────────────────────────── */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.40);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.60);

  /* ── Transitions ─────────────────────────────────── */
  --transition-fast: 0.15s ease;
  --transition-base: 0.25s ease;
}
