body{padding:0;margin:0}#unity-canvas{width:100%;height:100%;background:#231F20}#unity-loading-bar{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:none;flex-direction:column;align-items:center;z-index:10}#unity-logo{width:154px;height:130px;background:url(unity-logo-dark.png) no-repeat center}#unity-progress-bar-empty{margin-left:auto;margin-right:auto;width:141px;height:18px;margin-top:10px;background:url(progress-bar-empty-dark.png) no-repeat center}#unity-progress-bar-full{width:0%;height:18px;margin-top:10px;background:url(progress-bar-full-dark.png) no-repeat center}#unity-warning{position:absolute;left:50%;top:5%;transform:translate(-50%);background:#fff;padding:10px;display:none;z-index:20}:root{--game-width:1280px;--game-height:720px}body{background:#111;color:#eee;font-family:sans-serif;>section,>footer{max-width:var(--game-width);margin:0 auto;padding:.25rem 1rem 1rem}h2{text-align:center;margin-top:.25rem;margin-bottom:.25rem}}.game-section{display:flex;justify-content:center;padding:.5rem 1rem}main{display:flex;justify-content:center;padding:.5rem 1rem}.game-wrapper{position:relative;width:var(--game-width);max-width:100%;aspect-ratio:16 / 9;background:#000;border-radius:6px;overflow:hidden}#fullscreen-btn{position:absolute;bottom:10px;right:10px;z-index:30;width:36px;height:36px;padding:0;border:none;border-radius:4px;background:rgb(0 0 0 / .55);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s}#fullscreen-btn:hover{background:rgb(0 0 0 / .85)}#fullscreen-btn svg{pointer-events:none}#icon-expand{display:block}#icon-collapse{display:none}:fullscreen #icon-expand{display:none}:fullscreen #icon-collapse{display:block}h1{font-size:2rem;margin-bottom:.25rem;text-align:center}.status-report{opacity:.7;line-height:1.6}a:link{color:#00e1ff;text-decoration:underline}.no-JS{color:red;background-color:#000;font-style:italic}