@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{background-color:#050505;color:#fff;overflow-x:hidden}}@layer utilities{.cyber-grid{background-size:40px 40px;background-image:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px);position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;pointer-events:none}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:#000}.custom-scrollbar::-webkit-scrollbar-thumb{background:#333;border-radius:2px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#39ff14}}
