/* SKILLFUL brand tokens.
   Loaded by Skillful-owned game pages BEFORE the game stylesheet. Shared
   chrome (auth modal, /tg cashier) themes itself off --brand-* with the
   Skillful hexes as fallbacks, so this file is the identity's single
   source of truth. Values mirror the shared-chrome colors in use today —
   including this file changes nothing visually. */
:root {
  --brand-accent: #35e0d0;        /* primary accent / borders / links */
  --brand-accent-2: #2fd3c2;      /* gradient partner for CTAs */
  --brand-accent-hi: #54ecdb;     /* gradient top / hover */
  --brand-accent-ink: #04231f;    /* text on accent */
  --brand-accent-soft: rgba(53, 224, 208, 0.12);
  --brand-money: #f5c97b;         /* balances / payouts */
  --brand-money-line: rgba(245, 201, 123, 0.34);
  --brand-money-soft: rgba(245, 201, 123, 0.12);
  --brand-surface: #121a2e;       /* dialog / card ground */
  --brand-surface-2: #0f1626;     /* dialog gradient partner / wells */
  --brand-line: #222c44;          /* borders on surfaces */
  --brand-ink: #eaf0ff;           /* body text on surfaces */
  --brand-muted: #8b93a7;         /* secondary text */
}
