.tech-ambient{isolation:isolate;position:relative}.tech-ambient:before,.tech-ambient:after{content:"";filter:blur(140px);pointer-events:none;z-index:-1;border-radius:9999px;position:absolute}.tech-ambient:before{background:#3b82f633;width:500px;height:500px;animation:3s ease-in-out infinite alternate glowMove;top:20%;left:30%}.tech-ambient:after{background:#22d3ee33;width:400px;height:400px;animation:1s ease-in-out infinite alternate glowMove;bottom:20%;right:25%}.autoRotate{animation:AutoRotateAnimation;animation-timeline:view()}.autoFadein{animation:FadeInAnimation;animation-timeline:view(40% -10%)}.fadeInLoad{animation:1s forwards FadeInLoadAnimation}.bgAnimLoad{animation:1s forwards BgAnimLoadAnimation}@keyframes glowMove{0%{transform:translate(-20px,-10px)}to{transform:translate(30px,20px)}}@keyframes AutoRotateAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes FadeInAnimation{0%{opacity:0;transform:scale(.7)}to{opacity:1;color:#fff;transform:scale(1)}}@keyframes FadeInLoadAnimation{0%{opacity:0}to{opacity:1}}@keyframes BgAnimLoadAnimation{0%{background-position:bottom;background-size:200px 200px}to{background-position:bottom;background-size:90px 90px}}
