@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: 340 80% 55%;--secondary: 150 60% 40%;--accent: 45 90% 60%}@layer base{:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 340 80% 55%;--primary-foreground: 0 0% 100%;--secondary: 150 60% 40%;--secondary-foreground: 0 0% 100%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 45 90% 60%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 340 80% 55%;--radius: .5rem}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}@layer components{.btn-primary{@apply inline-flex items-center gap-2 px-6 py-3 bg-primary text-white rounded-lg font-medium hover:opacity-90 transition-opacity shadow-lg;}.card{@apply bg-card border rounded-xl;}.heading-gradient{@apply bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent;}}
