body { padding: 0; margin: 0 }
#unity-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a;
    overflow: hidden;
    position: fixed;
    top: 0; left: 0;
}

#unity-canvas {
    background: #231F20;
    aspect-ratio: 16 / 9; 
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}
#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 { position: fixed; right: 20px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; z-index: 9999; }
.unity-mobile #unity-footer { display: none }
#unity-logo-title-footer { display: none !important; }
#unity-build-title { display: none !important; }
#unity-fullscreen-button { cursor:pointer; float: none; 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 }
