
html, body { width:100%; height:100%; overflow:hidden; background:#10151c; }
#unity-container.unity-desktop, #unity-container.unity-mobile { position:fixed; inset:0; width:100%; height:100%; transform:none; display:flex; flex-direction:column; align-items:center; justify-content:center; }
#unity-canvas, #unity-canvas.unity-mobile { display:block; width:min(100vw, calc((100vh - 38px) * 0.5625)) !important; height:min(calc(100vh - 38px), 177.7778vw) !important; max-width:540px; max-height:960px; touch-action:none; }
#unity-footer { height:38px; display:flex !important; align-items:center; gap:12px; padding:0 8px; color:#eee; font:12px sans-serif; }
#unity-logo-title-footer { display:none; }
#unity-build-title { flex:1; font-size:12px; margin:0; order:0; }
#unity-footer a { color:#d9e4f5; order:1; }
#unity-fullscreen-button { flex:0 0 38px; order:2; }
#unity-warning { z-index:20; max-width:90%; max-height:60%; overflow:auto; }
