.spirit-canvas-webgl{
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #0b0f14;
  min-height: 240px;
}

.spirit-canvas-webgl canvas{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.spirit-canvas-webgl .spirit-overlay{
  position: relative;
  z-index: 2;
}

.spirit-canvas-webgl .spirit-debug{
  position:absolute;
  left:14px;
  bottom:14px;
  z-index:3;
  color:rgba(255,255,255,0.75);
  font: 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  pointer-events:none;
  display:none;
}
