@tailwind base;
@tailwind components;
@tailwind utilities;

/* Enhanced design system with futuristic aesthetic */
:root {
  --background: 0 0% 100%;
  --foreground: 222 47% 11%;
  --card: 0 0% 100%;
  --card-foreground: 222 47% 11%;
  --popover: 0 0% 100%;
  --popover-foreground: 222 47% 11%;
  --primary: 221 83% 53%;
  --primary-foreground: 210 40% 98%;
  --secondary: 210 40% 96%;
  --secondary-foreground: 222 47% 11%;
  --muted: 210 40% 96%;
  --muted-foreground: 215 16% 47%;
  --accent: 210 40% 96%;
  --accent-foreground: 222 47% 11%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 210 40% 98%;
  --border: 214 32% 91%;
  --input: 214 32% 91%;
  --ring: 221 83% 53%;
  --radius: 0.75rem;

  /* Custom futuristic accent colors */
  --glow-primary: 221 83% 53%;
  --glow-secondary: 262 83% 58%;
  --glass-bg: 0 0% 100% / 0.7;
  --glass-border: 0 0% 100% / 0.2;
}
