body { padding: 0; margin: 0; overflow: hidden }
#unity-container { position: absolute }
#unity-container.unity-desktop { width: 100vw; height: 100vh; left: 0; top: 0 }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #0a0a0a }
.unity-desktop #unity-canvas { width: 100%; height: 100% }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-footer { position: relative }
.unity-desktop #unity-footer { display: none }
.unity-mobile #unity-footer { display: none }
#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; z-index: 200 }

/* Bareone loading overlay */
#bareone-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease;
}

#bareone-loader-content {
  text-align: center;
}

#bareone-loader-logo {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #ffffff;
  margin-bottom: 48px;
}

#bareone-loader-bar-track {
  width: 240px;
  height: 1px;
  background: #333;
  margin: 0 auto;
  overflow: hidden;
}

#bareone-loader-bar-fill {
  width: 0%;
  height: 100%;
  background: #fff;
  transition: width 0.3s ease;
}

#bareone-loader-percent {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #444;
  margin-top: 20px;
}
