body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #111316 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#game-logo { width: 154px; height: 130px; background: url('game-icon-small.png') no-repeat bottom; background-size: 75% auto; }
#unity-progress-bar-empty { width: 80px; height: 8px; margin-left: 37px; background: #2E2E2E; }
#unity-progress-bar-full { width: 0%; height: 8px; margin-top: 10px; background: #FAFAFA;}
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
