.obb-pt-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  background: #050506;
  opacity: 0;
  transition: opacity 0.32s ease;
}

.obb-pt-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
