@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;padding:0;background-color:#0a0a0a;overflow:hidden}.glitch{position:relative;animation:glitch 1s linear infinite}@keyframes glitch{2%,64%{transform:translate(2px) skew(0)}4%,60%{transform:translate(-2px) skew(0)}62%{transform:translate(0) skew(5deg)}}.loading-dots:after{content:".";animation:dots 1.5s steps(5,end) infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%{content:"..."}80%,to{content:""}}
