.gate-wrap {
  max-width: 560px;
  margin: 8rem auto 0;
  padding: 2rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.gate-title {
  margin: 0 0 1rem;
  font-size: 1.75rem;
}

.gate-desc {
  margin: 0 0 1.5rem;
  color: #6b7280;
}

.gate-field {
  display: flex;
  gap: 0.75rem;
}

.gate-field input {
  flex: 1;
  min-width: 0;
}

.gate-error {
  margin-top: 1rem;
  color: #b91c1c;
}

.gate-actions {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}