body { padding: 0; margin: 0 }
#unity-container { position: fixed; width: 100%; height: 100dvh; }
#unity-canvas { width: 100%; height: 100dvh; background: #231F20; touch-action: none }
#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 { 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: white; padding: 10px; display: none }
#unity-fullscreen-button { display: block; position: fixed; bottom: 0; right: 0; cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#ios-install-prompt { display: flex; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.85); justify-content: center; }
#ios-install-prompt-content { display: flex; flex-direction: column; justify-content: center; align-items: center; max-width: 90%; }
#ios-install-prompt-content span { margin-bottom: 20px; color: white; font-size: xx-large; font-family: Verdana; }
#ios-install-prompt-button { cursor: pointer; padding: 12px 24px; border: none; border-radius: 8px; background: white; color: black; font-size: large; font-family: Verdana; }
