:root {
  /* ── Cores ────────────────────────────────── */
  --bg:       #0a0e1a;
  --surface:  #111827;
  --surface2: #1a2235;
  --border:   #1e2d45;

  --accent:   #f97316;   /* laranja primário */
  --accent2:  #ef4444;   /* vermelho */
  --green:    #22c55e;
  --yellow:   #eab308;
  --blue:     #3b82f6;

  --text:     #f1f5f9;
  --muted:    #64748b;
  --muted2:   #94a3b8;

  /* ── Tipografia ───────────────────────────── */
  --font-display: 'Syne', sans-serif;
  --font-body:    'DM Sans', sans-serif;

  --text-xs:  0.75rem;   /*  12px */
  --text-sm:  0.875rem;  /*  14px */
  --text-md:  1rem;      /*  16px */
  --text-lg:  1.125rem;  /*  18px */
  --text-xl:  1.25rem;   /*  20px */
  --text-2xl: 1.5rem;    /*  24px */
  --text-3xl: 1.875rem;  /*  30px */

  /* ── Espaçamento ──────────────────────────── */
  --space-xs:  4px;
  --space-sm:  8px;
  --space-md:  16px;
  --space-lg:  24px;
  --space-xl:  32px;
  --space-2xl: 48px;

  /* ── Bordas ───────────────────────────────── */
  --radius-sm:   8px;
  --radius-md:   12px;
  --radius-lg:   16px;
  --radius-full: 999px;

  /* ── Viewport mobile ──────────────────────── */
  --mobile-width: 390px;
  --mobile-max:   430px;

  /* ── Animações ────────────────────────────── */
  --transition:   0.2s ease;
  --shadow-card:  0 4px 20px rgba(0, 0, 0, 0.4);
  --shadow-accent: 0 0 20px rgba(249, 115, 22, 0.25);

  /* ── Bottom nav height ────────────────────── */
  --bottom-nav-h: 64px;
}
