body { padding: 0; margin: 0 }
#unity-container { position: fixed; width: 100%; height: 100%; }
#unity-canvas { width: 100%; height: 100%; background: #FFFFFF }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 400px; height: 200px; background: url('loading-logo.png') no-repeat center }
#unity-progress-bar-empty { margin: 10px auto 0; width: 300px; height: 15px; background: rgb(0, 0, 0) border-box, #000000 padding-box; border: 2px solid grey; box-sizing: border-box; background-clip: border-box, padding-box; }
#unity-progress-bar-full { width: 0%; height: 100%; background: linear-gradient(18deg, rgba(255,74,71,1) 0%, rgba(8,0,255,1) 100%) no-repeat center; margin: 0; }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
