.cursor-dot{width:6px;height:6px;background-color:#fff;border-radius:50%;top:-3px;left:-3px;z-index:9999;transition:width .2s,height .2s,opacity .2s;opacity:.8}.cursor-dot,.cursor-outline{position:fixed;pointer-events:none;will-change:transform;mix-blend-mode:difference}.cursor-outline{width:35px;height:35px;border:1.5px solid hsla(0,0%,100%,.5);border-radius:50%;top:-17.5px;left:-17.5px;z-index:9998;transition:all .25s ease-out}.cursor-dot.hovering{width:8px;height:8px;opacity:1;background-color:#fff;box-shadow:0 0 10px hsla(0,0%,100%,.5)}.cursor-outline.hovering{border-color:hsla(0,0%,100%,0);background-color:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cursor-dot:active{transform:scale(.8)}.cursor-outline:active{transform:scale(.9)}@media (max-width:768px){.cursor-dot,.cursor-outline{display:none}}::-moz-selection{background-color:hsla(0,0%,100%,.1);color:inherit}::selection{background-color:hsla(0,0%,100%,.1);color:inherit}