
:root{--app-height:100%}.page__noise{position:fixed;display:flex;top:0;left:0;right:0;bottom:0;width:100%;height:100%;height:var(--app-height);background-image:url(https://www.google.com/url?sa=i&url=https%3A%2F%2Fsimple-animation.ru%2Ffutazhi%2Fglitch%2F910-glitch-pomehi-27.html&psig=AOvVaw10NBK3U2wQnle83Jcm4Rh-&ust=1741209411355000&source=images&cd=vfe&opi=89978449&ved=0CBMQjRxqFwoTCIib78Os8YsDFQAAAAAdAAAAABAx);background-size:2000px;opacity:0;transition:opacity 0.3s ease;pointer-events:none;z-index:9999}.page__noise--visible{opacity:0.5; mix-blend-mode: normal;}class-1{position:relative;z-index:10000}document.addEventListener('DOMContentLoaded',(evt)=>{document.body.insertAdjacentHTML('beforeend','');window.setInterval(fuzz,100);function fuzz(){document.querySelector('.page__noise').style.backgroundPosition=`${Math.floor(Math.random()*100)}% ${Math.floor(Math.random()*100)}%`}});window.addEventListener('load',(e)=>{document.querySelector('.page__noise').classList.add('page__noise--visible')});function appHeight(){const dc=document.documentElement;dc.style.setProperty('--app-height',`${window.innerHeight}px`)}appHeight();window.addEventListener('resize',appHeight)