.join-flow-backdrop {
  align-items: center;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1.25rem;
  position: fixed;
  z-index: 10000;
}

.join-flow-backdrop[hidden] {
  display: none;
}

.join-flow-dialog {
  background: #070707;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.75rem;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.7);
  color: #ffffff;
  max-width: 28rem;
  padding: 2rem;
  text-align: center;
  width: min(100%, 28rem);
}

.join-flow-title {
  color: #ffffff;
  font-family: "Syncopate", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}

.join-flow-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-family: "SUSE", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.45;
  margin: 0.85rem 0 1.1rem;
}

.join-flow-input {
  background: transparent;
  border: 1px solid #A30303;
  border-radius: 1rem;
  color: #ffffff;
  display: block;
  font-family: "SUSE", sans-serif;
  font-size: 1rem;
  height: 2.5rem;
  line-height: calc(2.5rem - 2px);
  margin: 0 auto;
  outline: 0;
  padding: 0 0.875rem;
  text-align: left;
  width: min(100%, 20rem);
}

.join-flow-subtitle[hidden] + .join-flow-input {
  margin-top: 1.1rem;
}

.join-flow-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.join-flow-error {
  color: #ff1f00;
  font-family: "SUSE", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.35;
  margin: 0.45rem 0 0;
  min-height: 1.05rem;
}

.join-flow-submit {
  background: #A30303;
  border: 1px solid transparent;
  border-radius: 1.125rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "SUSE", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  height: 2.5rem;
  line-height: calc(2.5rem - 2px);
  margin-top: 0.8rem;
  padding: 0 1.25rem;
  text-align: center;
}
