/* comesportsarena.com — Orange Arena theme (COLOR_010)
   Brand: sports arena (arena-competitive multi-sport platform)
   Combo: LAYOUT_001 / HOMEPAGE_002 / MENU_004 / COLOR_010 / TYPO_006
   Typography: Inter (body) + Source Serif Pro (display)
============================================================ */
:root {
  /* Primary: Orange Arena */
  --primary: #FF6B00;
  --primary-dark: #CC5500;
  --primary-light: #FF9E4D;
  --primary-border: rgba(255, 107, 0, 0.32);
  --primary-glow: rgba(255, 107, 0, 0.24);

  /* Accent: Amber floodlight */
  --accent: #FFB627;
  --accent-dark: #E09400;
  --accent-border: rgba(255, 182, 39, 0.36);

  /* Win green for confirmed payouts */
  --win: #35C759;
  --win-border: rgba(53, 199, 89, 0.30);

  /* Surface gradients */
  --gradient-cta: linear-gradient(135deg, #FF6B00 0%, #FFB627 100%);
  --gradient-hero: linear-gradient(180deg, #1A0F08 0%, #0F0904 100%);
  --gradient-tile: linear-gradient(160deg, rgba(255,107,0,0.10), rgba(255,107,0,0.02));
  --gradient-accent: linear-gradient(135deg, #FFB627 0%, #FF6B00 100%);

  /* Backgrounds */
  --background: #1A0F08;
  --background-2: #0F0904;
  --surface: rgba(255, 244, 239, 0.04);
  --surface-2: rgba(255, 244, 239, 0.08);
  --overlay: rgba(26, 15, 8, 0.92);
  --soft-border: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 107, 0, 0.22);

  /* Text */
  --text: #F8F4EF;
  --text-strong: #FFFFFF;
  --text-2: #D8CBBE;
  --text-muted: #C4B5A6;
  --muted: rgba(196, 181, 166, 0.9);
  --muted-2: rgba(196, 181, 166, 0.7);
  --inverse: #1A0F08;

  /* Header */
  --header-h: 66px;
  --sticky-cta-h: 0px;
  --z-header: 50;

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

  /* Spacing */
  --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_006: Source Serif Pro (display) + Inter (body) */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: 'Source Serif Pro', 'Georgia', 'Times New Roman', serif;
  --font-mono: 'JetBrains 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.40);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.50);
  --shadow-glow: 0 0 0 4px rgba(255, 107, 0, 0.18);

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

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