/* Spin Savvy brand tokens. Shared between the docs site (/docs) and the
   marketing site (/). The aesthetic mirrors the iOS app's D3 Refined Casino
   direction: near-black canvas, refined gold accents, thin green dividers.
   Felt is reserved for the Play surface and Wager Editor inside the app. */

:root {
  --canvas:        #0E0E10;
  --card:          #1C1C1E;
  --card-edge:     #2A2A2E;
  --gold:          #C9A84C;
  --gold-soft:     #B0902F;
  --gold-bright:   #E5C66B;
  --gold-dim:      #8E6B1E;
  --gold-faint:    rgba(201, 168, 76, 0.18);
  --green-line:    #2A6E4D;
  --text:          #E7E2D2;
  --text-dim:      #9C9385;
  --text-faint:    #5C5648;
  --warn-bg:       rgba(200, 122, 58, 0.10);
  --warn-border:   #C87A3A;
  --danger-bg:     rgba(200, 74, 74, 0.10);
  --danger-border: #C84A4A;
  --info-bg:       rgba(74, 144, 200, 0.10);
  --info-border:   #4A90C8;
  --shadow:        0 4px 16px rgba(0, 0, 0, 0.5);
}
