.bind-parent[hidden] {
  display: none !important;
}

.bind-parent {
  --bp-accent: #b6f53a;
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 18px;
  visibility: visible;
}

.bind-parent-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.bind-parent-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  border-radius: 18px;
  padding: 0 16px 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(182, 245, 58, 0.14), transparent 52%),
    rgba(8, 10, 7, 0.98);
  border: 1px solid rgba(182, 245, 58, 0.42);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.55), 0 0 32px rgba(182, 245, 58, 0.1);
  color: #fff;
}

.bind-parent-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #b8c4a8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.bind-parent-hero {
  display: block;
  width: min(100%, 280px);
  height: auto;
  margin: 8px auto 0;
  pointer-events: none;
  user-select: none;
}

.bind-parent-title {
  margin: 4px 0 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--bp-accent);
  letter-spacing: 0.02em;
}

.bind-parent-desc {
  margin: 10px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

.bind-parent-field {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(182, 245, 58, 0.35);
  background: rgba(255, 255, 255, 0.03);
}

.bind-parent-input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 13px;
}

.bind-parent-input::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.bind-parent-paste {
  flex-shrink: 0;
  border: 0;
  background: transparent;
  color: var(--bp-accent);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 0;
}

.bind-parent-submit {
  width: 100%;
  margin-top: 16px;
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  background: var(--bp-accent);
  color: #101010;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.bind-parent-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.bind-parent-error {
  min-height: 18px;
  margin-top: 8px;
  font-size: 12px;
  color: #ff7b7b;
  text-align: center;
}
