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 { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: linear-gradient(180deg, rgba(3, 3, 22, 0.6) 0%, rgba(14, 14, 63, 0.6) 100%),
    linear-gradient(0deg, rgba(21, 25, 31, 0.6), rgba(21, 25, 31, 0.6)),
    linear-gradient(182.63deg, rgba(16, 14, 93, 0) 45.78%, rgba(149, 69, 136, 0.2) 97.8%); border: 2px solid rgba(21, 25, 31, 0.6); border-radius: 5px;}
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 200px; height: 180px; background: url('hpl-games-inner-logo.webp') no-repeat center }
#unity-progress-bar-empty { width: 200px; height: 22px; margin-top: 10px; display: flex; align-items: center; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 14px; background: linear-gradient(180deg, #BF65E8 0%, #4825C4 100%); border-radius: 50px;
max-width: 193px; margin-left: 4px;}
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-logo-title-footer { float:left; width: 102px; height: 38px; background: url('unity-logo-title-footer.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px;  color: white }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
