:root{--doc-width: 100vw;min-height:100vh;width:var(--doc-width)}html,body{touch-action:none}body{min-height:100vh;width:100%;-moz-user-select:none;-webkit-user-select:none;user-select:none;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body::-webkit-scrollbar{display:none}#root{width:var(--doc-width)}p,ul,li{margin:0;padding:0}img{-webkit-touch-callout:none}@keyframes rotateZAnimation{0%{transform:rotate(var(--z))}to{transform:rotate(var(--z2))}}@keyframes rotateZThreeAnimation{0%{transform:rotate(var(--z))}50%{transform:rotate(var(--z2))}to{transform:rotate(var(--z3))}}@keyframes translatAnimation{0%{transform:translate(var(--x),var(--y))}to{transform:translate(var(--x2),var(--y2))}}@keyframes translateThreeAnimation{0%{transform:translate(var(--x1),var(--y1))}50%{transform:translate(var(--x2),var(--y2))}to{transform:translate(var(--x3),var(--y3))}}@keyframes scaleAnimation{0%{transform:scale(var(--scale))}to{transform:scale(var(--scale2))}}@keyframes scaleThreeAnimation{0%{transform:scale(var(--scale))}50%{transform:scale(var(--scale2))}to{transform:scale(var(--scale3))}}@keyframes opacityAnimation{0%{opacity:var(--opacity)}to{opacity:var(--opacity2)}}@keyframes opacityThreeAnimation{0%{opacity:var(--opacity)}50%{opacity:var(--opacity2)}to{opacity:var(--opacity3)}}@keyframes rotateWindAnim{0%{transform:rotate(0) scale(.95);opacity:1}50%{opacity:1}80%{opacity:.8}90%{opacity:.5}to{transform:rotate(360deg) scale(1);opacity:1}}@keyframes rotateWindEndAnim{0%{opacity:1}to{opacity:0}}@keyframes rotateReqAnim{0%{transform:scale(1);opacity:1}30%{transform:scale(1.1);opacity:.7}50%{transform:scale(1);opacity:.9}80%{transform:scale(1.1);opacity:.6}to{transform:scale(1);opacity:1}}@keyframes rotateReqEndAnim{0%{transform:rotate(0) scale(1);opacity:1}to{transform:rotate(360deg) scale(1.5);opacity:0}}@keyframes translateXAnimation{0%{transform:translate(var(--x))}to{transform:translate(var(--x2))}}@keyframes translatYAnimation{0%{transform:translateY(var(--y))}to{transform:translateY(var(--y2))}}@keyframes translateXScaleAnimation{0%{transform:translate(var(--x)) scale(var(--scale))}to{transform:translate(var(--x2)) scale(var(--scale2))}}
