.cursor-dot{width:12px;height:12px;border-radius:50%;background:var(--orange,#ff6633);position:fixed;left:0;top:0;z-index:30;pointer-events:none;transform:translate(-50%,-50%);transition:width .2s,height .2s,opacity .2s;mix-blend-mode:multiply}
@media(max-width:760px){.cursor-dot{display:none}}
@media(prefers-reduced-motion:reduce){.cursor-dot{display:none}}
