*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden;background:#171717}body{font-family:Arial,Helvetica,sans-serif}#viewport{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#171717}#gameStage{position:relative;width:960px;height:600px;flex:0 0 auto;background:#231f20}#gameContainer{position:absolute;inset:0;width:100%;height:100%}#gameContainer canvas{display:block;width:100%!important;height:100%!important;pointer-events:auto;touch-action:none}.logo,.progress{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.logo{width:154px;height:130px;background:url('progressLogo.Dark.png') no-repeat center/contain}.progress{width:141px;height:18px;margin-top:90px}.progress .empty{float:right;width:100%;height:100%;background:url('progressEmpty.Dark.png') no-repeat right/cover}.progress .full{float:left;width:0;height:100%;background:url('progressFull.Dark.png') no-repeat left/cover}#fullscreenButton{position:fixed;right:16px;bottom:16px;width:52px;height:52px;border:0;border-radius:12px;background:rgba(0,0,0,.78);cursor:pointer;z-index:20}#fullscreenButton span,#fullscreenButton span:before,#fullscreenButton span:after{position:absolute;inset:0}#fullscreenButton span:before,#fullscreenButton span:after{content:"";margin:14px;border:3px solid #fff}#fullscreenButton span:before{border-right:0;border-bottom:0}#fullscreenButton span:after{border-left:0;border-top:0}@media(max-width:600px){#fullscreenButton{right:10px;bottom:10px;width:44px;height:44px;border-radius:10px}#fullscreenButton span:before,#fullscreenButton span:after{margin:12px}}
