body { padding: 0; margin: 0; background: #000; color: #ccc }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-canvas { display: block }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
/* source art is 249x260; shown at ~55% so it reads as a mark, not a poster */
#unity-logo { width: 138px; height: 144px; margin: 0 auto; background: url('pawstrike-logo.png') no-repeat center; background-size: contain }
/* pinned to the light art: the page is black, so the dark variant would
   disappear into it. Centred under the (wider) logo. */
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 16px; margin-left: auto; margin-right: auto; background: url('progress-bar-empty-light.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; background: url('progress-bar-full-light.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
/* bottom-left, outside the canvas frame, ahead of the fullscreen button.
   Source art is 2x (92x96) so it stays crisp on hiDPI at this 46x48 box. */
#unity-logo-title-footer { float:left; width: 46px; height: 48px; background: url('pawstrike-logo-footer.png') no-repeat center; background-size: contain }
#unity-build-title { float: right; margin-right: 10px; line-height: 48px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; margin-top: 5px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
