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: #C6FFBF }
.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 { font-family:'lack'; width: 270px; height: 49px; display: flex; justify-content: center;  align-items: center;}
#unity-progress-bar-empty { width: 270px; height: 18px; margin-top: 10px; border-radius: 25px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 10px; margin-top: 10px;border-radius: 25px; border: 4px solid #ffffff; background: url('progress-bar-full-dark.png') no-repeat center }
#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 }
#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 }

@font-face {
  font-family: 'lack';
  src: url('lack.otf') format('opentype'),url('lack.otf') format('opentype');
  font-weight: regular;
}
/* Подсказка про VPN на фоне загрузки */
#vpn-hint {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 10vh;
  transform: translateX(-50%);
  width: min(760px, 92vw);
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  z-index: 5;
  pointer-events: auto;
}

#vpn-hint .btn {
  margin-left: 10px;
  padding: 8px 12px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}
