:root{--object-opacity: .1;--object-color: #c1c1c1;--object-oppacity-hover: .5;--position-color: rgba(129, 129, 129, .557);--path-color: #488af4}.opacity-0{opacity:0}.opacity-100{opacity:1}.object{stroke-opacity:0;opacity:var(--object-opacity);fill:var(--object-color)}.object-hover{stroke-opacity:0;opacity:var(--object-oppacity-hover);cursor:pointer}.position{fill:var(--position-color);transition:fill .3s ease}.position-active{opacity:1;fill:#4285f4}.path{stroke:var(--path-color);stroke-width:1;opacity:0;border-radius:0}.path-once{opacity:1;stroke-width:4;stroke-linecap:round;stroke-dasharray:2338.5;stroke-dashoffset:2338.5;animation:dash2 2s linear forwards}@keyframes dash2{to{stroke-dashoffset:0}}.path-active{opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:10;animation:march 3s linear infinite reverse}@keyframes march{to{stroke-dashoffset:120}}
