/* bestcomesports.com - Gold Trophy theme (DARK_COLOR_GOLD_TROPHY)
   Vertical: COME SPORTS — betting company money site
   Brand: 12bet — direct, action-oriented betting voice
   Different from iplfantasypro (Stadium Emerald), iplsupercontest (Slate Pro),
   playcomesports (Indigo App), rupee1fantasy (Emerald Cricket)
============================================================ */
:root {
  /* Primary: gold trophy gold */
  --primary: #D4AF37;
  --primary-dark: #B8941F;
  --primary-light: #E5C459;
  --primary-border: rgba(212, 175, 55, 0.32);
  --primary-glow: rgba(212, 175, 55, 0.22);

  /* Accent: bright gold */
  --accent: #FFD700;
  --accent-dark: #E5BE00;
  --accent-border: rgba(255, 215, 0, 0.36);

  /* Surface gradient */
  --gradient-cta: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
  --gradient-hero: linear-gradient(180deg, #1A1A1A 0%, #0F0F0F 100%);
  --gradient-tile: linear-gradient(160deg, rgba(212,175,55,0.08), rgba(212,175,55,0.02));
  --gradient-accent: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);

  /* Backgrounds */
  --background: #1A1A1A;
  --background-2: #0F0F0F;
  --surface: rgba(255, 215, 0, 0.05);
  --surface-2: rgba(255, 215, 0, 0.08);
  --overlay: rgba(26, 26, 26, 0.92);
  --soft-border: rgba(255, 255, 255, 0.08);
  --border: rgba(212, 175, 55, 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: #1A1A1A;

  /* 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 */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: 'Inter', -apple-system, sans-serif;
  --font-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(212, 175, 55, 0.18);

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

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