/* Stage1041: visual-only refinement of the pre-charge Venus Coins dialog. */
.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] {
  padding: clamp(14px, 3vw, 32px);
  background: rgba(48, 32, 41, 0.5);
  -webkit-backdrop-filter: blur(12px) saturate(0.9);
  backdrop-filter: blur(12px) saturate(0.9);
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-coin-confirm {
  position: relative;
  width: min(580px, 100%);
  max-height: calc(100svh - 28px);
  overflow-y: auto;
  box-sizing: border-box;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(143, 82, 110, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(202, 101, 139, 0.1), transparent 36%),
    linear-gradient(155deg, #fffdfc 0%, #fff8f8 100%);
  box-shadow:
    0 32px 90px rgba(50, 24, 39, 0.3),
    0 8px 28px rgba(112, 53, 82, 0.12);
  color: #442c3d;
  scrollbar-width: thin;
  scrollbar-color: rgba(174, 82, 121, 0.35) transparent;
  animation: lt-stage1041-confirm-in 180ms ease-out both;
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-coin-confirm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, #bd4f7b 22%, #dc8da8 78%, transparent);
  opacity: 0.74;
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-result-label {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8e6b7e;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.4;
  text-transform: uppercase;
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] h3 {
  margin: 0.42rem 0 1.15rem;
  color: #43273c;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 4vw, 2.15rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] dl div {
  display: flex;
  min-width: 0;
  min-height: 82px;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 14px 15px;
  border: 1px solid rgba(145, 91, 113, 0.17);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 24px rgba(88, 47, 68, 0.045);
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] dl div:nth-child(3) {
  border-color: rgba(190, 75, 122, 0.24);
  background: linear-gradient(145deg, #fff8fa, #fff1f5);
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] dt {
  color: #8b7080;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] dd {
  margin: 7px 0 0;
  overflow-wrap: anywhere;
  color: #432c3c;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] dl div:nth-child(3) dd {
  color: #a43f68;
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] > .lt-coin-confirm > p {
  position: relative;
  margin: 0;
  padding: 14px 16px 14px 18px;
  border: 1px solid rgba(148, 94, 116, 0.14);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.62);
  color: #72596a;
  font-size: 0.91rem;
  line-height: 1.55;
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] > .lt-coin-confirm > p::before {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: #cf7595;
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-tool-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 11px;
  margin-top: 20px;
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-mini-btn {
  min-height: 48px;
  box-sizing: border-box;
  padding: 12px 22px;
  border: 1px solid #b84572;
  border-radius: 16px;
  background: linear-gradient(135deg, #b74471, #c9547f);
  box-shadow: 0 12px 26px rgba(177, 59, 107, 0.22);
  color: #fff;
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  transition:
    transform 140ms ease,
    box-shadow 140ms ease,
    background-color 140ms ease;
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-mini-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(177, 59, 107, 0.27);
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-mini-btn.secondary {
  min-width: 112px;
  border-color: rgba(148, 82, 111, 0.24);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
  color: #71445f;
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-mini-btn.secondary:hover {
  background: #fff;
  box-shadow: 0 8px 20px rgba(89, 47, 68, 0.07);
}

.lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-mini-btn:focus-visible {
  outline: 3px solid rgba(183, 68, 113, 0.3);
  outline-offset: 3px;
}

@keyframes lt-stage1041-confirm-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 560px) {
  .lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] {
    align-items: flex-end;
    padding: 12px;
  }

  .lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-coin-confirm {
    max-height: calc(100svh - 24px);
    padding: 23px 20px 20px;
    border-radius: 25px;
  }

  .lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-coin-confirm::before {
    left: 28px;
    right: 28px;
  }

  .lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] h3 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }

  .lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
  }

  .lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] dl div:first-child {
    grid-column: 1 / -1;
    min-height: 70px;
  }

  .lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] dl div {
    min-height: 76px;
    padding: 12px 13px;
  }

  .lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] > .lt-coin-confirm > p {
    padding: 12px 14px 12px 17px;
    font-size: 0.86rem;
  }

  .lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-tool-actions {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 16px;
  }

  .lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-mini-btn,
  .lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-mini-btn.secondary {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-coin-confirm {
    animation: none;
  }

  .lt-coin-confirm-overlay[data-stage199-en-paid-confirmation="true"] .lt-mini-btn {
    transition: none;
  }
}
