.cursor-glow,#cursor-glow.cursor-glow{
  position:fixed;left:0;top:0;
  width:min(420px,90vw);height:min(420px,90vw);
  pointer-events:none;z-index:99999;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle at center,rgba(255,193,7,.28) 0%,rgba(255,193,7,.09) 30%,transparent 65%);
  opacity:0;transition:opacity .25s ease;
  will-change:left,top,opacity;
}
.cursor-glow::after,#cursor-glow.cursor-glow::after{
  content:"";position:absolute;left:50%;top:50%;
  width:7px;height:7px;margin:-3.5px 0 0 -3.5px;
  border-radius:50%;background:var(--yellow,#FFC107);
  box-shadow:0 0 10px rgba(255,193,7,.95),0 0 26px rgba(255,193,7,.55);
}
.cursor-glow.is-on,#cursor-glow.cursor-glow.is-on{opacity:1}
#cursor-dot{display:none!important}
@media (prefers-reduced-motion:reduce){.cursor-glow,#cursor-glow.cursor-glow{display:none!important}}
