@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}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-sans antialiased;background-color:#0a0a0a;background-image:radial-gradient(circle at 50% 10%,rgba(205,127,50,.05) 0%,transparent 60%),radial-gradient(circle at 90% 80%,rgba(205,127,50,.03) 0%,transparent 50%);background-attachment:fixed}}@layer components{.glass-card{@apply bg-white/5 backdrop-blur-md border border-white/10 rounded-2xl shadow-glass transition-all duration-300;}.glass-hover{@apply hover:bg-white/10 hover:border-accent/40 hover:shadow-gold-glow;}.gold-text-glow{text-shadow:0 0 10px rgba(205,127,50,.2)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{@apply bg-background;}::-webkit-scrollbar-thumb{@apply bg-white/10 rounded-full hover:bg-accent/40 transition-colors;}
