@font-face{font-display:swap;font-style:normal;font-weight:400}html{color:#dae0e0;font-family:Courier New,Courier,monospace;font-size:1rem;height:100%}body{text-align:center}.instructions{font-weight:700;margin:24px 0 32px}.game-container{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-evenly;margin:-6px auto;max-width:620px}.game-container,.player-headline{display:-webkit-box;display:-ms-flexbox;display:flex}.player-headline{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.player-headline .nick,.player-headline .score{font-family:"8BIT WONDER",sans-serif;font-size:24px;padding:0 24px}.player{background-color:#999;margin:6px;width:calc(50% - 12px)}.messages{background-color:#333;border:1px solid #ccc;margin:6px;padding:12px;width:calc(100% - 12px)}.message-text{font-weight:700}.fade-in-out{-webkit-animation:fadeInOut 1s;animation:fadeInOut 1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes fadeInOut{0%{opacity:1}50%{opacity:.2}to{opacity:1}}@keyframes fadeInOut{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.player-container,.robot-container{position:relative}.player-container .player-video{display:block;min-height:298px;-o-object-fit:cover;object-fit:cover;-webkit-transform:scaleX(-1);transform:scaleX(-1);width:100%}.robot-container .avatar{display:block;width:100%}.robot-container .robot-hand{display:none;left:0;position:absolute;top:0;width:100%}.player-hand-container{right:0;top:0}.player-hand,.player-hand-container{height:100px;position:absolute;width:100px}.player-hand{font-size:42px;line-height:100px;right:1px;text-align:center;top:2px}.player-hand-zoom{-webkit-animation:handZoom .5s;animation:handZoom .5s;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes handZoom{0%{font-size:42px}50%{font-size:64px}to{font-size:42px}}@keyframes handZoom{0%{font-size:42px}50%{font-size:64px}to{font-size:42px}}.timer-ring-circle{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:stroke-dashoffset .1s;transition:stroke-dashoffset .1s}