body,html{height:100%}body{margin:0;background-color:#000;color:#fff;font-size:22.5px;font-weight:200;font-family:sans-serif;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none}.Game{overflow:hidden;position:absolute;top:50%;left:50%;margin-top:-540px;margin-left:-360px;background-color:#222;-webkit-transform-origin:50% 50% 0;-ms-transform-origin:50% 50% 0;transform-origin:50% 50% 0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);transition:transform .25s}.Game-grid{position:relative;margin:180px auto;border-radius:10.67px;width:720px;height:720px}.Game-tile{position:absolute;border-color:#000;border-style:solid;width:120px;height:120px;color:#222;font-size:2.66666667em;line-height:120px;text-align:center;transition:border-width .125s,border-radius .25s;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-animation-duration:.25s;animation-duration:.25s}.Game-tile--moveup{-webkit-animation-name:moveup;animation-name:moveup}.Game-tile--movedown{-webkit-animation-name:movedown;animation-name:movedown}.Game-tile--moveleft{-webkit-animation-name:moveleft;animation-name:moveleft}.Game-tile--moveright{-webkit-animation-name:moveright;animation-name:moveright}.Game-tile--top{z-index:10}@-moz-keyframes moveup{from{margin-top:120px}to{margin-top:0}}@-webkit-keyframes moveup{from{margin-top:120px}to{margin-top:0}}@keyframes moveup{from{margin-top:120px}to{margin-top:0}}@keyframes movedown{from{margin-top:-120px}to{margin-top:0}}@-webkit-keyframes movedown{from{margin-top:-120px}to{margin-top:0}}@-moz-keyframes movedown{from{margin-top:-120px}to{margin-top:0}}@keyframes moveleft{from{margin-left:120px}to{margin-left:0}}@-webkit-keyframes moveleft{from{margin-left:120px}to{margin-left:0}}@-moz-keyframes moveleft{from{margin-left:120px}to{margin-left:0}}@keyframes moveright{from{margin-left:-120px}to{margin-left:0}}@-webkit-keyframes moveright{from{margin-left:-120px}to{margin-left:0}}@-moz-keyframes moveright{from{margin-left:-120px}to{margin-left:0}}.Game-tile--type0{background-color:#2ecc71}.Game-tile--type1{background-color:#3498db}.Game-tile--type2{background-color:#ecf0f1}.Game-tile--type3{background-color:#e74c3c}.Game-tile:before{position:absolute;top:50%;left:0;color:rgba(0,0,0,.05);font-size:2em;margin-top:-.5em;width:100%;text-align:center}.Game-tile:after{content:attr(data-score);position:absolute;top:50%;left:0;margin-top:-1em;width:100%;text-align:center}.Game-tile>*{pointer-events:none}.Game-menu,.Game-stats{position:absolute;width:100%}.Game-stats{top:0;height:180px}.Game-stats label{display:block;position:absolute;bottom:0;margin-bottom:.2em;width:50%;font-size:4.5em;line-height:180px;text-align:center;transition:color .25s;-webkit-transform-origin:50% 50% 0;-ms-transform-origin:50% 50% 0;transform-origin:50% 50% 0}.Game-stats label+label{left:50%}.Game-stats label.is-negative{margin-left:-.155em}.Game-stats label.is-low{color:#e74c3c}.Game--over .Game-score{-webkit-animation:pulse 1s infinite;-moz-animation:pulse 1s infinite;animation:pulse 1s infinite}@-webkit-keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}@-moz-keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.Game-stats label:before{position:absolute;top:5.75em;left:50%;margin-left:-4.5em;width:9em;font-size:.25em;line-height:1;text-transform:uppercase}.Game-score:before{content:"Score"}.Game-moves:before{content:"Moves Left"}.Game-stats label.is-negative:before{margin-left:-3.9em}.Game-menu{bottom:0;height:180px}.Game-playAgain{display:block;-mox-box-sizing:border-box;box-sizing:border-box;border:4px solid #fff;border-radius:10.67px;margin:100% auto 30px;width:360px;height:120px;font-size:3em;line-height:1.5;text-align:center;transition:margin .25s;cursor:pointer}.Game--over .Game-playAgain{margin-top:30px}.Game-replay{display:block;position:absolute;top:50%;left:50%;width:1em;margin:-.5em 0 0 -.5em;height:1em;font-size:4em;line-height:1;text-align:center;cursor:pointer;transition:transform .25s;-webkit-transform-origin:50% 50% 0;-ms-transform-origin:50% 50% 0;transform-origin:50% 50% 0}.Game-replay:before{content:"\21bb"}.Game--over .Game-replay{transform:scale(0)}