html.bx-lock body > .app {
  visibility: hidden;
  pointer-events: none;
}

.bx-shell {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(8, 10, 14, 0.92);
  backdrop-filter: blur(8px);
}

.bx-shell[hidden] {
  display: none !important;
}

.bx-shell-card {
  width: min(100%, 360px);
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 14px;
  padding: 1.5rem 1.35rem 1.25rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.bx-shell-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #e6edf3;
  margin-bottom: 0.35rem;
}

.bx-shell-desc {
  font-size: 0.78rem;
  color: #8b949e;
  line-height: 1.45;
  margin-bottom: 1.1rem;
}

.bx-shell-label {
  display: block;
  font-size: 0.72rem;
  color: #8b949e;
  margin-bottom: 0.35rem;
}

.bx-shell-input {
  width: 100%;
  box-sizing: border-box;
  background: #0e1117;
  border: 1px solid #30363d;
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
  color: #e6edf3;
  font-size: 0.95rem;
  font-family: inherit;
  margin-bottom: 0.75rem;
}

.bx-shell-input:focus {
  outline: none;
  border-color: #2aabee;
}

.bx-shell-error {
  min-height: 1.2em;
  font-size: 0.75rem;
  color: #f85149;
  margin-bottom: 0.5rem;
}

.bx-shell-submit {
  width: 100%;
  padding: 0.7rem 1rem;
  border: none;
  border-radius: 8px;
  background: #2aabee;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
}

.bx-shell-submit:hover {
  background: #229ed9;
}

.bx-shell-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
