/* Authentication gate additions. */
[hidden] {
  display: none !important;
}

.gate__choice.is-selected {
  border-color: var(--teal);
  box-shadow: 0 10px 24px rgba(46, 139, 139, .18);
}

.gate__form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.gate__selected {
  min-height: 20px;
  text-align: center;
  color: var(--ink-soft);
  font-weight: 800;
  font-size: 14px;
}

.gate__password {
  display: grid;
  gap: 6px;
  font-weight: 800;
  color: var(--ink-soft);
}

.gate__password input {
  width: 100%;
  min-height: 46px;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  background: var(--card);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  padding: 10px 13px;
}

.gate__password input:focus {
  outline: 3px solid rgba(46, 139, 139, .25);
  border-color: var(--teal);
}

.gate__submit {
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--terra);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.gate__submit[disabled] {
  cursor: progress;
  opacity: .72;
}

.gate__error {
  min-height: 19px;
  margin: 0;
  text-align: center;
  color: var(--terra);
  font-size: 13.5px;
  font-weight: 800;
}

.mood--readonly,
.pack-item--readonly {
  cursor: default;
}

.mood--readonly:hover,
.pack-item--readonly:hover {
  transform: none;
  box-shadow: none;
}

.who:empty,
.is-guest .balance,
.is-guest .pack-counts,
.is-guest .shared,
.is-guest #passport,
.is-guest .nav__link[href="#passport"] {
  display: none;
}
