/* ============================================================
   CMP Club · assets/css/tokens.css
   Design tokens — baseado no Design System v1.0
   ============================================================ */

:root {
  /* Cores */
  --gold:       #E8C97A;
  --gold-dim:   #4A3A10;
  --gold-bg:    #2A2310;
  --white:      #F5F5F5;
  --gray:       #9A9A9A;
  --bg:         #111111;
  --surface:    #1A1A1A;
  --border:     #2A2A2A;
  --green:      #3EBD8A;
  --green-bg:   #0D2318;
  --green-bdr:  #1A4030;
  --red:        #E05C5C;
  --red-bg:     #2A1010;
  --red-bdr:    #4A2020;

  /* Border radius */
  --radius-sm:  6px;
  --radius-md:  10px;
  --radius-lg:  14px;

  /* Layout mobile */
  --touch-min:   44px;
  --header-h:    56px;
  --bottom-h:    64px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}
