.crucero-fc-stage {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  pointer-events: none;
  overflow: hidden;
  perspective: 1650px;
  background: rgba(0, 0, 0, 0.025);
}

.crucero-fc-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: auto;
  cursor: pointer;
}

.crucero-fc-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.28);
  font: 28px/36px Arial, Helvetica, sans-serif;
  cursor: pointer;
  pointer-events: auto;
}

.crucero-fc-close:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
}

.crucero-fc-fallback {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1024px, 94vw);
  height: min(640px, 62vw);
  display: none;
  pointer-events: auto;
  background: #f3f4f6 center / cover no-repeat;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.26);
}

.crucero-fc-hidden {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .crucero-fc-stage {
    display: none !important;
  }
}

.crucero-fc-stage--mobile .crucero-fc-close {
  top: max(10px, env(safe-area-inset-top, 0px) + 8px);
  right: max(10px, env(safe-area-inset-right, 0px) + 8px);
  width: 34px;
  height: 34px;
  font-size: 26px;
  line-height: 32px;
}

.crucero-fc-stage--mobile .crucero-fc-fallback {
  width: min(96vw, 720px);
  height: min(84vh, 120vw);
}
