*{box-sizing:border-box}body,html{background-color:#0a0d1a;width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}#root{width:100vw;height:100vh}.hotspot-container{cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.hotspot-dot{z-index:2;background-color:#fff;border-radius:50%;width:6px;height:6px;transition:transform .3s;box-shadow:0 0 10px #fffc}.hotspot-pulse{z-index:1;background-color:#fff3;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.215,.61,.355,1) infinite pulse;position:absolute}.hotspot-container:hover .hotspot-dot{transform:scale(1.5)}@keyframes pulse{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(2)}}
