/* A quiet pointer: no glow, no colour chasing, no fill. 
@media (pointer:fine){html.has-custom-cursor,html.has-custom-cursor *{cursor:none!important}.cursor-dot,.cursor-ring{position:fixed;left:0;top:0;pointer-events:none;z-index:999999;transform:translate(-50%,-50%);opacity:0;transition:opacity .16s ease,width .2s ease,height .2s ease,border-color .2s ease,background .2s ease;border-radius:50%}.cursor-dot{width:5px;height:5px;background:#fff}.cursor-ring{width:29px;height:29px;border:1px solid rgba(255,255,255,.92);background:transparent}.cursor-dot.is-visible,.cursor-ring.is-visible{opacity:1}.cursor-ring.is-hover{width:39px;height:39px;border-color:#ff4f8b}.cursor-dot.cursor--light{background:#0b0c10}.cursor-ring.cursor--light{border-color:#0b0c10}.cursor-dot.cursor--accent{background:#ff4f8b}.cursor-ring.cursor--accent{border-color:#ff4f8b}.cursor-ring.is-hover.cursor--light{border-color:#5966ff}.cursor-ring.is-hover.cursor--accent{border-color:#fff}}
@media (pointer:coarse),(prefers-reduced-motion:reduce){.cursor-dot,.cursor-ring{display:none!important}}
*/

/* A quiet pointer: no glow, no colour chasing, no fill. */
@media (pointer:fine){html.has-custom-cursor,html.has-custom-cursor *{cursor:none!important}.cursor-dot,.cursor-ring{position:fixed;left:0;top:0;pointer-events:none;z-index:999999;transform:translate(-50%,-50%);opacity:0;transition:opacity .16s ease,width .2s ease,height .2s ease,border-color .2s ease,background .2s ease;border-radius:50%}.cursor-dot{width:5px;height:5px;background:#fff}.cursor-ring{width:29px;height:29px;border:1px solid rgba(255,255,255,.92);background:rgba(255,79,139,0.15)}.cursor-dot.is-visible,.cursor-ring.is-visible{opacity:1}.cursor-ring.is-hover{width:39px;height:39px;border-color:#ff4f8b}.cursor-dot.cursor--light{background:#0b0c10}.cursor-ring.cursor--light{border-color:#0b0c10}.cursor-dot.cursor--accent{background:#ff4f8b}.cursor-ring.cursor--accent{border-color:#ff4f8b}.cursor-ring.is-hover.cursor--light{border-color:#5966ff}.cursor-ring.is-hover.cursor--accent{border-color:#fff}}
@media (pointer:coarse),(prefers-reduced-motion:reduce){.cursor-dot,.cursor-ring{display:none!important}}