/* ==========================================================================
   ALLDAY MLB EDGE — DESIGN TOKENS v2 "Premium DFS Terminal"
   ========================================================================== */

:root {
  /* ── Base surfaces ─────────────────────────────────────────────────── */
  --v2-bg-deep:           #040914;   /* page, deeper than v1's #060e1a */
  --v2-bg-base:           #0a1220;   /* card base */
  --v2-bg-elev-1:         rgba(16, 24, 44, 0.72);   /* glass layer */
  --v2-bg-elev-2:         rgba(28, 40, 68, 0.55);   /* elevated glass */
  --v2-bg-overlay:        rgba(4, 9, 20, 0.85);

  /* ── Borders ──────────────────────────────────────────────────────── */
  --v2-border:            rgba(255, 255, 255, 0.06);
  --v2-border-strong:     rgba(255, 255, 255, 0.12);
  --v2-border-accent:     rgba(0, 255, 156, 0.20);
  --v2-border-amber:      rgba(255, 164, 28, 0.22);
  --v2-border-magenta:    rgba(255, 61, 154, 0.22);

  /* ── Typography ───────────────────────────────────────────────────── */
  --v2-text:              #f1f5ff;
  --v2-text-muted:        #7486a4;
  --v2-text-dim:          #3d4f6e;

  /* ── Accent system ────────────────────────────────────────────────── */
  --v2-prime:             #00ff9c;      /* brand neon green */
  --v2-prime-soft:        rgba(0, 255, 156, 0.12);
  --v2-prime-glow:        0 0 40px rgba(0, 255, 156, 0.28);
  --v2-prime-glow-strong: 0 0 80px rgba(0, 255, 156, 0.45);

  --v2-amber:             #ffa41c;      /* cash / warnings */
  --v2-amber-soft:        rgba(255, 164, 28, 0.12);
  --v2-amber-glow:        0 0 28px rgba(255, 164, 28, 0.30);

  --v2-magenta:           #ff3d9a;      /* leverage / contrarian */
  --v2-magenta-soft:      rgba(255, 61, 154, 0.10);
  --v2-magenta-glow:      0 0 32px rgba(255, 61, 154, 0.32);

  --v2-cyan:              #00d4ff;      /* info / selected */
  --v2-cyan-soft:         rgba(0, 212, 255, 0.10);

  --v2-danger:            #ff4d6d;
  --v2-danger-soft:       rgba(255, 77, 109, 0.12);

  /* ── Typography scale ─────────────────────────────────────────────── */
  --v2-font-display:      'Bebas Neue', 'Barlow Condensed', sans-serif;
  --v2-font-body:         'Sora', system-ui, sans-serif;
  --v2-font-mono:         'JetBrains Mono', ui-monospace, monospace;

  --v2-text-xs:           11px;
  --v2-text-sm:           13px;
  --v2-text-base:         14px;
  --v2-text-md:           16px;
  --v2-text-lg:           20px;
  --v2-text-xl:           28px;
  --v2-text-2xl:          40px;
  --v2-text-scoreboard:   56px;       /* big μ / ceiling numerics */

  --v2-leading-tight:     1.1;
  --v2-leading-body:      1.55;

  /* ── Motion ───────────────────────────────────────────────────────── */
  --v2-ease-out:          cubic-bezier(0.22, 0.61, 0.36, 1);
  --v2-ease-spring:       cubic-bezier(0.34, 1.56, 0.64, 1);
  --v2-ease-in-out:       cubic-bezier(0.65, 0, 0.35, 1);
  --v2-dur-snap:          150ms;
  --v2-dur-smooth:        240ms;
  --v2-dur-slow:          520ms;

  /* ── Radius ────────────────────────────────────────────────────────── */
  --v2-r-sm:              6px;
  --v2-r-md:              10px;
  --v2-r-lg:              14px;
  --v2-r-xl:              20px;
  --v2-r-pill:            999px;

  /* ── Shadow / elevation ───────────────────────────────────────────── */
  --v2-shadow-sm:         0 1px 2px rgba(0, 0, 0, 0.4);
  --v2-shadow-md:
    0 4px 12px rgba(0, 0, 0, 0.35),
    0 1px 3px rgba(0, 0, 0, 0.5);
  --v2-shadow-lg:
    0 12px 48px rgba(0, 0, 0, 0.55),
    0 4px 12px rgba(0, 0, 0, 0.4);
  --v2-shadow-glass:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 60px rgba(0, 0, 0, 0.55);

  /* ── Glass effect ─────────────────────────────────────────────────── */
  --v2-glass-blur:        blur(20px) saturate(1.15);
  --v2-glass-blur-strong: blur(32px) saturate(1.25);

  /* ── Team colors (source of truth for player card accents) ────────── */
  --v2-team-NYY: #132448;
  --v2-team-BOS: #bd3039;
  --v2-team-TB:  #092c5c;
  --v2-team-TOR: #134a8e;
  --v2-team-BAL: #df4601;
  --v2-team-CLE: #00385d;
  --v2-team-DET: #0c2340;
  --v2-team-KC:  #004687;
  --v2-team-CWS: #27251f;
  --v2-team-MIN: #002b5c;
  --v2-team-HOU: #eb6e1f;
  --v2-team-SEA: #0c2c56;
  --v2-team-ATH: #003831;
  --v2-team-LAA: #ba0021;
  --v2-team-TEX: #003278;
  --v2-team-ATL: #ce1141;
  --v2-team-NYM: #002d72;
  --v2-team-PHI: #e81828;
  --v2-team-MIA: #00a3e0;
  --v2-team-WSH: #ab0003;
  --v2-team-CHC: #0e3386;
  --v2-team-STL: #c41e3a;
  --v2-team-MIL: #ffc52f;
  --v2-team-CIN: #c6011f;
  --v2-team-PIT: #fdb827;
  --v2-team-LAD: #005a9c;
  --v2-team-SD:  #2f241d;
  --v2-team-SF:  #fd5a1e;
  --v2-team-COL: #33006f;
  --v2-team-ARI: #a71930;
}
