html,body{margin:0;padding:0;height:100%;scroll-behavior:none}body{margin:0;outline:none;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#dcdcdc;user-select:none;-webkit-user-select:none;-webkit-overflow-scrolling:touch;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}#g-shell{height:100%;width:100%;position:fixed;display:flex;scroll-behavior:unset}#game-container{height:inherit;width:inherit;position:absolute;margin:0;padding:0;transform:rotate(0)}.g-canvas{width:inherit;height:inherit;position:inherit;-moz-box-shadow:0 0 20px #000;-webkit-box-shadow:0 0 20px #000;box-shadow:0 0 20px #000;outline:none}#landscape-to-portrait{background-color:#000c;position:absolute;z-index:9999;width:100%;height:100%;touch-action:none}#brand-logo{background-color:#000;position:relative;width:100%;height:100%;touch-action:none;align-items:center}#loading-icon{z-index:9999;touch-action:none;margin:auto}.loading-image{width:52px;height:52px;margin:-26px;position:absolute;z-index:10;top:70%;left:50%;pointer-events:none}.rotate{-webkit-animation:rotation 1.2s linear infinite;-moz-animation:rotation 1.2s linear infinite;animation:rotation 1.2s linear infinite}@-moz-keyframes rotation{to{-moz-transform:rotate(360deg)}}@-webkit-keyframes rotation{to{-webkit-transform:rotate(360deg)}}@keyframes rotation{to{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}.background-img{position:absolute;background-size:cover;background-position:50%;height:110%;width:100%;inset:0 0 -10%;opacity:1}.landscape-image{opacity:1;position:absolute;top:40%;bottom:10%;width:100%;text-align:center}.logo-image img{opacity:1;position:absolute;object-fit:scale-down;top:0%;bottom:10%;width:100%;height:80%;text-align:center;align-items:center}.landscape-text{position:absolute;width:100%;top:10%;line-height:25px;color:#fff;font-family:Roboto Slab,serif;font-size:25px;text-align:center}#game-overlay{position:absolute;top:0}
