*{box-sizing:border-box}html{font-family:Trebuchet MS,sans-serif;color:#444;font-size:16px}body{height:100%;left:0;margin:0;overflow:hidden;position:fixed;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}button{font-family:Trebuchet MS,sans-serif;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);background:#fff;border:none;border-radius:2px;color:#444;cursor:pointer;display:inline-block;font-size:1em;font-weight:600;height:36px;line-height:36px;padding:0 14px;-webkit-tap-highlight-color:transparent;text-transform:uppercase;-webkit-transition:background .1s,box-shadow .2s;transition:background .1s,box-shadow .2s}button.active,button:hover{box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)}html.touch button:not(.active){box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}button.active,button:active{background:#e6e6e6}html.touch button:focus{outline:0}.buttons button{margin-left:12px}.buttons button:first-child{margin-left:0}.hidden{display:none!important}#game-container{background:#f4f8fa;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%}#info{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:48px;text-align:right;width:100%}@media (max-width:767px){#info{padding:12px 24px 4px;text-align:center}}@media (max-height:500px){#info .buttons{float:right}}#info-rows{margin-top:12px}@media (max-height:500px){#info-rows{float:left;margin-top:0}}.info-row{font-size:13px;height:24px;line-height:24px;margin-top:12px}@media (max-width:767px){.info-row{display:inline-block;margin-left:24px;margin-right:24px}}@media (max-height:500px){.info-row{height:36px;line-height:36px;margin-left:24px;margin-right:24px;margin-top:0}}@media (max-height:500px){#moves{float:left}}#best{display:block}@media (max-height:500px){#best{position:absolute}}#boxes-count,#moves-count{font-size:20px}#canvas-container{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden;width:100%}#win-screen{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#f4f8fa;height:100%;left:0;position:fixed;top:0;width:100%;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:opacity .5s,-webkit-transform 0s ease .5s;transition:opacity .5s,transform 0s ease .5s}html.game-won #win-screen{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity .5s ease .5s,-webkit-transform 0s ease .5s;transition:opacity .5s ease .5s,transform 0s ease .5s}#restart-screen{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html.restart-dialog #restart-screen{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity .5s,-webkit-transform 0s;transition:opacity .5s,transform 0s}.dim{background:#f4f8fa;height:100%;left:0;position:fixed;top:0;width:100%;background:rgba(0,0,0,.5);opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:opacity .5s,-webkit-transform 0s ease .5s;transition:opacity .5s,transform 0s ease .5s}.dialog{box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);background:#fff;max-width:600px;padding:15px 30px;width:100%}.dialog .buttons{text-align:right}#start-screen{background:#f4f8fa;height:100%;left:0;position:fixed;top:0;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;overflow-y:auto;-webkit-transition:opacity .5s,-webkit-transform 0s;transition:opacity .5s,transform 0s}html.playing #start-screen{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:opacity .5s,-webkit-transform 0s ease .5s;transition:opacity .5s,transform 0s ease .5s}html.game-won #start-screen{-webkit-transition:opacity 0s ease 1s,-webkit-transform 0s ease 1s;transition:opacity 0s ease 1s,transform 0s ease 1s}.flex-padding{-webkit-box-flex:1;-webkit-flex:1 0 20px;-ms-flex:1 0 20px;flex:1 0 20px;width:100%}#logo-container{text-align:center;width:100%}svg{margin-bottom:20px;max-width:80%}@media (max-height:500px){svg{height:50px;margin-bottom:10px}}#levels{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;max-width:700px;padding:0 20px;width:100%}.level{height:44px;line-height:40px;margin:20px 10px 0;padding:0;width:44px}@media (max-height:500px){.level{margin-top:10px}}.continue{position:relative}.continue:before{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);background:#fff;border-radius:2px;color:#000;content:'Continue';font-size:.6em;height:14px;left:50%;line-height:16px;padding:0 3px;position:absolute;top:-5px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:background .1s,box-shadow .2s;transition:background .1s,box-shadow .2s}.continue.active:before,.continue:hover:before{box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)}html.touch .continue:not(.active):before{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.continue.active:before,.continue:active:before{background:#e6e6e6}.solved,.solved:before{background:#d9fac4}.solved.active,.solved.active:before,.solved:active,.solved:active:before{background:#baf695}#mobile-controls{display:none;-webkit-box-flex:0;-webkit-flex:0 0 132px;-ms-flex:0 0 132px;flex:0 0 132px;padding:0 12px 12px;width:100%}html.touch #mobile-controls{display:block}@media (max-height:500px){#mobile-controls{-webkit-box-flex:0;-webkit-flex:0 0 12px;-ms-flex:0 0 12px;flex:0 0 12px}}#direction,#pulling{background:#f4f8fa;border:3px solid rgba(106,21,149,.5);border-radius:50%;height:120px;position:relative;width:120px}#direction.active,#pulling.active{background:#d8cbe6}#direction.tutorial-highlight,#pulling.tutorial-highlight{z-index:4}@media (max-height:500px){#direction,#pulling{top:-120px}}#direction{float:left}#down,#left,#right,#up{border:0 solid transparent;position:absolute}#up{border-bottom-color:rgba(106,21,149,.5);border-width:0 5px 10px 5px;left:52px;top:12px}#down{border-top-color:rgba(106,21,149,.5);border-width:10px 5px 0 5px;bottom:12px;left:52px}#left{border-right-color:rgba(106,21,149,.5);border-width:5px 10px 5px 0;left:12px;top:52px}#right{border-left-color:rgba(106,21,149,.5);border-width:5px 0 5px 10px;right:12px;top:52px}#pulling{float:right}html.playing.tutorial #tutorial-dim{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity .5s,-webkit-transform 0s;transition:opacity .5s,transform 0s;z-index:1}.tutorial-highlight{position:relative;z-index:2}#tutorial-overlay{background:#f4f8fa;height:100%;left:0;position:fixed;top:0;width:100%;background:0 0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);z-index:3}html.playing.tutorial #tutorial-overlay{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#tutorial-overlay .dialog{left:50%;opacity:0;position:absolute;top:10px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:opacity .5s;transition:opacity .5s}#tutorial-overlay .dialog.middle{top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-height:500px){#tutorial-overlay .dialog.middle{bottom:10px;top:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}#tutorial-overlay .dialog.visible{opacity:1}