.indzi-vto-open,
.indzi-vto3d-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
}

.indzi-vto-open:hover,
.indzi-vto3d-open:hover { opacity: .88; }

.indzi-vto-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.76);
  z-index: 999999;
}

.indzi-vto-modal.is-open { display: flex; }

.indzi-vto-box {
  position: relative;
  width: min(94vw, 520px);
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}

.indzi-vto-close {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.72);
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  cursor: pointer;
}

.indzi-vto-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #111;
  overflow: hidden;
}

.indzi-vto-video,
.indzi-vto-canvas,
.indzi-vto-three {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.indzi-vto-video {
  object-fit: cover;
  transform: scaleX(-1);
}

.indzi-vto-canvas,
.indzi-vto-three {
  pointer-events: none;
  transform: scaleX(-1);
}

.indzi-vto-status {
  margin: 0;
  padding: 12px 16px 16px;
  font-size: 14px;
  color: #333;
}
