.ur-overlay[data-v-60f7112b] {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(
      120% 120% at 50% 0%,
      rgba(124, 92, 255, 0.32),
      rgba(6, 6, 14, 0.82) 62%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.ur-card[data-v-60f7112b] {
  position: relative;
  box-sizing: border-box;
  width: min(460px, 100%);
  max-height: calc(100dvh - 40px);
  overflow: hidden auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: #0c0b16;
  color: #f6f5ff;
  box-shadow: 0 40px 120px rgba(8, 4, 26, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  isolation: isolate;
  overscroll-behavior: contain;
}
.ur-aurora[data-v-60f7112b] {
  position: absolute;
  inset: -40% -20% auto;
  z-index: -1;
  height: 340px;
  filter: blur(60px);
  opacity: 0.85;
  pointer-events: none;
}
.ur-aurora i[data-v-60f7112b] {
  position: absolute;
  display: block;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  animation: ur-drift-60f7112b 14s ease-in-out infinite;
}
.ur-aurora i[data-v-60f7112b]:nth-child(1) {
  left: 2%;
  background: #7c5cff;
}
.ur-aurora i[data-v-60f7112b]:nth-child(2) {
  left: 38%;
  background: #ff4fd8;
  animation-delay: -4.5s;
}
.ur-aurora i[data-v-60f7112b]:nth-child(3) {
  left: 72%;
  background: #22e3ff;
  animation-delay: -9s;
}
@keyframes ur-drift-60f7112b {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 34px, 0) scale(1.14);
  }
}
.ur-grabber[data-v-60f7112b] {
  display: none;
}
.ur-close[data-v-60f7112b] {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #cfcbf0;
  cursor: pointer;
  transition:
    background 0.16s ease,
    color 0.16s ease,
    transform 0.16s ease;
}
.ur-close[data-v-60f7112b]:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.ur-close[data-v-60f7112b]:active {
  transform: scale(0.92);
}
.ur-close svg[data-v-60f7112b] {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.ur-body[data-v-60f7112b] {
  padding: 30px 26px 24px;
}
.ur-lock[data-v-60f7112b] {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(
      150deg,
      rgba(124, 92, 255, 0.55),
      rgba(255, 79, 216, 0.4));
  box-shadow: 0 12px 30px rgba(124, 92, 255, 0.35);
}
.ur-lock svg[data-v-60f7112b] {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ur-kicker[data-v-60f7112b] {
  margin: 16px 0 0;
  color: #b9b2ff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.ur-card h2[data-v-60f7112b] {
  margin: 8px 0 0;
  font-size: clamp(1.6rem, 5vw, 2rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  background:
    linear-gradient(
      96deg,
      #ffffff 20%,
      #cbb8ff 60%,
      #ff9ee8 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ur-sub[data-v-60f7112b] {
  margin: 10px 0 0;
  color: #b6b2ce;
  font-size: 0.92rem;
  line-height: 1.5;
}
.ur-limit-hint[data-v-60f7112b] {
  margin: 10px 0 0;
  border-left: 2px solid rgba(255, 79, 216, 0.7);
  padding-left: 10px;
  color: #ffd7f4;
  font-size: 0.82rem;
  font-weight: 600;
}
.ur-unlocks[data-v-60f7112b] {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.ur-unlocks li[data-v-60f7112b] {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #ece9ff;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.35;
}
.ur-unlocks svg[data-v-60f7112b] {
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(200, 255, 61, 0.16);
  fill: none;
  stroke: #c8ff3d;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ur-cycle[data-v-60f7112b] {
  display: inline-flex;
  gap: 4px;
  margin: 22px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  padding: 4px;
}
.ur-cycle button[data-v-60f7112b] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #b6b2ce;
  padding: 0 14px;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}
.ur-cycle button.is-active[data-v-60f7112b] {
  background: #ffffff;
  color: #100f1c;
}
.ur-cycle button[data-v-60f7112b]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.ur-cycle em[data-v-60f7112b] {
  border-radius: 999px;
  background: #c8ff3d;
  color: #16210a;
  padding: 2px 6px;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
}
.ur-price[data-v-60f7112b] {
  margin: 18px 0 0;
}
.ur-price-main[data-v-60f7112b] {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.ur-price-main strong[data-v-60f7112b] {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.ur-price-main span[data-v-60f7112b] {
  color: #b6b2ce;
  font-size: 0.9rem;
  font-weight: 700;
}
.ur-price-main s[data-v-60f7112b] {
  color: #7d7897;
  font-size: 0.9rem;
  font-weight: 600;
}
.ur-price-note[data-v-60f7112b] {
  margin: 6px 0 0;
  color: #8e89ab;
  font-size: 0.8rem;
  font-weight: 600;
}
.ur-error[data-v-60f7112b] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 16px 0 0;
  border: 1px solid rgba(255, 107, 129, 0.36);
  border-radius: 14px;
  background: rgba(255, 107, 129, 0.12);
  padding: 10px 12px;
  color: #ffc9d2;
  font-size: 0.82rem;
  font-weight: 650;
}
.ur-error button[data-v-60f7112b] {
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  padding: 4px 10px;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
}
.ur-actions[data-v-60f7112b] {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}
.ur-btn[data-v-60f7112b] {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  padding: 0 20px;
  font-size: 0.98rem;
  font-weight: 850;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition:
    transform 0.16s ease,
    box-shadow 0.2s ease,
    opacity 0.16s ease;
}
.ur-btn[data-v-60f7112b]:disabled {
  cursor: wait;
  opacity: 0.72;
}
.ur-btn[data-v-60f7112b]:not(:disabled):hover {
  transform: translateY(-1px);
}
.ur-btn[data-v-60f7112b]:not(:disabled):active {
  transform: scale(0.985);
}
.ur-btn-primary[data-v-60f7112b] {
  background:
    linear-gradient(
      96deg,
      #7c5cff,
      #ff4fd8 70%,
      #ff8a3d);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(124, 92, 255, 0.44);
}
.ur-btn-primary[data-v-60f7112b]::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -60%;
  width: 40%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.42),
      transparent);
  transform: skewX(-18deg);
  animation: ur-shine-60f7112b 3.6s ease-in-out infinite;
}
@keyframes ur-shine-60f7112b {
  0%, 62% {
    left: -60%;
  }
  100% {
    left: 130%;
  }
}
.ur-btn-ghost[data-v-60f7112b] {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #ece9ff;
}
.ur-btn-ghost[data-v-60f7112b]:not(:disabled):hover {
  background: rgba(255, 255, 255, 0.11);
}
.ur-btn-arrow[data-v-60f7112b] {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ur-spin[data-v-60f7112b] {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 44;
  stroke-dashoffset: 30;
  animation: ur-rotate-60f7112b 0.9s linear infinite;
}
@keyframes ur-rotate-60f7112b {
  to {
    transform: rotate(360deg);
  }
}
.ur-foot[data-v-60f7112b] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  color: #6f6a8c;
  font-size: 0.82rem;
}
.ur-link[data-v-60f7112b] {
  border: 0;
  background: none;
  color: #b6b2ce;
  padding: 4px 2px;
  font-size: 0.82rem;
  font-weight: 750;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ur-link[data-v-60f7112b]:hover {
  color: #ffffff;
}
.ur-link[data-v-60f7112b]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.ur-trust[data-v-60f7112b] {
  margin: 10px 0 0;
  color: #5f5b7c;
  font-size: 0.72rem;
  font-weight: 650;
  text-align: center;
}
.ur-skeleton[data-v-60f7112b] {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.ur-sk[data-v-60f7112b] {
  display: block;
  border-radius: 12px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.13),
      rgba(255, 255, 255, 0.05));
  background-size: 200% 100%;
  animation: ur-shimmer-60f7112b 1.3s ease-in-out infinite;
}
.ur-sk-chips[data-v-60f7112b] {
  height: 84px;
}
.ur-sk-price[data-v-60f7112b] {
  height: 52px;
  width: 62%;
}
.ur-sk-cta[data-v-60f7112b] {
  height: 52px;
  border-radius: 16px;
}
@keyframes ur-shimmer-60f7112b {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.ur-success[data-v-60f7112b] {
  text-align: center;
}
.ur-success-mark[data-v-60f7112b] {
  display: grid;
  width: 66px;
  height: 66px;
  margin: 6px auto 0;
  place-items: center;
  border-radius: 999px;
  background:
    linear-gradient(
      150deg,
      #c8ff3d,
      #22e3ff);
  box-shadow: 0 16px 40px rgba(34, 227, 255, 0.36);
  animation: ur-pop-in-60f7112b 0.42s cubic-bezier(0.2, 1.4, 0.4, 1);
}
.ur-success-mark svg[data-v-60f7112b] {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #08210c;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@keyframes ur-pop-in-60f7112b {
  from {
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.ur-success h2[data-v-60f7112b] {
  margin-top: 16px;
}
.ur-success p[data-v-60f7112b] {
  margin: 10px 0 0;
  color: #b6b2ce;
  font-size: 0.92rem;
  line-height: 1.5;
}
.ur-success .ur-btn[data-v-60f7112b] {
  margin-top: 22px;
  width: 100%;
}
.ur-sr-only[data-v-60f7112b] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.ur-card[data-v-60f7112b] :focus-visible {
  outline: 2px solid #c8ff3d;
  outline-offset: 2px;
}
.ur-overlay.is-quiet .ur-aurora i[data-v-60f7112b],
.ur-overlay.is-quiet .ur-btn-primary[data-v-60f7112b]::after,
.ur-overlay.is-quiet .ur-success-mark[data-v-60f7112b] {
  animation: none;
}
.ur-pop-enter-active[data-v-60f7112b] {
  transition: opacity 0.2s ease;
}
.ur-pop-leave-active[data-v-60f7112b] {
  transition: opacity 0.16s ease;
}
.ur-pop-enter-from[data-v-60f7112b],
.ur-pop-leave-to[data-v-60f7112b] {
  opacity: 0;
}
.ur-pop-enter-active .ur-card[data-v-60f7112b] {
  animation: ur-card-in-60f7112b 0.34s cubic-bezier(0.2, 1.2, 0.35, 1);
}
@keyframes ur-card-in-60f7112b {
  from {
    transform: translateY(18px) scale(0.96);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@media (max-width: 560px) {
  .ur-overlay[data-v-60f7112b] {
    align-items: end;
    padding: 0;
  }
  .ur-card[data-v-60f7112b] {
    width: 100%;
    max-height: 92dvh;
    border-radius: 26px 26px 0 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .ur-grabber[data-v-60f7112b] {
    display: block;
    width: 42px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
  }
  .ur-body[data-v-60f7112b] {
    padding: 16px 20px 22px;
  }
  .ur-close[data-v-60f7112b] {
    top: 12px;
    right: 12px;
  }
  .ur-pop-enter-active .ur-card[data-v-60f7112b] {
    animation: ur-sheet-in-60f7112b 0.32s cubic-bezier(0.2, 1.1, 0.35, 1);
  }
}
@keyframes ur-sheet-in-60f7112b {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ur-aurora i[data-v-60f7112b],
  .ur-btn-primary[data-v-60f7112b]::after,
  .ur-sk[data-v-60f7112b],
  .ur-success-mark[data-v-60f7112b],
  .ur-pop-enter-active .ur-card[data-v-60f7112b] {
    animation: none;
  }
  .ur-btn[data-v-60f7112b]:not(:disabled):hover,
  .ur-btn[data-v-60f7112b]:not(:disabled):active {
    transform: none;
  }
}
