@keyframes glitch-1{0%,to{transform:translateY(-100vh)}50%{transform:translateY(100vh)}}@keyframes glitch-2{0%,to{transform:translateY(100vh)}50%{transform:translateY(-100vh)}}@keyframes glitch-3{0%,to{transform:translate(-100vw)}50%{transform:translate(100vw)}}.animate-glitch-1{animation:8s linear infinite glitch-1}.animate-glitch-2{animation:10s linear infinite glitch-2}.animate-glitch-3{animation:6s linear infinite glitch-3}@keyframes video-glitch{0%,to{filter:brightness()contrast()}10%{filter:brightness(1.2)contrast(1.1)hue-rotate(5deg)}20%{filter:brightness(.9)contrast(1.2)hue-rotate(-5deg)}30%{filter:brightness(1.1)contrast(.9)saturate(1.2)}}.glitch-video{animation:10s ease-in-out infinite video-glitch}.glitch-container{display:inline-block;position:relative}.glitch-main{color:#dff851;animation:1s linear infinite alternate-reverse glitch-skew;position:relative}.glitch-main:before,.glitch-main:after{content:attr(data-text);width:100%;height:100%;position:absolute;top:0;left:0}.glitch-main:before{text-shadow:-2px 0 #ff00c1;clip-path:polygon(0 0,100% 0,100% 45%,0 45%);animation:.5s linear infinite alternate-reverse glitch-clip-1;left:2px}.glitch-main:after{text-shadow:-2px 0 #00fff9,2px 2px #ff00c1;clip-path:polygon(0 55%,100% 55%,100% 100%,0 100%);animation:.5s linear infinite alternate-reverse glitch-clip-2;left:-2px}.glitch-layer-r{color:red;mix-blend-mode:screen;opacity:.8;animation:.3s infinite glitch-rgb-r}.glitch-layer-g{color:#0f0;mix-blend-mode:screen;opacity:.8;animation:.3s infinite glitch-rgb-g}.glitch-layer-b{color:#00f;mix-blend-mode:screen;opacity:.8;animation:.3s infinite glitch-rgb-b}.glitch-distort-1{transform-origin:50%;animation:.2s infinite glitch-distort-1}.glitch-distort-2{transform-origin:50%;animation:.2s infinite reverse glitch-distort-2}.glitch-noise{mix-blend-mode:overlay;background-image:repeating-linear-gradient(0deg,#0000,#0000 2px,#dff85108 2px 4px),repeating-linear-gradient(90deg,#0000,#0000 2px,#dff85108 2px 4px);background-size:200px 200px;animation:.2s infinite glitch-noise-anim}.glitch-subtitle{position:relative}.glitch-subtitle:before{content:attr(data-text);text-shadow:-1px 0 #ff00c180;clip-path:polygon(0 0,100% 0,100% 35%,0 35%);width:100%;height:100%;animation:2s linear infinite alternate-reverse glitch-subtitle-1;position:absolute;top:0;left:1px}.glitch-subtitle:after{content:attr(data-text);text-shadow:1px 0 #00fff980;clip-path:polygon(0 65%,100% 65%,100% 100%,0 100%);width:100%;height:100%;animation:2s linear infinite alternate-reverse glitch-subtitle-2;position:absolute;top:0;left:-1px}.glitch-code{animation:2s infinite glitch-code-flicker;display:inline-block;position:relative}@keyframes glitch-skew{0%,to{transform:skew(0deg)}20%{transform:skew(.8deg)}40%{transform:skew(-.8deg)}60%{transform:skew(.4deg)}80%{transform:skew(-.4deg)}}@keyframes glitch-clip-1{0%,to{clip-path:polygon(0 0,100% 0,100% 45%,0 45%)}5%{clip-path:polygon(0 0,100% 0,100% 40%,0 40%)}10%{clip-path:polygon(0 0,100% 0,100% 50%,0 50%)}}@keyframes glitch-clip-2{0%,to{clip-path:polygon(0 55%,100% 55%,100% 100%,0 100%)}5%{clip-path:polygon(0 60%,100% 60%,100% 100%,0 100%)}10%{clip-path:polygon(0 50%,100% 50%,100% 100%,0 100%)}}@keyframes glitch-rgb-r{0%,to{transform:translate(0)}20%{transform:translate(-2px,1px)}40%{transform:translate(2px,-1px)}60%{transform:translate(-1px,2px)}80%{transform:translate(1px,-2px)}}@keyframes glitch-rgb-g{0%,to{transform:translate(0)}20%{transform:translate(2px,-1px)}40%{transform:translate(-2px,1px)}60%{transform:translate(1px,-2px)}80%{transform:translate(-1px,2px)}}@keyframes glitch-rgb-b{0%,to{transform:translate(0)}20%{transform:translate(1px,2px)}40%{transform:translate(-1px,-2px)}60%{transform:translate(2px,1px)}80%{transform:translate(-2px,-1px)}}@keyframes glitch-distort-1{0%,to{transform:translate(0)scale(1)rotate(0)}20%{transform:translate(-2px)scale(1.01)rotate(.5deg)}40%{transform:translateY(2px)scale(.99)rotate(-.5deg)}60%{transform:translate(2px)scale(1.01)rotate(.3deg)}80%{transform:translateY(-2px)scale(.99)rotate(-.3deg)}}@keyframes glitch-distort-2{0%,to{transform:translate(0)scaleX(1)}20%{transform:translate(1px)scaleX(1.02)}40%{transform:translate(-1px)scaleX(.98)}60%{transform:translate(1px)scaleX(1.01)}80%{transform:translate(-1px)scaleX(.99)}}@keyframes glitch-noise-anim{0%,to{opacity:1;transform:translate(0)}10%{opacity:.9;transform:translate(-2%)}20%{opacity:.8;transform:translate(2%)}30%{opacity:.9;transform:translate(-1%)}40%{opacity:1;transform:translate(1%)}50%{opacity:.8;transform:translate(0)}}@keyframes glitch-subtitle-1{0%,to{opacity:.5;transform:translate(0)}20%,60%{opacity:0;transform:translate(-1px)}}@keyframes glitch-subtitle-2{0%,to{opacity:.5;transform:translate(0)}40%,80%{opacity:0;transform:translate(1px)}}@keyframes glitch-code-flicker{0%,to{opacity:1}92%{opacity:1}93%{opacity:.6}94%{opacity:1}95%{opacity:.8}96%{opacity:1}}.glitch-container:hover .glitch-main:before{animation-duration:.2s;animation-timing-function:steps(2,end)}.glitch-container:hover .glitch-main:after{animation-duration:.2s;animation-timing-function:steps(3,end)}.glitch-container:hover .glitch-layer-r,.glitch-container:hover .glitch-layer-g,.glitch-container:hover .glitch-layer-b{animation-duration:.1s}.glitch-container:hover .glitch-distort-1,.glitch-container:hover .glitch-distort-2{animation-duration:50ms}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:.3s ease-in fade-in}@media (max-width:768px){.glitch-main:before,.glitch-main:after{animation-duration:1s}.glitch-noise{opacity:.5;animation:none}.glitch-subtitle:before,.glitch-subtitle:after{display:none}.glitch-distort-1,.glitch-distort-2{animation-duration:.5s}.glitch-video{filter:contrast(1.1)brightness(.9);animation:none}}.touch-control{-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none}
/*# sourceMappingURL=b2bbb34af9aaaca1.css.map*/