*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@tailwind base;@tailwind components;@tailwind utilities;.btn-primary,.btn-secondary,.input-field{@apply w-full px-4 py-2 bg-gray-800 border border-gray-700 rounded-lg text-gray-50 placeholder-gray-500 focus:outline-none focus:border-[#39FF14] focus:ring-1 focus:ring-[#39FF14]}.brand-text{font-family:Permanent Marker,cursive}.graffiti-text{font-family:Rubik Spray Paint,Permanent Marker,cursive;letter-spacing:.05em}.hero-text{font-family:Bebas Neue,Arial Narrow,sans-serif;letter-spacing:.08em}.graffiti-white{color:#fff;text-shadow:3px 3px 0 rgba(0,0,0,.8),-1px -1px 0 hsla(0,0%,100%,.3),0 0 20px hsla(0,0%,100%,.1);paint-order:stroke fill;-webkit-text-stroke:1px hsla(0,0%,39%,.3)}.graffiti-green{color:#39ff14;text-shadow:3px 3px 0 rgba(0,0,0,.9),0 0 10px rgba(57,255,20,.6),0 0 30px rgba(57,255,20,.4),0 0 60px rgba(57,255,20,.2),-2px -2px 0 rgba(0,80,0,.5);paint-order:stroke fill;-webkit-text-stroke:1px rgba(0,60,0,.4)}.graffiti-red{color:#ff1744;text-shadow:3px 3px 0 rgba(0,0,0,.9),0 0 10px rgba(255,23,68,.6),0 0 30px rgba(255,23,68,.4),0 0 60px rgba(255,23,68,.2),-2px -2px 0 rgba(100,0,0,.5);paint-order:stroke fill;-webkit-text-stroke:1.5px rgba(80,0,0,.4)}.graffiti-tilt-right{transform:rotate(-2deg);display:inline-block}.graffiti-tilt-left{transform:rotate(1.5deg);display:inline-block}.neon-glow{text-shadow:0 0 10px rgba(57,255,20,.5),0 0 20px rgba(57,255,20,.3),0 0 40px rgba(57,255,20,.1)}.neon-box-glow{box-shadow:0 0 15px rgba(57,255,20,.15),0 0 30px rgba(57,255,20,.05)}@keyframes sprayFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.spray-element{animation:sprayFadeIn 1.5s ease-out forwards}.paint-drip{position:relative}.paint-drip:after{bottom:-12px;left:30%;width:3px;height:18px;opacity:.7}.paint-drip:after,.paint-drip:before{content:"";position:absolute;background:#ff1744;border-radius:0 0 3px 3px;filter:blur(.5px)}.paint-drip:before{bottom:-8px;left:65%;width:2px;height:12px;opacity:.5}a{@apply transition-colors}