.overlay[data-v-42a86b9a] {
  position: fixed;
  inset: 0;
  z-index: 510;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(3px);
  overflow: auto;
}
.modal[data-v-42a86b9a] {
  position: relative;
  width: 100%;
  max-width: 448px;
  margin: auto;
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
  -webkit-box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
          box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  -webkit-animation: modalIn-42a86b9a 0.2s ease;
          animation: modalIn-42a86b9a 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@-webkit-keyframes modalIn-42a86b9a {
from {
    opacity: 0;
    -webkit-transform: scale(0.96) translateY(8px);
            transform: scale(0.96) translateY(8px);
}
to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
}
}
@keyframes modalIn-42a86b9a {
from {
    opacity: 0;
    -webkit-transform: scale(0.96) translateY(8px);
            transform: scale(0.96) translateY(8px);
}
to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
}
}
.modal-top[data-v-42a86b9a] {
  padding: 32px 24px 24px;
  text-align: center;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}
.modal-top h3[data-v-42a86b9a] {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}
.modal-top p[data-v-42a86b9a] {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}
.success-icon[data-v-42a86b9a] {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 8px 24px rgba(34, 197, 94, 0.35);
          box-shadow: 0 8px 24px rgba(34, 197, 94, 0.35);
}
.modal-body[data-v-42a86b9a] {
  padding: 16px 24px;
}
.info-card[data-v-42a86b9a] {
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(249, 250, 251, 0.6);
}
.info-row[data-v-42a86b9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid #f3f4f6;
}
.info-row[data-v-42a86b9a]:last-child {
    border-bottom: none;
}
.info-label[data-v-42a86b9a] {
  font-size: 12px;
  font-weight: 500;
  color: #9ca3af;
}
.info-value[data-v-42a86b9a] {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  text-align: right;
}
.info-value.mono[data-v-42a86b9a] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
}
.modal-foot[data-v-42a86b9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0 24px 24px;
}
.btn-green[data-v-42a86b9a] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
}
.btn-green[data-v-42a86b9a]:hover {
    opacity: 0.92;
}
.btn-ghost[data-v-42a86b9a] {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
}
.btn-ghost[data-v-42a86b9a]:hover {
    color: #111827;
    border-color: #6b7280;
}


/*# sourceMappingURL=80.2e5bde27.css.map*/