html, body { padding: 0; margin: 0; width: 100%; height: 100%; background: #0A0A12; overflow: hidden; }
#unity-container { position: fixed; inset: 0; width: 100%; height: 100%; }
#unity-container.unity-desktop,
#unity-container.unity-mobile { left: 0; top: 0; transform: none; width: 100%; height: 100%; }
#unity-canvas { display: block; width: 100% !important; height: 100% !important; background: #0A0A12; }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; z-index: 5; }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center; background-size: contain; filter: invert(1); }
#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: 12px; bottom: 12px; z-index: 6; display: flex; align-items: center; gap: 10px; }
#unity-webgl-logo, #unity-build-title { display: none; }
#unity-fullscreen-button { cursor: pointer; width: 38px; height: 38px; background: rgba(255,255,255,0.9) url('fullscreen-button.png') no-repeat center; border-radius: 8px; }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none; z-index: 10; }
