body { margin: 0; padding: 0; background: #101018; }
#unity-container { position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
#unity-canvas { max-width: 100%; max-height: 100%; width: auto; height: auto; background: #231F20; }
#unity-loading-bar { position: absolute; width: 240px; }
#unity-progress-bar-empty { height: 14px; background: #444; border-radius: 7px; overflow: hidden; }
#unity-progress-bar-full { height: 100%; width: 0; background: #fff; }
#unity-footer, #unity-warning { display: none; }
