/* Native drone cursor: 32px with a precise centre hotspot. */
@media (hover:hover) and (pointer:fine){
 html,body,.sv{cursor:url("Images/Brand/drone-cursor.svg") 16 16, auto}
 html body :is(a,button,[role="button"],[data-aircraft],#swarm-canvas){cursor:url("Images/Brand/drone-pointer.svg") 16 16, pointer}
 html body :is(input,textarea,[contenteditable="true"]){cursor:text}
 html body button:disabled{cursor:wait}
}
