.link-muted {
  background: transparent;
  border: none;
  color: var(--gmu);
  font-size: 13px;
  cursor: pointer;
  font-family: var(--font-body);
  text-decoration: underline;
  text-decoration-color: rgba(90, 110, 80, .3);
}

.link-muted:hover {
  color: var(--gt);
}

.locked-nav-row {
  padding: .55rem .75rem;
  border-radius: var(--rs);
  color: rgba(255, 255, 255, .25);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 3px;
}

.locked-nav-row-text {
  opacity: .35;
}

.locked-nav-row-lock {
  margin-left: auto;
  opacity: .25;
}

.locked-hint {
  margin: .85rem .5rem;
  padding: .65rem .75rem;
  background: rgba(168, 213, 107, .1);
  border: 1px solid rgba(168, 213, 107, .2);
  border-radius: var(--rs);
  font-size: 11.5px;
  color: rgba(255, 255, 255, .5);
  line-height: 1.5;
}

.stats-inline-row {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.stats-inline-item {
  text-align: center;
}

.stats-inline-value {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--gd);
}

.stats-inline-label {
  font-size: 11px;
  color: var(--gmu);
  margin-top: 2px;
}

.qr-inline-link {
  background: none;
  border: none;
  font-size: 12px;
  color: #1C6DDB;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  transition: background .15s;
}

.qr-inline-link:hover {
  background: rgba(28, 109, 219, .08);
}
