#cursor-follower{position:fixed;top:-1rem;left:-1rem;width:1rem;height:1rem;border-radius:100%;background-color:rgb(149,193,31,.6);opacity:0;z-index:10000;user-select:none;pointer-events:none}#cursor-follower-plus{position:fixed;top:-1rem;left:-1rem;width:2rem;height:2rem;border-radius:100%;background-color:transparent;color:var(--text);opacity:0;z-index:10000;user-select:none;pointer-events:none}#cursor-follower-plus:before{content:"\e900";font-size:2rem}#cursor-follower-close{position:fixed;top:-1rem;left:-1rem;width:2rem;height:2rem;border-radius:100%;background-color:transparent;color:var(--text);opacity:0;z-index:10000;user-select:none;pointer-events:none}#cursor-follower-close:before{content:"\e906";font-size:2rem}#modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--bg);opacity:0;z-index:998;user-select:none;pointer-events:none}