/* comefantasy365.com — Aubergine Bonus (COLOR_011) + LAYOUT_013 (Blue Trust Platform)
   Vertical: FSL11 — Fantasy Platform Brand Money Site
   Brand: "fantasy365" — niche fantasy platform brand, beginner-friendly, professional
   Combo: LAYOUT_013 / HOMEPAGE_010 / MENU_006 / COLOR_011 / TYPO_008 (Bebas Neue + Inter)
   Sister sites: bestcomesports (Gold Trophy) + bharatfantasycricket (Deep Forest Green) — this site is third rotation.
============================================================ */
:root {
  /* Primary: aubergine purple */
  --primary: #7A2D8E;
  --primary-dark: #5A1F69;
  --primary-light: #9C45B0;
  --primary-border: rgba(122, 45, 142, 0.40);
  --primary-glow: rgba(122, 45, 142, 0.28);

  /* Accent: warm gold (aubergine + gold is the editorial pairing) */
  --accent: #E8B339;
  --accent-dark: #C8932A;
  --accent-light: #F2CC68;
  --accent-border: rgba(232, 179, 57, 0.42);

  /* Surface gradient */
  --gradient-cta: linear-gradient(135deg, #7A2D8E 0%, #E8B339 100%);
  --gradient-hero: linear-gradient(180deg, #1F0E26 0%, #14081A 100%);
  --gradient-tile: linear-gradient(160deg, rgba(122,45,142,0.10), rgba(122,45,142,0.02));
  --gradient-accent: linear-gradient(135deg, #E8B339 0%, #F2CC68 100%);

  /* Backgrounds — deep aubergine near-black */
  --background: #1F0E26;
  --background-2: #14081A;
  --surface: rgba(232, 179, 57, 0.05);
  --surface-2: rgba(232, 179, 57, 0.10);
  --overlay: rgba(31, 14, 38, 0.94);
  --soft-border: rgba(255, 255, 255, 0.08);
  --border: rgba(232, 179, 57, 0.22);

  /* Text */
  --text: #F8FAFC;
  --text-strong: #FFFFFF;
  --text-muted: #C7CBD3;
  --muted: rgba(199, 203, 211, 0.9);
  --muted-2: rgba(199, 203, 211, 0.7);
  --inverse: #1F0E26;

  /* Header height */
  --header-h: 64px;
  --sticky-cta-h: 0px;

  /* Z-index */
  --z-header: 50;

  /* Radii */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-2xl: 28px;
  --r-pill: 999px;

  /* Spacing scale */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 20px;
  --s-6: 24px;
  --s-7: 32px;
  --s-8: 40px;
  --s-9: 56px;
  --s-10: 80px;

  /* Type — TYPO_008: Bebas Neue (condensed display) + Inter */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: 'Bebas Neue', 'Inter', -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', 'IBM Plex Mono', ui-monospace, "SF Mono", Menlo, monospace;

  /* Container */
  --container: 1200px;
  --container-md: 960px;
  --container-sm: 720px;

  /* Line-height */
  --lh-tight: 1.15;
  --lh-base: 1.6;

  /* Shadow */
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.30);
  --shadow-md: 0 6px 16px rgba(0,0,0,0.36);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.44);
  --shadow-glow: 0 0 0 4px rgba(122, 45, 142, 0.22);

  /* Time */
  --t-fast: 180ms ease;
}

html, body {
  background: var(--background);
  color: var(--text);
}