/* ============================================================
   k1-app.pk — tokens.css  (K1.GAME green-on-black brand)
   ============================================================ */
:root {
  /* Base — near-pure black */
  --ink:        #0A0A0A;
  --ink-2:      #0E110E;
  --panel:      #12160F;
  --panel-2:    #14210F;
  --line:       #223022;

  /* Brand accents (K1.GAME green) — token names kept as *-gold for internal refs */
  --gold:       #2FD44E;   /* brand green (primary accent) */
  --gold-bright:#62F084;
  --gold-deep:  #14A83A;
  --red:        #FF3B3B;   /* used only for 18+ pill / small pops */
  --red-deep:   #C81036;
  --emerald:    #12B76A;   /* payments / secondary green */
  --emerald-dp: #0B7D48;

  /* Signature gradients (green-led) */
  --foil:       linear-gradient(100deg, #CFFFDB 0%, #62F084 34%, #2FD44E 68%, #12A03E 100%);
  --jackpot:    linear-gradient(135deg, #62F084 0%, #14A83A 100%);
  --cash:       linear-gradient(135deg, #2FD44E 0%, #0B7D48 100%);

  /* Text */
  --text:       #ECF6EE;
  --muted:      #94A394;
  --faint:      #5F6B5F;

  /* Glow / shadow */
  --glow-gold:  0 0 40px rgba(47,212,78,.45);
  --glow-red:   0 0 34px rgba(255,59,59,.38);
  --shadow:     0 18px 50px rgba(0,0,0,.6);
  --shadow-sm:  0 8px 24px rgba(0,0,0,.5);

  /* Type */
  --display: 'Poppins', system-ui, sans-serif;
  --body:    'Poppins', system-ui, sans-serif;

  /* Radius */
  --r-sm: 10px; --r-md: 16px; --r-lg: 24px; --r-xl: 32px; --r-full: 9999px;

  /* Spacing */
  --s1:4px; --s2:8px; --s3:12px; --s4:16px; --s5:24px; --s6:32px; --s7:48px; --s8:64px; --s9:88px;

  /* Layout */
  --maxw: 1180px;
  --head-h: 70px;

  /* Motion */
  --fast: 140ms ease;
  --norm: 260ms cubic-bezier(.4,0,.2,1);
}
