.lanyard-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  transform-origin: center;
  pointer-events: none; /* Let clicks pass through empty areas */
}
.lanyard-wrapper canvas {
  pointer-events: auto; /* Catch clicks on the 3D canvas */
}
