body { padding: 0; margin: 0; background: #050b10 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #050b10 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; width: 280px; text-align: center }
#unity-logo { display: none }
#unity-progress-bar-empty { width: 280px; height: 4px; margin-top: 0; margin-left: 0; background: rgba(75, 224, 255, 0.16) }
#unity-progress-bar-full { width: 0%; height: 4px; margin-top: 0; background: #4be0ff; box-shadow: 0 0 18px rgba(75, 224, 255, 0.8) }
#unity-footer { position: relative; height: 38px }
.unity-mobile #unity-footer { display: none }
#unity-logo-title-footer { display: none }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px; color: #dff8ff }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; 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 }
