@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.perspective-1000{perspective:1000px}.preserve-3d{transform-style:preserve-3d}.backface-hidden{backface-visibility:hidden}.text-glow{text-shadow:0 0 20px rgba(204,255,0,.5)}.glass-panel{@apply bg-zinc-900/40 backdrop-blur-xl border border-white/10 shadow-2xl;}.acid-glow{box-shadow:0 0 30px -5px #ccff004d}}@layer base{body{@apply bg-zinc-950 text-white overflow-x-hidden;background-image:radial-gradient(circle at 50% 0%,#1a1a1a,#0a0a0a)}html{scroll-behavior:smooth}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#cf0}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}.bg-grid-pattern{background-size:40px 40px;background-image:linear-gradient(to right,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.05) 1px,transparent 1px)}
