/* bharatfantasycricket.com - Deep Forest Green theme (COLOR_010)
   Vertical: FSL11 — Fantasy Cricket Money Site
   Brand: "Fantasy Cricket" (generic niche, instructional, beginner-friendly)
   Combo: LAYOUT_005 / HOMEPAGE_008 / MENU_003 / TYPO_007
============================================================ */
:root {
  /* Primary: deep forest green */
  --primary: #2E7D32;
  --primary-dark: #1B5E20;
  --primary-light: #388E3C;
  --primary-border: rgba(46, 125, 50, 0.32);
  --primary-glow: rgba(46, 125, 50, 0.22);

  /* Accent: lighter green */
  --accent: #66BB6A;
  --accent-dark: #4CAF50;
  --accent-border: rgba(102, 187, 106, 0.36);

  /* Surface gradient */
  --gradient-cta: linear-gradient(135deg, #2E7D32 0%, #66BB6A 100%);
  --gradient-hero: linear-gradient(180deg, #0B1F0E 0%, #061209 100%);
  --gradient-tile: linear-gradient(160deg, rgba(46,125,50,0.10), rgba(46,125,50,0.02));
  --gradient-accent: linear-gradient(135deg, #66BB6A 0%, #A5D6A7 100%);

  /* Backgrounds */
  --background: #0B1F0E;
  --background-2: #061209;
  --surface: rgba(102, 187, 106, 0.05);
  --surface-2: rgba(102, 187, 106, 0.10);
  --overlay: rgba(11, 31, 14, 0.92);
  --soft-border: rgba(255, 255, 255, 0.08);
  --border: rgba(102, 187, 106, 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: #0B1F0E;

  /* 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 007: Display condensed + Mono */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: 'Bebas Neue', 'Oswald', '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.18);
  --shadow-md: 0 6px 16px rgba(0,0,0,0.24);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.32);
  --shadow-glow: 0 0 0 4px rgba(46, 125, 50, 0.18);

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

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