#tokfy-supabase-migration-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  background: rgba(6, 9, 17, 0.92);
  backdrop-filter: blur(8px);
}

.tokfy-migration-overlay__panel {
  width: min(420px, 100%);
  padding: 28px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, #111622 0%, #0a0e18 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.tokfy-migration-overlay__title {
  margin: 0 0 18px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #f2f5ff;
  text-align: center;
  line-height: 1.45;
}

.tokfy-migration-overlay__bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.tokfy-migration-overlay__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #eb2f42, #ff4a5b);
  transition: width 0.35s ease;
}

.tokfy-migration-overlay__detail {
  margin: 14px 0 0;
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(242, 245, 255, 0.72);
  text-align: center;
  min-height: 1.2em;
}
