html, body { height: 100% }
body { padding: 0; margin: 0; overflow: hidden; background: #050507 radial-gradient(ellipse at 50% 35%, #131319 0%, #050507 75%) }
#unity-container { position: fixed; inset: 0; display: flex; flex-direction: column }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { flex: 1 1 auto; width: 100%; min-height: 0; 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 }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; 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-footer { flex: 0 0 40px; display: flex; align-items: center; padding: 0 14px; background: #0a0a0c }
.unity-mobile #unity-footer { display: none }
#carcosa-logo { width: 110px; height: 30px; margin-right: 14px; background: url('carcosa-white.svg') no-repeat center; background-size: contain; opacity: 0.9 }
#carcosa-logo:hover { opacity: 1 }
#unity-logo-title-footer { width: 96px; height: 30px; background: url('unity-logo-title-footer.png') no-repeat center; background-size: contain; filter: invert(1) brightness(1.6); opacity: 0.75 }
#unity-build-date { margin-left: auto; margin-right: 16px; line-height: 40px; font-family: arial; font-size: 12px; color: #9a9aa0 }
#unity-build-title { margin-right: 14px; line-height: 40px; font-family: arial; font-size: 16px; color: #e8e8ea }
#unity-fullscreen-button { cursor: pointer; width: 32px; height: 32px; background: url('fullscreen-button.png') no-repeat center; background-size: contain }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
