html,body{touch-action:none;background-color:#050505;width:100%;height:100%;margin:0;padding:0;position:fixed;inset:0;overflow:hidden}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0833444d;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#06b6d480;border:1px solid #22d3ee4d;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#06b6d4cc}.fullscreen-glitch{z-index:9998;opacity:.5;pointer-events:none;background:#000;width:100vw;height:100vh;animation:.2s infinite glitch-anim;position:fixed;top:0;left:0}@keyframes glitch-anim{0%{filter:hue-rotate();transform:translate(0)}20%{filter:hue-rotate(90deg);transform:translate(-5px,5px)}40%{opacity:.8;transform:translate(-5px,-5px)}60%{filter:hue-rotate(180deg);transform:translate(5px,5px)}80%{opacity:.2;transform:translate(5px,-5px)}to{filter:hue-rotate();transform:translate(0)}}
