
.go-container[data-v-43952d24] {
  max-width: 600px;
  margin: 100px auto;
  text-align: center;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.loading[data-v-43952d24], .confirm[data-v-43952d24] {
  padding: 2rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.spinner[data-v-43952d24] {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  border: 4px solid #e2e8f0;
  border-top-color: var(--vp-c-accent, #3b82f6);
  border-radius: 50%;
  animation: spin-43952d24 0.8s linear infinite;
}
@keyframes spin-43952d24 {
to { transform: rotate(360deg);
}
}
.confirm p[data-v-43952d24] {
  margin-bottom: 24px;
  color: #1e293b;
  word-break: break-all;
}
.buttons[data-v-43952d24] {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.btn[data-v-43952d24] {
  padding: 10px 24px;
  border: none;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.btn.primary[data-v-43952d24] {
  background: var(--vp-c-accent, #3b82f6);
  color: white;
}
.btn.primary[data-v-43952d24]:hover {
  background: var(--vp-c-accent-dark, #2563eb);
  transform: translateY(-1px);
}
.btn.secondary[data-v-43952d24] {
  background: #f1f5f9;
  color: #334155;
}
.btn.secondary[data-v-43952d24]:hover {
  background: #e2e8f0;
}
@media (prefers-color-scheme: dark) {
.loading[data-v-43952d24], .confirm[data-v-43952d24] {
    background: #1e293b;
}
.confirm p[data-v-43952d24] {
    color: #f1f5f9;
}
.btn.secondary[data-v-43952d24] {
    background: #334155;
    color: #e2e8f0;
}
.btn.secondary[data-v-43952d24]:hover {
    background: #475569;
}
}

