#metamorphosis-end-panel {
  align-items: center;
  background: rgba(0, 0, 0, 0.38);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
}

#metamorphosis-end-panel.is-visible {
  display: flex;
}

.metamorphosis-end-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  display: flex;
  gap: 14px;
  max-width: min(520px, 92vw);
  padding: 20px;
}

.metamorphosis-end-card button {
  background: #232323;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font: 600 16px/1.2 Arial, sans-serif;
  min-height: 48px;
  padding: 12px 18px;
}

.metamorphosis-end-card button:hover {
  background: #525fff;
}

@media (max-width: 560px) {
  .metamorphosis-end-card {
    flex-direction: column;
    width: min(360px, 92vw);
  }
}
