:root {
  /* === EDGE ODDS PALETTE === */
  --bg-primary: #07070a;
  --bg-card: #09090c;
  --bg-elevated: #0a0a0e;
  --bg-surface: #0c0c10;
  --bg-hover: rgba(168, 85, 247, 0.015);

  --border-default: #12121a;
  --border-hover: #1e1e28;
  --border-active: #a855f7;
  --border-subtle: #0e0e14;

  --text-primary: #e4e4e7;
  --text-secondary: #a1a1aa;
  --text-muted: #52525b;
  --text-dim: #3f3f46;
  --text-ghost: #27272a;
  --text-invisible: #1e1e28;

  /* Accent — purple */
  --accent: #a855f7;
  --accent-hover: #c084fc;
  --accent-muted: rgba(168, 85, 247, 0.08);
  --accent-border: rgba(168, 85, 247, 0.25);

  /* Signals */
  --success: #4ade80;
  --success-muted: rgba(74, 222, 128, 0.06);
  --danger: #f87171;
  --danger-muted: rgba(248, 113, 113, 0.06);
  --warning: #fbbf24;
  --warning-muted: rgba(251, 191, 36, 0.06);

  /* Bookmaker brand colors (unchanged) */
  --bookie-sportsbet: #ff6b00;
  --bookie-tab: #00a651;
  --bookie-betr: #3b82f6;
  --bookie-ladbrokes: #e41e26;
  --bookie-pointsbet: #ed1c24;
  --bookie-dabble: #00d4aa;

  /* Typography */
  --font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
  --font-display: 'Space Grotesk', var(--font-family);

  --text-xs: 11px;
  --text-sm: 13px;
  --text-base: 14px;
  --text-lg: 17px;
  --text-xl: 19px;
  --text-2xl: 22px;
  --text-3xl: 26px;

  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;

  /* Spacing */
  --space-1: 2px;
  --space-2: 4px;
  --space-3: 8px;
  --space-4: 12px;
  --space-5: 16px;
  --space-6: 20px;

  /* Borders */
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 6px;
  --radius-xl: 8px;
  --radius-full: 9999px;

  /* Transitions */
  --transition-fast: 100ms ease;
  --transition-base: 150ms ease;

  /* Layout */
  --sidebar-width: 200px;
  --signals-width: 260px;
  --header-height: 42px;
}
