body.custom-cursor-active,body.custom-cursor-active *{cursor:none!important}.custom-cursor{position:fixed;width:16px;height:16px;background-image:url(/images/stickers/cursor.png);background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:10000;transform:translate(-50%,-50%);transition:transform .1s ease}.custom-cursor.clicking{transform:translate(-50%,-50%) scale(.7)}.custom-cursor.hovering-interactive{transform:translate(-50%,-50%) scale(1.3)}.sticker-container{position:absolute;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:99;min-height:100vh}.cursor-sticker{position:absolute;width:60px;height:60px;background-size:cover;background-repeat:no-repeat;background-position:center;pointer-events:none;animation:stickerSpawn .4s ease-out}@keyframes stickerSpawn{0%{transform:scale(0) rotate(0);opacity:0}60%{transform:scale(1.2) rotate(0);opacity:.9}to{transform:scale(1) rotate(0);opacity:1}}@keyframes stickerFadeOut{0%{transform:scale(1);opacity:1}to{transform:scale(.3);opacity:0}}@media (max-width: 768px){.custom-cursor{display:none}.cursor-sticker{width:40px;height:40px}}
