/* ============================================================
   PUND123.BET — Design Tokens
   Direction: Lamborghini-dark × sportsbook density
   ============================================================ */

:root {
  /* --- Colour: Backgrounds --- */
  --c-bg:          #111113;
  --c-bg-alt:      #0c0c0e;
  --c-surface:     #1a1b1f;
  --c-surface-2:   #222428;
  --c-surface-3:   #2a2b31;

  /* --- Colour: Borders --- */
  --c-border:      #2c2d34;
  --c-border-2:    #38393f;

  /* --- Colour: Brand — Muted Amber/Gold --- */
  --c-gold:        #c9a84c;
  --c-gold-h:      #dbb95e;
  --c-gold-dim:    rgba(201, 168, 76, 0.14);
  --c-gold-glow:   rgba(201, 168, 76, 0.06);

  /* --- Colour: Secondary — Steel Blue --- */
  --c-steel:       #4266a0;
  --c-steel-h:     #5478b4;
  --c-steel-dim:   rgba(66, 102, 160, 0.14);

  /* --- Colour: Live / Alert --- */
  --c-live:        #e04444;
  --c-live-dim:    rgba(224, 68, 68, 0.14);

  /* --- Colour: Semantic --- */
  --c-success:     #3aaa6e;
  --c-warning:     #d4872a;

  /* --- Colour: Text --- */
  --c-text:        #ebebeb;
  --c-text-2:      #adb0ba;
  --c-muted:       #71747e;
  --c-invert:      #111113;

  /* --- Typography --- */
  --font-head:   'Barlow Condensed', sans-serif;
  --font-body:   'Inter', sans-serif;
  --font-mono:   'JetBrains Mono', monospace;

  /* --- Type Scale (1.25 ratio) --- */
  --t-xs:   0.75rem;    /* 12px */
  --t-sm:   0.875rem;   /* 14px */
  --t-base: 1rem;       /* 16px */
  --t-lg:   1.125rem;   /* 18px */
  --t-xl:   1.25rem;    /* 20px */
  --t-2xl:  1.5rem;     /* 24px */
  --t-3xl:  1.875rem;   /* 30px */
  --t-4xl:  2.25rem;    /* 36px */
  --t-5xl:  3rem;       /* 48px */
  --t-6xl:  3.75rem;    /* 60px */
  --t-7xl:  4.5rem;     /* 72px */
  --t-8xl:  6rem;       /* 96px */
  --t-9xl:  8rem;       /* 128px */

  /* --- Spacing (4px grid) --- */
  --sp-1:   0.25rem;
  --sp-2:   0.5rem;
  --sp-3:   0.75rem;
  --sp-4:   1rem;
  --sp-5:   1.25rem;
  --sp-6:   1.5rem;
  --sp-8:   2rem;
  --sp-10:  2.5rem;
  --sp-12:  3rem;
  --sp-16:  4rem;
  --sp-20:  5rem;
  --sp-24:  6rem;
  --sp-32:  8rem;

  /* --- Radius --- */
  --r-xs:  2px;
  --r-sm:  4px;
  --r-md:  8px;
  --r-lg:  12px;
  --r-xl:  20px;
  --r-pill:9999px;

  /* --- Shadow (3 levels) --- */
  --sh-sm:  0 1px 3px rgba(0,0,0,.5);
  --sh-md:  0 4px 16px rgba(0,0,0,.55);
  --sh-lg:  0 12px 40px rgba(0,0,0,.7);

  /* --- Z-index --- */
  --z-base:   1;
  --z-above:  10;
  --z-sticky: 80;
  --z-header: 200;
  --z-overlay:300;
  --z-modal:  400;

  /* --- Transitions --- */
  --ease:        cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out:    cubic-bezier(0, 0, 0.2, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --t-fast:  150ms;
  --t-base:  250ms;
  --t-slow:  400ms;

  /* --- Layout --- */
  --max-w:      1340px;
  --header-h:   64px;
  --sidebar-w:  192px;
  --rg-bar-h:   36px;
}
