.ghost-cursor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ghost-cursor > canvas {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}

.ghost-cursor-host {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.5;
  z-index: 1;
}

.page-wrap,
.glass-card {
  position: relative;
  z-index: 10;
  isolation: isolate;
}
