@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:#020202;background-image:radial-gradient(at 0 0,#ce6c3b1a 0,#0000 50%),radial-gradient(at 50% 0,#1217214d 0,#0000 50%),radial-gradient(at 100% 0,#ce6c3b1a 0,#0000 50%),radial-gradient(at 50% 100%,#090b11 0,#0000 100%);background-attachment:fixed;min-height:100vh;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:-1;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:fixed;top:0;left:0;-webkit-mask-image:radial-gradient(#000,#0000 80%);mask-image:radial-gradient(#000,#0000 80%)}}@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;
