:where(.ReactFlipCard__container){-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100px;height:100px}:where(.ReactFlipCard__flipCard){width:100%;height:100%;transform-style:preserve-3d;transition-duration:.5s}:where(.ReactFlipCard__rotateX180Deg){transform:rotateX(180deg)}:where(.ReactFlipCard__rotateY180Deg){transform:rotateY(180deg)}:where(.ReactFlipCard__rotateDiagonal){transform:rotate3d(.5,1,0,180deg)}:where(.ReactFlipCard__flipCardFront,.ReactFlipCard__flipCardBack){width:100%;height:100%;backface-visibility:hidden}:where(.ReactFlipCard__flipCardFront){position:absolute}.animation-shake{animation:shake .5s;animation-iteration-count:inherit}@keyframes shake{0%{transform:translate(1px,1px) rotate(0deg)}10%{transform:translate(-1px,-2px) rotate(-1deg)}20%{transform:translate(-3px) rotate(1deg)}30%{transform:translate(3px,2px) rotate(0deg)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,2px) rotate(-1deg)}60%{transform:translate(-3px,1px) rotate(0deg)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-1px,-1px) rotate(1deg)}90%{transform:translate(1px,2px) rotate(0deg)}to{transform:translate(1px,-2px) rotate(-1deg)}}.cursor,.cursor-lock{position:absolute;width:4px;height:4px;background-color:rgba(255,255,255,.5);border-radius:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1000000;transition:transform .5s cubic-bezier(.75,-1.27,.3,2.33),opacity .2s cubic-bezier(.75,-1.27,.3,2.33)}.cursor-lock:before,.cursor:after,.cursor:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;display:block;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;-webkit-border-radius:100%;-webkit-mask-image:-webkit-radial-gradient(circle,white,white);opacity:0;transition:transform .5s cubic-bezier(.75,-1.27,.3,2.33)}.cursor-lock:before{background-image:url(/images/lobby/cursor-lock.png)!important;background-color:rgba(255,199,0,1)}.cursor:before{background-image:url(/images/lobby/cursor.png);background-color:rgba(255,199,0,1)}.cursor:after{background-image:url(/images/lobby/cursor-flip.png);background-color:rgb(255,255,255)}.cursor.active-primary,.cursor.active-secondary{opacity:1}.cursor.active-primary:before,.cursor.active-secondary:after{opacity:1;transform:scale(14)}.cursor-follower{position:absolute;width:40px;height:40px;background-color:rgba(255,229,138,.8);border-radius:50%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:100000;transition:transform .6s cubic-bezier(.75,-1.27,.3,2.33),opacity .4s cubic-bezier(.75,-1.27,.3,2.33)}.cursor-follower.active{opacity:0;transform:scale(0)}