.cursor{z-index:100;background-color:#8E6FA3;border:1px solid #8E6FA3;border-radius:100em;width:1em;height:1em;transition:background-color .375s cubic-bezier(.625,.05,0,1),height .375s cubic-bezier(.625,.05,0,1),width .375s cubic-bezier(.625,.05,0,1);position:fixed;inset:0% auto auto 0%;pointer-events:none}body:has(a:hover) .cursor,body:has(button:hover) .cursor,body:has([data-cursor]:hover) .cursor{width:3em;height:3em;background-color:rgba(142,111,163,0.3)}@media (hover:none) and (pointer:coarse){.cursor{display:none}}