.lower-blanket {
  position: absolute;
  inset: 85.8% 0 0;
  z-index: 3;
  background: #f6f9f6;
  border-top: 1px solid rgba(215, 223, 220, 0.7);
  pointer-events: none;
}

.bottom-proof {
  position: absolute;
  top: 90.25%;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.66cqw;
  color: var(--brand-strong);
  font-size: 1.02cqw;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

.bottom-proof svg {
  width: 1.42cqw;
  height: 1.42cqw;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: var(--h);
  padding: 0;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.hotspot:hover,
.hotspot:focus-visible,
.hotspot.is-active {
  background: rgba(255, 255, 255, 0.14);
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.status-toast {
  position: absolute;
  right: 3.4%;
  bottom: 2.4%;
  z-index: 6;
  width: min(330px, 38%);
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 107, 69, 0.24);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(18, 48, 39, 0.18);
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1.35;
}

.status-toast::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  background: var(--brand);
  border-radius: 999px;
}

@media (max-width: 900px) {
  .preview-shell {
    place-items: start;
  }

  .mock-preview {
    width: 1024px;
  }
}
