@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap");:root{--fs:clamp(2rem,2.7vw,2.7rem)}@media screen and (max-width:600px){:root{--fs:clamp(1.4rem,2vw,2.5rem)}}body{font-family:Inter,sans-serif}.container{position:relative}.aurora-text{font-size:var(--fs);font-weight:800;position:relative;display:inline-block;background:linear-gradient(45deg,#00c2ff,#33ff8c,#ffc640,#e54cff);background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:aurora-text-animation 6s ease-in-out infinite}.aurora-text:after,.aurora-text:before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#ff40a1,#33ff8c,#ffc640,#00c2ff);background-size:400% 400%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;mix-blend-mode:lighten;opacity:.7}.aurora-text:before{animation:aurora-text-animation 8s ease-in-out infinite alternate}.aurora-text:after{animation:aurora-text-animation-reverse 10s ease-in-out infinite alternate}@keyframes aurora-text-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes aurora-text-animation-reverse{0%{background-position:100% 50%}50%{background-position:0 50%}to{background-position:100% 50%}}