.artwork-intake-overlay {
  position: absolute;
  inset: 66px 38px 52px;
  z-index: 35;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 8px;
  border: 3px dashed rgba(22, 125, 120, .72);
  border-radius: 20px;
  background: rgba(255, 253, 248, .92);
  color: #223149;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.64), 0 24px 70px rgba(30,49,65,.2);
  opacity: 0;
  pointer-events: none;
  transform: scale(.985);
  transition: opacity .14s ease, transform .14s ease;
}

.artwork-intake-overlay i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #167d78, #6550ad);
  color: #fff;
  font: normal 800 30px/1 Inter, "Segoe UI", sans-serif;
  box-shadow: 0 12px 28px rgba(42,65,83,.24);
}

.artwork-intake-overlay b { font-size: 22px; letter-spacing: -.4px; }
.artwork-intake-overlay span { color: #617083; font-size: 10px; font-weight: 800; letter-spacing: .7px; }
.stage.artwork-drop-active .artwork-intake-overlay { opacity: 1; transform: scale(1); }

@media (max-width: 620px) {
  .artwork-intake-overlay { inset: 92px 12px 48px 29px; border-radius: 14px; }
  .artwork-intake-overlay b { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .artwork-intake-overlay { transition: none; }
}
