.bm-staking-gate {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(9, 9, 11, 0.94);
  backdrop-filter: blur(8px);
}

.bm-staking-gate__card {
  width: min(100%, 420px);
  padding: 2rem 1.75rem;
  border-radius: 1rem;
  border: 1px solid #3f3f46;
  background: rgba(24, 24, 27, 0.98);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  text-align: center;
}

.bm-staking-gate__title {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fafafa;
}

.bm-staking-gate__desc {
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #d4d4d8;
}

.bm-staking-gate__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.bm-staking-gate__actions .bm-auth-btn {
  width: 100%;
  min-height: 48px;
}

body.bm-staking-locked .min-h-screen {
  pointer-events: none;
  user-select: none;
}
