/**
 * Quiniela Liga MX - Variables CSS
 * Paleta de colores: Verde (#36a943), Rojo (#c01b1b), Gris (#636365)
 */

/* ===== VARIABLES CSS ===== */
:root {
  /* Nueva paleta de colores */
  --alizarin-crimson: #e82c23;
  --apple: #36a943;
  --mid-gray: #636365;
  --atlantis: #afd033;
  --sushi: #84c438;
  --thunderbird: #c01b1b;
  --manatee: #9b9b9e;

  /* Colores principales basados en la nueva paleta */
  --primary-color: #36a943;
  --primary-dark: #2a8535;
  --primary-light: #84c438;
  --secondary-color: #afd033;
  --secondary-dark: #84c438;
  --text-dark: #1a1a1a;
  --text-secondary: #9b9b9e;
  --text-light: #636365;
  --bg-light: #f9fafb;
  --bg-white: #ffffff;
  --bg-dark: #636365;
  --bg-primary: #636365;
  --border-color: #9b9b9e;
  --success: #36a943;
  --error: #e82c23;
  --warning: #afd033;
  --info: #84c438;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25);
  --radius: 8px;
  --radius-lg: 16px;
  --transition: all 0.3s ease;
}
