/* shadcn-inspired tokens — Casino Victoria / archetype sport-glass */
:root {
  --background: hsl(248 32% 6%);
  --foreground: hsl(45 20% 96%);
  --card: hsl(248 28% 10%);
  --card-foreground: hsl(45 18% 94%);
  --muted: hsl(248 22% 14%);
  --muted-foreground: hsl(248 12% 68%);
  --border: hsl(248 18% 22%);
  --input: hsl(248 20% 18%);
  --primary: hsl(42 96% 52%);
  --primary-foreground: hsl(248 40% 8%);
  --secondary: hsl(268 55% 58%);
  --secondary-foreground: hsl(0 0% 100%);
  --accent: hsl(268 45% 22%);
  --accent-foreground: hsl(268 80% 88%);
  --destructive: hsl(0 72% 58%);
  --ring: hsl(42 96% 52%);
  --radius: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;
  --shadow: 0 0 0 1px hsl(248 30% 18% / 0.8), 0 24px 48px -24px hsl(0 0% 0% / 0.65);
  --shadow-glow: 0 0 80px -20px hsl(42 96% 52% / 0.45);
  --font-sans: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: "Segoe UI", system-ui, sans-serif;
  --container: min(1120px, calc(100% - 2rem));
  --header-h: 4rem;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

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