/* TIS Golf — shared design tokens (locked, per brief §3).
   Lifted here once so every screen references the same values
   instead of repeating them in its own :root block. */
:root{
  --bg:        #081a0e;          /* app background (ink green) */
  --surface:   #0a2011;          /* cards / panels */
  --dialog:    #0d2415;          /* confirm dialogs */
  --gold:      #c8a84a;
  --gold-bright:#e3c97a;
  --ink:       #f2efe6;          /* primary text */
  --ink-dim:   #b8c4b0;          /* secondary text */
  --muted:     #9aa595;          /* "Est" grey */
  --hair:      rgba(200,168,74,.18);
  /* verdict colors — green / amber / red ONLY */
  --green:     #4ade80;
  --amber:     #FAC775;          /* --bogey persists elsewhere only as an alias to this */
  --red:       #e24b4a;
}
