@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:240 10% 3.9%;--foreground:0 0% 98%;--primary:20 60% 52%;--primary-foreground:240 5.9% 10%;--secondary:240 3.7% 15.9%;--secondary-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--accent:20 60% 52%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:240 3.7% 15.9%;--input:240 3.7% 15.9%;--ring:240 4.9% 83.9%;--radius:.75rem}@apply border-border;@apply bg-background text-foreground font-sans antialiased;body{background-color:#0a0a0a;background-image:radial-gradient(circle at 50% 10%,#cd7f320d 0%,#0000 60%),radial-gradient(circle at 90% 80%,#cd7f3208 0%,#0000 50%);background-attachment:fixed}}@layer components{@apply bg-white/5 backdrop-blur-md border border-white/10 rounded-2xl shadow-glass transition-all duration-300;@apply hover:bg-white/10 hover:border-accent/40 hover:shadow-gold-glow;.gold-text-glow{text-shadow:0 0 10px #cd7f3233}}::-webkit-scrollbar{width:8px}@apply bg-background;@apply bg-white/10 rounded-full hover:bg-accent/40 transition-colors;
