@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark}html{scroll-behavior:smooth}body{margin:0;background-color:#050505;color:#fff;min-height:100vh;overflow-x:hidden}.noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;opacity:.07;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.subtle-spotlight{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;background:radial-gradient(circle at center,#ffffff08,#0000 70%);pointer-events:none;z-index:0}@layer utilities{.btn-lime{@apply bg-[#D4FF00] text-black hover:bg-[#bce600] transition-colors duration-300;}.btn-outline{@apply border border-white/20 text-white hover:bg-white/10 transition-colors duration-300;}.glass-card{@apply bg-[#111] border border-white/5 backdrop-blur-xl;}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}
