@tailwind base;@tailwind components;@tailwind utilities;@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}body,html{margin:0;padding:0;width:100%;height:100%}.animated-gradient{background:linear-gradient(-45deg,#0f0f0f,#8e2de2,#1b1f3b,#00c6ff,#ff6ec4,#4b03f1);background-size:400% 400%;animation:gradientShift 15s ease infinite;color:#fff;width:100%;height:100%;position:fixed;top:0;left:0}.coming-soon-container{position:absolute;width:100%;top:30%;left:50%;transform:translate(-50%);text-align:center}.coming-soon-text{font-size:160px;background:linear-gradient(to right,#fff,#ec4899);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.2;font-weight:800;display:inline-block;padding:0 1rem}@media (max-width: 768px){.coming-soon-text{font-size:12vw;white-space:nowrap;padding:0 5vw}}
