html.cur-active,html.cur-active *{cursor:none!important}
html.cur-active #siteFooter,html.cur-active #siteFooter *{cursor:auto!important}
.cur-dot{position:fixed;top:0;left:0;width:6px;height:6px;margin:-3px 0 0 -3px;border-radius:50%;
  background:var(--violet-bright);pointer-events:none;z-index:100001;opacity:0;transition:opacity .2s}
.cur-ring{position:fixed;top:0;left:0;width:34px;height:34px;margin:-17px 0 0 -17px;border-radius:50%;
  border:1.5px solid var(--violet-bright);pointer-events:none;z-index:100000;opacity:0;
  transition:width .25s,height .25s,margin .25s,background .25s,border-color .25s,opacity .2s}
.cur-ring.hover{width:56px;height:56px;margin:-28px 0 0 -28px;background:rgba(139,108,255,.12)}
@media(pointer:coarse),(prefers-reduced-motion:reduce){.cur-dot,.cur-ring{display:none}}
