html, body { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; background: #081223; }
#unity-container { position: relative; display: flex; width: 100vw; height: 100vh; align-items: center; justify-content: center; background: #081223; }
#unity-container.unity-desktop { left: auto; top: auto; transform: none; }
#unity-canvas { display: block; width: min(100vw, 177.7778vh) !important; height: min(100vh, 56.25vw) !important; background: #231f20; }
#unity-container.unity-mobile { position: fixed; width: 100vw; height: 100dvh; }
.unity-mobile #unity-canvas { width: 100% !important; height: 100% !important; }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; }
#unity-logo { width: auto; height: auto; margin-bottom: 22px; background: none; color: #faedd0; font: 600 28px sans-serif; letter-spacing: .18em; }
#unity-logo::after { content: '像素投篮挑战'; }
#unity-progress-bar-empty { width: 220px; height: 12px; margin: auto; background: #304459; }
#unity-progress-bar-full { width: 0%; height: 12px; background: #e97039; }
#unity-footer { display: none; }
#unity-warning { position: absolute; z-index: 3; left: 50%; top: 5%; transform: translateX(-50%); display: none; background: #fff; padding: 10px; }
