#root{width:100vw;overflow:hidden}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .3s ease-in}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .3s ease-out}body{background:#000;font-family:Libre Franklin,Arial,sans-serif;font-weight:100}.glitch{color:#fff;position:relative;margin:0 auto;border-radius:15px}.glitch:after,.glitch:before{content:attr(data-text);position:absolute;top:0;color:#fff;background:#4c015136;overflow:hidden;border-radius:15px}.glitch:after{left:1px;color:#0ff;text-shadow:-1px 0 red;animation:noise-anim 3s infinite linear alternate-reverse}.glitch:before{left:-1px;text-shadow:1px 0 rgb(106,106,2);animation:noise-anim-2 15s infinite linear alternate-reverse}@keyframes noise-anim{0%{clip:rect(42px,9999px,44px,0)}10%{clip:rect(42px,9999px,44px,0)}70%{clip:rect(78px,9999px,19px,0)}80%{clip:rect(12px,9999px,33px,0)}90%{clip:rect(44px,9999px,72px,0)}to{clip:rect(90px,9999px,18px,0)}}@keyframes noise-anim-2{0%{clip:rect(23px,9999px,63px,0)}5%{clip:rect(23px,9999px,63px,0)}to{clip:rect(41px,9999px,30px,0)}}.loader{position:fixed;margin-top:1%;margin-left:1%;width:98%;height:98%;border-radius:35px;background-color:#000000e8;display:flex;justify-content:center;align-items:center;transition:opacity .5s ease-out;opacity:1;z-index:1301}.loader.hidden{opacity:0;visibility:hidden}.square-container{display:grid;grid-template-columns:repeat(3,30px);grid-template-rows:repeat(3,30px);gap:15px}.square{width:2px;height:35px;border-radius:2px;background-color:#7301b0;animation:growHide 1s infinite ease-in-out}.square:nth-child(1){animation-delay:0s}.square:nth-child(2){animation-delay:.1s}.square:nth-child(3){animation-delay:.2s}.square:nth-child(4){animation-delay:.3s}.square:nth-child(5){animation-delay:.4s}.square:nth-child(6){animation-delay:.5s}.square:nth-child(7){animation-delay:.6s}.square:nth-child(8){animation-delay:.7s}.square:nth-child(9){animation-delay:.8s}@keyframes growHide{0%,to{transform:scale(1);opacity:1}2%{transform:scale(.5);opacity:0;background-color:#e2e2e2}3%{transform:scale(1);opacity:1}50%{transform:scale(.5);opacity:0}51%{transform:scale(1);opacity:1}53%{transform:scale(.5);opacity:0;background-color:#01fbff}}:root{color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{display:flex;justify-content:left;width:100vw;min-height:100vh}*{padding:0;margin:0}
