@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:240 10% 6%;--foreground:0 0% 96%;--card:240 8% 10%;--muted:240 6% 16%;--border:240 6% 18%;--primary:262 83% 66%;--primary-foreground:0 0% 100%;--accent:199 89% 60%;--accent-foreground:0 0% 100%;--destructive:0 72% 58%}*{@apply border-border}body{@apply bg-background text-foreground}}