/* Bet30 v2 — archetype sport / Argentina celeste + gold (shadcn tokens) */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,600;0,9..40,700;1,9..40,400&display=swap");

:root {
  --background: hsl(216 52% 7%);
  --foreground: hsl(210 25% 96%);
  --card: hsl(216 42% 11%);
  --card-foreground: hsl(210 20% 94%);
  --muted: hsl(216 35% 14%);
  --muted-foreground: hsl(210 14% 68%);
  --border: hsl(210 40% 22% / 0.45);
  --input: hsl(216 38% 16%);
  --primary: hsl(199 89% 48%);
  --primary-foreground: hsl(216 60% 8%);
  --secondary: hsl(48 96% 52%);
  --secondary-foreground: hsl(216 55% 10%);
  --accent: hsl(199 55% 18%);
  --accent-foreground: hsl(199 80% 85%);
  --destructive: hsl(0 72% 55%);
  --ring: hsl(199 89% 48%);
  --radius: 0.65rem;
  --radius-lg: 1rem;
  --radius-xl: 1.35rem;
  --shadow: 0 0 0 1px hsl(210 30% 20% / 0.5), 0 20px 50px -24px hsl(0 0% 0% / 0.55);
  --shadow-glow: 0 0 70px -18px hsl(199 89% 48% / 0.5);
  --shadow-gold: 0 0 40px -12px hsl(48 96% 52% / 0.45);
  --font-sans: "DM Sans", system-ui, sans-serif;
  --font-display: "Bebas Neue", "DM Sans", system-ui, sans-serif;
  --container: min(1140px, calc(100% - 2rem));
  --header-h: 4.25rem;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --celeste: hsl(199 89% 48%);
  --gold: hsl(48 96% 52%);
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --ease-out: linear;
  }
}
