#chetana-ink-stage {
  position: fixed;
  z-index: 2147483645;
  inset: 0;
  display: block;
  width: 100%;
  height: 100svh;
  pointer-events: none;
  mix-blend-mode: multiply;
}

#chetana-ink-cursor {
  position: fixed;
  z-index: 2147483646;
  top: 0;
  left: 0;
  width: 1.25rem;
  aspect-ratio: 1;
  border: 0.0625rem solid rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-100%, -100%, 0) translate(-50%, -50%);
  transition: opacity 300ms ease;
  mix-blend-mode: multiply;
  will-change: transform;
}

#chetana-ink-cursor::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.125rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  content: "";
  transform: translate(-50%, -50%);
}

html.chetana-ink-cursor-active,
html.chetana-ink-cursor-active * {
  cursor: none !important;
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  #chetana-ink-stage,
  #chetana-ink-cursor {
    display: none !important;
  }

  html.chetana-ink-cursor-active,
  html.chetana-ink-cursor-active * {
    cursor: auto !important;
  }
}
