/* ═══════════════════════════════════════════════════════════════════════════
   Design Tokens — ProEliteClubs Champions League Theme
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
  /* ── Background Scale ─────────────────────────────────────────────────── */
  --bg-deep:      #020617;
  --bg-base:      #0a0f1e;
  --bg-elevated:  #111827;
  --bg-surface:   #1a2035;

  /* ── Accent (Silver / Platinum) ───────────────────────────────────────── */
  --accent:       #c8cfd8;
  --accent-hover: #e8ecf0;
  --accent-glow:  rgba(200, 207, 216, 0.2);  --accent-10:    rgba(200, 207, 216, 0.1);
  --accent-20:    rgba(200, 207, 216, 0.2);
  --accent-30:    rgba(200, 207, 216, 0.3);
  /* ── Secondary Accent (Brand Blue) ───────────────────────── */
  --accent-warm:      #0ea5e9;
  --accent-warm-hover:#38bdf8;
  --accent-warm-glow: rgba(14, 165, 233, 0.2);
  --accent-warm-10:   rgba(14, 165, 233, 0.1);
  --accent-warm-20:   rgba(14, 165, 233, 0.2);
  --accent-warm-30:   rgba(14, 165, 233, 0.3);

  /* ── Text ─────────────────────────────────────────────────────────────── */
  --text-primary:   #f0f4f8;
  --text-secondary: #8892a4;
  --text-muted:     #8a96a8;

  /* ── Borders ──────────────────────────────────────────────────────────── */
  --border:        rgba(255, 255, 255, 0.06);
  --border-strong: rgba(255, 255, 255, 0.1);
  --border-accent: rgba(200, 207, 216, 0.2);

  /* ── Semantic ─────────────────────────────────────────────────────────── */
  --success: #10b981;
  --success-10: rgba(16, 185, 129, 0.1);
  --success-20: rgba(16, 185, 129, 0.2);
  --success-30: rgba(16, 185, 129, 0.3);
  --danger:  #ef4444;
  --warning: #f59e0b;

  /* ── Tier Colors ──────────────────────────────────────────────────────── */
  --tier-accent:   #0ea5e9;
  --tier-bronze:   #a0784c;
  --pro-platinum:  #c8d6e5;
  --free-silver:   #64748b;

  /* ── Typography ───────────────────────────────────────────────────────── */
  /* Display = engraved-nameplate serif (page titles, tournament names — the "trophy plate" moment) */
  --font-display: 'Marcellus', 'Times New Roman', serif;
  /* Heading + Body = Swiss-broadcast grotesk (UI, labels, body text) */
  --font-heading: 'Switzer', system-ui, -apple-system, sans-serif;
  --font-body:    'Switzer', system-ui, -apple-system, sans-serif;

  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-hero: clamp(2.5rem, 5vw, 4rem);

  --weight-normal:   400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;

  --leading-tight:  1.2;
  --leading-normal: 1.5;
  --leading-loose:  1.75;

  /* ── Spacing (4px base) ───────────────────────────────────────────────── */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;

  /* ── Border Radius ────────────────────────────────────────────────────── */
  --radius-sm:   6px;
  --radius-md:   10px;
  --radius-lg:   14px;
  --radius-xl:   20px;
  --radius-full: 9999px;

  /* ── Shadows ──────────────────────────────────────────────────────────── */
  --shadow-sm:   0 1px 2px rgba(0, 0, 0, 0.3);
  --shadow-md:   0 4px 12px rgba(0, 0, 0, 0.4);
  --shadow-lg:   0 8px 24px rgba(0, 0, 0, 0.5);
  --shadow-glow: 0 0 20px rgba(200, 207, 216, 0.1);

  /* ── Transitions ──────────────────────────────────────────────────────── */
  --ease-out:  cubic-bezier(0.16, 1, 0.3, 1);
  --duration:  0.2s;
  --duration-slow: 0.4s;

  /* ── Angular / decorative ─────────────────────────────────────────────── */
  --clip-angle:  3.5deg;
  --stripe-size: 2px;
}
