html, body { width: 100%; height: 100%; padding: 0; margin: 0; overflow: hidden; background: #d0cde4; }
#unity-container { position: fixed; inset: 0; width: 100%; height: 100%; background: #d0cde4; }
#unity-canvas { display: block; width: 100% !important; height: 100% !important; background: #d0cde4; }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
#unity-footer { position: absolute; inset: 0; pointer-events: none; }
#unity-logo-title-footer, #unity-build-title { display: none; }
#unity-fullscreen-button { position: absolute; right: 14px; bottom: 14px; pointer-events: auto; }