:root{--background-color:transparent;--unity-container-background:transparent;--unity-canvas-background:transparent;--unity-loading-bar-background:none;--unity-logo-background:url(unity-logo-light.png);--unity-progress-bar-empty-background:url(progress-bar-empty-light.png);--unity-progress-bar-full-background:url(progress-bar-full-light.png);--unity-webgl-logo-background:url(webgl-logo-light.png);--unity-fullscreen-button-background:url(fullscreen-button-light.png);--unity-warning-background:black}.dark-mode{--background-color:transparent;--unity-container-background:transparent;--unity-canvas-background:transparent;--unity-loading-bar-background:none;--unity-logo-background:url(unity-logo-dark.png);--unity-progress-bar-empty-background:url(progress-bar-empty-dark.png);--unity-progress-bar-full-background:url(progress-bar-full-dark.png);--unity-webgl-logo-background:url(webgl-logo-dark.png);--unity-fullscreen-button-background:url(fullscreen-button-dark.png);--unity-warning-background:black}body{padding:0;margin:0;overflow:hidden}#unity-container{position:fixed;width:100%;height:100%;background:var(--unity-warning-background)}#unity-canvas{position:fixed;width:100%;height:100%}#unity-loading-bar{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:none}#unity-logo{width:154px;height:130px;background:var(--unity-logo-background) no-repeat center}#unity-webgl-logo{float:left;width:204px;height:38px;background:var(--unity-webgl-logo-background) no-repeat center}#unity-build-title{float:right;margin-right:10px;line-height:38px;font-family:arial;font-size:18px}#unity-warning{position:absolute;left:50%;top:5%;transform:translate(-50%);background:var(--unity-warning-background);padding:10px;display:none}.ldBar-label{position:absolute;top:100%;left:60%;transform:translate(-50%,50%);color:#786868;font-family:'Varela Round',sans-serif;font-size:1.5em;font-weight:600;pointer-events:none}