/* V9 FSL11 — variables.css — COLOR_004 INDIGO NIGHT
   Primary: #5C6BC0 (Indigo 400) — Accent: #9FA8DA (Indigo 200)
   Background: #0D1B2A (deep night navy) — Surface: #142540
   This palette is unique to comefantasycricket.com (sister to bharatfantasycricket but distinct).
*/

:root {
  /* Brand colors */
  --primary: #5C6BC0;
  --primary-2: #9FA8DA;
  --primary-deep: #3F51B5;
  --primary-tint: rgba(92, 107, 192, 0.14);
  --primary-border: rgba(92, 107, 192, 0.40);
  --primary-border-soft: rgba(92, 107, 192, 0.22);

  /* Backgrounds */
  --background: #0D1B2A;
  --background-2: #0A1622;
  --surface: #142540;
  --surface-2: #1B2F4F;
  --surface-3: #243B5E;

  /* Text */
  --text: #F1F5FB;
  --text-2: #C5CFE0;
  --muted: #8B95A8;
  --muted-2: #5C6678;

  /* Borders / dividers */
  --border: rgba(159, 168, 218, 0.16);
  --border-strong: rgba(159, 168, 218, 0.30);
  --soft-border: rgba(159, 168, 218, 0.10);

  /* Accent / status */
  --accent: #FFCA28;       /* warm gold for trophy moments */
  --accent-tint: rgba(255, 202, 40, 0.12);
  --success: #4ADE80;
  --danger: #F87171;
  --warning: #FBBF24;

  /* Spacing scale */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 48px;
  --s-8: 64px;
  --s-9: 96px;

  /* Typography */
  --font-display: "Manrope", "Noto Sans Devanagari", system-ui, sans-serif;
  --font-body: "Noto Sans Devanagari", "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", monospace;

  /* Radius / shadows */
  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --shadow-1: 0 1px 3px rgba(0, 0, 0, 0.45);
  --shadow-2: 0 4px 14px rgba(0, 0, 0, 0.5);
  --shadow-3: 0 10px 32px rgba(0, 0, 0, 0.6);
  --shadow-glow: 0 0 0 1px var(--primary-border), 0 8px 30px rgba(92, 107, 192, 0.25);

  /* Layout */
  --container: 1180px;
  --header-h: 64px;

  /* Motion */
  --t-fast: 120ms cubic-bezier(.2,.8,.2,1);
  --t: 220ms cubic-bezier(.2,.8,.2,1);
}
